From 789dffe2e21e88ed05109542ffd7735cafc5078b Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 19 Jun 2024 12:05:21 +0200 Subject: [PATCH 1/8] refs #6898 vntable, traductions --- src/i18n/locale/en.yml | 8 ++ src/i18n/locale/es.yml | 8 ++ src/pages/Supplier/SupplierList.vue | 141 +++++++++++++++------------- 3 files changed, 90 insertions(+), 67 deletions(-) diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 4e7d7bb8a..f740ba9e0 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -1015,6 +1015,14 @@ supplier: payDay: Pay day account: Account newSupplier: New supplier + tableVisibleColumns: + id: Id + name: Name + nif: NIF/CIF + nickname: Alias + account: Account + payMethod: Pay Method + payDay: Pay Day summary: responsible: Responsible notes: Notes diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 68ffc4e5b..bf3b60ffc 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -1000,6 +1000,14 @@ supplier: payDay: Día de pago account: Cuenta newSupplier: Nuevo proveedor + tableVisibleColumns: + id: Id + name: Nombre + nif: NIF/CIF + nickname: Alias + account: Cuenta + payMethod: Método de pago + payDay: Dia de pago summary: responsible: Responsable notes: Notas diff --git a/src/pages/Supplier/SupplierList.vue b/src/pages/Supplier/SupplierList.vue index d53781a38..9491a938b 100644 --- a/src/pages/Supplier/SupplierList.vue +++ b/src/pages/Supplier/SupplierList.vue @@ -1,85 +1,92 @@ From a803250cb913e1a821ff6a1bb2eb230ee20ecf88 Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 19 Jun 2024 13:01:31 +0200 Subject: [PATCH 2/8] refs #6898 fix create --- src/pages/Supplier/SupplierList.vue | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/pages/Supplier/SupplierList.vue b/src/pages/Supplier/SupplierList.vue index 9491a938b..89ab12a67 100644 --- a/src/pages/Supplier/SupplierList.vue +++ b/src/pages/Supplier/SupplierList.vue @@ -1,11 +1,12 @@ From def8d4222ba886cab30bc7764ecc554d063db958 Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 26 Jun 2024 11:33:02 +0200 Subject: [PATCH 3/8] refs #6898 fix warnings --- src/pages/Supplier/SupplierList.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/Supplier/SupplierList.vue b/src/pages/Supplier/SupplierList.vue index 89ab12a67..0d60e7219 100644 --- a/src/pages/Supplier/SupplierList.vue +++ b/src/pages/Supplier/SupplierList.vue @@ -2,8 +2,6 @@ import { computed, ref } from 'vue'; import { useI18n } from 'vue-i18n'; import VnTable from 'components/VnTable/VnTable.vue'; -import RightMenu from 'src/components/common/RightMenu.vue'; -import SupplierListFilter from './SupplierListFilter.vue'; const { t } = useI18n(); const tableRef = ref(); From efa8791b9d79eeb725e89e4ed3400cca998fcd5f Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 26 Jun 2024 11:40:59 +0200 Subject: [PATCH 4/8] refs #6898 remove comment --- src/pages/Supplier/SupplierList.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/Supplier/SupplierList.vue b/src/pages/Supplier/SupplierList.vue index 0d60e7219..efb86b4bb 100644 --- a/src/pages/Supplier/SupplierList.vue +++ b/src/pages/Supplier/SupplierList.vue @@ -58,11 +58,6 @@ const columns = computed(() => [