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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue