AutoCount Accounting 2.1 API: Difference between revisions

no edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 13:
{{DevExpress}} is upgraded from 19.2.10 to '''22.2.7'''.
<br><br>
{{Note|Plug-in that is built for '''2.1.8''' requires to include '''SetDevExpressComponentVersionRequired("22.2.7")''' at the constructor of the plug-in initiate.}}
===Compatibility===
[[: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 '''22.2.7'''
#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
Line 30 ⟶ 31:
|-|
2.1.5=
====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
Line 63 ⟶ 64:
 
The word "Invoicing" is removed from the filename of Sales and Purchase, but the namespace remains the same.<br/>
''Although the project reference of 2.0 sales & purchase assemblies will need to be removed, then add the 2.1 sales & purchase assemblies, the coding doesn't require to changebe changed.''
{{note|Make sure all AutoCount Accounting 2.0 assemblies are removed from reference before adding 2.1 assemblies.}}
<br/>
Line 75 ⟶ 76:
!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 184 ⟶ 186:
}
</syntaxhighlight>
{{Note|[[Programmer Download and Links#Programmer Tools (Plug-in Builder and others)|Get latest plug-in builder 2.1.0.1 for AutoCount Accounting 2.1]]}}
 
 
==NuGet==
Line 249 ⟶ 250:
 
{{NavigateDeveloper}}
 
[[Category:Programmer]]
[[Category:API]]