WIP: #7283 item_missing_e2e #1029
|
@ -272,6 +272,7 @@ globals:
|
||||||
clientsActionsMonitor: Clients and actions
|
clientsActionsMonitor: Clients and actions
|
||||||
serial: Serial
|
serial: Serial
|
||||||
medical: Mutual
|
medical: Mutual
|
||||||
|
pit: IRPF
|
||||||
supplier: Supplier
|
supplier: Supplier
|
||||||
created: Created
|
created: Created
|
||||||
worker: Worker
|
worker: Worker
|
||||||
|
|
|
@ -275,6 +275,7 @@ globals:
|
||||||
clientsActionsMonitor: Clientes y acciones
|
clientsActionsMonitor: Clientes y acciones
|
||||||
serial: Facturas por serie
|
serial: Facturas por serie
|
||||||
medical: Mutua
|
medical: Mutua
|
||||||
|
pit: IRPF
|
||||||
supplier: Proveedor
|
supplier: Proveedor
|
||||||
created: Fecha creación
|
created: Fecha creación
|
||||||
worker: Trabajador
|
worker: Trabajador
|
||||||
|
|
|
@ -24,11 +24,7 @@ const toCustomerAddressCreate = () => {
|
||||||
@on-fetch="(data) => (disabilityGradesOptions = data)"
|
@on-fetch="(data) => (disabilityGradesOptions = data)"
|
||||||
auto-load
|
auto-load
|
||||||
/>
|
/>
|
||||||
<FormModel
|
<FormModel :url="`Workers/${route.params.id}/irpf`" auto-load model="WorkerIrpfs">
|
||||||
:url="`Workers/${route.params.id}/WorkerIrpfs`"
|
|
||||||
auto-load
|
|
||||||
model="WorkerIrpf"
|
|
||||||
>
|
|
||||||
<template #form="{ data }">
|
<template #form="{ data }">
|
||||||
<VnRow>
|
<VnRow>
|
||||||
<VnInput
|
<VnInput
|
||||||
|
@ -95,6 +91,17 @@ const toCustomerAddressCreate = () => {
|
||||||
<QSeparator class="q-mx-lg" vertical />
|
<QSeparator class="q-mx-lg" vertical />
|
||||||
</template>
|
</template>
|
||||||
</FormModel>
|
</FormModel>
|
||||||
|
<FormModel
|
||||||
|
:url="`Workers/${route.params.id}/workerRelative`"
|
||||||
|
auto-load
|
||||||
|
model="WorkerRelatives"
|
||||||
|
>
|
||||||
|
<VnRow>
|
||||||
|
<VnInputDate size="sm" v-model="data.birthed" :label="t(`birthed`)" />
|
||||||
|
|
||||||
|
<VnInput size="sm" v-model="data.adoptionYear" :label="t(`adoptionYear`)" />
|
||||||
|
</VnRow>
|
||||||
|
</FormModel>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<i18n>
|
<i18n>
|
||||||
|
@ -109,4 +116,15 @@ es:
|
||||||
hasHousingPaymentBefore: Pagos vivienda anterior 2011
|
hasHousingPaymentBefore: Pagos vivienda anterior 2011
|
||||||
hasHousingPaymentAfter: Pagos vivienda posterior 2011
|
hasHousingPaymentAfter: Pagos vivienda posterior 2011
|
||||||
hasExtendedWorking: Prolongación actividad laboral
|
hasExtendedWorking: Prolongación actividad laboral
|
||||||
|
en:
|
||||||
|
familySituation: Family Situation
|
||||||
|
disabilityGrades: Disability Grades
|
||||||
|
geographicMobilityDate: Geographic Mobility Date
|
||||||
|
childPension: Child Pension
|
||||||
|
spousePension: Spouse Pension
|
||||||
|
isDependend: Dependent Support / Reduced Mobility
|
||||||
|
spouseNif: Spouse NIF (Tax ID)
|
||||||
|
hasHousingPaymentBefore: Housing Payments Before 2011
|
||||||
|
hasHousingPaymentAfter: Housing Payments After 2011
|
||||||
|
hasExtendedWorking: Extended Work Activity
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue