HowTo develop a new screen
Jump to navigation
Jump to search
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