Programmer: Difference between revisions

No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1:
__NOTITLE__
<div style="width:100%; height:90px50px; font-size:26px22px; padding-left:20px0px; color:#ff5500; background-color:white; position:absolute; top:-100px30px; left:-10px0px; z-index:0;">
<br />AutoCount Resource Center
</div>
__notoc__
<br/>
==Programmer Latest Notice==
{{Note|AutoCount Accounting 2.0.28.'''196''' API Update - ''13/4/2022''<br/>
{{Note|[[AutoCount Accounting 2.1.12 Tax Updates]] - ''New: 5/2/2024''
# Runtime error when use "MultiPricing" column in the object of documents, such as Invoice.<br>The new column name is '''"MultiPrice"'''.
Changes to Tax and Withholding Tax in AutoCount Accounting 2.1.12.
# '''Credit Limit Control''' and '''Overdue Limit Control''' will not invoke credit control events, if the document does not violate the limit.<br>Credit Control Event from this release can be used only when programmer wishes to override system rules if the document has hit limit control.<br>[https://wiki.autocountsoft.com/wiki/Override_violate_Credit_Limit_Control_and_Overdue_Limit View topic on how to override limit control.]
}}
# '''CEF components''' (version 99.2.14)<br/>''Plug-in project'' that has implemented CEF components and for Singapore users, suggest to use CEF version '''99.2.14''' to prevent version conflict which this version is used in Seamless Filing and IRAS GST F5 Returns.<br/>Furthermore, plug-in builder does not have to include the CEF components in the plug-in package.<br/>You may use this API to check if the component is installed for AutoCount Accounting 2.0.28.196, else it will download the component.<br/>
{{Note|[[AutoCount Accounting 2.1 API]] - ''Updated: 16/8/2023''
//Requires AutoCount Accounting '''2.0.28.196''' to implement "LoadCefComponent()"
*Updated namespace changed
if (!AutoCount.Components.Components.LoadCefComponent())
*Removed ''Bonus Point'' section, and merged to 'Namespace Changed" section.
{
}}
//Exit or throw exception if load/download CEF component failed.
{{Note|Next release of AutoCount Accounting 2.1.8.? will be updated to {{DevExpress}} 22.2.7 - ''13/7/2023''
return false;
[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.0.28.'''196'''1 API Update]] - ''13Updated: 6/41/20222023''<br/>
*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>
 
<br/>
==Programmer Download==
{{Download|Programmer Download and Links|Programmer Download andProgrammer's Linkstools, toresources and External ResourcesLinks|Title=Programmer Download and Links}}
 
==Download andAPI Resources==
{{AutoCountTreeList|bgheadercolor=#008000| AutoCount Accounting API (.Net Framework)<br/>Plug-In, Integrate... |Image=|
{{ProgrammerAPIMenuFlat}}
Line 35 ⟶ 48:
{{Note|Some source code syntax in this document requires Development Tool that supports C# 6.0
}}
{{Warn|disclaimer: All materials and coding you may find at wiki AutoCount for programmer is for education and conceptualreference purposespurpose.
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 piece ofsample code, it may result to confusionunexpected error in the project.<br/>
When a programmer uses any piece of code from othersstudy inmaterial theor projectreference, the programmer is liable to the code.<br/>
}}
</div>
<br />
==Download and Resources==
{{Download|Programmer Download and Links|Programmer Download and Links to External Resources|Title=Programmer Download and Links}}
<br/><br/>
 
[[Category:Programmer]]