New Features
Currency Display Format (Issue #12)
Display amounts in your local currency instead of USD. Supports both prefix and suffix formats:
# settings.yaml
currency_format: "€{amount}" # Euro: €1,234
currency_format: "£{amount}" # Pound: £1,234
currency_format: "{amount} zł" # Złoty: 1,234 złWorks in both HTML reports and console output. JavaScript filtering recalculates with correct currency.
Bug Fixes
- Fixed filtered section totals in Variable/Discretionary (now correctly sums Avg/Mo values instead of YTD ÷ 12)
Improvements
- Added tooltips to Variable table columns explaining calculations
- Updated "How to Read This Report" with calculation examples
Install
Linux / macOS:
curl -fsSL https://tallyai.money/install.sh | bashWindows PowerShell:
irm https://tallyai.money/install.ps1 | iexOr download the zip for your platform from the assets below.
See https://tallyai.money for more info.