feat: add support for credit note status and acceptance functionality
This commit is contained in:
parent
83a7e7ee47
commit
91c7db7c7b
6 changed files with 13 additions and 8 deletions
|
|
@ -1257,6 +1257,7 @@ export default {
|
|||
refundSuccess: 'Refund Success',
|
||||
},
|
||||
status: {
|
||||
Waiting: 'Credit Note',
|
||||
Pending: 'Pending Refund',
|
||||
Success: 'Refund Completed',
|
||||
Canceled: 'Canceled',
|
||||
|
|
@ -1266,10 +1267,6 @@ export default {
|
|||
Done: 'Done',
|
||||
},
|
||||
},
|
||||
stats: {
|
||||
Pending: 'Pending Refund',
|
||||
Success: 'Refund Completed',
|
||||
},
|
||||
},
|
||||
|
||||
invoice: {
|
||||
|
|
|
|||
|
|
@ -1237,6 +1237,7 @@ export default {
|
|||
refundSuccess: 'คืนเงินเสร็จเรียบร้อย',
|
||||
},
|
||||
status: {
|
||||
Waiting: 'ใบลดหนี้',
|
||||
Pending: 'รอคืนเงิน',
|
||||
Success: 'คืนเงินเสร็จสิ้น',
|
||||
Canceled: 'ยกเลิกรายการ',
|
||||
|
|
@ -1246,10 +1247,6 @@ export default {
|
|||
Done: 'คืนเงินเรียบร้อย',
|
||||
},
|
||||
},
|
||||
stats: {
|
||||
Pending: 'รอคืนเงิน',
|
||||
Success: 'คืนเงินเสร็จสิ้น',
|
||||
},
|
||||
},
|
||||
|
||||
invoice: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue