feat: invoice (#174)

* feat: add 10 invoice

* feat: invoicelayout

* feat: invoicetable

* refactor: uew new table

* fix: columns missing

* feat: invoicebadgestatus

* feat: formatdate

#156

* refactor: watch pagesize and page

#159

* refector: filter status

#160

* feat: invoice stats

* fix: typo

* chore: cleanup

* refactor: add columns action

* refactor: add btn view invoice

* refactor: add query tab

* refactor: change set code invoice to function

* chore: change case

* refactor: add i18n netvalue

* refactor: add record colors of status invoice

* feat: add view card invoice

* chore: cleanpu

* refactor: handle i18n pay condition

* refactor: handle value by storage or by api

* refactor: add btnn preview

* refactor: function view doc example

* refactor: bind function view doc example

---------

Co-authored-by: Thanaphon Frappet <thanaphon@frappet.com>
Co-authored-by: nwpptrs <jay02499@gmail.com>
Co-authored-by: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
Co-authored-by: oat_dev <nattapon@frappet.com>
This commit is contained in:
Methapon Metanipat 2025-01-14 11:34:20 +07:00 committed by GitHub
parent 7d1f32a5cb
commit c5d3897d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 801 additions and 86 deletions

View file

@ -194,6 +194,7 @@ export default {
sales: {
title: 'งานซื้อขาย',
quotation: 'ใบเสนอราคา',
invoice: 'ใบแจ้งหนี้',
},
order: {
@ -1095,6 +1096,7 @@ export default {
discount: 'ส่วนลด',
vat: 'ภาษี',
value: 'มูลค่า',
netValue: 'มูลค่าสุทธิ',
title: {
quotation: 'ใบเสนอราคา',
invoice: 'ใบแจ้งหนี้',
@ -1167,4 +1169,15 @@ export default {
Success: 'คืนเงินเสร็จสิ้น',
},
},
invoice: {
title: 'ใบแจ้งหนี้',
caption: 'ใบแจ้งหนี้ทั้งหมด',
workSheetName: 'ชื่อใบงาน',
paymentDueDate: 'กำหนดชำระ',
status: {
PaymentSuccess: 'ชำระเงินแล้ว',
PaymentWait: 'ยังไม่ชำระ',
},
},
};