numerus/web/template
jordi fita mas 97ef02b0f9 Add views to compute taxes and total amount of invoices
They are not functions because i need to join them with the main
invoice relation, and although possible is a bit more awkward with
functions.

The taxes have their own relation because i will need them grouped by
their name in the PDF, so it will probably be a select for that
relation.
2023-02-22 14:39:38 +01:00
..
contacts Add products section 2023-02-04 11:32:39 +01:00
invoices Add views to compute taxes and total amount of invoices 2023-02-22 14:39:38 +01:00
products Convert from cents to “price” and back 2023-02-05 13:55:12 +01:00
app.gohtml Add the bare-bones form for invoices 2023-02-11 22:16:48 +01:00
dashboard.gohtml Move page titles to their respective templates 2023-01-31 13:07:17 +01:00
form.gohtml Add the form to add products to an invoice and create invoices too 2023-02-12 21:06:48 +01:00
login.gohtml Use a “proper” struct for the login form 2023-02-01 11:02:32 +01:00
profile.gohtml Add breadcrumbs 2023-02-03 13:58:10 +01:00
tax-details.gohtml Add breadcrumbs 2023-02-03 13:58:10 +01:00
web.gohtml Add custom function to get the current locale from templates 2023-01-31 15:45:51 +01:00