Analytics/Visualization tool for ledger-cli.
Make sure npm and ledger-cli is installed (npm --help
and ledger --help
should display some information if its installed).
npm install -g ledger-analytics
ledger-analytics -f <your journal file>
Navigate to http://127.0.0.1:3000 in your browser
Don't insert the $
character.
You can query multiple accounts by separating each account with a space (e.g. assets liabilities
), or exclude certain accounts by adding and not <account>
in front of them (e.g. expenses and not expenses:food
).
$ expenses:food expenses:flights
$ assets and not assets:super and not assets:stock
$ expenses and not expenses:travel
$ income,expenses,assets:stocks
$ expenses:food,expenses:fun
$ income
$ assets:stocks assets:crypto
$ expenses
- Growth Chart
- Fixed position of tooltip hover
- Added total amont to tooltip
- BugFixes:
- Fixed
PUBLIC_URL
append on NPM build
- Fixed
- Added MIT LICENSE
- Bug fixes
- Fixed
index.html
with weird prefix appending - Fixed timeline zoom sync with piechart and overview comments data
- Fixed
- Bug fixes
- Fixed app crash on
asset and not asset:pension
- Fixed app crash on
- First release of ledger-analytics
- Basic features for data visualization
npm run start # For frontend
npm run express # For backend
Icon by flaticon.com