Programmer:Debtor Aging (19): Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 4:
 
==Extract data of AR Debtor Aging with API==
The sample codeExamples below shows how to retrieve DataSet or DataTable of Debtor Aging.
It filters result of:
#Up to Today's date;
Line 10:
#and does not include debtor whom the balance is zero.
 
===Aging DataSet===
<syntaxhighlight lang="csharp">
public System.Data.DataSet DebtorAgingDataSet(BCE.Data.DBSetting dbSetting)
Line 35 ⟶ 36:
 
* Tables in Aging DataSet
[[File:Prog.AR.AgingDataSet.png|link=]]
 
===Aging Detail Table===
<br/><br/>
<syntaxhighlight lang="csharp">
public System.Data.DataTable DebtorAgingTable(BCE.Data.DBSetting dbSetting)