feat: add calc vat into product (will be calc in quotation)
This commit is contained in:
parent
08254d1b9f
commit
6c10c82fcc
5 changed files with 27 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ export default {
|
|||
about: 'About',
|
||||
total: 'Total',
|
||||
discount: 'Discount (Baht)',
|
||||
calculateVat: 'Calculate VAT',
|
||||
discountAfterVat: 'Discount after vat',
|
||||
totalAfterDiscount: 'Total after discount',
|
||||
totalVatExcluded: 'Tax exemption amount',
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@ export default {
|
|||
total: 'ยอดรวม',
|
||||
discount: 'ส่วนลด (บาท)',
|
||||
discountAfterVat: 'ส่วนลดหลังคำนวณภาษี',
|
||||
calculateVat: 'คำนวณภาษี',
|
||||
totalAfterDiscount: 'จำนวนเงินหลังหักส่วนลด',
|
||||
totalVatExcluded: 'จำนวนเงินยกเว้นภาษี',
|
||||
totalVatIncluded: 'จำนวนเงินที่คำนวณภาษี',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue