This commit is contained in:
parent
f6ba5224e6
commit
09e1e4de19
|
@ -16,7 +16,6 @@ p {
|
||||||
|
|
||||||
td > span {
|
td > span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 15px
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.green-background {
|
.green-background {
|
||||||
|
@ -28,7 +27,7 @@ td > span {
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-panel td, .info-panel th {
|
.info-panel td, .info-panel th {
|
||||||
padding: 1em 1em;
|
padding: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-panel {
|
.info-panel {
|
||||||
|
@ -37,20 +36,28 @@ td > span {
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
text-align: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
width: 30%;
|
|
||||||
}
|
|
||||||
|
|
||||||
td {
|
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field {
|
td {
|
||||||
float: none
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wide-rectangle {
|
.field {
|
||||||
background-color: rgb(64 64 68);
|
width: 100%;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th > input {
|
||||||
|
float: none;
|
||||||
|
border: 0;
|
||||||
|
background-color: rgb(236, 236, 236);
|
||||||
|
width: 100%;
|
||||||
|
height: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,17 +9,13 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 70%; text-align: right; padding-right: 2em">{{$t('fields.date')}}:</td>
|
<td style="width: 70%; text-align: right; padding-right: 2em">{{$t('fields.date')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 70%; text-align: right; padding-right: 2em">{{$t('fields.importCredit')}}:
|
<td style="width: 70%; text-align: right;">{{$t('fields.importCredit')}}:
|
||||||
<th colspan="3">
|
<th colspan="3">
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -36,65 +32,47 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$t('fields.companyName')}}:</td>
|
<td>{{$t('fields.companyName')}}:</td>
|
||||||
<th colspan="3">
|
<th colspan="3">
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$t('fields.businessType')}}:</td>
|
<td>{{$t('fields.businessType')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
<td>{{$t('fields.antiquity')}}:</td>
|
<td>{{$t('fields.antiquity')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$t('fields.surface')}}:</td>
|
<td>{{$t('fields.surface')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
<td>{{$t('fields.numberOfEmployees')}}:</td>
|
<td>{{$t('fields.numberOfEmployees')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$t('fields.owner')}}:</td>
|
<td>{{$t('fields.owner')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
<td>{{$t('fields.phone')}}:</td>
|
<td>{{$t('fields.phone')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$t('fields.payer')}}:</td>
|
<td>{{$t('fields.payer')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
<td>{{$t('fields.phone')}}:</td>
|
<td>{{$t('fields.phone')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -113,27 +91,15 @@
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="row-oriented">
|
<tr class="row-oriented">
|
||||||
<td>{{$t('fields.previousSalesVolume')}}:</td>
|
<td>{{$t('fields.previousSellsVolume')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-oriented">
|
<tr class="row-oriented">
|
||||||
<td>{{$t('fields.forecastedSalesVolume')}}:</td>
|
<td>{{$t('fields.forecastedSalesVolume')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr class="row-oriented">
|
|
||||||
<td>{{$t('fields.forecastedPurchases')}}:</td>
|
|
||||||
<th>
|
|
||||||
<div class="field wide-rectangle">
|
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -150,15 +116,11 @@
|
||||||
<tr class="row-oriented" style="width: 100%">
|
<tr class="row-oriented" style="width: 100%">
|
||||||
<td>{{$t('fields.personFilling')}}:</td>
|
<td>{{$t('fields.personFilling')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
<td>{{$t('fields.phone')}}:</td>
|
<td>{{$t('fields.phone')}}:</td>
|
||||||
<th>
|
<th>
|
||||||
<div class="field wide-rectangle">
|
<input/>
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
@ -17,3 +17,4 @@ fields:
|
||||||
personFilling: Persona que rellena el formulario
|
personFilling: Persona que rellena el formulario
|
||||||
companyInfo: Información general sobre la empresa
|
companyInfo: Información general sobre la empresa
|
||||||
economicInfo: Información económica
|
economicInfo: Información económica
|
||||||
|
previousSellsVolume: Volumen de ventas del año anterior
|
||||||
|
|
Loading…
Reference in New Issue