ERP/2.50/Developers Guide/HowTos
The Openbravo how-tos describe Openbravo development topics using a focused development goal.
The first how-to on creating and packaging a module is important for all other how-tos as it describes the steps which must be done before another how-to can be executed.
The how-tos can be divided in the following main groups:
- Data model: create a table, create a trigger etc,
- The UI: customize the ui, add a new field to a tab, change a window, develop an alert, etc.
- Processes: develop a process or stored procedure
- Data Access Layer: introduction, complex querying one and two, calling a stored procedure from the DAL, etc.
- REST Webservices
All how-tos follow a common structure:
- Start with the definition of the objective of the how-to
- Describe the steps of the how-to
- Present the achieved result of the how-to
Subordinate pages:
- How To Create and Package a Module
- How to customize the Openbravo look and feel
- How To Create a Table
- How To Add Columns To a Table
- How To Add a Constraint
- How To Create a Trigger
- How to add a field to a Window Tab
- How to change an existing window
- How to develop a new window
- How to develop a callout
- How to develop an alert
- How to develop a stored procedure
- How to develop a DAL background process
- How to change an existing report
- How to develop a report
- How To Create a Manual Window
- How to define users roles privileges menus
- How to create a dataset
- How to work with the Data Access Layer
- How to create testcases
- How to do a complex query using the DAL-1
- How to do a complex query using the DAL-2
- How to call a stored procedure from the DAL
- How to create a new REST webservice
How to upgrade your code to 2.50 | How To Create and Package a Module
Category: Development ERP 2.50

