All public logs

Combined display of all available logs of AutoCount Resource Center. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:20, 30 May 2024 DanielY talk contribs created page Programmer:Debtor Aging (21) (Created page with "==References of AutoCount Accounting version 2.1== ===Minimum NuGet Package required=== AutoCount2.Accounting ==Extract data of AR Debtor Aging with API== Examples below shows how to retrieve DataSet or DataTable of Debtor Aging. It filters result of: #Up to Today's date; #Debtor code range of "300-A001" and "300-C999"; #and does not include debtor whom the balance is zero. ===Aging DataSet=== <syntaxhighlight lang="csharp"> class ARAging { private UserSession myUs...")