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', recoverySince: 'Recovery since',
businessType: 'Business Type', businessType: 'Business Type',
city: 'City', city: 'City',
descriptorInfo: 'Invoices minus payments plus orders not yet',
}, },
basicData: { basicData: {
socialName: 'Fiscal name', socialName: 'Fiscal name',

View File

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

View File

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

View File

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