Programmer: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
No edit summary
No edit summary
Line 6: Line 6:
<br/>
<br/>
==Programmer Latest Notice==
==Programmer Latest Notice==
{{Note|[https://wiki.autocountsoft.com/wiki/Programmer_Download_and_Links#Programmer_Tools Get latest plug-in builder 2.1.0.1 for AutoCount Accounting 2.1] - ''2/12/2022''}}
{{Note|[https://wiki.autocountsoft.com/wiki/Programmer_Download_and_Links#Programmer_Tools Get latest plug-in builder 2.1.0.1 for AutoCount Accounting 2.1] at Programmer Download - ''2/12/2022''}}
{{Note|AutoCount Accounting 2.1 API - ''Updated on 20/12/2022''
{{Note|[[AutoCount Accounting 2.1 API]] - ''Updated on 20/12/2022''
Find out what's new in [[AutoCount Accounting 2.1 API]]
*Added important knowledge regarding TaxCode and TaxRate for 2.1
*Added important knowledge regarding TaxCode and TaxRate for 2.1
}}
{{Note|AutoCount Accounting 2.0.28.'''196''' API Update - ''13/4/2022''<br/>
# Runtime error when use "MultiPricing" column in the object of documents, such as Invoice.<br>The new column name is '''"MultiPrice"'''.
# '''Credit Limit Control''' and '''Overdue Limit Control''' will not invoke credit control events, if the document does not violate the limit.<br>Credit Control Event from this release can be used only when programmer wishes to override system rules if the document has hit limit control.<br>[https://wiki.autocountsoft.com/wiki/Override_violate_Credit_Limit_Control_and_Overdue_Limit View topic on how to override limit control.]
# '''CEF components''' (version 99.2.14)<br/>''Plug-in project'' that has implemented '''CEF components''' and for '''Singapore users''',<br/>suggest to use CEF version '''99.2.14''' to prevent version conflict which this version is used in ''Seamless Filing'' and ''IRAS GST F5 Returns''.<br/>Furthermore, plug-in builder does not have to include the CEF components in the plug-in package,<br/>as this API can check for the CEF component and download the component if it is not installed.<br/>
//Requires AutoCount Accounting '''2.0.28.196''' or higher to implement "'''LoadCefComponent()'''"
if (!AutoCount.Components.Components.LoadCefComponent())
{
//Exit or throw exception if load/download CEF component failed.
return false;
}
}}
}}
{{Note|[[Programmer Notice|More Programmer Notice and Update]]}}
{{Note|[[Programmer Notice|More Programmer Notice and Update]]}}

Revision as of 04:12, 20 December 2022

AutoCount Resource Center


Programmer Latest Notice

Get latest plug-in builder 2.1.0.1 for AutoCount Accounting 2.1 at Programmer Download - 2/12/2022
AutoCount Accounting 2.1 API - Updated on 20/12/2022
  • Added important knowledge regarding TaxCode and TaxRate for 2.1
More Programmer Notice and Update

Programmer Download

Programmer Download and Links
Programmer Download and Links to External Resources

API Resources

AutoCount Accounting API (.Net Framework)
Plug-In, Integrate...

    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]
Tutorials
General Knowledge
Some source code syntax in this document requires Development Tool that supports C# 6.0
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.