This commit is contained in:
parent
d428ac3ec5
commit
d6fa8e5b4b
6 changed files with 101 additions and 1 deletions
|
|
@ -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