Ga naar inhoud

Main

Form Main

  • Unit name: Forms.Main
  • Form name: MainForm
  • Old form name: unit1 (form1)

Synopsis

Main menu of the program.

Functionalities

  1. Buttons are real, big, buttons.
  2. Button to execute ShowReceptions action.
  3. Button to execute ShowPicking action.
  4. Button to execute ShowStockArticle action.
  5. Button to execute ShowBarcode action.
  6. Button to execute ShowInventory action.
  7. Button to execute ShowMoves action.
  8. Button to execute ShowKits action.
  9. Button to execute ShowStockLocation action.
  10. 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

  1. Enabled if the uAllowScannerReceptions right is present.
  2. Shows the Receptions form.

ShowPicking

  1. Enabled if the uAllowScannerDeliveries right is present.
  2. Shows the Picking method form.

ShowStockArticle

  1. Enabled if the uAllowScannerStockArticle right is present.
  2. Shows the uAllowScannerStockArticle form.

ShowBarcode

  1. Enabled if the uAllowScannerBarCodes right is present.
  2. Shows the NewBarcode form.

ShowInventory

  1. Enabled if the uAllowScannerInventory right is present.
  2. Shows the Start Inventory form.

ShowMoves

  1. Enabled if the uAllowScannerMoves right is present.
  2. Shows the Move Menu form.

ShowKits

  1. Enabled if the uAllowScannerKits right is present.
  2. Shows the KittingStart form.

ShowStockLocation

  1. Enabled if the uAllowScannerStockLocation right is present.
  2. Shows the StockPerLocation form.

Close

  1. Always enabled.
  2. Closes the form.

Tables/Views

Needed Service Calls

Call 1

Call 2

Reports