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
- _settlevoucher
Type: Voucher Extended Data Type
- _transactionDate
Type: TransDate Extended Data Type
- _percent
Type: Percent Extended Data Type
- _invoiceRecId
Type: RecId Extended Data Type
- _voucherDate
Type: TransDate Extended Data Type