...
Increff WMS supports the functionality of UOM(It describes the relationship of eaches to boxes, boxes to cases, cases to pallets, and so on). With this feature we have added the support to define UOM definitions, GRN on UOM SKUs, allocation logic for UOM SKUs and bulk break feature for UOM SKUs.
Terminology
Eaches Eaches - this demotes the base SKU. UOMs for this product will be formed from this base SKU. For example a munch is the eaches SKU and a box of much is a UOM.
BulkBreak - The process of breaking the UOM SKU into the next breakable SKU. This can be done to replenish child SKUs to ensure picking optimisation or to fulfil a pending order with the child SKU.
Constraints
Note |
---|
|
Workflow
Article Master Flow In OMS
...
Go to Products screen in Product Settings category.
Go to UOM Definitions and select the client.
Upload the csv with UOM definitions data as per the template.
The fields have are added in the csv are as follows:
clientSkuId - UOM client SKU Id.
nextBreakableSkuId - the next clientSkuId that the UOM can be broken into.
nextBreakableSkuQty - the quantity of the nextBreakableSkuId that the UOM can be broken into.
...
Info |
---|
The maximum allowed value for nextBreakableSkuQty is 200, i.e a maximum 200 units of the next breakable SKU can be present in a UOM unit. |
Info |
---|
A Virtual SKU cannot be marked as UOM and vice-versa. |
Info |
---|
Perishable UOMs cannot be defined with Non-Perishable each SKU and vice-versa. |
Info |
---|
UOM and NextBreakableSKU cannot be uploaded in single UOM definition creation CSV. |
...
Inward Flow In WMS
Inward order creation will be same as before.
Order will be taken on the eaches SKU.
...
Reports in which new fields are added / modified
Report Name | Field added / Modified |
Inwards: Inward Box Report - OMS | Each Qty |
Inwards: Inward Report at Item level - WMS | UOM SKU (True/False), Each Client SKU ID, Each Qty |
Outwards : Outwards Box report at Item Level | Each Client SKU ID, UOM SKU |
Outwards : Outwards at Box ID Level - WMS | UOM SKU , Each Client SKU ID, Each Qty |
Outwards : Packed Order Details - OMS | Packed Each Qty, Each Client SKU ID, UOM SKU |
Outwards : RTV Suggestions - OMS | UOM SKU , Each Client SKU ID, Each Qty |
Outwards : Shipped Order Items Detail Report - WMS | UOM SKU , Each Client SKU ID, Each Qty |
Storage : Inventory Available for Sales - OMS | Total Each Reserved Quantity, Total Bulk Break Quantity, Each Client SKU ID,Each Global SKU ID UOM SKU, Each Qty |
Storage : SKU Master - OMS | Barcode, UOM SKU, Bulk Break Threshold |
Batch based picking report. | UOM SKU, Each Client SKU ID, Each Global SKU ID |
Storage Batch Inventory Available for Sales - OMS | Total Each Reserved Quantity, Total Bulk Break Quantity, Each Client SKU ID,Each Global SKU ID UOM SKU, Each Qty |
Storage SKU Batch Master - OMS | Barcode, UOM SKU, Bulk Break Threshold |
Reports in which new filters are added/Modified
Report Name | Filter added/Modified |
Storage : Inventory Available for Sales - OMS | UOM SKU (TRUE/FALSE) |
Storage : SKU Master - OMS | UOM SKU (TRUE/FALSE) |
New Reports
Following new reports were developed.
...