Class AP_ReverseCheckRegister_upd

Properties

LOCAL cAccountDescLen=30  

Length of the G/L Account Description to include

LOCAL cBatchFlag$="N"  
String variable used to flag if batching is enabled. Always N for Reverse Check
LOCAL cBatchModule$="A/P"  
Batch module code
LOCAL cBatchType$="03"  
Batch type used by batch processing program.
LOCAL cCheckRegisterWrk$="AP_ReverseCheckRegisterWrk"  
Name of the AP Reverse Check Register wrk table
LOCAL cDailyPostingWorkFile$="AP_DailyPostingWork"  
Name of the AP Daily Posting work table
LOCAL cDefaultBatchNo$="00001"  
String variable used for default batch for restart logic
LOCAL cRecapByDivisionWrk$="AP_RecapByDivisionWrk"  
Name of the AP Recap by Division wrk table
PROPERTY ReportCaption$  
Report title to print on the register.
PROPERTY PrintRecap  
Variable set if a recap is to be printed after the register.

Methods

FUNCTION GetAdditionalReports(tmpReports$)  

Gets additional report name string

ParameterDescription
tmpReports$ [output, string] string for report names
Returns [boolean] Always returns success
FUNCTION GetSourceTables$(table$)  

Gets source tables for custom office

ParameterDescription
table$ [input, string] table name used to print report
Returns a SEP separated string of source tables
FUNCTION ProcessAdditionalReports(reportName$, cOutputType$)  

Processes additional report(s) after the Reverse Check Run Register

ParameterDescription
reportName$ [input, string] Name of additional report
cOutputType$ [input, string] Output Type (Print, Preview, etc.)
Returns [boolean] Success if additional report(s) printed, otherwise failure

Properties inherited from: CI_CommonAPJournal

ErrorLog

Properties inherited from: CI_CommonPII

AllowSensitiveAccess

Properties inherited from: CI_UpdateCheckToAP

cFromTransfer, EnableAchElectronicPayments$

Properties inherited from: SY_BatchUpdate

cGroup$, BatchEnabled, BatchInterrupted

Methods inherited from: CI_CommonAPJournal

ClearTaxSummaryWorkFile(), InstantiateHelperObjects(), PERFORM ValidateDivisionNo()

Methods inherited from: CI_CommonPII

GetDecryptedCols(), CheckEncryptedCols(), ClearEncryptedCols(), DecryptRec(), EncryptRec(), GetEncryptedCols(), InitEncryptInfo(), MaskColumnValue$(), ResetEncryptedCols()

Methods inherited from: CI_UpdateCheckToAP

GetSourceTables$(), PERFORM AddBackOpenInvoice(), PERFORM PostTableReadCI_UpdateCheckToAP(), PERFORM PreNextRecordCI_UpdateCheckToAP(), PERFORM PreTableWriteCI_UpdateCheckToAP(), ResetJobDistributionDetail(), PERFORM UpdateACHGenerationAddenda(), PERFORM UpdateACHGenerationDetail(), PERFORM UpdateACHGenerationHeader(), PERFORM UpdateACHToBr(), PERFORM UpdateACHVendor(), PERFORM UpdateBRTransaction(), UpdateCheckDetail(), UpdateCheckHeader(), PERFORM UpdateCheckHistoryHeader(), PERFORM UpdateDailyChkSeq(), PERFORM UpdateDrilldownChkSeq(), PERFORM UpdateTransPaymentHistory(), PERFORM UpdateVendorAverageDays(), PERFORM Write1099Payments()

Methods inherited from: CI_UpdateInvoiceToAP

GetSourceTables$(), PERFORM CheckForAssets(), PERFORM CreateAssetRecord(), PERFORM GenerateTransferInvoiceNo(), PERFORM PostTableReadCI_UpdateInvoiceToAP(), PERFORM PreNextRecordCI_UpdateInvoiceToAP(), PERFORM PreTableWriteCI_UpdateInvoiceToAP(), PERFORM UpdateAPJobDistributionDetail(), PERFORM UpdateDailyInvSeq(), PERFORM UpdateDrilldownInvSeq(), UpdateInvoiceDetail(), UpdateInvoiceHeader(), UpdateInvoicePrepay()

Methods inherited from: SY_BatchUpdate

CloseBatch(), GetBatchHandle(), SelectBatch(), CheckForRestart()