|
LOCAL cJournalFile$="JC_OverheadAllocRegisterWrk" Work file name for Journal |
|
LOCAL cBatchFlag$ Batch flag for P/L from SY_PDFConverter |
|
LOCAL cBatchNo$ Batch number to update |
|
LOCAL cCarriageReturn$=$0A$ Carriage return |
|
LOCAL cSourceJournal$="OA" Source journal for register/update |
|
LOCAL cDailyPostingWorkFile$="JC_DailyPostingWork" Name of J/C Daily Posting Work table |
|
LOCAL cPrintFullComment$ Flag to print full comments on register |
|
PROPERTY ReportCaption$="Monthly Overhead Allocation Register" Title of report |
|
PROPERTY ErrorLog Object handler for SY_JournalErrorLog |
|
FUNCTION GetSourceTables$(table$) Gets source tables for custom office | ||||
| ||||
|
|
cGroup$, cDeferredAuditRegister$, CurrentPeriod$, PeriodEndingDate$, PeriodStartingDate$, Restart |
|
FormatCostCode() |
|
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() |
|