Added important knowledge regarding TaxCode and TaxRate for 2.1
Added note to "Assemblies Filename Changed"
AutoCount Accounting 2.0
AutoCount Accounting 2.0.28.196 API Update - 13/4/2022
Runtime error when use "MultiPricing" column in the object of documents, such as Invoice. 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. Credit Control Event from this release can be used only when programmer wishes to override system rules if the document has hit limit control. View topic on how to override limit control.
CEF components (version 99.2.14) 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. Furthermore, plug-in builder does not have to include the CEF components in the plug-in package, as this API can check for the CEF component and download the component if it is not installed.
//Requires AutoCount Accounting 2.0.28.196 or higher to implement "LoadCefComponent()"
if (!AutoCount.Components.Components.LoadCefComponent())
{
//Exit or throw exception if load/download CEF component failed.
return false;
}
AutoCount Accounting API Updated in 2.0.20.168 - 14/4/2020
7 new dll have been added to better manage system resources.
AutoCount.Image100p.dll
AutoCount.Image125p.dll
AutoCount.Image150p.dll
AutoCount.Image175p.dll
AutoCount.Image200p.dll
AutoCount.Image500p.dll
AutoCount.Images.DLL
These assemblies are required when your project has reference to AutoCount Accounting 2.0 UI object.
AutoCount Plug-In Builder 2.0.2.4 is available for download - 31/12/2020
Remove of AutoCount.CommonAccounting.dll does not implicate that classes that were in AutoCount.CommonAccounting.dll are removed.
To better organize the naming, UI and logic, system engineer and analyst have rearranged and split them into two libraries.
AutoCount Accounting 2.0.0.70 is released to compliant with GST 0% SR
There is no major changes in API compatibility for project uses API 2.0.0.66-2.0.0.69
But, do rebuild with 2.0.0.70 assemblies to confirm the compatibility.
AutoCount Accounting 1.9
Upgrade from AutoCount Accounting 1.8 to 1.9 requires a special license key.
However, if create a new account book in AutoCount Accounting 1.9.6 and higher version, you will be able to use the account book for development & testing without requirement of License Key.
AutoCount Accounting 1.9 is compatible with AutoCount Accounting 1.8.
Some coding may require minor update, due to earlier version of 1.8 has some differences in method call.
This document does not allow to save, because it contains accrual and payment basis tax code When you see the message prompted similar to the title,
this is to accommodate the new SST calculation of Sale Tax and Service Tax, which Sale Tax is on "Accrual Basis", while Service Tax is on "Payment Basis".
Accrual Basis is defined as, Sales Tax is payable when the invoice is created.
Whereas, Payment Basis is after payment is received from customers for Service Tax. However, if the payment is not received after 12 months, it becomes payable regardless of whether the payment is received.
The difference between the two methods is the timing to recognize Payment Basis as Tax is deffered until payment is received, or 12 months period.
Therefore for AutoCount Accounting to recognize these two occurrence whether it is payable tax, separating them to two documents can clearly differentiate them in the finance and tax report.