camper/web/templates/admin
jordi fita mas cdd91c815e Show booking on booking grid
I need the campsite_id in booking to know what row to show the booking
at. Besides the need of knowing which actual campsite has been booked,
of course.

This field is nullable because we can not now it until an employee has
confirmed the booking; until that point we only know the campsite type
customer requested.  I do not care much if the campsite_id is from a
different campsite_type, because maybe the customer requested the change
by phone or what have you, therefore the database can not be that
strict.  It must have a value if the booking is confirmed.

It helps me if the arrival_date and departure_date is a single
daterange, because then i can use `&&` and other range operators to work
with these dates.  For instance, i have to intersect it with the range
displayed on the screen in order to know which day i have to put it.
But then i have to know whether the booking begins and ends in the
display range, because i only have to show arrival and departure (i.e.,
the box half-way within the first or last boxes) on these days only.
2024-04-19 21:09:28 +02:00
..
amenity Add amenities section and public page 2024-01-27 22:51:41 +01:00
booking Add the admin page to see payments 2024-02-14 04:54:42 +01:00
campsite Show booking on booking grid 2024-04-19 21:09:28 +02:00
carousel Add breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00
home Make the slogan user-editable and translatable 2024-01-23 11:52:39 +01:00
legal Add breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00
media Add breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00
payment Use pre-authorization to accept payment, rather than charge 2024-03-24 22:06:59 +01:00
season Fix breadcrumb title in season’s form.gohtml 2024-01-22 03:39:54 +01:00
services Remove the required attribute from service’s name input 2024-01-24 11:17:49 +01:00
surroundings Add ad management for surroundings 2024-01-23 14:53:15 +01:00
user Add breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00
dashboard.gohtml Add breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00
form.gohtml Replace admin’s campsite map with a booking grid 2024-04-19 11:29:52 +02:00
htmx.gohtml Move admin-only links inside the user’s menu 2023-09-25 13:13:19 +02:00
layout.gohtml Add the admin page to see payments 2024-02-14 04:54:42 +01:00
location.gohtml Use lang-selector template for location.gohtml 2024-01-24 00:48:30 +01:00
login.gohtml Add breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00
profile.gohtml Add breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00
taxDetails.gohtml Add the number of maximum nights that tourist tax applies 2024-02-27 20:06:28 +01:00