mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 04:40:32 -05:00
f68d897d19
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>