open-nav
    Preparing search index...

    Interface SummaryNormalType

    Calculation of invoice totals (not simplified invoice)

    Számla összesítés (nem egyszerűsített számla esetén)

    interface SummaryNormalType {
        invoiceNetAmount: string;
        invoiceNetAmountHUF: string;
        invoiceVatAmount: string;
        invoiceVatAmountHUF: string;
        summaryByVatRate: SummaryByVatRateType[];
    }
    Index
    invoiceNetAmount: string

    Net amount of the invoice expressed in the currency of the invoice

    A számla nettó összege a számla pénznemében

    invoiceNetAmountHUF: string

    Net amount of the invoice expressed in HUF

    A számla nettó összege forintban

    invoiceVatAmount: string

    VAT amount of the invoice expressed in the currency of the invoice

    A számla ÁFA összege a számla pénznemében

    invoiceVatAmountHUF: string

    VAT amount of the invoice expressed in HUF

    A számla ÁFA összege forintban

    summaryByVatRate: SummaryByVatRateType[]

    Calculation of invoice totals per VAT rates

    Összesítés ÁFA-mérték szerint