feat: add calc vat into product (will be calc in quotation)

This commit is contained in:
Methapon Metanipat 2024-10-16 16:22:45 +07:00
parent 08254d1b9f
commit 6c10c82fcc
5 changed files with 27 additions and 0 deletions

View file

@ -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',

View file

@ -76,6 +76,7 @@ export default {
total: 'ยอดรวม',
discount: 'ส่วนลด (บาท)',
discountAfterVat: 'ส่วนลดหลังคำนวณภาษี',
calculateVat: 'คำนวณภาษี',
totalAfterDiscount: 'จำนวนเงินหลังหักส่วนลด',
totalVatExcluded: 'จำนวนเงินยกเว้นภาษี',
totalVatIncluded: 'จำนวนเงินที่คำนวณภาษี',