This commit is contained in:
Carlos Jimenez Ruiz 2019-05-09 08:43:28 +02:00
parent cd7c9506b2
commit d1a195a8bb
4 changed files with 35 additions and 43 deletions

View File

@ -100,7 +100,9 @@
} }
.emptyField { .emptyField {
border-bottom: 1px dotted grey border-bottom: 1px dotted grey;
min-height: 1em;
display: block
} }
.field.rectangle span { .field.rectangle span {
@ -214,20 +216,14 @@ table {
} }
.signature { .signature {
width: 100%; width: 100%
} }
.signature td { .signature section {
text-align: center; height: 150px
margin: auto;
width: 40%;
padding: 0 50px 0 50px;
} }
.signature-image { .signature p {
height: 150px; margin-right: 50%;
} margin-top: 140px
.signature-line {
border-bottom: 1px solid #DDD;
} }

View File

@ -17,3 +17,15 @@
.grey-background { .grey-background {
background-color: #DDD 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
}

View File

@ -57,7 +57,7 @@
<td>{{$t('client.fi')}}:</td> <td>{{$t('client.fi')}}:</td>
<th> <th>
<section class="field square"> <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> </section>
</th> </th>
</tr> </tr>
@ -72,15 +72,15 @@
<section class="vertical-text"> <section class="vertical-text">
{{$t('client.toCompleteByClient')}} {{$t('client.toCompleteByClient')}}
</section> </section>
<table class="row-oriented"> <table class="row-oriented input-table">
<tbody> <tbody>
<tr> <tr>
<td>{{$t('bank.name')}}:</td> <td>{{$t('bank.name')}}:</td>
<td class="emptyField"><span></span></td> <th><span class="emptyField"></span></th>
</tr> </tr>
<tr> <tr>
<td>{{$t('bank.street')}}:</td> <td>{{$t('bank.street')}}:</td>
<td class="emptyField"><span></span></td> <th><span class="emptyField"></span></th>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -168,22 +168,14 @@
<p>{{$t('authorization')}}</p> <p>{{$t('authorization')}}</p>
<!-- signature --> <!-- signature -->
<table class="signature"> <section class="signature panel">
<tbody> <section class="header">{{$t('client.sign')}}</section>
<tr> <section class="body centered">
<td> <section>
<img class="signature-image" :src="embeded['/assets/images/signature.png']"> <p>{{$t('client.signDate')}}:</p>
<div class="signature-line"></div> </section>
<p>(signature autorisée du tiré)</p> </section>
</td> </section>
<td>
<div class="signature-image"></div>
<div class="signature-line"></div>
<p>(lieu et date)</p>
</td>
</tr>
</tbody>
</table>
</section> </section>
<!-- Footer component --> <!-- Footer component -->
<report-footer id="pageFooter" <report-footer id="pageFooter"

View File

@ -26,16 +26,8 @@ module.exports = {
name: 'Nom', name: 'Nom',
street: 'Adresse', street: 'Adresse',
fi: 'Siren', fi: 'Siren',
location: 'CP - Población - Provincia', sign: 'Signature autorisée du tiré',
country: 'País del deudor', signDate: 'Lieu et date',
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',
toCompleteByClient: 'À remplir par le débiteur', toCompleteByClient: 'À remplir par le débiteur',
}, },
order: 'Ord. domiciliación {0}', order: 'Ord. domiciliación {0}',