Tax.getVoucherForContinuousHU Method [AX 2012]

Creates or retrieves the voucher object for the additional transaction to be added for Hungary. If "Subscription" is checked, Hungary requires that two additional tax transactions be added on the VAT due date

Syntax

public LedgerVoucherObject getVoucherForContinuousHU(date _vatDueDate, LedgerPostingController _ledgerPostingController)

Run On

Server

Parameters

  • _vatDueDate
    Type: date
    The VAT date for which the voucher is getting created

Return Value

Type: LedgerVoucherObject Class
New voucher object for added transactions.

See Also

Reference

Tax Class