{{ $t('label.product') }} | {{ $t('label.unit_cost') }} | {{ $t('label.quantity') }} | {{ $t('label.discount') }} | {{ $t('label.taxes') }} | {{ $t('label.sub_total') }} |
---|---|---|---|---|---|
{{ item.product_name }} ( {{ $t('label.variation') }} : {{ item.variation_names }}) | {{ floatFormat(item.price) }} | {{ item.quantity }} | {{ Number(item.discount) === 0 ? '' : '-' }} {{ floatFormat(item.discount) }} | {{ floatFormat(item.tax) }} | {{ floatFormat(item.total) }} |