NextExpense/internal
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
..
ai feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00
auth chore: initial commit — ExpenseFlow AI-Powered Expense Tracker 2026-05-29 19:43:30 +00:00
database feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00
email feat: switch AI provider from DeepSeek to Google Gemini Vision API 2026-05-30 12:11:20 +00:00
handlers feat: replace abstract exchange rate with sample-based conversion 2026-05-30 12:33:48 +00:00
utils chore: initial commit — ExpenseFlow AI-Powered Expense Tracker 2026-05-29 19:43:30 +00:00