AutoCount Accounting 2.1 API: Difference between revisions

no edit summary
No edit summary
Line 1:
 
==Introduction to AutoCount Accounting 2.1.5-2.1.8==
AutoCount Accounting 2.1.5.x is the continuous update to previous version of 2.0.<br/>
 
Line 9:
Furthermore, AutoCount Accounting 2.1 script template is published at '''Extensions for Visual Studio''', where programmer can find the extensions in Visual Studio 2019 and 2022.
 
===Major changed in 2.1.8===
AutoCount Accounting 2.1.8 is the extended version of 2.1.5, the significant changed of 2.1.8 is {{DevExpress}}.<br>
{{DevExpress}} is upgraded from 19.2.10 to '''22.2.7'''.
<br/><br>
#:[[:Category:AutoCount Accounting 2.1:Release Note|AutoCount View Accounting 2.1 Release Note]]
<tabber>
!2.1.8=
===Common Components versions===
#Net Framework '''4.8'''
#:Please use only .Net Framework 4.8, because others .net assemblies are not tested. Some code works, but at some point it may break.
#{{DevExpress}} WinForms '''1922.2.107'''
#Newtonsoft Json.NET '''13.0.1'''
 
Line 18 ⟶ 25:
#Net Framework '''4.8'''
#[https://www.microsoft.com/en-us/download/details.aspx?id=50003 SQL Server 2012 SP3] or higher
#AutoCount Server 2.1.0.17 or higher
#AutoCount Accounting 2.1.08.123 Setup or higher
|-|
#:[[:Category:AutoCount Accounting 2.1:Release Note|AutoCount Accounting 2.1 Release Note]]
!2.1.5=
<br/>
===Common Components versions===
 
#Net Framework '''4.8'''
#:Please use only .Net Framework 4.8, because others .net assemblies are not tested. Some code works, but at some point it may break.
#{{DevExpress}} WinForms '''19.2.10'''
#Newtonsoft Json.NET '''13.0.1'''
===Setup AutoCount Accounting 2.1 Requirements===
#Net Framework '''4.8'''
#[https://www.microsoft.com/en-us/download/details.aspx?id=50003 SQL Server 2012 SP3] or higher
#AutoCount Server 2.1.0.6 or higher
#AutoCount Accounting 2.1.5.16 Setup or higher
</tabber>
<br/><br/>
==Assemblies Filename Changed ''(Updated: 6/1/2023)''==
{|class="wikitable"
Line 47 ⟶ 65:
<br/>
 
==Namespace Changed ''(Updated: 1316/68/2023)''==
 
===2.1.5 to 2.1.8 API Changed===
{|class="wikitable"
|-
!2.1.5
!2.1.8
|}-
|AutoCount.LicenseControl.ModuleControl.GetOrCreate(myUsrSession.DBSetting)<br>.ModuleController.SystemCurrency;
|AutoCount.LicenseControl.ModuleControl.GetOrCreate(myUsrSession.DBSetting)<br>.ModuleController.Country;
|}
===2.0 to 2.1 API Changed===
{|class="wikitable"
|-
Line 216 ⟶ 245:
*Language in the project: C#
 
==2.1.5 to 2.1.8 API Changed==
{|class="wikitable"
|-
!2.1.5
!2.1.8
|-
|AutoCount.LicenseControl.ModuleControl.GetOrCreate(myUsrSession.DBSetting)<br>.ModuleController.SystemCurrency;
|AutoCount.LicenseControl.ModuleControl.GetOrCreate(myUsrSession.DBSetting)<br>.ModuleController.Country;
|}
 
{{NavigateDeveloper}}