Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2896-route_tickets_refactor

This commit is contained in:
Carlos Jimenez Ruiz 2021-05-10 09:09:53 +02:00
commit 9883270dff
5 changed files with 50 additions and 3 deletions

View File

@ -13,3 +13,15 @@
.wide { .wide {
width: 900px !important width: 900px !important
} }
.content {
position: absolute;
margin-top: -200px;
height: 400px;
top: 50%
}
p {
font-size: 1.2em;
margin: 0
}

View File

@ -40,3 +40,8 @@ order: Ord. domiciliación {0}
Francia: Francia Francia: Francia
España: España España: España
Portugal: Portugal Portugal: Portugal
instructions:
title: Instrucciones
accountFields: Rellenar los campos relativos a la cuenta bancaria
signDocument: Firmar y sellar el documento. Para que tenga validez, en el sello debe aparecer el CIF/NIF. De no ser así, deberá acompañarse la solicitud de un certificado de titularidad de la cuenta.
thanks: ¡Gracias por su colaboración!

View File

@ -37,3 +37,8 @@ order: Réf. mandat {0}
Francia: France Francia: France
España: Espagne España: Espagne
Portugal: Portugal Portugal: Portugal
instructions:
title: instructions
accountFields: Remplissez les champs relatifs au compte bancaire
signDocument: Signez et scellez le document. Pour être valide, le CIF / NIF doit apparaître sur le cachet. Sinon, la demande de certificat de propriété du compte doit être jointe.
thanks: Merci de votre collaboration!

View File

@ -40,3 +40,8 @@ order: Referência da ordem {0}
Francia: França Francia: França
España: Espanha España: Espanha
Portugal: Portugal Portugal: Portugal
instructions:
title: instruções
accountFields: Preencha os campos relacionados à conta bancária
signDocument: Assine e lacre o documento. Para ser válido, o CIF / NIF deve constar no selo. Caso contrário, o pedido de um certificado de propriedade da conta deve ser anexado.
thanks: Obrigado pela sua cooperação!

View File

@ -5,6 +5,26 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<!-- Header block -->
<report-header v-bind="$props"></report-header>
<!-- Block -->
<div class="grid-row no-page-break page-break-after">
<div class="grid-block">
<div class="content">
<h1 class="title centered uppercase">{{$t('instructions.title')}}</h1>
<p class="centered">
1. {{$t('instructions.accountFields')}}
</p>
<p class="centered">
2. {{$t('instructions.signDocument')}}
</p>
<p class="centered">
{{$t('instructions.thanks')}}
</p>
</div>
</div>
</div>
<!-- Header block --> <!-- Header block -->
<report-header v-bind="$props"></report-header> <report-header v-bind="$props"></report-header>
<!-- Block --> <!-- Block -->