correction mise en page rapport pdf ref #58
This commit is contained in:
@@ -90,7 +90,6 @@
|
|||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% if fgprint is defined and fgprint %}<h1>Planning</h1>{%endif%}
|
{% if fgprint is defined and fgprint %}<h1>Planning</h1>{%endif%}
|
||||||
{% if access=="customer" and not app.user %}
|
{% if access=="customer" and not app.user %}
|
||||||
@@ -127,8 +126,6 @@
|
|||||||
<h3>RAPPORT</h3>
|
<h3>RAPPORT</h3>
|
||||||
<div class="small">
|
<div class="small">
|
||||||
|
|
||||||
<div class="new-page"> </div>
|
|
||||||
|
|
||||||
{% for month in project.months %}
|
{% for month in project.months %}
|
||||||
<h3 class="month">{{ month.monthlabel }}</h3>
|
<h3 class="month">{{ month.monthlabel }}</h3>
|
||||||
<table>
|
<table>
|
||||||
@@ -179,7 +176,6 @@
|
|||||||
<td class="text-right">{{ month.totala|number_format(2, '.', ' ') }}</td>
|
<td class="text-right">{{ month.totala|number_format(2, '.', ' ') }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="min-width:200px">TOTAL</td>
|
<td style="min-width:200px">TOTAL</td>
|
||||||
@@ -188,12 +184,7 @@
|
|||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h4>CUMUL HEBDOMADAIRE</h4>
|
<h4>CUMUL HEBDOMADAIRE</h4>
|
||||||
<table>
|
<table>
|
||||||
{% for year, weeks in project.weeks %}
|
{% for year, weeks in project.weeks %}
|
||||||
@@ -219,7 +210,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
<div class="new-page"> </div>
|
|
||||||
{% if not project.offers is empty %}
|
{% if not project.offers is empty %}
|
||||||
<h4>COMMANDES</h4>
|
<h4>COMMANDES</h4>
|
||||||
{% set count=(project.offers|length)-8 %}
|
{% set count=(project.offers|length)-8 %}
|
||||||
@@ -326,8 +316,6 @@
|
|||||||
<td class="text-right">{{ (project.proposed - project.validate)|number_format(2, '.', ' ') }}</td>
|
<td class="text-right">{{ (project.proposed - project.validate)|number_format(2, '.', ' ') }}</td>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="new-page"> </div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h4>CONSOMMATION PASSEE</h4>
|
<h4>CONSOMMATION PASSEE</h4>
|
||||||
{% if project.hors!=0 %}
|
{% if project.hors!=0 %}
|
||||||
@@ -359,7 +347,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
{% if not project.beforeastreinte is empty %}
|
{% if not project.beforeastreinte is empty %}
|
||||||
<h4>ASTREINTES PASSEES</h4>
|
<h4>ASTREINTES PASSEES</h4>
|
||||||
<table>
|
<table>
|
||||||
@@ -390,6 +377,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="new-page"> </div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<br>
|
<br>
|
||||||
|
Reference in New Issue
Block a user