numerus/web/template
jordi fita mas 11d51df7fa Introduce the concept of tax class
We want to show the percentage of the tax as columns in the invoice,
but until now it was not possible to have a single VAT column when
products have different VAT (e.g., 4 % and 10 %), because, as far
as the application is concerned, these where ”different taxes”.  We
also think it would be hard later on to compute the tax due to the
government.

So, tax classes is just a taxonomy to be able to have different names
and rates for the same type of tax, mostly VAT and retention in our
case.
2023-02-28 12:02:27 +01:00
..
contacts Add products section 2023-02-04 11:32:39 +01:00
invoices Keep all “new invoice actions” on the same /new URI 2023-02-27 13:13:28 +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 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 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