|
LOCAL cReportFile$="GL_AllocationJournal.RPT" |
|
LOCAL cWorkFile$="GL_AllocationJournalWrk" |
|
LOCAL cShortCommentLength=50 |
|
PROPERTY ReportCaption$="Allocation Journal" |
|
PROPERTY ErrorLog |
|
FUNCTION GetSourceTables$(table$) |
|
cGroup$, cDeferredAuditRegister$, CurrentPeriod$, PeriodEndingDate$, PeriodStartingDate$, Restart |
|
GetSourceTables$(), GetDailyIOL$(), PERFORM GLAccountValidation(), UpdateDetailHistory() |
|
GetCurrentRegister$(), PrintErrorLog(), ProcessReport(), SetPostingDate(), SetPrintComment(), Update(), PERFORM ClearDailyPostingWorkFile(), PERFORM ClearDrillDownWorkFile(), PERFORM ClearWorkFiles(), GetNextRegisterNo(), PERFORM PostTableReadSY_Update(), PERFORM PreNextRecordSY_Update(), PERFORM PreTableWriteSY_Update(), PERFORM SaveUnusedRegisterNo(), UpdateCleanup(), UpdateGLDailyPostingFile(), UpdateInit(), UpdateMain(), UpdateTempGLDaily(), WriteGLSummaryDrillDown(), WriteTempGLDrillDown() |
|