Jump to content

Report Script: Filter Overdue Letter with specific age that is due: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
Line 23:
 
===Add function of FilterDueAge===
'''FilterDueAge''' removes detail table record that is not in the filter range of '''Age'''.<br/>
And remove debtor that has no overdue document that is shown as highlighted in following code.
<syntaxhighlight lang="csharp">
 
<syntaxhighlight lang="csharp" highlight="15">
private void FilterDueAge(int fromAge, int toAge)
{
Cookies help us deliver our services. By using our services, you agree to our use of cookies.