Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 Merge the same items between two carriers to free up space

Move order selection

A selection dialog

...

When starting a merge you are presented with the immage below. In this screen you can select the order you want to process

...

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.

...

When a carrier has no compartment or position, the compartment will be invisible

...

Flex Setting
Status
colourYellow
titleDEVELOPER

To show the move tile inside of the main menu make sure move is added to the launcher element.

Code Block
languagexml
<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
languagexml
<flex>
  <grab>
    <mode_move>merge</mode_move>
  </grab>
</flex>

...