NextExpense/templates
cclohmar 4593dd1f66 refactor: replace currency dropdowns with simple text inputs
- Currency ISO3 dropdowns replaced with <input type="text" maxlength="3">
- Users can type any currency code (KES, USD, EUR, etc.)
- No need to maintain a long list of currencies
- Exchange rate is user-defined so validation is unnecessary
- All currency inputs have text-transform: uppercase for consistency
2026-06-01 23:14:16 +00:00
..
dashboard.html refactor: replace currency dropdowns with simple text inputs 2026-06-01 23:14:16 +00:00
event_expenses.html feat: gallery upload + PDF receipt support 2026-05-30 13:50:22 +00:00
expense_list.html feat: add expense editing - view and edit all existing receipts 2026-05-30 12:43:33 +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