From 20ddabcc0183971eee3edc3c87771d85b7b4b737 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 27 Aug 2024 16:30:32 +0200 Subject: [PATCH] Merge remote-tracking branch 'origin/7830-customerDesplegables' into 6943_fix_customerSummaryTable --- src/i18n/locale/en.yml | 1 - src/i18n/locale/es.yml | 1 - .../Customer/Card/CustomerConsumption.vue | 201 ++++++++++++------ .../Card/CustomerConsumptionFilter.vue | 189 ---------------- 4 files changed, 138 insertions(+), 254 deletions(-) delete mode 100644 src/pages/Customer/Card/CustomerConsumptionFilter.vue diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 048be1d30..5a72fb812 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -95,7 +95,6 @@ globals: from: From to: To notes: Notes - quantity: Quantity item: Item ticket: Ticket campaign: Campaign diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 8c68299da..e5b0d24ee 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -95,7 +95,6 @@ globals: from: Desde to: Hasta notes: Notas - quantity: Cantidad item: Artículo ticket: Ticket campaign: Campaña diff --git a/src/pages/Customer/Card/CustomerConsumption.vue b/src/pages/Customer/Card/CustomerConsumption.vue index 9ea809cef..6d4da3a28 100644 --- a/src/pages/Customer/Card/CustomerConsumption.vue +++ b/src/pages/Customer/Card/CustomerConsumption.vue @@ -1,84 +1,76 @@ es: - Send to email: Enviar por email - Search by item id or name: Buscar por id de artículo o nombre - The consumption report will be sent: Se enviará el informe de consumo - Please, confirm: Por favor, confirma Enter a new search: Introduce una nueva búsqueda Group by items: Agrupar por artículos diff --git a/src/pages/Customer/Card/CustomerConsumptionFilter.vue b/src/pages/Customer/Card/CustomerConsumptionFilter.vue deleted file mode 100644 index b960186f4..000000000 --- a/src/pages/Customer/Card/CustomerConsumptionFilter.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - -en: - params: - grouped: Group by item - item: Item id - buyer: Buyer - type: Type - category: Category - itemId: Item id - buyerId: Buyer - typeId: Type - categoryId: Category - from: From - to: To - campaignId: Campaña - valentinesDay: Valentine's Day - mothersDay: Mother's Day - allSaints: All Saints' Day -es: - params: - grouped: Agrupar por artículo - item: Id artículo - buyer: Comprador - type: Tipo - category: Categoría - itemId: Id Artículo - buyerId: Comprador - typeId: Tipo - categoryId: Reino - from: Desde - to: Hasta - campaignId: Campaña - valentinesDay: Día de San Valentín - mothersDay: Día de la Madre - allSaints: Día de Todos los Santos -