#7202 added new field in InvoiceOut #773

Closed
jon wants to merge 10 commits from 7202-AddCustomAgentFkColumn into dev
3 changed files with 9 additions and 1 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',
@ -397,7 +404,6 @@ watchEffect(selectedRows);
align-self: flex-end; align-self: flex-end;
flex: 0.3; flex: 0.3;
} }
> .q-input, > .q-input,
> .q-select { > .q-select {
flex: 0.75; flex: 0.75;

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: