reports/backend
jtricerolph d1c50c77d0 Fix NewBook reports using invented bookings_list params and field names
Arrivals, departures, stayovers, and bookings-by-source were sending
request params (arrival_date_from, departure_date_from, stayover_date_from)
and reading response fields (arrival_date, booking_ref, no_nights) that
don't exist in NewBook's API — causing API errors. Switched to the real
bookings_list contract (period_from/period_to/list_type) and field names
(booking_arrival, booking_departure, reference, booking_length, etc.)
already proven working in room-planner, hvac, and kitchen's integrations.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-30 10:32:22 +00:00
..
src Fix NewBook reports using invented bookings_list params and field names 2026-07-30 10:32:22 +00:00
Dockerfile Scaffold custom reports app (LXC 122 · /reports) 2026-07-06 12:58:19 +00:00
package.json Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00