Solucion a comentarios 12
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
carlosfonseca 2024-02-16 13:29:36 -05:00
parent ebd1ee07f4
commit d0cf13d0af
4 changed files with 11 additions and 15 deletions

View File

@ -225,6 +225,7 @@ export default {
recoverySince: 'Recovery since',
businessType: 'Business Type',
city: 'City',
descriptorInfo: 'Invoices minus payments plus orders not yet',
},
basicData: {
socialName: 'Fiscal name',

View File

@ -224,6 +224,7 @@ export default {
recoverySince: 'Recobro desde',
businessType: 'Tipo de negocio',
city: 'Población',
descriptorInfo: 'Facturas menos recibos mas pedidos sin facturar',
},
basicData: {
socialName: 'Nombre fiscal',

View File

@ -62,19 +62,15 @@ const setData = (entity) => (data.value = useCardDescription(entity.name, entity
:value="toCurrency(entity.credit)"
class="col-11"
/>
<div class="row">
<VnLv
:label="t('customer.card.risk')"
:value="toCurrency(entity.debt)"
class="col-11"
/>
<QIcon name="info" size="xs" class="col-1 color-vn-label">
<QTooltip>{{ t('info') }}</QTooltip>
</QIcon>
</div>
<VnLv
:label="t('customer.card.risk')"
:value="toCurrency(entity.debt)"
class="col-11"
/>
<VnLv
:label="t('customer.card.securedCredit')"
:value="toCurrency(entity.creditInsurance)"
:info="t('customer.summary.descriptorInfo')"
/>
<VnLv :label="t('customer.card.payMethod')" :value="entity.payMethod.name" />
<VnLv :label="t('customer.card.debt')" :value="toCurrency(entity.debt)" />
@ -169,13 +165,11 @@ const setData = (entity) => (data.value = useCardDescription(entity.name, entity
{
"en": {
"ticketList": "Customer ticket list",
"invoiceOutList": "Customer invoice out list",
"info": "Invoices minus payments plus orders not yet"
"invoiceOutList": "Customer invoice out list"
},
"es": {
"ticketList": "Listado de tickets del cliente",
"invoiceOutList": "Listado de facturas del cliente",
"info": "Facturas menos recibos mas pedidos sin facturar"
"invoiceOutList": "Listado de facturas del cliente"
}
}
</i18n>

View File

@ -101,7 +101,7 @@ const setData = (entity) => {
</template>
<template #body="{ entity }">
<VnLv :label="t('worker.card.name')" :value="entity.user?.nickname" />
<VnLv :label="t('worker.card.email')" :value="entity.user?.email" copy />
<VnLv :label="t('worker.card.emailxxx')" :value="entity.user?.email" copy />
<VnLv
:label="t('worker.list.department')"
:value="entity.department ? entity.department.department.name : null"