feat(04): product expense type and vat
This commit is contained in:
parent
eec5325806
commit
d17c9f7d96
5 changed files with 154 additions and 4 deletions
|
|
@ -854,6 +854,21 @@
|
|||
"label": "Certificate of Identity",
|
||||
"value": "ci"
|
||||
}
|
||||
],
|
||||
|
||||
"expenseType": [
|
||||
{
|
||||
"label": "Service Fee",
|
||||
"value": "serviceFee"
|
||||
},
|
||||
{
|
||||
"label": "Fee",
|
||||
"value": "fee"
|
||||
},
|
||||
{
|
||||
"label": "Processing Fee",
|
||||
"value": "processingFee"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
|
@ -1712,6 +1727,21 @@
|
|||
"label": "เอกสารสำคัญประจำตัวเพื่อใช้แทนหนังสือเดินทาง",
|
||||
"value": "ci"
|
||||
}
|
||||
],
|
||||
|
||||
"expenseType": [
|
||||
{
|
||||
"label": "ค่าบริการ",
|
||||
"value": "serviceFee"
|
||||
},
|
||||
{
|
||||
"label": "ค่าธรรมเนียม",
|
||||
"value": "fee"
|
||||
},
|
||||
{
|
||||
"label": "ค่าดำเนินการ",
|
||||
"value": "processingFee"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue