numerus/web/template/invoices
jordi fita mas 8efae0485e Add the edit form for invoices
I had to change the way /invoices/new and /invoices/batch are handled,
because httprouter was not happy with the new POST /invoices/:slug/edit
route, claiming that /invoices/:slug conflicts with the previously
existing routes.

I also could not make it work with the PATCH method, even though i
correctly added the patchMethod override function, therefore editing
invoices is also weird because i have to take into account the “quick”
invoice status change.

I use the same form for both new and edit invoices, because the only
changes are that we can not edit the invoice date and number, by
Oriol’s design, but must be able to change the status; very similar
forms.
2023-03-13 15:00:35 +01:00
..
edit.gohtml Add the edit form for invoices 2023-03-13 15:00:35 +01:00
index.gohtml Add the edit form for invoices 2023-03-13 15:00:35 +01:00
new.gohtml Add the edit form for invoices 2023-03-13 15:00:35 +01:00
products.gohtml Add the edit form for invoices 2023-03-13 15:00:35 +01:00
view.gohtml Add the edit form for invoices 2023-03-13 15:00:35 +01:00