feat(04): product expense type and vat

This commit is contained in:
puriphatt 2024-09-04 09:48:50 +07:00
parent eec5325806
commit d17c9f7d96
5 changed files with 154 additions and 4 deletions

View file

@ -507,6 +507,10 @@ export default {
salePrice: 'ราคาขาย',
agentPrice: 'ราคาตัวแทน',
processingPrice: 'ราคาดำเนินการ',
expenseType: 'ประเภทค่าใช้จ่าย',
vatIncluded: 'รวม VAT',
vatExcluded: 'ไม่รวม VAT',
vat: 'คำนวณ VAT',
},
},