feat(04): product expense type and vat

This commit is contained in:
puriphatt 2024-09-04 09:48:50 +07:00
parent eec5325806
commit d17c9f7d96
5 changed files with 154 additions and 4 deletions

View file

@ -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"
}
]
}
}