Share via


TaxReconciliationReportDP.calcTax Method [AX 2012]

Populates the tmpTaxReconciliation table by using the transactions that are stored in the taxTrans table.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          private void calcTax(
            MainAccount _mainAccount, 
            Voucher _voucher, 
            GeneralJournalAccountEntry _generalJournalAccountEntry, 
            TransDate _accountingDate)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void calcTax(
            MainAccount _mainAccount, 
            Voucher _voucher, 
            GeneralJournalAccountEntry _generalJournalAccountEntry)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void calcTax(
            MainAccount _mainAccount, 
            Voucher _voucher, 
            GeneralJournalAccountEntry _generalJournalAccountEntry)

  Microsoft Dynamics AX 2012 (FPK)
          private void calcTax(
            MainAccount _mainAccount, 
            Voucher _voucher, 
            GeneralJournalAccountEntry _generalJournalAccountEntry)

  Microsoft Dynamics AX 2012 (SYS)
          private void calcTax(
            MainAccount _mainAccount, 
            Voucher _voucher, 
            GeneralJournalAccountEntry _generalJournalAccountEntry)

Run On

Server

Parameters

  • _mainAccount
    Type: MainAccount Table
    A table buffer of the MainAccount record for which the search for tax transactions will be done.

See Also

Reference

TaxReconciliationReportDP Class