camper/pkg/database
jordi fita mas 23be6ff26c Add ask_zone_preferences and overflow_allowed to campsite_type
The “overflow” is for when people want to book plots for more guests
than is permitted, which the system would need to add a new plot to the
“shopping cart”, as it were; not implemented yet.

The ask zone preferences is to whether show the corresponding input on
the booking form, that it was done implicitly when the campsite type had
options, because up until now it was only for plots, but it is no longer
the case, thus i need to know when to show it; now it is explicit.
2024-01-29 03:38:11 +01:00
..
RecordArray.go Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
db.go Register PostgreSQL types once on start with guest user 2023-12-13 16:47:31 +01:00
funcs.go Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
tx.go Add the campsite type cost per season 2023-10-01 21:14:39 +02:00
types.go Register PostgreSQL types once on start with guest user 2023-12-13 16:47:31 +01:00