Jump to content

Programmer Notice: Difference between revisions

no edit summary
(Created page with "==Past Notice== ===AutoCount Accounting 2.0=== {{Note|AutoCount Accounting '''API''' Updated in 2.0.'''21.169''' - ''14/4/2020''<br/> AutoCount.'''Configuration.DatabaseManagement''' has been moved from AutoCount.UI.dll to AutoCount.dll.<br/> Project rebuild may be required. }} {{Note|AutoCount Accounting '''API''' Updated in 2.0.'''20.168''' - ''14/4/2020''<br/> 7 new dll have been added to better manage system resources.<br/> AutoCount.Image100p.dll<br/> AutoCount.Imag...")
 
No edit summary
Line 1:
==PastProgrammer Notice==
===AutoCount Accounting 2.0===
{{Note|AutoCount Accounting 2.0.28.'''196''' API Update - ''13/4/2022''<br/>
# Runtime error when use "MultiPricing" column in the object of documents, such as Invoice.<br>The new column name is '''"MultiPrice"'''.
# '''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/>
//Requires AutoCount Accounting '''2.0.28.196''' to implement "LoadCefComponent()"
if (!AutoCount.Components.Components.LoadCefComponent())
{
//Exit or throw exception if load/download CEF component failed.
return false;
}
}}
{{Note|AutoCount Accounting '''API''' Updated in 2.0.'''21.169''' - ''14/4/2020''<br/>
AutoCount.'''Configuration.DatabaseManagement''' has been moved from AutoCount.UI.dll to AutoCount.dll.<br/>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.