Add Export to CSV or Excel.

This commit is contained in:
Jens Luedicke
2025-06-28 12:54:48 +02:00
parent dc4229e468
commit b9aa7ad413
6 changed files with 202 additions and 11 deletions

View File

@@ -3,6 +3,9 @@
{% block content %}
<div class="timetrack-container">
<h2>Complete Time Entry History</h2>
<div class="export-button-container">
<a href="{{ url_for('export') }}" class="btn">Export Data</a>
</div>
<div class="history-section">
{% if entries %}