...
After you chose you want to outbound by pressing the oubound icon in the main menu you have te option to select the method of outbound.
...
Method | Description |
---|---|
Pallet | Picking from a carrier |
Manual | Todo |
Outbound order selection
A selection dialog is given with available inspect orders:
...
To always request the operator to enrich the article with properties the following option needs to be enabled to add the mandatory propertie fields lotnumber, countryoforigin and damaged:
Code Block | ||
---|---|---|
| ||
<flex>
<filter>
<launcher>move</launcher>
</filter>
</flex> |
Code Block | ||
---|---|---|
| ||
<flex> <execute><grab> <mandatory_properties>lotnumber,countryoforigin,damaged</mandatory_properties><mode_move>manual_article</mode_move> </execute>grab> </flex> |