Go to file
jordi fita mas 2c36e45663 Compute and show the “cart” for the booking form
I have to ask number and age ranges of hosts of guests for all campsite
types, not only those that have price options for adults, children, etc.
because i must compute the tourist tax for adults.  These numbers will
be used to generate de rows for guests when actually creating the
booking, which is not done already.

To satisfy the campsite types that do have a price per guest, not only
per night, i had to add the prices for each range in the
campsite_type_cost relation.  If a campsite type does not have price
per person, then that should be zero; the website then does not display
the price.

The minimal price for any campsite type is one adult for one night,
thus to compute the price i need at least the campsite type, the dates,
and the number of adults, that has a minimum of one.  I changed the
order of the form to ask for these values first, so i can compute the
initial price as soon as possible.  To help further, i show the
<fieldset>s progressively when visitors select options.
2024-02-04 06:37:25 +01:00
cmd/camper Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
debian Tag database with v2 2024-01-29 02:52:52 +01:00
demo Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
deploy Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
pkg Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
po Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
revert Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
test Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
verify Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
web Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Add a controlled layer group for the zones on the map 2024-01-31 15:12:11 +01:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
guix.scm Add Guix package definition 2024-01-28 18:12:38 +01:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00