The document covers a summary of the Expiry Items handling in Increff OMS
Increff OMS captures a flag in SKU masters. Is_perishable. Which tells if a sku is expirable/perishable or not. All expiry-related functionality will only apply to perishable skus.
There is a screen in WMS where a person in the warehouse can enter the batch ids and expiry date against SKUs received as in the given Format via a CSV upload.
The person can either get this information from the invoice or has to open boxes to visually see the product and enter.
| SKU ID | External Batch | Mfg Date | Expiry Date |
|---|---|---|---|
| ABCDE123 | LO101001 | 2021-12-30 | 2022-12-30 |
During GRN, the operator will map the Batch to Items. Item Id stickers will have Batch and Expiry Details printed.
During putaway, there is no restriction on mixing multiple batches of the same SKU in the same bin.
Inventory will be maintained Batch wise in OMS.
Inventory will be exposed to marketplaces as aggregated on the minimum expiry date along with cut-off on SKU level tolerance defined at the Marketplace Listing level.
Let’s say there are 10 pieces that will expire in 10 days (Batch A) and 20 pieces that will expire in 20 days (batch B) of the same SKU. We tell front ends that we have a min expiry of 10 days and a total of 30.
If SKU’s tolerance is set as 15 days then Batch A inventory will not be exposed and final inventory exposure will be 20.