{{$t('entryId')}} | +{{$t('entryId')}} | {{entry.id}} | |
---|---|---|---|
{{$t('date')}} | +{{$t('date')}} | {{formatDate(entry.landed,'%d-%m-%Y')}} | |
{{$t('ref')}} | -{{entry.invoiceNumber}} | +{{$t('ref')}} | +{{entry.invoiceNumber | dashIfEmpty}} |
{{$t('boxes')}} | +{{$t('packing')}} | -{{$t('concept')}} | +{{$t('concept')}} | +{{$t('reference')}} | +{{$t('tags')}} | {{$t('quantity')}} | +{{$t('price')}} | +{{$t('amount')}} | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{buy.box}} | +{{buy.stickers}} | +x | {{buy.packing}} | -{{buy.itemName}} | +{{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)}} |
- {{buy.tag5}} {{buy.value5}} - {{buy.tag6}} {{buy.value6}} - {{buy.tag7}} {{buy.value7}} - | -||||||||||||
- {{$t('total')}} - | -{{getTotal() | currency('EUR', $i18n.locale)}} | +|||||||||||
{{getTotalBy('stickers')}} | ++ | + | + | + | + | {{getTotalBy('quantity') | number($i18n.locale)}} | ++ | + | + | {{getTotalBy('amount') | currency('EUR', $i18n.locale)}} |