numerus/web/template/invoices
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
..
index.gohtml Add views to compute taxes and total amount of invoices 2023-02-22 14:39:38 +01:00
new.gohtml Move the new product description before the taxes 2023-02-21 13:55:59 +01:00
products.gohtml Add the form to add products to an invoice and create invoices too 2023-02-12 21:06:48 +01:00