Order Management System. What's new
← Version 1.30.95.0

Automatically distribute items by cases on SHO

Added Cased option to Preselacted values for Items with UOM set type “Count”

For the setting the Cased option go to Item edit form -> UOM Selector.

Consequences of setting Cased option for the Ship Order:

      1. if on Sale order was selected item with Preselected Value with UOM from UOM dictionary and checked “Cased” checkbox -> on Ship order Units Per case/ Number of cases should equal to Total Units and be disable
  • for example:
          1. Item edit: 
            1. Preselected Value: Case = 6 each
            2. Cased is checked
          2. On Sale Order 
            1. Qty = 5 Cases
          3. On Ship Order
            1. Total Units = 5
            2. Units Per case = 6 (disable)
            3. Number  of cases = 5 (disable)
    1.  2. if on Sale order was selected item with Preselected Value with not  Base UOM and checked “Cased” checkbox -> on Ship order Units Per case/ Number of cases should calculated according to the values in Item selector and be disabled
  • for example:
        1. Item edit: 
          1. Preselected Value: Case = 6 each
          2. Cased is checked
          3. Preselected Value:  Box = 12 cases
          4. Cased = true
        2. On Sale Order 
          1. Qty = 5 Box
        3. On Ship Order
          1. Total Units = 5 box
          2. Units Per case = 6 (disable)
          3. Number  of cases = Total Units * Box Preselected Value = 5 * 12 = 60(disable)