github davidfowl/tally v0.1.80
Tally v0.1.80

latest release: v0.1.84
3 hours ago

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 | bash

Windows PowerShell:

irm https://tallyai.money/install.ps1 | iex

Or download the zip for your platform from the assets below.

See https://tallyai.money for more info.

Don't miss a new tally release

NewReleases is sending notifications on new releases.