WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
bernd b4cbfa71aa Fix generated contract PDF producing extra blank pages
Writing the footer near the bottom margin (page.height - 40, past the
56pt bottom margin) made pdfkit's automatic overflow check think the
text didn't fit and insert a new page per footer write, doubling the
page count with blank pages. Fix: zero out page.margins.bottom while
writing the footer, restore it after.
2026-08-13 10:43:40 +00:00
backend Fix generated contract PDF producing extra blank pages 2026-08-13 10:43:40 +00:00
prisma Restructure generated contract as a full-format rental agreement 2026-08-13 10:37:57 +00:00
web-dashboard Restructure generated contract as a full-format rental agreement 2026-08-13 10:37:57 +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)