Tax.postTaxPurchInvoice_IN Method [AX 2012]
Posts the tax purch invoice.
Syntax
protected void postTaxPurchInvoice_IN(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
TaxAmount _taxAmount,
TaxAmount _chargeAmount,
CurrencyExchangeHelper _exchRateHelper,
[LedgerDetailLevel _ledgerDetailLevel])
Run On
Server
Parameters
- _ledgerPostingController
Type: LedgerPostingController Class
The ledger posting controller.
- _taxTrans
Type: TaxTrans Table
The tax transaction.
- _taxAmount
Type: TaxAmount Extended Data Type
The tax amount.
- _chargeAmount
Type: TaxAmount Extended Data Type
The charge amount.
- _exchRateHelper
Type: CurrencyExchangeHelper Class
The exchange rate helper.
- _ledgerDetailLevel
Type: LedgerDetailLevel Enumeration
The ledger detail level.