reports/backend/src
jtricerolph 932302ebe2 Fix directors forecast report counting stale pickup for past days
The report endpoint's totalPickup/totalRooms summed every day's
pickup override regardless of whether the day had already passed,
even though a past day's actual accommodation revenue already
supersedes it (fAccomm ignores pickup for those days). This
overstated Probable Pickup and the month's rooms estimate. Also
fixed pickup.accomm to sum each day's own rate instead of
multiplying the total by a flat session rate.
2026-07-27 16:38:53 +00:00
..
lib Pull utilities readings/costs/estimate into Directors Forecast report 2026-07-26 17:33:35 +00:00
reports Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
routes Fix directors forecast report counting stale pickup for past days 2026-07-27 16:38:53 +00:00
auth.js Scaffold custom reports app (LXC 122 · /reports) 2026-07-06 12:58:19 +00:00
db.js Save computed forecast dry/wet on worksheet save; report reads saved values 2026-07-21 19:07:29 +00:00
forecast-db.js Add Directors Forecast interactive report section 2026-07-20 10:24:47 +00:00
index.js Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00
ip-check.js Scaffold custom reports app (LXC 122 · /reports) 2026-07-06 12:58:19 +00:00