Merge pull request '#7202 added new field in InvoiceOut' (!1160) from 7202-AddCustomAgentFkColumn2 into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1160
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Jon Elias 2025-01-07 09:05:27 +00:00
commit 9e59383493
3 changed files with 9 additions and 0 deletions

View File

@ -126,6 +126,13 @@ const columns = computed(() => [
columnField: { component: null }, columnField: { component: null },
format: (row) => toDate(row.dued), format: (row) => toDate(row.dued),
}, },
{
align: 'left',
name: 'customsAgentFk',
label: t('invoiceOutList.tableVisibleColumns.customsAgent'),
cardVisible: true,
format: (row, dashIfEmpty) => dashIfEmpty(row.customsAgentName),
},
{ {
align: 'right', align: 'right',
name: 'tableActions', name: 'tableActions',

View File

@ -13,6 +13,7 @@ invoiceOutList:
invoiceOutSerial: Serial invoiceOutSerial: Serial
ticket: Ticket ticket: Ticket
taxArea: Tax area taxArea: Tax area
customsAgent: Custom Agent
DownloadPdf: Download PDF DownloadPdf: Download PDF
InvoiceOutSummary: Summary InvoiceOutSummary: Summary
negativeBases: negativeBases:

View File

@ -15,6 +15,7 @@ invoiceOutList:
invoiceOutSerial: Serial invoiceOutSerial: Serial
ticket: Ticket ticket: Ticket
taxArea: Area taxArea: Area
customsAgent: Agente de aduanas
DownloadPdf: Descargar PDF DownloadPdf: Descargar PDF
InvoiceOutSummary: Resumen InvoiceOutSummary: Resumen
negativeBases: negativeBases: