Skip to end of banner
Go to start of banner

USP Order Processing

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Order Sorting and Consolidation

Sorting is optional step. Sorting becomes required to differentiate items of multi line orders to single line order and order consolidation.

For multi line items at the sorting step one will have to scan the pigeon hole also to consolidate order line items.

There are three workflows for sorting

Sorting and consolidation by SKU

The process is as follows:

  1. Scan picklist Id.

  2. Scan client SKU Id.

  3. For the first items of a multi line order, scan the pigeon hole

Once all items for a multi line order are scanned, system gives prompt to scan the pigeonhole id again to confirm that pigeonhole is ready to be picked.

Increff USP is not managing the pigeon holes shown for sorting here but only using them.

The Ids and management of the pigeon holes is not being done by Increff USP.

Consolidation of orders can be done in the client system also independently.

Sorting and consolidation with Capturing External Serial Ids

For Serial ids generated by external systems or by https://increff.atlassian.net/wiki/spaces/IO/pages/287670397/USP+External+Serial+Code+Usage#Bulk-Print-Item-Ids-by-Quantity or https://increff.atlassian.net/wiki/spaces/IO/pages/287670397/USP+External+Serial+Code+Usage#Bulk-Generating-Item-Ids-Using-External-System-Ids methods, its required to capture the mapping of external serial ids to SKUs in the system. We are reducing the total scans by using the sku scanned in sorting to map them to external barcodes

Enable Capture External Item while sorting configuration on sorting screen.

Sorting process is as follows:

  1. Scan picklist Id,

  2. Scan client SKU Barcode

  3. Scan External Item Id

Sorting and consolidation By External Serial Ids

The items generated in the above fashion already have the client SKU mapping done so when the items have been picked they can be sorted based on the external Item Id itself using the below screen.

  • No labels