Hi everybody.
I have an Item A that is sold in unit of measure "UN" - Unit, but it can be picked with "Pall" - Pallet, "Box" - Box and "Key" - Keypack. The unit of measure convertions for this item are:
1 Pall = 144.000 UN
1 Box = 3.000 UN
1 Key = 100 UN
1 Pall = 48 Box
1 Box = 30 Key
The Unit Sequence Group for Item A is:
Seq: 1 - Unit: Pall
Seq: 2 - Unit: Box
Seq: 3 - Unit: Key
Seq: 4 - Unit: UN
Location Directives for Sales Order Picking:
Seq: 1 FromQty: 1 ToQty: 999.999 Unit: Pall
Seq: 2 FromQty: 7 ToQty: 999.999 Unit: Box
Seq: 3 FromQty: 1 ToQty: 6 Unit: Box
Seq: 4 FromQty: 1 ToQty: 999.999 Unit: UN
I have a sales order with 18.500 UN of Item A and your inventory has already reserverd. So, it means that picking work should be created to 6 Box + 500 Key. But it's only creating for 18.500 UN.
What's wrong?
Some has already seen this before?
Thank you!