Pack Confirmation Scenarios

On the Pack Confirmation form, you determine what quantity of the total picked to put into each package.

Scenario 1: one item line is selected, and that item is not serial tracked

  • If the quantity is equal to 0, then all quantity for that item is moved into one package.
  • If the number of packages is equal to 0, then the number of packages = quantity picked / quantity rounded up
    • If quantity picked equals 9 and the quantity to put in each package is 4, then that results in 3 packages (2 packages with 4 and 1 package with 1)
    • If quantity picked equals 9 and the quantity to put in each package is 3, then that results in 3 packages (3 packages with 3)
  • If the number of packages is greater than 0, then the number of packages is created based on the quantity.

    For the next four points, the quantity picked = 10:

    • If quantity = 2 and the number of packages = 5 (2 packages of 5 each are created.)
    • If quantity = 2 and the number of packages = 2 (2 Packages of 2 each will be created and the remaining picked quantity of 6 will not be packed)
    • If quantity = 3 and the number of packages = 5 (3 Packages of 3 each and 1 package of 1 are created
    • If quantity = 10 or higher and the number of packages = 2 (1 package of 10 is created)

Scenario 2: one line is selected and the item is serial tracked

  • If quantity = 0 then quantity = number of checked serial numbers
  • If the number of packages = 0, then the number of packages = picked quantity of checked serial numbers / quantity.
  • The logic works the same as the above examples and only check serial numbers are moved to packages.

If a valid package number is entered, the picked quantity is put into that existing package. If the picked quantity is to be split between multiple packages, the first part of the picked quantity is placed into the exiting package and the rest is put into new packages.

Related topics