camper/pkg/app
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
..
admin.go Add the admin page to see payments 2024-02-14 04:54:42 +01:00
app.go Remove now-unused locales field from admin handlers 2024-01-16 01:26:35 +01:00
login.go Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
public.go Add ready_payment function and use their slug as URL 2024-02-12 18:06:17 +01:00
user.go Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00