...
Note that in some places inside marble, consolidataion still needs to be renamed as move
...
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 |
---|---|
#000000000003#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 |
...
Code Block | ||
---|---|---|
| ||
<flex> <filter> <launcher>move</launcher> </filter> </flex> |
To show the manual article move merg in the available methods, fill in the manual_articlemerge, inside the mode_move element.
...
Code Block | ||
---|---|---|
| ||
<flex> <grab> <mode_move>merge</mode_move> </grab> </flex> |
...