Note that in some places inside marble, consolidataion still needs to be renamed as move
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 / consolidation | Move the same items between two carriers to free up space |
Move dialog
When starting a merge you are presented with the immage below. In this screen you can select the order you want to process
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 the manual article move in the available methods, fill in the manual_article, inside the mode_move element.
already changed to merge
<flex> <grab> <mode_move>merge</mode_move> </grab> </flex>
Add Comment