NextExpense/templates
cclohmar e00c3373cb feat: replace abstract exchange rate with sample-based conversion
- Instead of entering a hard-to-calculate rate like 0.00773,
  users now enter a real sample (e.g. receipt=1000 KES, claimed=7.73 USD)
- The system computes the rate automatically: 7.73 / 1000 = 0.00773
- Users can get the sample values from their payment app notification
- Much more intuitive, especially for currencies with small exchange rates
2026-05-30 12:33:48 +00:00
..
dashboard.html feat: replace abstract exchange rate with sample-based conversion 2026-05-30 12:33:48 +00:00
event_expenses.html feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00
expense_list.html feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00
index.html fix: mobile receipt capture not working - missing name attribute on file input + htmx targetError on OTP verification 2026-05-30 11:34:36 +00:00
receipt_form.html feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00