diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index da76eba9..de8855bd 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1350,39 +1350,39 @@ export default { }, }, report: { - report: { - title: 'Report', - view: { - Document: 'Document Status Report', - Invoice: 'Payment Report', - Product: 'Product and Service 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', - }, + title: 'Report', + value: 'Value', + customerName: 'Customer Name', + view: { + Document: 'Document Status Report', + Invoice: 'Payment Report', + Product: 'Product and Service 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', }, }, dashboard: { diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index a5e566ce..8d3611f5 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1331,6 +1331,8 @@ export default { report: { title: 'รายงาน', + customerName: 'ชื่อลูกค้า', + value: 'มูลค่า', view: { Document: 'รายงานสถานะเอกสาร', Invoice: 'รายงานการชำระเงิน', diff --git a/src/pages/14_report/MainPage.vue b/src/pages/14_report/MainPage.vue index 70d8fb4a..cdd287d2 100644 --- a/src/pages/14_report/MainPage.vue +++ b/src/pages/14_report/MainPage.vue @@ -181,7 +181,19 @@ watch([() => pageState.currentTab], async () => {