Overview
Once the Purchase Order is created in the the Increff WMS system, the User can now amend the Order line items and lock the PO in CIMS.
Inward Order Line Items Update Workflow
Inward PO Amendment call comes from ERP
The new Inward Order Line Items replace the existing Inward Order Line Items after validations
Inward PO is moved into the NEW state, for re-validation
All ASN are moved into the NEW state, for re-validation
PO Amendment For Orders uploaded in OMS will not be allowed.
LOCKED State Introduction in Inward PO
New Inward Order State named LOCKED is introduced in CIMS Inward PO.
On Channel Level, a configuration is_po_amend_allowed will be configured for Channel.
For Inward PO with is_po_amend_allowed as Enabled
If ASN are being sent by ERP, then Inward PO gets LOCKED on approval of first ASN.
If ERP does not have ASN workflow, then ERP has to explicitly hit Lock API to CIMS.
For Inward PO with is_po_amend_allowed as Disabled
Inward PO gets LOCKED post validation automatically.
ASN Approval belonging to any Inward PO, not in LOCKED status should throw an error in CIMS.
Inward PO Syncs with OMS post Locking only.
Refer to the following table which describes what operation is allowed at which PO status in CIMS / OMS.
PO State in CIMS | Allowed | Not Allowed |
---|---|---|
CREATED |
|
|
LOCKED |
|
|
IsInwardedPOAmendment Flag is added at the Champ level
Client Channel Level property
When the value of this property is TRUE, post validation the Inward PO will not move to LOCKED state
ERP will have to move the Inward PO to LOCKED state from API endpoint
PO Created in CIMS -> Validation Happens in CIMS -> Once the PO is in LOCKED then only it moves to OMS
PO Line item can be amended and the whole absolute replacement happens by receiving a new request from ERP
Once the Inward PO is amended all the ASNs will again move to NEW state and again the validations on ASN happen in CIMS
When PO will move to LOCKED state?
As soon as the first ASN is approved the PO will be locked.
PO Locked API is hit by ERP
Related APIs
APIs | Description | Reference Links |
---|---|---|
Update Inward Order API |
| |
Lock Inward Order API | This API can be used to lock an Inward order created in Increff Omni. |