fix: quotation card status display and i18n
This commit is contained in:
parent
44f27bf2ea
commit
72fa68462e
4 changed files with 23 additions and 17 deletions
|
|
@ -766,6 +766,17 @@ export default {
|
|||
BillSplit: 'Installments Bill',
|
||||
BillCustomSplit: 'Custom Installments Bill',
|
||||
},
|
||||
|
||||
status: {
|
||||
Issued: 'Quotation',
|
||||
Accepted: 'Customer Confirmation',
|
||||
Invoice: 'Invoice',
|
||||
PaymentPending: 'Payment',
|
||||
PaymentInProcess: 'Payment',
|
||||
PaymentSuccess: 'Issue Receipt',
|
||||
ProcessComplete: 'Completed',
|
||||
Canceled: 'Cancel',
|
||||
},
|
||||
},
|
||||
|
||||
flow: {
|
||||
|
|
|
|||
|
|
@ -763,6 +763,17 @@ export default {
|
|||
BillSplit: 'ใบเรียกเก็บเงินแบ่งจ่าย',
|
||||
BillSplitCustom: 'ใบเรียกเก็บแบ่งจ่ายกำหนดเอง',
|
||||
},
|
||||
|
||||
status: {
|
||||
Issued: 'ใบเสนอราคา',
|
||||
Accepted: 'ลูกค้าตอบรับ',
|
||||
Invoice: 'ใบแจ้งหนี้',
|
||||
PaymentPending: 'ชำระเงิน',
|
||||
PaymentInProcess: 'ชำระเงิน',
|
||||
PaymentSuccess: 'ออกใบเสร็จ',
|
||||
ProcessComplete: 'เสร็จสิ้น',
|
||||
Canceled: 'ยกเลิก',
|
||||
},
|
||||
},
|
||||
|
||||
flow: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue