This commit is contained in:
parent
d428ac3ec5
commit
d6fa8e5b4b
6 changed files with 101 additions and 1 deletions
|
|
@ -1360,6 +1360,7 @@ export default {
|
|||
Product: 'Product and Service Report',
|
||||
Sale: 'Sales Summary Report',
|
||||
Profit: 'Profit and Loss Report',
|
||||
Debt: 'Overdue Customer Report',
|
||||
},
|
||||
document: {
|
||||
code: 'Code',
|
||||
|
|
@ -1395,6 +1396,12 @@ export default {
|
|||
expenses: 'Expenses',
|
||||
income: 'Income',
|
||||
},
|
||||
debtReport: {
|
||||
title: 'Overdue Customer Report',
|
||||
customerName: 'Customer Name',
|
||||
unpaid: 'Unpaid',
|
||||
paid: 'Paid',
|
||||
},
|
||||
},
|
||||
dashboard: {
|
||||
title: 'Dashboard',
|
||||
|
|
|
|||
|
|
@ -1340,6 +1340,7 @@ export default {
|
|||
Product: 'รายงานสินค้าและบริการ',
|
||||
Sale: 'รายงานสรุปยอดขาย',
|
||||
Profit: 'รายงานกำไรและขาดทุน',
|
||||
Debt: 'รายงานลูกค้าที่มีหนี้ค้างชำระ',
|
||||
},
|
||||
document: {
|
||||
code: 'รหัส',
|
||||
|
|
@ -1376,6 +1377,12 @@ export default {
|
|||
expenses: 'ต้นทุน',
|
||||
income: 'รายได้',
|
||||
},
|
||||
debtReport: {
|
||||
title: 'รายงานลูกค้าที่มีหนี้ค้างชำระ ',
|
||||
customerName: 'ชื่อลูกค้า',
|
||||
unpaid: 'ยังไม่ได้ชำระ',
|
||||
paid: 'ชำระแล้ว',
|
||||
},
|
||||
},
|
||||
dashboard: {
|
||||
title: 'Dashboard',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue