Files
TimeTracker/app/utils
Dries Peeters f68d897d19 fix: use Settings currency and proper number formats across all modules
Replace hardcoded EUR/dollar symbols with format_currency filter that
respects Settings.currency. Add thousands separators (#,##0.00) to all
monetary displays. Expand currency selection to SUPPORTED_CURRENCIES
in per diem rates and mileage forms.

- template_filters: Fix currency_symbol/currency_icon fallback to use
  Settings instead of hardcoded dollar sign
- Per diem: list, view, rate_form; pass currency and supported_currencies
- Mileage: list, view, form; same pattern
- Expenses: dashboard and list use format_currency
- Inventory reports: dashboard and valuation use format_currency

Fixes #498

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-07 22:00:27 +01:00
..
2026-01-02 07:39:04 +01:00