feat(04): product expense type and vat
This commit is contained in:
parent
eec5325806
commit
d17c9f7d96
5 changed files with 154 additions and 4 deletions
|
|
@ -509,6 +509,10 @@ export default {
|
|||
salePrice: 'Sale Price',
|
||||
agentPrice: 'Agent Price',
|
||||
processingPrice: 'Processing Price',
|
||||
expenseType: 'Expense Type',
|
||||
vatIncluded: 'Include VAT',
|
||||
vatExcluded: 'Exclude VAT',
|
||||
vat: 'VAT',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -507,6 +507,10 @@ export default {
|
|||
salePrice: 'ราคาขาย',
|
||||
agentPrice: 'ราคาตัวแทน',
|
||||
processingPrice: 'ราคาดำเนินการ',
|
||||
expenseType: 'ประเภทค่าใช้จ่าย',
|
||||
vatIncluded: 'รวม VAT',
|
||||
vatExcluded: 'ไม่รวม VAT',
|
||||
vat: 'คำนวณ VAT',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue