{{ $t('form.pos.order.pointSale') }}: {{ currentPointOfSales.name }} {{ item.name }} {{ $t('route.warehouse') }}: {{ currentWarehouse.name }} {{ item.name }} {{ $t('form.pos.priceList') }}: {{ currentPriceList.name }} {{ item.name }}
{{ $t('form.pos.order.order') }}: {{ currentOrder.documentNo }}
{{ $t('form.pos.order.date') }}: {{ orderDate }}
{{ $t('form.pos.order.type') }}:{{ currentOrder.documentType.name }}
{{ $t('form.pos.order.itemQuantity') }} {{ getItemQuantity }}
{{ $t('form.pos.order.numberLines') }} {{ numberOfLines }}
{{ $t('form.pos.order.seller') }}: {{ currentOrder.salesRepresentative.name }}
{{ $t('form.pos.order.subTotal') }}:{{ formatPrice(currentOrder.totalLines, pointOfSalesCurrency.iSOCode) }}
{{ $t('form.pos.order.tax') }}:{{ getOrderTax(pointOfSalesCurrency.iSOCode) }}
{{ $t('form.pos.order.total') }}: {{ formatPrice(currentOrder.grandTotal, pointOfSalesCurrency.iSOCode) }}
{{ $t('form.pos.collect.convertedAmount') }}: {{ formatPrice(currentOrder.grandTotal / totalAmountConverted, currentPointOfSales.displayCurrency.iso_code) }}