Change serial column name to invoice
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
This commit is contained in:
parent
a0fc1cfc07
commit
7c96106faa
|
@ -15,7 +15,7 @@ const years = ref([]);
|
||||||
const invoices = ref([]);
|
const invoices = ref([]);
|
||||||
|
|
||||||
const columns = computed(() => [
|
const columns = computed(() => [
|
||||||
{ name: 'ref', label: t('serial'), field: 'ref', align: 'left' },
|
{ name: 'ref', label: t('invoice'), field: 'ref', align: 'left' },
|
||||||
{
|
{
|
||||||
name: 'issued',
|
name: 'issued',
|
||||||
label: t('issued'),
|
label: t('issued'),
|
||||||
|
@ -129,7 +129,7 @@ onMounted(async () => {
|
||||||
<i18n lang="yaml">
|
<i18n lang="yaml">
|
||||||
en-US:
|
en-US:
|
||||||
noInvoicesFound: No invoices found
|
noInvoicesFound: No invoices found
|
||||||
serial: Serial
|
invoice: Invoice
|
||||||
issued: Date
|
issued: Date
|
||||||
amount: Import
|
amount: Import
|
||||||
downloadInvoicePdf: Download invoice PDF
|
downloadInvoicePdf: Download invoice PDF
|
||||||
|
@ -137,7 +137,7 @@ en-US:
|
||||||
requestTheInvoiceToComercial: Request the invoice to your salesperson
|
requestTheInvoiceToComercial: Request the invoice to your salesperson
|
||||||
es-ES:
|
es-ES:
|
||||||
noInvoicesFound: No se han encontrado facturas
|
noInvoicesFound: No se han encontrado facturas
|
||||||
serial: Serie
|
invoice: Factura
|
||||||
issued: Fecha
|
issued: Fecha
|
||||||
amount: Importe
|
amount: Importe
|
||||||
downloadInvoicePdf: Descargar factura en PDF
|
downloadInvoicePdf: Descargar factura en PDF
|
||||||
|
@ -145,7 +145,7 @@ es-ES:
|
||||||
requestTheInvoiceToComercial: Solicita la factura a tu comercial
|
requestTheInvoiceToComercial: Solicita la factura a tu comercial
|
||||||
ca-ES:
|
ca-ES:
|
||||||
noInvoicesFound: No s'han trobat factures
|
noInvoicesFound: No s'han trobat factures
|
||||||
serial: Sèrie
|
invoice: Factura
|
||||||
issued: Data
|
issued: Data
|
||||||
amount: Import
|
amount: Import
|
||||||
downloadInvoicePdf: Descarregar PDF
|
downloadInvoicePdf: Descarregar PDF
|
||||||
|
@ -153,7 +153,7 @@ ca-ES:
|
||||||
requestTheInvoiceToComercial: Sol·licita la factura al teu comercial
|
requestTheInvoiceToComercial: Sol·licita la factura al teu comercial
|
||||||
fr-FR:
|
fr-FR:
|
||||||
noInvoicesFound: Aucune facture trouvée
|
noInvoicesFound: Aucune facture trouvée
|
||||||
serial: Série
|
invoice: Facture
|
||||||
issued: Date
|
issued: Date
|
||||||
amount: Montant
|
amount: Montant
|
||||||
downloadInvoicePdf: Télécharger le PDF
|
downloadInvoicePdf: Télécharger le PDF
|
||||||
|
@ -161,7 +161,7 @@ fr-FR:
|
||||||
requestTheInvoiceToComercial: Demander la facture à votre commercial
|
requestTheInvoiceToComercial: Demander la facture à votre commercial
|
||||||
pt-PT:
|
pt-PT:
|
||||||
noInvoicesFound: Nenhuma fatura encontrada
|
noInvoicesFound: Nenhuma fatura encontrada
|
||||||
serial: Serie
|
invoice: Fatura
|
||||||
issued: Data
|
issued: Data
|
||||||
amount: Importe
|
amount: Importe
|
||||||
downloadInvoicePdf: Baixar PDF
|
downloadInvoicePdf: Baixar PDF
|
||||||
|
|
Loading…
Reference in New Issue