Programmer: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
mNo edit summary
Line 29: Line 29:


==Past Notice==
==Past Notice==
===AutoCount Accounting 1.9===
===AutoCount Accounting 2.0===
{{Note|AutoCount Accounting 2.0.0.70 is released to compliant with '''GST 0% SR'''<br/>
{{Note|AutoCount Accounting 2.0.0.70 is released to compliant with '''GST 0% SR'''<br/>
:There is no major changes in API compatibility for project uses API 2.0.0.66-2.0.0.69<br/>
:There is no major changes in API compatibility for project uses API 2.0.0.66-2.0.0.69<br/>
:But, do rebuild with 2.0.0.70 assemblies to confirm the compatibility.
:But, do rebuild with 2.0.0.70 assemblies to confirm the compatibility.
}}<br/>
}}<br/>
===AutoCount Accounting 1.9===
{{Note|
{{Note|
Upgrade from AutoCount Accounting 1.8 to 1.9 requires a special '''license key'''.
Upgrade from AutoCount Accounting 1.8 to 1.9 requires a special '''license key'''.

Revision as of 09:30, 16 August 2018


AutoCount Resource Center

Software Developer Notice

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.



Tutorials

Tutorials

Documentation

Some source code syntax in this document requires Development Tool that supports C# 6.0
API Integrate, Plug-In

    Connect and Integrate with AutoCount Accounting


  1. API: Master Data


  2. API: Transactions & Documents


  3. API: Bonus Point (Member Point)


  4. Reporting - Member List and Point Balance - [1.8, 1.9] [2.0]
General Knowledge


Programmer Download and Links
Programmer Download and Links to External Resources


Past Notice

AutoCount Accounting 2.0

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

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.


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.