Mintsoft Integrations
Integrations between Mintsoft Order Management System and various Accounting systems. The integration will export multiple types of data from Mintsoft and import as the system appropriate equivalent.
Overview
The overall process is identical between the accounting system in use: -
- Download Sales Orders from Mintsoft.
- Map the data into the Accounting System Sales Order format
- Import Sales Orders into the Accounting System
- Export ASNs from Mintsoft
- Map the data into the the Accounting Systems Goods Despatched Notes format
- Import Goods Despatched Notes into the Accounting System
- Export Invoices from Mintsoft
- Map the data into the Accounting Systems Transactions Format
- Import the Transactions in the Accounting System
sequenceDiagram
participant Mintsoft
participant Zynk
participant Accounting
Mintsoft->>Zynk: Export Orders
Zynk-->>Zynk: XSLT Transform
Zynk->>Accounting: Import Sales Orders
Mintsoft->>Zynk: Export ASNs
Zynk-->>Zynk: XSLT Transform
Zynk->>Accounting: Import Goods Despatched Notes
Mintsoft->>Zynk: Export Invoices
Zynk-->>Zynk: XSLT Transform
Zynk->>Accounting: Import Sales Invoice Transactions
Mappings
Each of the Workflows come with mappings between Mintsoft and the accounting system. Mappings in Zynk are handled using XSLT 1.0 (https://www.w3.org/TR/xslt-10/), and we provide XSLT Builder available from the Extensions menu in Zynk for building mappings. You can create and customise mappings using either XSLT Builder or any text editor. Transactional data supports limited customisation so the defaults should work, but mappings can be customised per install.