Merge
Merge is the process to move stock from one to another carrier to open op free space within a carrier. This action will be mostly done at a miniload workstation.
Move method
After you chose you want to merge an article by pressing the ‘move icon’ in the main menu you have the option to select the method of move you want to do.
Method | Description |
---|---|
merge | Merge the same items between two carriers to free up space |
Move order selection
A selection dialog is given with available inspect orders:
Value | Description |
---|---|
#000000000001 | Internal stockcontrol order number |
Available | Shows that the order is ready to be executed |
Merge | Order type, in this case merge |
1 line(s) | Number or orderlines |
6 items | Total number of items to be merged |
0 done | Number of articles already processed |
Move dialog
When selection the order you will see this screen. In blue, you will see the action required to progress the merge.
After you proceed with the hint given in blue and everything is filled in correctly you will presented with the 'Merge Stock' button. When pressed, the orderline wil finish, and you have completed the order.
When a carrier has no compartment or position, the compartment will be invisible
Flex Setting DEVELOPER
To show the move tile inside of the main menu make sure move is added to the launcher element.
<flex>
<filter>
<launcher>move</launcher>
</filter>
</flex>
To show merg in the available methods, fill in merge, inside the mode_move element.
<flex>
<grab>
<mode_move>merge</mode_move>
</grab>
</flex>