{{ 'Faktura' | trans | upper }} {{ (channel is null or channel.isSwitchOrderNrOrderCountNr() == false) ? invoice.invoiceNr : invoice.invoiceCountNr }}{{ 'Datum' | trans }} {{ invoice.dateInvoice | date('Y m d') }} |
{% if logo is not empty %}
|
|
|
{{ 'Art.nr' | trans }} | {{ 'Order nr' | trans }} | {{ 'Kanal' | trans }} | {{ 'Antal' | trans }} | {{ 'Frakt' | trans }} | {{ 'Moms' | trans }} | {{ 'Summa' | trans }} |
---|---|---|---|---|---|---|
{{ credit.creditNr }} | {{ credit.orderNr }} | {{ credit.channelName }} | {{ credit.totalQuantity }} | {{ credit.shippingFee | number_format(2, '.', ' ') }} {{ 'kr' | trans }} | {{ isForeignerInvoice ? 0 : credit.totalTax | number_format(2, '.', ' ') }} {{ 'kr' | trans }} | {{ credit.totalSum | number_format(2, '.', ' ') }} {{ 'kr' | trans }} |
{{ 'Kundens momsregsnr' | trans }} | {{ invoice.customerVATNr | raw }} | {{ 'Moms' | trans }} | {{ invoice.totalTax | number_format(2, '.', ' ') }} {{ 'kr' | trans }} | |
---|---|---|---|---|
{{ 'Total ex moms' | trans }} | {{ invoice.totalSumExclTax | number_format(2, '.', ' ') }} {{ 'kr' | trans }} | {{ 'öresutjämning' | trans | capitalize }} | {{ (newTotal - total) | number_format(2, '.', ' ') }} {{ 'kr' | trans }} | |
{{ 'Frakt ex moms' | trans }} | {{ invoice.shippingFeeExclTax | number_format(2, '.', ' ') }} {{ 'kr' | trans }} | {{ 'Total' | trans }} | {{ newTotal | number_format(2, '.', ' ') }} {{ 'kr' | trans }} |
{{ 'Sku' | trans }} | {{ 'Antal' | trans }} | {{ 'Pris' | trans }} | {{ 'Storlek' | trans }} |
---|---|---|---|
{{ item.productSku }} | {{ item.quantity }} | {{ item.productPrice | number_format(2, '.', ' ') }} {{ 'kr' | trans }} | {{ item.productSizeText == 'Default Title' ? '-' : item.productSizeText }} |