diff --git a/src/components/common/VnCurrency.vue b/src/components/common/VnCurrency.vue
new file mode 100644
index 000000000..9e08f4500
--- /dev/null
+++ b/src/components/common/VnCurrency.vue
@@ -0,0 +1,34 @@
+
+
+ {
+ if (value.includes(',')) amount.value = amount.replace(',', '.');
+ }
+ "
+ :rules="[(val) => isValidNumber(val) || !val || 'Please type a number']"
+ lazy-rules
+ >
+
+
+
+
+
+
+
+es:
+ amount: importe
+
diff --git a/src/pages/Customer/Payments/CustomerPaymentsFilter.vue b/src/pages/Customer/Payments/CustomerPaymentsFilter.vue
index 74ea2c203..a45bc4f8c 100644
--- a/src/pages/Customer/Payments/CustomerPaymentsFilter.vue
+++ b/src/pages/Customer/Payments/CustomerPaymentsFilter.vue
@@ -1,9 +1,9 @@