Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

Manual Move Article is the process to 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 manually move an article by pressing the ‘move icon’ in the main menu you have te option to select the method of move you want to do.

Method

Description

manual_article

Move an article without the need of a move order

Available moves

Source

Destination

Accepted

carrier

location

(tick)

location

carrier

(tick)

carrier

carrier

(tick)

location

location

(error)

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.


The main title bar has the following button:

This button 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 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.

<flex>
  <grab>
    <mode_move>manual_article</mode_move>
  </grab>
</flex>

  • No labels