From 1cecea4aee89c5bfd76540ea924085b0e1cc2943 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 2 Jan 2025 10:04:57 +0100 Subject: [PATCH] feat: refs #7202 added new field --- src/pages/InvoiceOut/InvoiceOutList.vue | 7 +++++++ src/pages/InvoiceOut/locale/en.yml | 1 + src/pages/InvoiceOut/locale/es.yml | 1 + 3 files changed, 9 insertions(+) diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 3a886c383..0dc3c04fa 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -126,6 +126,13 @@ const columns = computed(() => [ columnField: { component: null }, format: (row) => toDate(row.dued), }, + { + align: 'left', + name: 'customsAgentFk', + label: t('invoiceOutList.tableVisibleColumns.customsAgent'), + cardVisible: true, + format: (row, dashIfEmpty) => dashIfEmpty(row.customsAgentName), + }, { align: 'right', name: 'tableActions', diff --git a/src/pages/InvoiceOut/locale/en.yml b/src/pages/InvoiceOut/locale/en.yml index 8cefe8bdc..999f00db3 100644 --- a/src/pages/InvoiceOut/locale/en.yml +++ b/src/pages/InvoiceOut/locale/en.yml @@ -13,6 +13,7 @@ invoiceOutList: invoiceOutSerial: Serial ticket: Ticket taxArea: Tax area + customsAgent: Custom Agent DownloadPdf: Download PDF InvoiceOutSummary: Summary negativeBases: diff --git a/src/pages/InvoiceOut/locale/es.yml b/src/pages/InvoiceOut/locale/es.yml index 106168a5d..527e88c0d 100644 --- a/src/pages/InvoiceOut/locale/es.yml +++ b/src/pages/InvoiceOut/locale/es.yml @@ -15,6 +15,7 @@ invoiceOutList: invoiceOutSerial: Serial ticket: Ticket taxArea: Area + customsAgent: Agente de aduanas DownloadPdf: Descargar PDF InvoiceOutSummary: Resumen negativeBases: