numerus/web/template/invoices
jordi fita mas 5717a5b9ed Put new invoice and edit invoice forms into a dialog
In this case i have to use the same id for the dialog content in all
pages because, for now, there are a couple of forms that need to replace
it on submit—the new/edit form and the product selection form.

Unfortunately, HTMx does not have support for `formaction` attribute at
this point, so i had to use the workaround described in [0].

[0] https://github.com/bigskysoftware/htmx/issues/623
2023-03-31 13:01:26 +02:00
..
edit.gohtml Put new invoice and edit invoice forms into a dialog 2023-03-31 13:01:26 +02:00
index.gohtml Put new invoice and edit invoice forms into a dialog 2023-03-31 13:01:26 +02:00
new.gohtml Put new invoice and edit invoice forms into a dialog 2023-03-31 13:01:26 +02:00
products.gohtml Put new invoice and edit invoice forms into a dialog 2023-03-31 13:01:26 +02:00
view.gohtml Show the profile form in a dialog using HTMx 2023-03-20 13:09:52 +01:00