camper/pkg/template
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
..
humanize.go Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
humanize_test.go Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
page.go Do not panic if there is no location information 2023-12-22 00:26:40 +01:00
render.go Add the admin page to see payments 2024-02-14 04:54:42 +01:00