diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index c822240c..3b7d494a 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1336,4 +1336,44 @@ export default { Succeed: 'Completed', }, }, + + report: { + report: { + title: 'Report', + view: { + Document: 'Document Status Report', + Invoice: 'Payment Report', + Product: 'Product and Service Report', + admin: { + Product: 'Product Movement Report', + Sale: 'Sales Summary Report', + }, + }, + document: { + code: 'Code', + status: 'Quotation Status', + createAt: 'Created Date', + updateAt: 'Updated Date', + }, + table: { + code: 'Code', + status: 'Status', + createAt: 'Created Date', + }, + product: { + did: 'Processed Quantity', + sale: 'Sold Quantity', + name: 'Product Name', + code: 'Product Code', + }, + sale: { + byCustomer: 'Sales by Branch', + byProductGroup: 'Sales by Product Category', + bySale: 'Sales by Salesperson', + code: 'Code', + name: 'Name', + count: 'Sold Quantity', + }, + }, + }, }; diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index c3205cbc..8657680f 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1315,4 +1315,43 @@ export default { Succeed: 'เสร็จสิ้น', }, }, + + report: { + title: 'รายงาน', + view: { + Document: 'รายงานสถานะเอกสาร', + Invoice: 'รายงานการชำระเงิน', + Product: 'รายงานสินค้าและบริการ', + admin: { + Product: 'รายงานการเคลื่อนไหวของสินค้า', + Sale: 'รายงานสรุปยอดขาย', + }, + }, + document: { + code: 'รหัส', + status: 'สถานะใบเสนอราคา', + createAt: 'วันที่สร้าง', + updateAt: 'วันที่แก้ไข', + }, + table: { + code: 'รหัส', + status: 'สถานะ', + createAt: 'วันที่สร้าง', + }, + product: { + did: 'จำนวนที่ออกไปดำเนินการ', + sale: 'จำนวนที่ขายออกไป', + name: 'ชื่อสินค้า', + code: 'รหัสสินค้า', + }, + + sale: { + byCustomer: 'ยอดขายตามสาขา', + byProductGroup: 'ยอดขายตามประเภทสินค้า', + bySale: 'ยอดขายตามพนักงานขาย', + code: 'รหัส', + name: 'ชื่อ', + count: 'จำนวนที่ขาย', + }, + }, };