Go to file
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
cmd/camper Increase HTTP timeout 2024-03-05 12:05:00 +01:00
debian Include weasyprint as dependency of camper package 2024-04-28 21:47:44 +02:00
demo Add customer and invoices sections 2024-04-28 20:28:45 +02:00
deploy Allow to cancel bookings 2024-05-03 17:21:20 +02:00
pkg Add a new Cursor form type 2024-05-03 19:00:02 +02:00
po Allow to cancel bookings 2024-05-03 17:21:20 +02:00
revert Allow to cancel bookings 2024-05-03 17:21:20 +02:00
test Allow to cancel bookings 2024-05-03 17:21:20 +02:00
verify Allow to cancel bookings 2024-05-03 17:21:20 +02:00
web Add a new Cursor form type 2024-05-03 19:00:02 +02:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Send an email on notification of success payment 2024-02-13 05:20:35 +01:00
go.mod Add customer and invoices sections 2024-04-28 20:28:45 +02:00
go.sum Add customer and invoices sections 2024-04-28 20:28:45 +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 Allow to cancel bookings 2024-05-03 17:21:20 +02:00