User:Waqar Azeem

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Profile

Tips & Tricks (Developers)

  • Always use _ID at the end for every: • Primary Key • Foreign Key
  • Primary Key & Foreign Key should be define as Number. Try to avoid Composite Primary Keys.
  • 'Zoom' can be define for 1 or more windows. Try 'Table' reference and see all the options there.
  • Use 'Table' Reference instead of 'Table Direct' when you are you are going to use a different name for your Foreign Key column. Make sure that the datatype is Number and the name of column ends with _ID.
  • If your are going to install ADempiere very first time, then it is better to use a fresh OS installation and make sure that firewall is disable.
  • Avoid Stored Procedures but if it is nesscasry then • Always use Trx.run methods
  • You can show simple warning messages before save using Commit Warning in 'Tab'
  • A cool effect of alternate-row colors can be achieved by simply overriding the function prepareRenderer - see [1]
  • How to Create Screen/Window in ADempiere



Thanks & Best Regards,

Waqar Azeem