Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified information to the subledger journal.
Syntax
public void addToSubledgerJournal(
LedgerVoucher _postingJournal,
DetailSummary _adjustedTransferLevel,
GeneralJournalAccountEntry _generalJournalAccountEntry,
LedgerPostingOneToManyCollection _taxTransactionRelationshipCollection)
Run On
Called
Parameters
- _postingJournal
Type: LedgerVoucher Class
The posting journal.
- _adjustedTransferLevel
Type: DetailSummary Enumeration
The adjusted transfer level of the transaction.
- _generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
The GeneralJournalAccountEntry record.
- _taxTransactionRelationshipCollection
Type: LedgerPostingOneToManyCollection Class
A collection of the TaxTrans table relationship information.
Remarks
This method is for ledger voucher framework internal use only.