Añadido CIF/NIF
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-09-16 14:46:37 +02:00
parent c980155e6f
commit 27a1a45d71
5 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,7 @@ supplier:
client:
toCompleteByClient: A cumplimentar por el deudor
name: Nombre del deudor/es
fiscalId: CIF/NIF
street: Dirección del deudor
location: CP - Población - Provincia
country: País del deudor

View File

@ -20,6 +20,7 @@ supplier:
client:
toCompleteByClient: Á compléter pour le débiteur
name: Nom du débiteur(s)
fiscalId: CIF/NIF
street: Adresse du(des) débiteur(s)
location: CP - Commune - Départament
country: País du(des) débiteur(s)

View File

@ -23,6 +23,7 @@ supplier:
client:
toCompleteByClient: A preencher pelo devedor
name: Nome do devedor
fiscalId: CIF/NIF
street: Dirección del deudor
location: Cod. Postal - Município - Distrito
country: País do devedor

View File

@ -71,6 +71,12 @@
</td>
<th>{{client.socialName}}</th>
</tr>
<tr>
<td>
{{$t('client.fiscalId')}}
</td>
<th>{{client.fi}}</th>
</tr>
<tr>
<td>{{$t('client.street')}}</td>
<th>{{client.street}}</th>

View File

@ -29,6 +29,7 @@ const rptSepaCore = {
c.street,
c.postcode,
c.city,
c.fi,
p.name AS province,
ct.country,
ct.code AS countryCode,