feat: Add Email Report Generator with copy-paste functionality
This commit is contained in:
parent
241a9d0dd7
commit
407b13c612
2 changed files with 137 additions and 54 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue