reports/frontend
jtricerolph 018957123f Add Directors Forecast interactive report section
Embeds a Directors Forecast section in the Reports sidebar (hard-coded
under "Directors Reports"). Worksheet tab: day-by-day OTB grid with
editable pickup rooms, dry/wet overrides, ML suggestion column and live
forecast recalculation. Report tab: forecast vs budget vs last-year
comparison, occupancy summary, weekly revenue bands and snapshot tracking.

Backend: forecast-db.js (read-only pool to forecasting_db), new tables
(forecast_sessions, day_overrides, forecast_snapshots) and full REST
routes under /api/directors-forecast. docker-compose FORECAST_DATABASE_URL
added.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-20 10:24:47 +00:00
..
public/icons Replace letter icons with Lucide PWA icons 2026-07-11 20:30:13 +00:00
src Add Directors Forecast interactive report section 2026-07-20 10:24:47 +00:00
Dockerfile Scaffold custom reports app (LXC 122 · /reports) 2026-07-06 12:58:19 +00:00
index.html Make reports installable as a PWA 2026-07-11 11:27:01 +00:00
nginx.conf Make reports installable as a PWA 2026-07-11 11:27:01 +00:00
package-lock.json Make reports installable as a PWA 2026-07-11 11:27:01 +00:00
package.json Make reports installable as a PWA 2026-07-11 11:27:01 +00:00
tsconfig.json Scaffold custom reports app (LXC 122 · /reports) 2026-07-06 12:58:19 +00:00
vite.config.ts Replace letter icons with Lucide PWA icons 2026-07-11 20:30:13 +00:00