Main
Form Main
- Unit name: Forms.Main
- Form name: MainForm
- Old form name: unit1 (form1)
Synopsis
Main menu of the program.
Functionalities
- Buttons are real, big, buttons.
- Button to execute ShowReceptions action.
- Button to execute ShowPicking action.
- Button to execute ShowStockArticle action.
- Button to execute ShowBarcode action.
- Button to execute ShowInventory action.
- Button to execute ShowMoves action.
- Button to execute ShowKits action.
- Button to execute ShowStockLocation action.
- Button to execute Close action.
Actions
In the below, showing a form means the main form is hidden, and the asked form is shown full-screen.
ShowReceptions
- Enabled if the uAllowScannerReceptions right is present.
- Shows the Receptions form.
ShowPicking
- Enabled if the uAllowScannerDeliveries right is present.
- Shows the Picking method form.
ShowStockArticle
- Enabled if the uAllowScannerStockArticle right is present.
- Shows the uAllowScannerStockArticle form.
ShowBarcode
- Enabled if the uAllowScannerBarCodes right is present.
- Shows the NewBarcode form.
ShowInventory
- Enabled if the uAllowScannerInventory right is present.
- Shows the Start Inventory form.
ShowMoves
- Enabled if the uAllowScannerMoves right is present.
- Shows the Move Menu form.
ShowKits
- Enabled if the uAllowScannerKits right is present.
- Shows the KittingStart form.
ShowStockLocation
- Enabled if the uAllowScannerStockLocation right is present.
- Shows the StockPerLocation form.
Close
- Always enabled.
- Closes the form.