@@ -170,7 +201,16 @@ const branchFilter = selectFilterOptionRefMod(
:label="$t('productService.product.processingTime')"
v-model="process"
type="number"
- />
+ >
+
+
+
+
+
+
+
+
+ {{ $t('general.noData') }}
+
+
+
+
('serviceCharge');
const agentPrice = defineModel('agentPrice');
const price = defineModel('price');
+const vatIncluded = defineModel('vatIncluded');
withDefaults(
defineProps<{
@@ -38,6 +39,36 @@ withDefaults(
style="background-color: var(--surface-3)"
/>
{{ $t('productService.product.priceInformation') }}
+
+
+
+ {{ $t('productService.product.vatIncluded') }}
+
+
+ {{ $t('productService.product.vatExcluded') }}
+
+
-
+
diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts
index b09013a8..58abfc79 100644
--- a/src/i18n/eng/index.ts
+++ b/src/i18n/eng/index.ts
@@ -509,6 +509,10 @@ export default {
salePrice: 'Sale Price',
agentPrice: 'Agent Price',
processingPrice: 'Processing Price',
+ expenseType: 'Expense Type',
+ vatIncluded: 'Include VAT',
+ vatExcluded: 'Exclude VAT',
+ vat: 'VAT',
},
},
diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts
index cccc97b4..486b2604 100644
--- a/src/i18n/tha/index.ts
+++ b/src/i18n/tha/index.ts
@@ -507,6 +507,10 @@ export default {
salePrice: 'ราคาขาย',
agentPrice: 'ราคาตัวแทน',
processingPrice: 'ราคาดำเนินการ',
+ expenseType: 'ประเภทค่าใช้จ่าย',
+ vatIncluded: 'รวม VAT',
+ vatExcluded: 'ไม่รวม VAT',
+ vat: 'คำนวณ VAT',
},
},