Masters, modules and workflows are all defined here — no developer, no migration, no deployment. The App renders whatever you configure.
Create masters — lookup lists where you define every column: name, type and restrictions (required, unique, pattern, range, options).
Assemble modules — screens built from fields: free text with validation, or dropdowns pointed at a master or another module with filter conditions.
Build workflows — multiple stages, each tied to a module, with exit rules, status actions and routing rules (e.g. QC fail goes back to Stitching).
Open the App — the dashboard board and stage forms render themselves from these definitions and enforce every rule.
The Order to Dispatch workflow mirrors the live plant's own stage tracker: Order Management (entry → admin review, rejects go back to entry) → Production (7D Cutting → DNS Stitching → Drawing → Coil Mat Cutting → Interlock → Velcro → Piping → Sidelock, each tied to its own module with skill-filtered operators) → Quality & Packing (Final QC — a fail routes back to Piping — then Packing to a rack) → Dispatch with LR number. No stage can finish until its quantity covers the order (... >= @qty). Try it on the App dashboard.