calcul des heures

This commit is contained in:
Antoine
2026-07-17 23:51:32 +02:00
parent 12666e73f4
commit 5e9d974875
4 changed files with 62 additions and 5 deletions

View File

@ -32,6 +32,11 @@
</table>
</div>
</div>
<span class="week-header-spacer"></span>
<a href="/export/semaine/{{ year }}/{{ week }}" class="export-btn" title="Exporter cette semaine (.ods)">
⇩ Exporter
</a>
</div>
<!-- Soldes -->
@ -80,6 +85,9 @@
S{{ '%02d' % yw[1] }}
</a>
{% endfor %}
<a href="/export/annee/{{ yr }}" class="chip chip-export" title="Exporter l'année {{ yr }} (.ods)">
⇩ {{ yr }}
</a>
</div>
</div>
{% endfor %}