Add jsPDF dependency and PDF generation module for repair tickets

Install jsPDF, add generate-pdf.ts with customer-facing PDF layout,
wire PDF button in ticket detail to generate and auto-upload.
This commit is contained in:
Ryan Moon
2026-03-29 10:52:17 -05:00
parent d04bf231f8
commit ee8d6f7aad
3 changed files with 227 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
"@tanstack/react-router": "^1.121.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jspdf": "^4.2.1",
"lucide-react": "^1.7.0",
"radix-ui": "^1.4.3",
"react": "^19.1.0",