feat: add more field
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
5278f4952e
commit
35fd79634a
6 changed files with 133 additions and 39 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -1331,6 +1331,8 @@ export default {
|
|||
|
||||
report: {
|
||||
title: 'รายงาน',
|
||||
customerName: 'ชื่อลูกค้า',
|
||||
value: 'มูลค่า',
|
||||
view: {
|
||||
Document: 'รายงานสถานะเอกสาร',
|
||||
Invoice: 'รายงานการชำระเงิน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue