feat: export Indy — selection commandes, CSV produits/services, acronyme client
Deploy via Portainer / deploy (push) Successful in 0s

This commit is contained in:
Jo
2026-07-17 00:15:26 +02:00
parent 38fc4ed565
commit a82dcc0c92
4 changed files with 339 additions and 9 deletions
+3
View File
@@ -213,6 +213,9 @@
<a href="{{ url_for('stats') }}" class="{% if request.endpoint=='stats' %}active{% endif %}" title="Statistiques">
<i class="bi bi-bar-chart-line"></i><span class="nav-label"> Statistiques</span>
</a>
<a href="{{ url_for('export_indy') }}" class="{% if request.endpoint == 'export_indy' %}active{% endif %}" title="Export Indy">
<i class="bi bi-file-earmark-arrow-down"></i><span class="nav-label"> Export Indy</span>
</a>
<a href="{{ url_for('export_csv') }}" title="Export CSV">
<i class="bi bi-download"></i><span class="nav-label"> Export CSV</span>
</a>