Programmer: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
No edit summary
(95 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTITLE__
<div style="width:100%; height:90px; font-size:28px; padding-left:20px; color:#ff5500; background-color:white; position:absolute; top:-90px; left:-10px; z-index:0;">
<div style="width:100%; height:50px; font-size:22px; padding-left:0px; color:#ff5500; background-color:white; position:absolute; top:-30px; left:0px; z-index:0;">
<br />AutoCount Resource Center
AutoCount Resource Center
</div>
</div>
__notoc__
__notoc__
==Software Developer Notice==
{{Note|
<u>'''This document does not allow to save, because it contains accrual and payment basis tax code</u><br/>
When you see the message prompted similar to the title,<br/>
this is to accommodate the new SST calculation of Sale Tax and Service Tax,<br/>which '''Sale Tax''' is on "Accrual Basis", while '''Service Tax''' is on "Payment Basis".<br/>
*'''Accrual Basis''' is defined as to record when earned is recorded when consumed.<br/>
*Whereas, '''Payment Basis''' is recorded after payment is received from customers.<br/>
The difference between the two methods is the timing to recognize '''Payment Basis''' as Tax is deffered until<br/>payment is received.<br/><br/>
Therefore for AutoCount Accounting to recognize these two occurrence at the accounting,<br/>separating them to two documents can clearly differentiate them in the finance and tax report.
<br/>
<br/>
==Programmer Latest Notice==
{{Note|[[AutoCount Accounting 2.1.12 Tax Updates]] - ''New: 5/2/2024''
Changes to Tax and Withholding Tax in AutoCount Accounting 2.1.12.
}}
}}
{{Note|[[AutoCount Accounting 2.1 API]] - ''Updated: 16/8/2023''
{{Warn|All materials and coding you may find at wiki AutoCount for programmer is for education and conceptual purposes.
*Updated namespace changed
Programmer may use them as study reference, but be cautious when apply sample and training coding in actual project.<br/>
*Removed ''Bonus Point'' section, and merged to 'Namespace Changed" section.
Without throughout understanding of the piece of code, it may result to confusion in the project.<br/>
When a programmer uses any piece of code from others in the project, the programmer is liable to the code.<br/>
}}
}}
{{Note|Next release of AutoCount Accounting 2.1.8.? will be updated to {{DevExpress}} 22.2.7 - ''13/7/2023''

[https://www.devexpress.com/subscriptions/new-2022-2.xml#winforms Visit DevExpress 22.2 website]
<br/>
==Tutorials==
{{AutoCountTreeList|bgheadercolor=#330099| Tutorials |Image=|
{{ProgrammerTutorialMenuFlat}}
}}
}}
{{Note|'''.Net Core and .Net is not''' completely compatible with '''.Net Framework 4.8''' - ''27/3/2023''<br>
==Documentation==
Recently noticed few projects that are built on the foundation of .Net 6.0 produced error and unexpected issues.<br>Therefore would advise for project that's built with AutoCount Accounting 2.1 assemblies, must only target .Net Framework 4.8.
{{Note|Some source code syntax in this document requires Development Tool that supports C# 6.0
}}
}}
{{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''}}
{{AutoCountTreeList|bgheadercolor=#330099| API Integrate, Plug-In |Image=|
{{Note|[[AutoCount Accounting 2.1 API]] - ''Updated: 6/1/2023''
*Added important knowledge regarding TaxCode and TaxRate for 2.1
*Added note to "Assemblies Filename Changed"
}}
{{Note|[[Programmer Notice|More Programmer Notice and Update]]}}
<div style="width:100%; postion:relative>

==Programmer Download==
{{Download|Programmer Download and Links|Download Programmer's tools, resources and External Links|Title=Programmer Download and Links}}

==API Resources==
{{AutoCountTreeList|bgheadercolor=#008000| AutoCount Accounting API (.Net Framework)<br/>Plug-In, Integrate... |Image=|
{{ProgrammerAPIMenuFlat}}
{{ProgrammerAPIMenuFlat}}
}}
{{AutoCountTreeList|bgheadercolor=#ff8000| Tutorials |Image=|
{{ProgrammerTutorialMenuFlat}}
}}
}}
{{AutoCountTreeList|bgheadercolor=#330099| General Knowledge |Image=|
{{AutoCountTreeList|bgheadercolor=#330099| General Knowledge |Image=|
{{ProgrammerMenuFlat}}
{{ProgrammerMenuFlat}}
}}
}}
<!--
<br />
{{AutoCountTreeList|bgheadercolor=#0088cc| AOTG Web API (REST)<br/>Web Integration Gateway |Image=|
{{Download|Programmer Download and Links|Programmer Download and Links to External Resources|Title=Programmer Download and Links}}
{{ProgrammerAOTGApiMenu}}
<br/>
}}
-->


{{Note|Some source code syntax in this document requires Development Tool that supports C# 6.0
==Past Notice==
}}
===AutoCount Accounting 2.0===
{{Warn|disclaimer: All materials and coding you may find at wiki AutoCount for programmer is for education and reference purpose.
{{Note|AutoCount Accounting 2.0.0.70 is released to compliant with '''GST 0% SR'''<br/>
Programmer may use them as study reference, but be cautious when apply sample and training coding in actual project.<br/>
:There is no major changes in API compatibility for project uses API 2.0.0.66-2.0.0.69<br/>
Without throughout understanding of the sample code, it may result to unexpected error in the project.<br/>
:But, do rebuild with 2.0.0.70 assemblies to confirm the compatibility.
When uses any code from study material or reference, the programmer is liable to the code.<br/>
}}<br/>
}}
===AutoCount Accounting 1.9===
</div>
{{Note|
<br/><br/>
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,<br/>you will be able to use the account book for development & testing without requirement of '''License Key'''.
}}<br/>
{{Note|
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.<br/>[[Programmer:Simple_program_to_test_connection_to_AutoCount_Accounting#Four_overloading_methods_of_SubProjectStartup|Click here to see the changed in SubProjectStartup method.]]
}}<br/>
[[Category:Programmer]]
[[Category:Programmer]]

Revision as of 05:41, 6 February 2024

AutoCount Resource Center


Programmer Latest Notice

AutoCount Accounting 2.1.12 Tax Updates - New: 5/2/2024

Changes to Tax and Withholding Tax in AutoCount Accounting 2.1.12.

AutoCount Accounting 2.1 API - Updated: 16/8/2023
  • Updated namespace changed
  • Removed Bonus Point section, and merged to 'Namespace Changed" section.
Next release of AutoCount Accounting 2.1.8.? will be updated to DevExpress 22.2.7 - 13/7/2023

Visit DevExpress 22.2 website

.Net Core and .Net is not completely compatible with .Net Framework 4.8 - 27/3/2023

Recently noticed few projects that are built on the foundation of .Net 6.0 produced error and unexpected issues.
Therefore would advise for project that's built with AutoCount Accounting 2.1 assemblies, must only target .Net Framework 4.8.

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: 6/1/2023
  • Added important knowledge regarding TaxCode and TaxRate for 2.1
  • Added note to "Assemblies Filename Changed"
More Programmer Notice and Update

Programmer Download

Programmer Download and Links
Download Programmer's tools, resources and External Links


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
disclaimer: All materials and coding you may find at wiki AutoCount for programmer is for education and reference purpose.

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