Share via


TaxReconciliationReportDP.calcNoVat Method [AX 2012]

Populates the tmpTaxReconciliationNoVat table with transactions from the TaxTrans table.

Syntax

private void calcNoVat(
    SubledgerVoucherGeneralJournalEntry _subledgerVoucherLink, 
    MainAccount _mainAccount, 
    GeneralJournalAccountEntry _generalJournalAccountEntry)

Run On

Server

Parameters

  • _mainAccount
    Type: MainAccount Table
    The MainAccount table buffer that will be used to determine the set of records for the temporary table.
  • _generalJournalAccountEntry
    Type: GeneralJournalAccountEntry Table
    The GeneralJournalAccountEntry table buffer that will be used to determine the set of records for the temporary table.

See Also

Reference

TaxReconciliationReportDP Class