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.
Populates the fields in the temporary table that pertain to the account entries.
Syntax
private void insertVoucherDetails(
GeneralJournalEntry _generalJournalEntry,
GeneralJournalAccountEntry _generalJournalAccountEntry,
MainAccountLedgerDimensionView _mainAccountLedgerDimensionView,
TaxTrans _taxTrans)
Run On
Server
Parameters
- _generalJournalEntry
Type: GeneralJournalEntry Table
The GeneralJournalEntry record containing data for the report.
- _generalJournalAccountEntry
Type: GeneralJournalAccountEntry Table
The GeneralJournalAccountEntry record containing data for the report.
- _mainAccountLedgerDimensionView
Type: MainAccountLedgerDimensionView View
The MainAccountLedgerDimensionView record containing data for the report.
- _taxTrans
Type: TaxTrans Table
The TaxTrans record containing data for the report.
Remarks
The method is only called when the voucher information changes.