Tax.postVoucherForContinuousHU Method [AX 2012]

Adds the voucher object for the additional Hungarian transactions.

If "Subscription" is checked, Hungary requires that two additional tax transactions be added on the VAT due date

Syntax

public void postVoucherForContinuousHU(
    LedgerPostingController _ledgerPostingController, 
    Voucher _lastVoucher, 
    TransDate _lastTransDate)

Run On

Server

Parameters

  • _lastVoucher
    Type: Voucher Extended Data Type
    Original voucher value for transaction on the "transDate".
    Voucher has to point to original voucher value

See Also

Reference

Tax Class