NextExpense/internal/handlers
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
..
auth.go 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
events.go feat: replace abstract exchange rate with sample-based conversion 2026-05-30 12:33:48 +00:00
expenses.go feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00
file.go feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00