Order Management System. What's new
← Version 1.34.11.0

Move QTY between Location

Item List:

  1. “Move QTY between Location” button:
    • Was added to Create New PO multi-button;
    • Was added for Inventory/Assembly items;
    • Is disabled if no one item isn’t selected;
    • After clicking on the button:
      • Move Qty between Locations panel is opened;
  2. “Move QTY between Location” Panel contains:
    • Item Name -> displays the item name which was selected;
    • Item Description -> displays the item description which was selected;
    • Store dropdown:
      • Contain the List of all Store in the system;
      • If Store isn’t selected:
        • Location From/Location To part is disabled;
    • Location From part:
      • Add location button:
        1. After clicking on the button -> a new Location row is added;
      • Location row will contain:
        1. Location From dropdown -> contains the list of Location of the selected store;
        2. Qty in Stock:
          • displays the value of available+allocated qty in Stock for this Location;
          • isn’t editable;
          • if the item has UOM -> value should be displayed in basic measure with the name of a measure;
        3. Moving Qty textbox:
          • contains only values which are less Qty in Stock:
            • if Moving Qty -> Qty in Stock is displayed validation message with the text: “ Max value is [Qty in Stock]”;
        4. If Location From or Location To is already selected  -> isn’t possible to select this Location more than one time;
        5. “X” button:
          • is always enabled; 
          • after clicking on the button -> Location row is deleted;
    • Location To part:
      • Location To dropdown -> contain the list of Location of the selected store included Location From;
      • Qty in Stock:
        1. displays the value of available+allocated qty in Stock for this Location;
        2. if the item has UOM -> value is displayed in basic measure with the name of a measure;
      • Total Move Qty -> contains the sum of all Move qty’s in Location from;
    • Cancel button:
      • Is always enabled;
      • After clicking on the button:
        1. Move Qty between Location panel is closed without changes;
    • Save button:
      • Is enabled if Store, Location From, Moving Qty, and Location To are selected;
      • After clicking on the button:
        1. Move Qty between Location panel is closed;
        2. Physical Move Qty between Location is done.