numerus/web/template/expenses
jordi fita mas 3161d54aba Add expense’s file input to new and edit forms
I had to change MethodOverrider to check whether the form is encoded as
multipart/form-data or i would not be able to get the method field from
forms with files.

For now i add the file manually, i.e., outside add_expense and
edit_expense PL/pgSQL functions, because it was faster for me, but i
will probably add an attach_to_expense function, or something like that,
to avoid having the whole ON CONFLICT logic inside Golang—this belongs
to the database.
2023-05-14 18:46:16 +02:00
..
edit.gohtml Add expense’s file input to new and edit forms 2023-05-14 18:46:16 +02:00
index.gohtml Add expense’s file input to new and edit forms 2023-05-14 18:46:16 +02:00
new.gohtml Add expense’s file input to new and edit forms 2023-05-14 18:46:16 +02:00