port-nimara-client-portal/server/api/expenses
Matt 9d49245efa refactor: replace Puppeteer with PDFKit for PDF generation
- Updated package.json to remove Puppeteer and add PDFKit and its types.
- Refactored generate-pdf.ts to utilize PDFKit for generating PDFs instead of Puppeteer.
- Implemented functions to add headers, summaries, expense tables, and receipt images using PDFKit.
- Removed HTML content generation and related functions, streamlining the PDF generation process.
- Added error handling for receipt image fetching and improved logging.
2025-07-09 22:38:46 -04:00
..
duplicates Enhance duplicate detection with sales/admin access and field updates 2025-07-09 15:31:55 -04:00
export-csv.ts Add role-based authorization system with admin functionality 2025-07-09 10:40:27 -04:00
generate-pdf.ts refactor: replace Puppeteer with PDFKit for PDF generation 2025-07-09 22:38:46 -04:00