Programmer

From AutoCount Resource Center
Revision as of 01:17, 20 February 2019 by DanielY (talk | contribs)


AutoCount Resource Center


Tips icons.png Some source code syntax in this document requires Development Tool that supports C# 6.0
Tutorials
AutoCount Accounting API (API for Integrate, Plug-In)

    Inside


  1. Connect and Integrate with AutoCount Accounting


  2. API: Master Data


  3. API: Transactions & Documents


  4. API: Bonus Point (Member Point)


  5. Reporting - Member List and Point Balance - [1.8, 1.9] [2.0]
AOTG API (RESTful API)
  1. Introduction to AOTG API - (20 Feb 2019)
  2. Begin AutoCount Accounting Integration via AOTG API - (25 Feb 2019)
  3. AOTG API Authenticate (Get AccessToken) - (26 Feb 2019)

    FAQ


  4. AOTG API Result method's response status - (10 Nov 2020)
  5. AOTG API Result Status is always '''InQueue''' - (19 May 2021)
  6. AOTG API Error Message

    AOTG API Methods Flow Samples


General Knowledge
Warning-icon.png All materials and coding you may find at wiki AutoCount for programmer is for education and conceptual purposes.

Programmer may use them as study reference, but be cautious when apply sample and training coding in actual project.
Without throughout understanding of the piece of code, it may result to confusion in the project.
When a programmer uses any piece of code from others in the project, the programmer is liable to the code.


Download and Resources

DownloadPage1.png

Programmer Download and Links
Programmer Download and Links to External Resources



Past Notice

AutoCount Accounting 2.0

Tips icons.png AutoCount Accounting 2.0.5.108 has major API update in GL/AR/AP.

DLL added:
AutoCount.Accounting.dll
AutoCount.Accounting.UI.dll
DLL removed:
AutoCount.CommonAccounting.dll

Remove of AutoCount.CommonAccounting.dll does not implicate that classes that were in AutoCount.CommonAccounting.dll are removed.
To better organize the naming, UI and logic, system engineer and analyst have rearranged and split them into two libraries.

Tips icons.png AutoCount Accounting 2.0.0.70 is released to compliant with GST 0% SR
There is no major changes in API compatibility for project uses API 2.0.0.66-2.0.0.69
But, do rebuild with 2.0.0.70 assemblies to confirm the compatibility.

AutoCount Accounting 1.9

Tips icons.png

Upgrade from AutoCount Accounting 1.8 to 1.9 requires a special license key.

However, if create a new account book in AutoCount Accounting 1.9.6 and higher version,
you will be able to use the account book for development & testing without requirement of License Key.

Tips icons.png

AutoCount Accounting 1.9 is compatible with AutoCount Accounting 1.8.

Some coding may require minor update, due to earlier version of 1.8 has some differences in method call.
Such as SubProjectStartup parameter has been updated since version 1.8.30.
Click here to see the changed in SubProjectStartup method.

General

Tips icons.png

This document does not allow to save, because it contains accrual and payment basis tax code
When you see the message prompted similar to the title,
this is to accommodate the new SST calculation of Sale Tax and Service Tax,
which Sale Tax is on "Accrual Basis", while Service Tax is on "Payment Basis".

  • Accrual Basis is defined as, Sales Tax is payable when the invoice is created.
  • Whereas, Payment Basis is after payment is received from customers for Service Tax.
    However, if the payment is not received after 12 months,
    it becomes payable regardless of whether the payment is received.

The difference between the two methods is the timing to recognize Payment Basis as Tax is deffered until
payment is received, or 12 months period.

Therefore for AutoCount Accounting to recognize these two occurrence whether it is payable tax,
separating them to two documents can clearly differentiate them in the finance and tax report.

Posted on 6 Sep 2018