salix/print/report/rpt-sepa-core/index.html

153 lines
7.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="es">
<body>
<section class="container">
2019-02-06 09:53:12 +00:00
<!-- Header component -->
<report-header :locale="locale"></report-header>
2019-02-06 09:53:12 +00:00
<!-- End header component -->
<section class="main">
2019-02-04 09:10:57 +00:00
<h1 class="title centered">{{$t('title')}}</h1>
<section class="panel supplierPanel">
<section class="body">
2019-02-04 09:10:57 +00:00
<section class="vertical-text">
{{$t('supplier.toCompleteBySupplier')}}
</section>
2019-02-04 09:10:57 +00:00
<table class="row-oriented">
<tbody>
<tr>
<td>{{$t('supplier.orderReference')}}</td>
<th>{{mandateCode}}</td>
</tr>
<tr>
<td>{{$t('supplier.identifier')}}</td>
<th>ES89000B97367486</th>
</tr>
<tr>
<td>{{$t('supplier.name')}}</td>
<th>{{supplierName}}</th>
</tr>
<tr>
<td>{{$t('supplier.street')}}</td>
<th>{{supplierStreet}}</th>
</tr>
<tr>
<td>{{$t('supplier.location')}}</td>
<th>{{supplierPostCode}}, {{supplierCity}} ({{supplierProvince}})</th>
</tr>
<tr>
<td>{{$t('supplier.country')}}</td>
<th>{{supplierCountry}}</th>
</tr>
</tbody>
</table>
</section>
</section>
2019-02-04 09:10:57 +00:00
<p class="font small light-gray">{{$t('description')}}</p>
<p class="font small">
<strong>{{$t('documentCopy')}}</strong>
</p>
2019-02-04 09:10:57 +00:00
<section class="panel">
<section class="body">
2019-02-04 09:10:57 +00:00
<section class="vertical-text">
{{$t('client.toCompleteByClient')}}
</section>
2019-02-04 09:10:57 +00:00
<table class="row-oriented">
<tbody>
<tr>
<td>
{{$t('client.name')}}
<section class="description">{{$t('client.accountHolder')}}</section>
</td>
<th>{{clientName}}</td>
</tr>
<tr>
<td>{{$t('client.street')}}</td>
<th>{{clientStreet}}</td>
</tr>
<tr>
<td>{{$t('client.location')}}</td>
<th>{{clientPostCode}}, {{clientCity}} ({{clientProvince}})</td>
</tr>
<tr>
<td>{{$t('client.country')}}</td>
<th>{{clientCountry}}</td>
</tr>
<tr>
<td>{{$t('client.swift')}}</td>
<th>
<section class="field square">
<span v-for="i in 11"></span>
</section>
</td>
</tr>
<tr>
<td colspan="2">{{$t('client.accountNumber')}}</td>
</tr>
<tr>
<td colspan="2">
<section class="field square">
<span>E</span>
<span>S</span>
<span v-for="i in 22"></span>
</section>
</td>
</tr>
<tr>
<td class="description" colspan="2">
<section class="line">
<span>{{$t('client.accountNumberFormat')}}</span>
</section>
</td>
</tr>
<tr>
<td>{{$t('client.paymentType')}}</td>
<th>
<table class="payment-type">
<tr>
<td>
<section class="field square">
<span class="crossed">X</span>
</section>
</td>
<th>{{$t('client.recurrent')}}</th>
<th>O</th>
<td>
<section class="field square">
<span></span>
</section>
</td>
<th>{{$t('client.unique')}}</th>
</tr>
</table>
</td>
</tr>
<tr>
<td>{{$t('client.signLocation')}}</td>
<th>{{dated()}}, {{supplierProvince}}</td>
</tr>
<tr>
<td>{{$t('client.sign')}}</td>
<th></td>
</tr>
</tbody>
</table>
</section>
</section>
2019-02-04 09:10:57 +00:00
<p class="font small">{{$t('mandatoryFields')}}</p>
<p class="font small">{{$t('sendOrder')}}</p>
</section>
2019-02-06 09:53:12 +00:00
<!-- Footer component -->
<report-footer id="pageFooter"
:left-text="$t('order', [mandateCode])"
2019-02-05 06:58:05 +00:00
:center-text="clientName"
:locale="locale">
</report-footer>
2019-02-06 09:53:12 +00:00
<!-- End footer component -->
</section>
</body>
</html>