HowTo develop a new screen: Difference between revisions
Jump to navigation
Jump to search
(New page: == Example Accounts Payable Supplier Edit screen == (TODO: this needs to be written more detailed) * first create the yaml file for the screen; see also [[Development_with_Code_Generation...) |
|||
Line 5: | Line 5: | ||
** make sure you use the DataField attribute and link each control to the column of a table | ** make sure you use the DataField attribute and link each control to the column of a table | ||
* create a typed dataset in Shared and add to generateORM | * create a typed dataset in Shared and add to generateORM | ||
== Example Report == | |||
TODO |
Revision as of 15:15, 25 Haziran 2009
Example Accounts Payable Supplier Edit screen
(TODO: this needs to be written more detailed)
- first create the yaml file for the screen; see also Development_with_Code_Generation#Documentation_YML_for_OpenPetra_Forms
- make sure you use the DataField attribute and link each control to the column of a table
- create a typed dataset in Shared and add to generateORM
Example Report
TODO