Share via


TaxPost::postToExpenseAccount_IN Method [AX 2012]

Calculates the expense amount for the given tax amount and voucher are created.

Syntax

server public static void postToExpenseAccount_IN(TaxUncommitted _taxUncommitted, LedgerVoucherObject _ledgerVoucherObjectForChargeAsExpense)

Run On

Server

Parameters

  • _taxUncommitted
    Type: TaxUncommitted Table
    Tax Uncommited buffer is used to post the expense amount.
  • _ledgerVoucherObjectForChargeAsExpense
    Type: LedgerVoucherObject Class
    LedgerVoucher Object which is used for Posting Expense Account.

Remarks

Calculates the expense amount for the given tax amount and voucher are created.

See Also

Reference

TaxPost Class