No description
Find a file
jtricerolph 12aef0adb1 Add Purchases Chart page — weekly table view of invoices by supplier
Backend endpoint /api/reports/purchases/weekly existed but had no frontend.
Adds PurchasesCalendar page under Invoices > Purchases Chart: 7-day columns,
one row per supplier, each cell lists invoice chips (number + total) linking
to the invoice detail. Daily totals row in footer, prev/next week navigation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-12 21:14:12 +00:00
backend Fix invoicestatus enum case mismatch in invoice list filter 2026-07-12 20:05:27 +00:00
docs/archive Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00
frontend Add Purchases Chart page — weekly table view of invoices by supplier 2026-07-12 21:14:12 +00:00
.env.example Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00
.gitignore Add .gitignore, remove __pycache__ from tracking 2026-07-12 12:16:04 +00:00
_copy_from_archive.sh Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00
docker-compose.yml Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00
migrate-from-production.sh Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00