#1407 francia LCR
This commit is contained in:
parent
cd7c9506b2
commit
d1a195a8bb
|
@ -100,7 +100,9 @@
|
|||
}
|
||||
|
||||
.emptyField {
|
||||
border-bottom: 1px dotted grey
|
||||
border-bottom: 1px dotted grey;
|
||||
min-height: 1em;
|
||||
display: block
|
||||
}
|
||||
|
||||
.field.rectangle span {
|
||||
|
@ -214,20 +216,14 @@ table {
|
|||
}
|
||||
|
||||
.signature {
|
||||
width: 100%;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.signature td {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
width: 40%;
|
||||
padding: 0 50px 0 50px;
|
||||
.signature section {
|
||||
height: 150px
|
||||
}
|
||||
|
||||
.signature-image {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.signature-line {
|
||||
border-bottom: 1px solid #DDD;
|
||||
.signature p {
|
||||
margin-right: 50%;
|
||||
margin-top: 140px
|
||||
}
|
|
@ -17,3 +17,15 @@
|
|||
.grey-background {
|
||||
background-color: #DDD
|
||||
}
|
||||
|
||||
.emptyField {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.row-oriented.input-table > tbody > tr > td {
|
||||
width: 10% !important
|
||||
}
|
||||
|
||||
.row-oriented.input-table > tbody > tr > th {
|
||||
width: 90% !important
|
||||
}
|
|
@ -57,7 +57,7 @@
|
|||
<td>{{$t('client.fi')}}:</td>
|
||||
<th>
|
||||
<section class="field square">
|
||||
<span v-for="i in 11">{{fi.charAt(i)}}</span>
|
||||
<span v-for="i in 12">{{fi.charAt(i)}}</span>
|
||||
</section>
|
||||
</th>
|
||||
</tr>
|
||||
|
@ -72,15 +72,15 @@
|
|||
<section class="vertical-text">
|
||||
{{$t('client.toCompleteByClient')}}
|
||||
</section>
|
||||
<table class="row-oriented">
|
||||
<table class="row-oriented input-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{$t('bank.name')}}:</td>
|
||||
<td class="emptyField"><span></span></td>
|
||||
<th><span class="emptyField"></span></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{$t('bank.street')}}:</td>
|
||||
<td class="emptyField"><span></span></td>
|
||||
<th><span class="emptyField"></span></th>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -168,22 +168,14 @@
|
|||
<p>{{$t('authorization')}}</p>
|
||||
|
||||
<!-- signature -->
|
||||
<table class="signature">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<img class="signature-image" :src="embeded['/assets/images/signature.png']">
|
||||
<div class="signature-line"></div>
|
||||
<p>(signature autorisée du tiré)</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="signature-image"></div>
|
||||
<div class="signature-line"></div>
|
||||
<p>(lieu et date)</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<section class="signature panel">
|
||||
<section class="header">{{$t('client.sign')}}</section>
|
||||
<section class="body centered">
|
||||
<section>
|
||||
<p>{{$t('client.signDate')}}:</p>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
<!-- Footer component -->
|
||||
<report-footer id="pageFooter"
|
||||
|
|
|
@ -26,16 +26,8 @@ module.exports = {
|
|||
name: 'Nom',
|
||||
street: 'Adresse',
|
||||
fi: 'Siren',
|
||||
location: 'CP - Población - Provincia',
|
||||
country: 'País del deudor',
|
||||
swift: 'Swift BIC',
|
||||
accountNumber: 'Número de cuenta - IBAN',
|
||||
accountNumberFormat: 'En España el IBAN consta de 24 posiciones comenzando siempre por ES',
|
||||
paymentType: 'Tipo de pago',
|
||||
recurrent: 'Recurrente',
|
||||
unique: 'Único',
|
||||
signLocation: 'Fecha - Localidad',
|
||||
sign: 'Firma del deudor y sello',
|
||||
sign: 'Signature autorisée du tiré',
|
||||
signDate: 'Lieu et date',
|
||||
toCompleteByClient: 'À remplir par le débiteur',
|
||||
},
|
||||
order: 'Ord. domiciliación {0}',
|
||||
|
|
Loading…
Reference in New Issue