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