Programmer: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
(130 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTITLE__
<br />
<div style="width:100%; height:90px; font-size:28px; padding-left:20px; color:#ff5500; background-color:white; position:absolute; top:-70px; 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__
<br/>
{{AutoCountTreeList|bgheadercolor=#330099| Resources for AutoCount Programmers |Image=[[File:ZzDevelopers.jpg|480px|link=]]<br />
==Programmer Latest Notice==
:Some code syntax requires Development Tool that supports C# 6.0|
{{Note|[[AutoCount Accounting 2.1.12 Tax Updates]] - ''New: 5/2/2024''
{{ProgrammerMenuFlat}}
Changes to Tax and Withholding Tax in AutoCount Accounting 2.1.12.
}}
}}
{{Note|[[AutoCount Accounting 2.1 API]] - ''Updated: 16/8/2023''
*Updated namespace changed
*Removed ''Bonus Point'' section, and merged to 'Namespace Changed" section.
}}
{{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]
}}
{{Note|'''.Net Core and .Net is not''' completely compatible with '''.Net Framework 4.8''' - ''27/3/2023''<br>
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|[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: 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==
<br />
{{Download|Programmer Download and Links|Download Programmer's tools, resources and External Links|Title=Programmer Download and Links}}
==AutoCount Programmers Download==
{{Warn|Files provided here are specifically for the cause of software development and testing only.<br />Files here may contain '''unstable or incompatible versions''' that are not meant for user download.}}<br />


===Download Tips===
==API Resources==
{{AutoCountTreeList|bgheadercolor=#008000| AutoCount Accounting API (.Net Framework)<br/>Plug-In, Integrate... |Image=|
{{Note|Right Click on download link, and "Open in new tab"}}
{{ProgrammerAPIMenuFlat}}
[[File:DLFromGoogleDrive1.PNG|link=]]
}}
<br /><br />
{{AutoCountTreeList|bgheadercolor=#ff8000| Tutorials |Image=|
===Programmer Tools===
{{ProgrammerTutorialMenuFlat}}
{{DeveloperIDForm}}
}}
{|class="wikitable"
{{AutoCountTreeList|bgheadercolor=#330099| General Knowledge |Image=|
!width="500px"|Tools
{{ProgrammerMenuFlat}}
!width="100px"|Last Updated
}}
|-
<!--
|[https://drive.google.com/open?id=0B3V33wGqwP4xcXltZ2xTT1J0WTQ AutoCount Plug-In Builder]
{{AutoCountTreeList|bgheadercolor=#0088cc| AOTG Web API (REST)<br/>Web Integration Gateway |Image=|
For AutoCount Accounting 1.8.8 or higher
{{ProgrammerAOTGApiMenu}}
|
}}
|-
-->
|[https://drive.google.com/open?id=1DKnJ4AgWryN-OHCBZVN76NjLsCdJFDyy AutoCount Plug-In Builder 2.0]
For AutoCount Accounting 2.0
|align="center"|7 Dec 2017
|-
|[https://drive.google.com/open?id=15jOQnZrXGu-XY-epy03EL-DHIknIEtCd AutoCount 2.0 Plug-In Converter]
Tool to convert AutoCount Accounting namespace from version 1.8 to 2.0
|align="center"|15 Dec 2017
|}


{{Note|Some source code syntax in this document requires Development Tool that supports C# 6.0
===Applications===
}}
{|class="wikitable"
{{Warn|disclaimer: All materials and coding you may find at wiki AutoCount for programmer is for education and reference purpose.
|colspan="5"|'''Download AutoCount Accounting'''
Programmer may use them as study reference, but be cautious when apply sample and training coding in actual project.<br/>
|-
Without throughout understanding of the sample code, it may result to unexpected error in the project.<br/>
|colspan="5"|
When uses any code from study material or reference, the programmer is liable to the code.<br/>
'''''First time''''' install AutoCount Accounting
}}
# Setup AutoCount Accounting Database Server with stand-alone setup.
</div>
#: Download [http://www.autocountsoft.com/download.aspx?filename=downloads/trial/AccountSetup_Standalone_WI.exe stand-alone setup]
<br/><br/>
# Download one of the version below and install
#:Check with customer or dealer on the correct version to use for development.
|-
!width="150px"|Version
!DB Version
!width="160px" colspan="2"|Download
!width="350px"|Basic Requirements for Programmer
|-
!colspan="5"|AutoCount Accounting 2.0
|-
|Coming soon to 2.0
|
|width="80px" align="center"|
|width="80px" align="center"|
|rowspan="1"|
#Net Framework 4.5
#[https://www.microsoft.com/en-us/download/details.aspx?id=50003 SQL Server 2012 SP3] or higher
#AutoCount Server
#{{DevExpress}} WinForms '''17.1.9'''
#:To be compatible with latest Windows 10.
#[https://www.visualstudio.com/ Microsoft Visual Studio or equivalent]
|-
|2.0.0.58 (BETA, Trial)
|2.1.5
|width="80px" align="center"|[https://drive.google.com/open?id=1dajH-Y7HidMkrLFjsszN_Gkj922QXFxO 64bit]
|width="80px" align="center"|[https://drive.google.com/open?id=1Fk5RYge4w2nEtbYHl42SogtaAon5Mb06 AutoCount Server]
|rowspan="1"|
#Net Framework 4.5
#[https://www.microsoft.com/en-us/download/details.aspx?id=50003 SQL Server 2012 SP3] or higher
#AutoCount Server
#{{DevExpress}} WinForms 17.1.4
#[https://www.visualstudio.com/ Microsoft Visual Studio or equivalent]
|-
!colspan="5"|AutoCount Accounting 1.8
|-
|1.8.30.187 (Trial)
|1.0.9.69
|width="80px" align="center"|[https://drive.google.com/open?id=11w7YeleJBjstu5HjA0PzxfPyUrPbw5u5 64bit]
|width="80px" align="center"|
|rowspan="3"|
#Net Framework 4.0
#SQL Server 2008R2 SP2 or higher
#{{DevExpress}} WinForms 13.1.10
|-
|1.8.28.184 (Trial)
|1.0.9.67
|width="80px" align="center"|[https://drive.google.com/open?id=1UsSXJm1piOO3X02fDTkAphsjARWOH1DG 64bit]
|width="80px" align="center"|
|-
|1.8.27.182 (Trial)
|1.0.9.66
|width="80px" align="center"|[https://drive.google.com/open?id=0B3V33wGqwP4xMW5FNXBVdDJmVjg 64bit]
|width="80px" align="center"|
|-
|}
<br />

==External Related Resources==
===Microsoft===
* [https://www.visualstudio.com/ Microsoft Visual Studio]
* [https://www.microsoft.com/en-us/download/details.aspx?id=17718 Microsoft .NET Framework 4 (Standalone Installer)]
* [https://www.microsoft.com/en-us/download/details.aspx?id=30653 Microsoft .NET Framework 4.5]

===AutoCount===
* [http://developer.autocountsoft.com AutoCount Accounting Software Developer]
* [http://support.autocountsoft.com AutoCount Accounting Support]
* [http://www.autocountsoft.com AutoCount official website]

<br /><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.