fix/refactor: quotation installment (#121)

* refactor/feat: i18n

* chore: clean log

* refactor: type

* refactor: installment and product table state relation

* refactor: handle split custom

---------

Co-authored-by: Thanaphon Frappet <thanaphon@frappet.com>
This commit is contained in:
puriphatt 2024-12-06 11:01:52 +07:00 committed by GitHub
parent 57aabf1deb
commit 1b4c06b182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 357 additions and 77 deletions

View file

@ -134,6 +134,7 @@ export default {
customer: 'Customer',
individual: 'Individual',
unavailable: 'Unavailable',
selected: 'Selected {number} {msg}',
},
menu: {
@ -715,6 +716,7 @@ export default {
vatIncluded: 'Include VAT',
vatExcluded: 'Exclude VAT',
vat: 'VAT',
product: 'Product',
},
},

View file

@ -134,6 +134,7 @@ export default {
customer: 'ลูกค้า',
individual: 'รายบุคคล',
unavailable: 'ไม่พร้อมใช้งาน',
selected: '{number} {msg}ถูกเลือก',
},
menu: {
@ -707,6 +708,7 @@ export default {
vatIncluded: 'รวม VAT',
vatExcluded: 'ไม่รวม VAT',
vat: 'คำนวณ VAT',
product: 'สินค้า',
},
},