Class GL_GeneralJournal_Bus

Properties

LOCAL cBatchModule$="G/L"  
LOCAL cBatchTotalVars$="DebitAmount"+SEP+"CreditAmount"  
LOCAL cBatchType$="01"  
LOCAL cBrowseOmit$="JournalDeleted$ = "+QUO+"Y"+QUO  
LOCAL cMainTable$="GL_GeneralJournalHeader"  
LOCAL cIsSysDB=0  

Methods

FUNCTION CalcAllocation(allocation$, account$, amount)  
FUNCTION CopyFromHistory(history$)  
FUNCTION CopyFromStandard(stdJournal$)  
FUNCTION Delete(key$)  
FUNCTION DeleteBatch(batch$)  
FUNCTION GetContext$(destTable$)  
FUNCTION GetContextSourceTables$(context$)  
FUNCTION GetFiscalYear(year$, period$)  
FUNCTION GetNextEntryNo(sourceJournal$, nextEntryNo$)  
FUNCTION SaveAsStandardJournal(stdJournal$, genjournal$)  
FUNCTION SetChildColl()  
FUNCTION SetCurrentKey(key$)  
FUNCTION SetDefaults()  
FUNCTION ValidatePostingDate(value$)  
FUNCTION ValidateReversingDate(value$)  

Properties inherited from: SY_BatchDataEntry

BatchEnabled, ErrorBatchNo$

Properties inherited from: SY_Customization

cDummyIol$

Methods inherited from: CI_Allocation_Val

ClassValidateAllocationNo()

Methods inherited from: CI_SourceJournal_Val

ClassValidateSourceJournal()

Methods inherited from: SY_BatchDataEntry

DELETE(), DeleteBatch(), DeleteBatchNo(), GetBatchHandle(), IsBatchActive(), ResetBatchSubType(), SelectBatch(), SelectNewBatch(), SetCurrentKey(), VerifyBatch(), WRITE(), ClassValidateBatchNo$()

Methods inherited from: SY_Customization

GetCustomizations(), PostTableRead(), PreNextRecord(), PreTableWrite()