feat: add tab debt
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Thanaphon Frappet 2025-03-10 10:44:46 +07:00
parent d428ac3ec5
commit d6fa8e5b4b
6 changed files with 101 additions and 1 deletions

View file

@ -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',

View file

@ -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',