Difference between revisions of "Programmer"
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
}} |
}} |
||
{{Note|AutoCount Accounting 2.0.'''18.162''' - ''30/12/2020''<br/> |
{{Note|AutoCount Accounting 2.0.'''18.162''' - ''30/12/2020''<br/> |
||
− | :Plug-In is required to specify the Developer '''Company |
+ | :Plug-In is required to specify the Developer's '''Company email''' at the '''constructor''' of the Plug-In. |
::This is to allow the developer to be informed of the exception that was thrown from the plug-in. |
::This is to allow the developer to be informed of the exception that was thrown from the plug-in. |
||
::'''Exception''': ''Method not found: 'Void AutoCount.PlugIn.BasePlugIn..ctor(System.Guid, System.String, System.String)'.)'' |
::'''Exception''': ''Method not found: 'Void AutoCount.PlugIn.BasePlugIn..ctor(System.Guid, System.String, System.String)'.)'' |
||
+ | ::'''Solution''': at the constructor of the plug-in, add email to the new parameter. |
||
+ | ::'''Example''': public PluginInitialize() : base(new Guid("<<Put your product Guid here>>"), "My First Plugin", "<<Plugin Version>>", "myemail@domain.com") |
||
+ | <br> |
||
+ | :'''Requires DevExpress 19.2.10''' |
||
+ | :Add this line in the constructor |
||
+ | ::SetDevExpressComponentVersionRequired("19.2.10") |
||
}} |
}} |
||
Latest revision as of 03:48, 15 January 2021
AutoCount Resource Center
![]() |
AutoCount Plug-In Builder 2.0.2.4 is available for download - 31/12/2020 |
![]() |
AutoCount Accounting 2.0.18.162 - 30/12/2020
|
AutoCount Accounting API (.Net Framework) Plug-In, Integrate... |
---|
|
Tutorials |
---|
|
![]() |
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. |
Download and Resources
Programmer Download and Links
Programmer Download and Links to External Resources
Past Notice
AutoCount Accounting 2.0
![]() |
Plug-In Builder 2.0.1.3 is released for AutoCount Accounting 2.0.15.139 and higher
|
![]() |
AutoCount Accounting 2.0.15.139
|
![]() |
AutoCount Accounting 2.0.15.138
|
![]() |
AutoCount Accounting 2.0.5.108 has major API update in GL/AR/AP. DLL added: |
![]() |
AutoCount Accounting 2.0.0.70 is released to compliant with GST 0% SR
|
AutoCount Accounting 1.9
![]() |
Upgrade from AutoCount Accounting 1.8 to 1.9 requires a special license key.
|
![]() |
AutoCount Accounting 1.9 is compatible with AutoCount Accounting 1.8.
|
General
![]() |
This document does not allow to save, because it contains accrual and payment basis tax code
The difference between the two methods is the timing to recognize Payment Basis as Tax is deffered until |