camper/pkg/booking
jordi fita mas 674cdff87b Add a new Cursor form type
To hold the common logic of detecting pagination, forming the key, and
splitting its values later on.

I can take advantage that a form with action="get" already adds its
fields to the query string to have a common template for pagination. The
only problem is that i have different column spans for different tables,
therefore had to add a colspan to the struct.
2024-05-03 19:00:02 +02:00
..
admin.go Add a new Cursor form type 2024-05-03 19:00:02 +02:00
campsite.go Allow opening a booking or creating a new from the booking grid 2024-04-25 12:29:43 +02:00
cart.go Remove useless fields from paymentDraft 2024-04-25 13:17:07 +02:00
checkin.go Pre-fill all guests with the holder’s address 2024-04-29 17:49:38 +02:00
filter.go Add a new Cursor form type 2024-05-03 19:00:02 +02:00
payment.go Compute ACSI discount 2024-03-14 22:08:01 +01:00
prebooking.go Add a new Cursor form type 2024-05-03 19:00:02 +02:00
public.go Add customer and invoices sections 2024-04-28 20:28:45 +02:00