diff --git a/src/components/ui/CardList.vue b/src/components/ui/CardList.vue index ae74fbd7e..f94d670c4 100644 --- a/src/components/ui/CardList.vue +++ b/src/components/ui/CardList.vue @@ -28,7 +28,7 @@ const selectedItem = (item) => {
-
+
{{ $props.title }}
diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js index 63be39c31..f24eb3457 100644 --- a/src/i18n/en/index.js +++ b/src/i18n/en/index.js @@ -49,6 +49,10 @@ export default { totalEntries: 'Total entries', amount: 'Amount', packages: 'Packages', + download: 'Download', + selectRows: 'Select all { numberRows } row(s)', + allRows: 'All { numberRows } row(s)', + markAll: 'Mark all', }, errors: { statusUnauthorized: 'Access denied', diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js index 2aaa4102c..5e1b999ac 100644 --- a/src/i18n/es/index.js +++ b/src/i18n/es/index.js @@ -49,6 +49,10 @@ export default { totalEntries: 'Ent. totales', amount: 'Importe', packages: 'Bultos', + download: 'Descargar', + selectRows: 'Seleccionar las { numberRows } filas(s)', + allRows: 'Todo { numberRows } filas(s)', + markAll: 'Marcar todo', }, errors: { statusUnauthorized: 'Acceso denegado', diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 71f68eed0..5f02f175d 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -45,6 +45,8 @@ const setManageCheckboxes = (downloadType) => { }; const addElement = (element) => { + showSelect.value = false; + manageCheckboxes.value = false; if (arrayElements.value.length >= 0) { const index = arrayElements.value.findIndex((item) => item.id === element.id); if (index >= 0) { @@ -124,119 +126,130 @@ const downloadCsv = (rows) => { - -
- - + @@ -245,10 +258,6 @@ const downloadCsv = (rows) => { width: 100%; max-width: 60em; } - -.dark_icon { - color: #121212; -} @@ -257,7 +266,6 @@ en: fileDenied: Browser denied file download... fileAllowed: Successful download of CSV file youCanSearchByInvoiceReference: You can search by invoice reference - es: searchInvoice: Buscar factura emitida fileDenied: El navegador denegó la descarga de archivos...