Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleMasters
Inc drawio
zoom1
simple1
custContentId377356433
pageId276365475custContentId377356433
lbox1
diagramDisplayNameAMV2 Masters
hiResPreview0
baseUrlhttps://increff.atlassian.net/wiki
imgPageId255197235
diagramNameAMV2 MastersimgPageId255197235
pCenter0
aspectVdmYai2j8Pfm1CCaTu3C 1
width687
includedDiagram1
aspectHash24b596af125ae76cbff23cbdf0382c7f045f2bda
linksauto
tbstylehidden
height291

SKU masters, Supplier & Supplier Location masters, Customer & Customer Location masters all are created in ERP and then pushed to Increff system via UI or API or FTP (less prefered).

APIs documentation relating to masters can be found here : Masters APIs

Expand
titleInwards

All Inward order are created in ERP and then pushed to Increff System via API.

Inward order have multiple order types like PO (Purchase Order), STO (Stock Transfer Order), RO (Return Order), OPEN_PO, OPEN_RO.

API to Create inward orders Create Inward Order API

When the material is received in the warehouse, operations team creates a Gate Entry, and do receiving (GRN) against the gate entry.

Increff system can send GRN updates to ERP on a order level via Receiving (GRN) updates against Order APIs or on a gate entry level via Receiving (GRN) updates against Gate Entry APIs depending on configuration.

Receiving (GRN) Updates can be one time at the time of closure of order or gate entry. we call these as Posting APIs. GRN Posting API (Order) and GRN Posting API (Gate Entry)

Receiving (GRN) Updates can can be multiple real time updates, we call these as real time notifications APIs. Real Time GRN Notifications API (Gate Entry) and Real Time GRN Notifications API (Order)

Expand
titleOutwards

All B2B Outward order are created in ERP and then pushed to Increff System via API.

Increff can take full or partial order cancellation updates. Increff system also allows a limited number of order properties to be updated after creation.

Order Creation an Async Process at Increff end. As soon as the order is created, Increff system validates the Channel Sku Mappings and then reserve the inventory for the order if required.

Once B2C orders are despatched, Increff system sends a sales posting to ERP for marking the sale booking.

...