...
Manual Move Article is the process to fill orders with your available stock. The host ERP system can make such orders available to the host connector which will create the outbound orders. An operator can select those orders and places the articles needed for that order in an order carrier that will be transported to a expedition location. The operator can select the outbound icon from the menu.
...
move stock from a carrier to another carrier or to move stock between a location and a carrier. Manual move implies that an move can be done without the need of a move order.
Move method
After you chose you want to outbound manualy move some stock by pressing the oubound move icon in the main menu you have te option to select the method of outboundtype of move you want to do.
...
Method | Description |
---|---|
Pallet | Picking from a carrier |
Manual | Todo |
Outbound order selection
A selection dialog is given with available inspect orders:
...
Value
...
Description
...
#000000000178
...
Internal stockcontrol order number
...
Available
...
Shows that the order is ready to be executed
...
12345
...
Erp system reference order number
...
Outbound
...
Order type, in this case outbound
...
(0/2+ carriers)
...
5 line(s)
...
Number or orderlines
...
75 items
...
Total number of items to be outbounded
...
0 done
...
Number of articles already processed
Outbound dialog
The selected outbound orderline is shown in the title of the dialog. Currently it is outbounding the first orderline of that order.
...
manual_article | Move an article without the need of a move order |
Available moves
Source | Destination | Accepted | |
---|---|---|---|
carrier | → | location | |
location | → | carrier | |
carrier | → | carrier | |
location | → | location |
Move dialog
When starting a manual move you are presented with the immage below. In blue, you will see the action required to progress the move is visible.
...
The main title bar has the following buttonsbutton:
This button wil send you to the next available orderline | |
Opening the troubleshoot window to report a pick error |
In the top row you will see the article number and the EAN of the article that needs to be outbounded. The description of that article you will find on the row below those labels.
In the next section you can see the Action dialog that says it is a ‘PICK' action on location ‘A1A1’ from compartment 'A’. You see the amount that the orderline expects you to put in the order carrier. If you want you can add or remove items. Pressing the play button wil close this orderline.
will restart the whole dialog from the beginning |
After you scan a carrier or a location you have the option to scan a compartment or position.
...
When a carrier or location has no compartment or position, the 'compartment lable' will be invisible
After you completed the scanning of the source scan the article you want to move.
...
The article information of the scanned article you can find underneath the article section. You can change the amount with the plus and minus buttons, or you can fill it in manualy using the keyboard. When everything is correct proceed and scan the destination of that article. When everything is oke you will be presented with a 'Move Stock' button.
...
When the 'Move Stock' button is pressed the next dialog is shown to give a summary of the generated move action. By pressing yes, the move is completed.
...
Flex Setting
Status | ||||
---|---|---|---|---|
|
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:show the move tile inside of the main menu make sure move is added to the launcher element.
Code Block | ||
---|---|---|
| ||
<flex> <filter> <launcher>move</launcher> </filter> </flex> |
To show the manual article move in the available methods, fill in the manual_article, inside the mode_move element.
Code Block | ||
---|---|---|
| ||
<flex> <grab> <mode_move>manual_article</mode_move> </grab> </flex> |
...