Feature: Export als CSV und PDF #81

Closed
opened 2026-05-16 23:42:51 +00:00 by jreinemann-euris · 0 comments
jreinemann-euris commented 2026-05-16 23:42:51 +00:00 (Migrated from github.com)

Kontext

Der Export funktioniert aktuell nur als JSON (über ImportExportRepositoryImpl). Für Auswertungen oder zum Ausdrucken fehlen andere Formate.

Akzeptanzkriterien

  • CSV-Export: Inventar als CSV-Datei (Items mit Kategorie-/Lagerort-Namen aufgelöst)
  • PDF-Export: Druckbare Inventarliste (gruppiert nach Kategorie, mit Gesamtwert und Ablaufdaten)
  • Export-Auswahl in Settings: Format wählen (JSON / CSV / PDF)
  • Share-Intent: Exportierte Datei direkt teilen (E-Mail, Messenger etc.)
  • CSV: UTF-8 mit BOM (Excel-kompatibel), Semikolon als Trennzeichen (DE-Locale)
## Kontext Der Export funktioniert aktuell nur als JSON (über `ImportExportRepositoryImpl`). Für Auswertungen oder zum Ausdrucken fehlen andere Formate. ## Akzeptanzkriterien - [ ] CSV-Export: Inventar als CSV-Datei (Items mit Kategorie-/Lagerort-Namen aufgelöst) - [ ] PDF-Export: Druckbare Inventarliste (gruppiert nach Kategorie, mit Gesamtwert und Ablaufdaten) - [ ] Export-Auswahl in Settings: Format wählen (JSON / CSV / PDF) - [ ] Share-Intent: Exportierte Datei direkt teilen (E-Mail, Messenger etc.) - [ ] CSV: UTF-8 mit BOM (Excel-kompatibel), Semikolon als Trennzeichen (DE-Locale)
Sign in to join this conversation.
No description provided.