No description
Find a file
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
backend Fix NewBook reports using invented bookings_list params and field names 2026-07-30 10:32:22 +00:00
frontend Scope PWA manifest to app's own path instead of origin root 2026-07-29 13:47:15 +00:00
.gitignore Add .gitignore and remove tracked node_modules/dist 2026-07-20 14:38:40 +00:00
docker-compose.yml Wire real utility cost data into Weekly Actuals report 2026-07-28 14:32:48 +00:00