Split

The split transaction takes an input pack and creates two new packs, each with a portion of the input quantity.

The total quantity of the new packs must equal the quantity of the input pack. After the split transaction is complete, the input pallet no longer exists.

A label is optionally printed for the new inventory packs.

This is the transaction before split:

Inventory Pack Quantity
A 100

And after the split:

Inventory Pack Quantity
B 80
C 20