This commit is contained in:
parent
d8073e78ab
commit
c2042276ae
|
@ -186,7 +186,7 @@ const createInvoiceInCorrection = async () => {
|
||||||
clickable
|
clickable
|
||||||
@click="book(entityId)"
|
@click="book(entityId)"
|
||||||
>
|
>
|
||||||
<QItemSection>{{ t('invoiceIn.descriptorMenu.toBook') }}</QItemSection>
|
<QItemSection>{{ t('invoiceIn.descriptorMenu.book') }}</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
</template>
|
</template>
|
||||||
</InvoiceInToBook>
|
</InvoiceInToBook>
|
||||||
|
@ -197,7 +197,7 @@ const createInvoiceInCorrection = async () => {
|
||||||
@click="triggerMenu('unbook')"
|
@click="triggerMenu('unbook')"
|
||||||
>
|
>
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
{{ t('invoiceIn.descriptorMenu.toUnbook') }}
|
{{ t('invoiceIn.descriptorMenu.unbook') }}
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
<QItem
|
<QItem
|
||||||
|
|
|
@ -193,7 +193,7 @@ const getLink = (param) => `#/invoice-in/${entityId.value}/${param}`;
|
||||||
<InvoiceIntoBook>
|
<InvoiceIntoBook>
|
||||||
<template #content="{ book }">
|
<template #content="{ book }">
|
||||||
<QBtn
|
<QBtn
|
||||||
:label="t('To book')"
|
:label="t('Book')"
|
||||||
color="orange-11"
|
color="orange-11"
|
||||||
text-color="black"
|
text-color="black"
|
||||||
@click="book(entityId)"
|
@click="book(entityId)"
|
||||||
|
@ -469,5 +469,5 @@ const getLink = (param) => `#/invoice-in/${entityId.value}/${param}`;
|
||||||
Search invoice: Buscar factura recibida
|
Search invoice: Buscar factura recibida
|
||||||
You can search by invoice reference: Puedes buscar por referencia de la factura
|
You can search by invoice reference: Puedes buscar por referencia de la factura
|
||||||
Totals: Totales
|
Totals: Totales
|
||||||
To book: Contabilizar
|
Book: Contabilizar
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
|
@ -19,8 +19,6 @@ invoiceIn:
|
||||||
unbook: Unbook
|
unbook: Unbook
|
||||||
delete: Delete
|
delete: Delete
|
||||||
clone: Clone
|
clone: Clone
|
||||||
toBook: To book
|
|
||||||
toUnbook: To unbook
|
|
||||||
deleteInvoice: Delete invoice
|
deleteInvoice: Delete invoice
|
||||||
invoiceDeleted: invoice deleted
|
invoiceDeleted: invoice deleted
|
||||||
cloneInvoice: Clone invoice
|
cloneInvoice: Clone invoice
|
||||||
|
|
|
@ -15,12 +15,10 @@ invoiceIn:
|
||||||
descriptor:
|
descriptor:
|
||||||
ticketList: Listado de tickets
|
ticketList: Listado de tickets
|
||||||
descriptorMenu:
|
descriptorMenu:
|
||||||
book: Asentar
|
book: Contabilizar
|
||||||
unbook: Desasentar
|
unbook: Descontabilizar
|
||||||
delete: Eliminar
|
delete: Eliminar
|
||||||
clone: Clonar
|
clone: Clonar
|
||||||
toBook: Contabilizar
|
|
||||||
toUnbook: Descontabilizar
|
|
||||||
deleteInvoice: Eliminar factura
|
deleteInvoice: Eliminar factura
|
||||||
invoiceDeleted: Factura eliminada
|
invoiceDeleted: Factura eliminada
|
||||||
cloneInvoice: Clonar factura
|
cloneInvoice: Clonar factura
|
||||||
|
|
Loading…
Reference in New Issue