{{$t('entryId')}} | {{entry.id}} |
---|---|
{{$t('date')}} | {{formatDate(entry.landed,'%d-%m-%Y')}} |
{{$t('ref')}} | {{entry.invoiceNumber | dashIfEmpty}} |
{{$t('boxes')}} | {{$t('packing')}} | {{$t('concept')}} | {{$t('reference')}} | {{$t('tags')}} | {{$t('quantity')}} | {{$t('price')}} | {{$t('amount')}} | |||
---|---|---|---|---|---|---|---|---|---|---|
{{buy.stickers}} | x | {{buy.packing}} | {{buy.name}} | {{buy.comment}} | {{buy.tag5}} → {{buy.value5}} {{buy.tag6}} → {{buy.value6}} {{buy.tag7}} → {{buy.value7}} | {{buy.quantity | number($i18n.locale)}} | x | {{buy.buyingValue | currency('EUR', $i18n.locale)}} | = | {{buy.buyingValue * buy.quantity | currency('EUR', $i18n.locale)}} |
{{getTotalBy('stickers')}} | {{getTotalBy('quantity') | number($i18n.locale)}} | {{getTotalBy('amount') | currency('EUR', $i18n.locale)}} |