Book Image

ADempiere 3.6 Cookbook

Book Image

ADempiere 3.6 Cookbook

Overview of this book

Table of Contents (16 chapters)
ADempiere 3.6 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

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. 1. Delete the records from the c_mom table.

  2. 2. Delete the menu—Minutes Of Meeting.

  3. 3. Related to MOM, delete the following from the Window, Tab, and Field windows, as per the order mentioned:

    • Field(s)

    • Tab

    • Window

  4. 4. Related to MOM, delete the following from the Table and Column...