Añadido CIF/NIF
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c980155e6f
commit
27a1a45d71
|
@ -23,6 +23,7 @@ supplier:
|
||||||
client:
|
client:
|
||||||
toCompleteByClient: A cumplimentar por el deudor
|
toCompleteByClient: A cumplimentar por el deudor
|
||||||
name: Nombre del deudor/es
|
name: Nombre del deudor/es
|
||||||
|
fiscalId: CIF/NIF
|
||||||
street: Dirección del deudor
|
street: Dirección del deudor
|
||||||
location: CP - Población - Provincia
|
location: CP - Población - Provincia
|
||||||
country: País del deudor
|
country: País del deudor
|
||||||
|
|
|
@ -20,6 +20,7 @@ supplier:
|
||||||
client:
|
client:
|
||||||
toCompleteByClient: Á compléter pour le débiteur
|
toCompleteByClient: Á compléter pour le débiteur
|
||||||
name: Nom du débiteur(s)
|
name: Nom du débiteur(s)
|
||||||
|
fiscalId: CIF/NIF
|
||||||
street: Adresse du(des) débiteur(s)
|
street: Adresse du(des) débiteur(s)
|
||||||
location: CP - Commune - Départament
|
location: CP - Commune - Départament
|
||||||
country: País du(des) débiteur(s)
|
country: País du(des) débiteur(s)
|
||||||
|
|
|
@ -23,6 +23,7 @@ supplier:
|
||||||
client:
|
client:
|
||||||
toCompleteByClient: A preencher pelo devedor
|
toCompleteByClient: A preencher pelo devedor
|
||||||
name: Nome do devedor
|
name: Nome do devedor
|
||||||
|
fiscalId: CIF/NIF
|
||||||
street: Dirección del deudor
|
street: Dirección del deudor
|
||||||
location: Cod. Postal - Município - Distrito
|
location: Cod. Postal - Município - Distrito
|
||||||
country: País do devedor
|
country: País do devedor
|
||||||
|
|
|
@ -71,6 +71,12 @@
|
||||||
</td>
|
</td>
|
||||||
<th>{{client.socialName}}</th>
|
<th>{{client.socialName}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
{{$t('client.fiscalId')}}
|
||||||
|
</td>
|
||||||
|
<th>{{client.fi}}</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$t('client.street')}}</td>
|
<td>{{$t('client.street')}}</td>
|
||||||
<th>{{client.street}}</th>
|
<th>{{client.street}}</th>
|
||||||
|
|
|
@ -29,6 +29,7 @@ const rptSepaCore = {
|
||||||
c.street,
|
c.street,
|
||||||
c.postcode,
|
c.postcode,
|
||||||
c.city,
|
c.city,
|
||||||
|
c.fi,
|
||||||
p.name AS province,
|
p.name AS province,
|
||||||
ct.country,
|
ct.country,
|
||||||
ct.code AS countryCode,
|
ct.code AS countryCode,
|
||||||
|
|
Loading…
Reference in New Issue