|
LOCAL cReportFile$="AR_AnalysisReport.rpt" |
|
LOCAL cWorkFile$="AR_AnalysisReportWrk" |
|
PROPERTY ReportCaption$ * Read Only * |
|
FUNCTION GetSourceTables$(table$) |
|
cIsSysDB, cModuleCode$, oReportPath$, oDestination$, oStatus, oPrompt, oWindowTitle$ |
|
AgingCalculated, LastCustomerAged$, CustomerAgingRec$ |
|
AgeCustomer(), AgeInvoice(), ClearAgingTotals(), ExcludeFuturePostings(), SetAgingBuckets(), UpdateAging(), PERFORM AgeByDay(), PERFORM AgeByMonth(), CheckAgingCategories(), GetAgingParams() |
|