camper/web/templates/admin
jordi fita mas f2143cd0e6 Add the admin page to see payments
Had to do a couple of changes to the database: add the currency_code to
the payment relation, to format the price according to the payment’s
currency instead of the company’s; and the reference SQL function, to
replace the equivalent golang function, so that i can use it to index
payments.

The rest is mostly the same as any other page, except that the
individual payment’s page is not a form, but a regular info dump.

I also moved the payment settings as a sub-route of payments, as i
believe this makes more sense than an additional user menu item.
2024-02-14 04:54:42 +01: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 Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01: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 Add the admin page to see payments 2024-02-14 04:54:42 +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 Add golang template to initialize x-data for translation in admin 2024-01-12 19:51:12 +01: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 breadcrumb to all admin pages 2024-01-21 22:44:04 +01:00