Order Management System. What's new
← Version 1.34.43.0

Pick Order splits logic for cases

Pick Order:

  • updated logic for Pick Order split:
    1. If an item sold in UOM = case of 6 pc:
      • In Sale Order user selected Num. of Cases = 1.5;
      • recalculated Item Qty = 9;
      • The system splits Pick Order:
        • First Pick Order with Item Qty = 6 (1 case);
        • Second Pick Order with Loose Item Qty = 3 (0.5 case);
        • Item Qty displayed in base UOM;
    2. If an item sold in UOM = case of 6 pc:
      • In Sale Order user selected Num.of Cases = 0.5;
      • recalculated Item Qty = 3;
      • Pick Order:
        • The system doesn’t round Qty to 6;
    3. If an item sold in UOM = case of 6 pc:
      • The first-line item has Num. of cases = 1.5; 
      • The second-line item is the same as the first item with Num. of cases = 0.5; 
      • The system doesn’t split Pick Order:
        • Pick Order is the same as Sale Order.