WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
bernd 4ba0100d31 Add 1-click PDF export for tickets (craftsman handoff)
Implements the "1-Klick-PDF-Export für Handwerker" requirement from
the ticketing module spec, which existed only as a schema stub
(HandoverProtocol.pdfUrl) with no actual generator anywhere in the
codebase. Adds a server-side PDF endpoint (pdfkit, no headless
browser needed) summarizing a ticket's category, priority, status,
room, reporter and description, plus a "PDF" button in the landlord
cockpit that downloads it via an authenticated blob fetch (the API
uses a Bearer token, not cookies, so a plain <a href> wouldn't carry
auth).
2026-08-13 07:27:01 +00:00
backend Add 1-click PDF export for tickets (craftsman handoff) 2026-08-13 07:27:01 +00:00
prisma Fix seed.ts module resolution: move to backend/prisma/ 2026-08-13 07:16:11 +00:00
web-dashboard Add 1-click PDF export for tickets (craftsman handoff) 2026-08-13 07:27:01 +00:00
.gitignore Fix seed.ts module resolution: move to backend/prisma/ 2026-08-13 07:16:11 +00:00
README.md Initial commit 2026-08-12 16:24:25 +00:00

wg-verwaltung

WG- & Vermieter-Management-App (Backend + Dashboard)