Creating a window with multiple tabs
It is pretty common to logically relate the information using tabs. This recipe describes the steps to add multiple tabs in a window. So far, we have our basic MOM window. Now, we will break it into multiple tabs:
The Participants detail is moved to a new tab—Participants
The Discussion detail is refined and we are going to capture the following information as part of every discussion item:
Item number
Discussion description
Actioned by
Status
This is also moved to a new tab—Discussion Detail
Getting ready
Connect to the database adempiere360
using adempiere
as a user using your favorite PostgreSQL client (for example, phpPgAdmin
or pgAdmin III
or command based psql)
.
How to do it...
1. Delete the records from the
c_mom
table.2. Delete the menu—Minutes Of Meeting.
3. Related to MOM, delete the following from the Window, Tab, and Field windows, as per the order mentioned:
Field(s)
Tab
Window
4. Related to MOM, delete the following from the Table and Column...