reports: add PDF generation infra (fpdf2); Phone Book CSV/PDF export; Payments - Detailed report with preview and PDF grouped by deposit date; update Dockerfile for deps; smoke-tested in Docker

This commit is contained in:
HotSwapp
2025-10-07 17:30:50 -05:00
parent a4f47fce4f
commit f649b3c4f1
8 changed files with 346 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
gcc \
curl \
libjpeg62-turbo \
libfreetype6 \
&& rm -rf /var/lib/apt/lists/*
# Copy requirements first for better layer caching