feat: Add Email Report Generator with copy-paste functionality

This commit is contained in:
OpenClaw Agent 2026-02-02 12:25:31 +00:00
parent 241a9d0dd7
commit 407b13c612
2 changed files with 137 additions and 54 deletions

View file

@ -186,7 +186,8 @@
<div class="settings-section">
<h3>Datenexport / Import</h3>
<button id="export-csv-btn" class="btn btn-success">📊 Excel/CSV Export</button>
<button id="export-report-btn" class="btn btn-primary">📝 Bonus-Bericht</button>
<button id="export-report-btn" class="btn btn-primary">📝 PDF-Bericht</button>
<button id="email-report-btn" class="btn" style="background-color: #6f42c1; color: white;">📧 E-Mail Text-Generator</button>
<button id="export-btn" class="btn btn-secondary">Daten exportieren (JSON)</button>
<p class="text-muted" style="margin-top: 10px;">💡 <strong>Tipp:</strong> CSV-Dateien können direkt mit Excel, LibreOffice oder Google Sheets geöffnet werden. Der Bonus-Bericht öffnet sich in einem neuen Fenster zum Drucken.</p>
<div class="form-group">