Versions Compared

Key

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

...

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

Inwards

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 Inward Order wise GRN APIs or on a gate entry level via Gate Entry wise GRN 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)

Outwards

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

...