Starting from v3 - the Windev erp Business application - comes in 3 run-time configurations.


The first one is the full edition, based on the tabbed UI.



The second configuration is a Sales only application, based on WLs Open()procedure and planes.

It has a simpler interface - the modal UI - that doesn't confuse inexperienced user(s) - it currently support only Sales.



The third one is a Retail/POS only edition, based on WLs Open()procedure and planes.

A simple interface to emulate a POS system.


All windows in the modal UI implementation are Classic WL windows, named as WIN_* and are in the etc_w project folder.

Like the Internal Windows  - which are named IW*_ - they receive just one parameter of type ST_a360_DynamicWindow when called.


Both the relevant IW_* and WIN_* procedures have similar local UI routines and call the same BPs.