Detail How to Quickly Create a new iDempiere Window From Scratch
How to Quickly Create a new iDempiere Window From Scratch
The purpose of this page is to demonstrate how to "quickly" create a new iDempiere window from scratch. Many of the details have been glossed over for the same of making the process quick and easy.
2015-05-03 Adding New Drop down or Search Field to a Window
Note: be sure to go back and update the newly created Table and Column record so that it references the newly created window. If you do not, you will not be able to zoom to your new window, and any 'Search' references will result in a null pointer exception (NPE). See reference.
2014-12-08 AM - Open Discussion
0:00:00 Create an "Order Delivered by not Invoiced" Report from scratch.
The purpose is to help you see that orders were delivered but not invoiced.
A Report View is created for the RV_OrderDetail table with a special where clause (qtydelivered > qtyordered).
0:21:00 Using a "Resource" in a Bill of Material (BOM) - quick test