NextExpense/templates
cclohmar 5f5f2be75b feat: event editing — change exchange rate and currency
- Added Edit button on open event cards in dashboard
- EditEvent handler returns dashboard.html with pre-filled form
- UpdateEvent handler (PUT /events/{id}) saves new currency + rate
- UpdateEvent in db.go updates base_currency and exchange_rate
- Form auto-switches between create (POST) and edit (PUT) mode
- Reuses the same conversion sample pattern as event creation
2026-06-03 07:33:37 +00:00
..
dashboard.html feat: event editing — change exchange rate and currency 2026-06-03 07:33:37 +00:00
event_expenses.html feat: add × close button to image lightbox 2026-06-01 23:57:17 +00:00
expense_list.html feat: add × close button to image lightbox 2026-06-01 23:57:17 +00:00
index.html feat: send receipt images as ZIP attachment with report 2026-05-30 13:38:23 +00:00
receipt_form.html refactor: replace currency dropdowns with simple text inputs 2026-06-01 23:14:16 +00:00