numerus/web/template
jordi fita mas d6034ad732 Add discount and tax classes columns to invoice
This was actually the (first) reason we added the tax classes: to show
them in columns on the invoice—without the class we would need a column
for each tax rate, even though they are the same tax.

The invoice design has the product total with taxes at the last column,
above the tax base, that i am not so sure about, but it seems that it
has not brought any problem whatsoever so far, so it remains as is.

Had to reduce the invoice’s font size to give more space to the table
or the columns would be right next to each other.  Oriol also told me
to add more vertical spacing to the table’s footer.
2023-03-01 14:08:12 +01:00
..
contacts Add products section 2023-02-04 11:32:39 +01:00
invoices Add discount and tax classes columns to invoice 2023-03-01 14:08:12 +01:00
products Add currency_pattern to language relation 2023-02-23 12:12:33 +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 grouping for form’s select field 2023-03-01 11:40:23 +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 Introduce the concept of tax class 2023-02-28 12:02:27 +01:00
web.gohtml Add custom function to get the current locale from templates 2023-01-31 15:45:51 +01:00