HowTo develop a new screen

From OpenPetra Wiki
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
  • write UIConnector for server
  • run nant generateGlue to generate the instantiator in server and interface in shared

Example Report

TODO