Share via


TaxOverUnderPayment.calcAndInsertTaxes Method [AX 2012]

Calculates the tax and inserts transactions in the TmpTaxWorkTrans table, based on the transactions in the TaxTrans table.

Syntax

public TaxAmount calcAndInsertTaxes(
    Voucher _settlevoucher, 
    TransDate _transactionDate, 
    Percent _percent, 
   [RecId _invoiceRecId, 
    TransDate _voucherDate])

Run On

Server

Parameters

See Also

Reference

TaxOverUnderPayment Class