Execute a count
Count orders are indicated by the icon to the right. During this process the operators checks the physical article amount with the stock amount known to the system. A location or carrier is given with the expected article. The article needs to be scanned and the amount given.
Count order selection
A selection dialog is given with available count orders:
Value | Description |
---|---|
#000000000004 | Internal stockcontrol order number |
Available | Shows that the order is ready to be executed |
Count | Order type, in this case count |
4 line(s) | Number or orderlines |
0 items | (not relevant) |
0 done | Number of articles already done |
Count dialog
When selecting the order or scanning the carrier label you will see the counting screen.
The main title bar also has the following buttons:
Troubleshoot dialog (not relevant for counting) | |
Enter given count and go to next line. |
Article check
The article is shown that needs to be counted. You need to scan the EAN of the given article or else a warning is given when you try to finish the line and a remark will be added to the troubleshoot list:
A correctly scanned article will have be indicated by a green background:
Empty or zero count
If no article is there you enter 0:
When confirming this amount and you have to confirm the zero count:
Confirming the amount
After confirming an article the next article is shown with it’s location or carrier/compartment.
When all articles are done the order will be finished automatically and you will return to the order selection screen.
Carrier counting
The carrier label can be scanned to directly jump to the correct count order. As shown in the example dialog the carrier number and if applicable the compartment is shown.
When a carrier has no compartment label, the compartment will not be shown
Location counting
For a location we first need to walk to the location and scan the label:
At the location you scan the label and will see the following screen which works as already described:
Flex Setting DEVELOPER
To show the count tile inside of the main menu make sure move is added to the launcher element.
<flex>
<filter>
<launcher>count</launcher>
</filter>
</flex>
The title of this and other dialogs is set using the following setting.
<flex>
<execute>
<title>Row %1$d of %2$d (package %3$d of %4$d)</title>
</execute>
</flex>