| Name | Size | Mode | Actions |
|---|---|---|---|
| adjustment/ | - | 0755 | rm |
| expense/ | - | 0755 | rm |
| hrm/ | - | 0755 | rm |
| people/ | - | 0755 | rm |
| products/ | - | 0755 | rm |
| purchases/ | - | 0755 | rm |
| purchase_return/ | - | 0755 | rm |
| quotations/ | - | 0755 | rm |
| reports/ | - | 0755 | rm |
| sales/ | - | 0755 | rm |
| sale_return/ | - | 0755 | rm |
| settings/ | - | 0755 | rm |
| transfers/ | - | 0755 | rm |
| index.vue | 46 | 0644 | editdlrm |
| NotAuthorize.vue | 657 | 0644 | editdlrm |
| notFound.vue | 644 | 0644 | editdlrm |
| pos.vue | 92111 | 0644 | editdlrm |
| profile.vue | 10528 | 0644 | editdlrm |
/home/techb158/dev.balacoffee.com/resources/src/views/app/pages/pos.vue (92111B)
{{product.code}}
{{currentUser.currency}} {{formatNumber(product.Net_price , 2)}}{{formatNumber(product.qte_sale , 2)}} {{product.unitSale}}
{{$t('date')}} : {{invoice_pos.sale.date}}
{{$t('Adress')}} : {{invoice_pos.setting.CompanyAdress}}
{{$t('Email')}} : {{invoice_pos.setting.email}}
{{$t('Phone')}} : {{invoice_pos.setting.CompanyPhone}}
{{$t('Customer')}} : {{invoice_pos.sale.client_name}}
|
{{detail_invoice.name}}
{{$t('IMEI_SN')}} : {{detail_invoice.imei_number}} {{formatNumber(detail_invoice.quantity,2)}} {{detail_invoice.unit_sale}} x {{formatNumber(detail_invoice.total/detail_invoice.quantity,2)}} |
{{formatNumber(detail_invoice.total,2)}} | ||
| {{$t('OrderTax')}} | {{invoice_pos.symbol}} {{formatNumber(invoice_pos.sale.taxe ,2)}} ({{formatNumber(invoice_pos.sale.tax_rate,2)}} %) | ||
| {{$t('Discount')}} | {{invoice_pos.symbol}} {{formatNumber(invoice_pos.sale.discount ,2)}} | ||
| {{$t('Total')}} | {{invoice_pos.symbol}} {{formatNumber(invoice_pos.sale.GrandTotal ,2)}} | ||
| {{$t('Paid')}} | {{invoice_pos.symbol}} {{formatNumber(invoice_pos.sale.paid_amount ,2)}} | ||
| {{$t('Due')}} | {{invoice_pos.symbol}} {{parseFloat(invoice_pos.sale.GrandTotal - invoice_pos.sale.paid_amount).toFixed(2)}} | ||
| {{$t('PayeBy')}}: | {{$t('Amount')}}: | {{$t('Change')}}: | |
|---|---|---|---|
| {{payment_pos.Reglement}} | {{formatNumber(payment_pos.montant ,2)}} | {{formatNumber(payment_pos.change ,2)}} | |
{{pos_settings.note_customer}}
{{parseFloat(payment.received_amount - payment.amount).toFixed(2)}}