{{$t('clientId')}} | {{client.id}} |
---|---|
{{$t(deliverNoteType)}} | {{ticket.id}} |
{{$t('date')}} | {{formatDate(ticket.shipped, '%d-%m-%Y')}} |
{{$t('packages')}} | {{ticket.packages}} |
{{$t('reference')}} | {{$t('quantity')}} | {{$t('concept')}} | {{$t('price')}} | {{$t('discount')}} | {{$t('vat')}} | {{$t('amount')}} |
---|---|---|---|---|---|---|
{{sale.itemFk}} | {{sale.quantity}} | {{sale.concept}} | {{sale.price | currency('EUR', $i18n.locale)}} | {{(sale.discount / 100) | percentage}} | {{sale.vatType}} | {{sale.price * sale.quantity * (1 - sale.discount / 100) | currency('EUR', $i18n.locale)}} |
{{sale.tag5}} {{sale.value5}} {{sale.tag6}} {{sale.value6}} {{sale.tag7}} {{sale.value7}} | ||||||
{{$t('subtotal')}} | {{getSubTotal() | currency('EUR', $i18n.locale)}} |
{{$t('services.theader.quantity')}} | {{$t('services.theader.concept')}} | {{$t('services.theader.price')}} | {{$t('services.theader.vat')}} | {{$t('services.theader.amount')}} | ||
---|---|---|---|---|---|---|
{{service.quantity}} | {{service.description}} | {{service.price | currency('EUR', $i18n.locale)}} | {{service.taxDescription}} | {{service.total | currency('EUR', $i18n.locale)}} | ||
{{$t('services.tfoot.subtotal')}} | {{serviceTotal | currency('EUR', $i18n.locale)}} |
{{$t('packagings.theader.reference')}} | {{$t('packagings.theader.quantity')}} | {{$t('packagings.theader.concept')}} |
---|---|---|
{{packaging.itemFk}} | {{packaging.quantity}} | {{packaging.name}} |
{{$t('taxes.title')}} | |||
---|---|---|---|
{{$t('taxes.theader.type')}} | {{$t('taxes.theader.taxBase')}} | {{$t('taxes.theader.tax')}} | {{$t('taxes.theader.fee')}} |
{{tax.name}} | {{tax.Base | currency('EUR', $i18n.locale)}} | {{tax.vatPercent | percentage}} | {{tax.tax | currency('EUR', $i18n.locale)}} |
{{$t('subtotal')}} | {{getTotalBase() | currency('EUR', $i18n.locale)}} | {{getTotalTax()| currency('EUR', $i18n.locale)}} | |
{{$t('total')}} | {{getTotal() | currency('EUR', $i18n.locale)}} |
{{ticket.description}}