Introduction
- Programming language that is used
- The size of data
- Data transfer frequency
- Connection Stability
- Hardware requirements and infrastructure
- Maintenance
- Time needed for development
- Cost of development
- and etc.
Indirect Systems Integration
- Integrate via AOTG Gateway
- Integration via AOTG cloud server allows web developers to call AOTG API to transfer or share data between AutoCount Accounting and your system.
- Integrate via Common Data Format
- Import 3rd Party XML File
- This method is to extract data from your system and write the source to XML Data file. The XML structure must be according to the structure defined by AutoCount Accounting system.XML Schema specification, guideline and samples can be downloaded.
- Import from Excel (Sales & Purchase, Stock, A/R & A/P) with AutoCount Excel Import
- This method allows user to import data into AutoCount Accounting via Excel data file.
- It supports “columns mapping” for Excel Columns and AutoCount Accounting Data Fields.
- Furthermore, it supports “Code Conversion” of debtor, creditor and item.
- Import 3rd Party XML File
- Bridging Interface (API)
- Develop an application to act as a medium to transfer data from source to AutoCount Accounting.
It is a standalone program.
- By using this method, the program is required to be certified by AutoCount Accounting.
- Which it is required to obtain a developer license key. Or, “API Module” license for the customer account book.
- Develop an application to act as a medium to transfer data from source to AutoCount Accounting.
It is a standalone program.
Direct Systems Integration
- Plug-In (API)
- Plug-In is a program that run as an attach process to the parent application, which the parent application is AutoCount Accounting.
- Write a plug-in for AutoCount Accounting that will perform batch update of transaction or data into account book. Though this method of integration requires user interaction, it allows user to verify the data before insert/update to the account book.
- This reads data from the source, and write data to AutoCount Accounting by using AutoCount Accounting API.
- AutoCount Accounting assemblies can be found in the application folder.
The default path to AutoCount Accounting assemblies is “C:\Program Files\AutoCount\Accounting\”.
-
Features in training sample:
- Load data from Excel file directly
- Support specific columns structure only
- User Interface that implement AutoCount Skin Style
- Write to Sales Invoice and create AR Payment with knockoff invoice
- Create missing Debtor or Item in Sales Invoice
- Check for Modules that is supported in this account book (eg. Project, Scripting)
- Access Rights control
- Control user rights
- Add custom table
Create your own table in the database by executing embedded resources
- Load data from Excel file directly
- Direct Access to AutoCount API
- This method is similar to “Integrate Program”. Except, instead of using a mediator to pull data, it directly write transaction to AutoCount Accounting using AutoCount Accounting API.
- Same as the “Integrate Program”, “API Module” license is required.
- For web application, Developer License Key is not supported.
- Plug-In (API)