{{ $t('button.order') }} #{{ order.order_serial_no }} | |
{{ order.order_date }} | {{ order.order_time }} |
{{ $t('label.qty') }} | {{ $t('label.item_description') }} {{ $t('label.price') }} |
---|---|
{{ item.quantity }} |
{{ item.item_name }}{{ item.total_without_tax_currency_price }} {{ variation.variation_name }}: {{ variation.name }} , {{ $t('label.extras') }}: {{ extra.name }} , {{ $t('label.instruction') }}: {{ item.instruction }} {{ item.tax_name }} ({{ item.tax_currency_rate }} {{ item.tax_type }}) {{ item.tax_currency_amount }} |
{{ $t('label.subtotal') }}: | {{ order.subtotal_without_tax_currency_price }} |
{{ $t('label.total_tax') }}: | {{ order.total_tax_currency_price }} |
{{ $t('label.discount') }}: | {{ order.discount_currency_price }} |
{{ $t('label.total') }}: | {{ order.total_currency_price }} |
{{ $t('label.payment_type') }}: {{ $t('label.cash') }}
{{ $t('message.thank_you') }}
{{ $t('message.please_come_again') }}