Logic ERP is a ERP system used by some of our clients.
This documents will describe all the interfaces which Increff Omni is integrated with.
Client’s List
USPL
Miniklub
Iconic
Interfaces
Article Master Creation
Logic Endpoint
/GetItemMaster
Description
Increff Omni pulls article masters from logic using GlobalModifyCode.
Onboarding requirements
Tax rule Field name in logic
Tax rule mapping
Custom field mapping
globalModifyCode from which the fetch is to be started (default is 0)
Configuration on Logic side
As all article masters are not needed for warehouse, a group is to be created in Logic and only those article will come in API response when pulled by Increff Omni
Party Master Creation
Logic Endpoint
/GetPartyMaster
Description
Increff Omni pulls suppliers and customers from Logic. Depending on the account Type (SU or CU), respective party is created in Increff Omni. Currently both the shipping and billing address of a party is set as first address from logic.
Omni Onboarding requirements
globalModifyCode from which the fetch is to be started.(default 0)
Configuration needed on Logic side
As there can be many parties in Logic but not every party is needed, so groups to be created in Logic such that only required parties are fetched by Increff Omni
PO Creation
Logic Endpoint
/GetDelivetyNote
Description
Increff Omni Pulls delivery notes using GlobalModifyCode only
Omni Onboarding requirements
globalModifyCode from which the fetch is to be started (default is 0)
GRN Posting against PO
Logic Endpoint
/SavePurchaseAgainstDN
Description
Increff Omni pushes the GRN details when the gate entry is closed. As Logic does not have different fields for QC Pass and QC fail qty, Increff Omni sends sum of (QC Pass + QC Fail) in the GRN One delivery note only supports one gateEntry as of now. Logic Itself picks the Prefix required.
Omni Onboarding requirements
GRN prefix to be configured in Increff Logic proxy module.
Godown Name.
STO Creation
Logic Endpoint
/GetStockTransferOut
Description
Increff Omni pulls all the stock transfers which are coming to the warehouse. This is fetched on Warehouse Level that means multiple warehouse is also supported. With the account master sync, Increff Omni is maintaining a mapping of account and branchCodes for the Branches and uses this mapping to create order in Increff Omni.
GRN Posting against STO
Logic Endpoint
/SaveStockTransferIn
Description
Increff Omni pushes the GRN details when the gate entry is closed. As Logic does not have different fields for QC Pass and QC fail qty. Increff Omni send sum of (QC Pass + QC fail) in the GRN One delivery note only supports one gateEntry as of now. Increff Omni keeps one GRN prefix saved and used that for all the GRNs against Stock Transfers. Increff Omni sends branchCode of the warehouse and the accountCode of the branch from where the transferOut was done.
B2B Return Order Creation
Logic Endpoint
/GetSaleChallanReturn
Description
Increff Omni pulls B2B returns on warehouse level.
This is done using globalModifyCode.
B2B Return Invoicing (Billing)
Logic Endpoint
/SaveInvoiceAgainstSo
Description
When order is marked completed in Increff Omni, Increff Omni asynchronously sync the bill information with Logic.
B2B Order Creation
Logic Endpoint
/GetSaleOrder
Description
Increff Omni pulls all the sales orders from logic and filter outs the B2B orders using the order prefix.
This is fetched using globalModifyCode.
B2B Order Invoicing (Billing)
Logic Endpoint
/SaveInvoiceAgainstSo
Description
When order is marked completed in Increff Omni, Increff Omni asynchronously sync the bill information with Logic.
B2C Order Posting
B2C Posting involved two steps.
B2C Order Creation in Logic System
Logic Endpoint
/SaveSaleOrder
Description
Increff Omni first creates a sale order in Logic system with a B2C order Prefix common for all the marketPlaces. While creating the order, Increff Omni also sends the customer details and if customer details are not given by the marketPlace, Increff Omni sends default customer details (dummy) and the gst_stateCode.
This posting of B2C orders happens once the order is marked complete in Increff Omni system.
Configuration needed on Logic side
One B2C orderFix to be configured
Two AccountCodes per channel
Default B2C name and phone number
B2C Billing in Logic System
Logic Endpoint
/SaveInvoiceAgainstSo
Description
Then Increff Omni create an Invoice for the B2C already created
B2C Return Posting
Logic Endpoint
/SaveInvoice
Description
For every B2C Return order which is completed in Increff Omni, Increff Omni Trigger a call to Logic system.