From e49a9f4165736b63aef428131922404e0ca1d6dc Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 5 Feb 2024 15:39:53 +0100 Subject: [PATCH 01/49] feat: refs #6317 create vnCurrency --- src/components/common/VnCurrency.vue | 34 +++++++++++++++++++ .../Payments/CustomerPaymentsFilter.vue | 23 ++----------- 2 files changed, 36 insertions(+), 21 deletions(-) create mode 100644 src/components/common/VnCurrency.vue 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 @@ + + + + +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 @@ es: diff --git a/src/pages/Customer/Payments/CustomerPaymentsFilter.vue b/src/pages/Customer/Payments/CustomerPaymentsFilter.vue index b49fccce0..1b79868c0 100644 --- a/src/pages/Customer/Payments/CustomerPaymentsFilter.vue +++ b/src/pages/Customer/Payments/CustomerPaymentsFilter.vue @@ -47,7 +47,7 @@ const props = defineProps({ - + diff --git a/src/pages/InvoiceIn/Card/InvoiceInVat.vue b/src/pages/InvoiceIn/Card/InvoiceInVat.vue index d8e742706..8915a96ec 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInVat.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInVat.vue @@ -9,6 +9,7 @@ import { toCurrency } from 'src/filters'; import FetchData from 'src/components/FetchData.vue'; import VnSelectFilter from 'src/components/common/VnSelectFilter.vue'; import CrudModel from 'src/components/CrudModel.vue'; +import VnCurrency from 'src/components/common/VnCurrency.vue'; const route = useRoute(); const { t } = useI18n(); @@ -225,7 +226,7 @@ async function addExpense() {