hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
Pie chart
See issue #538 Took https://github.com/NorfairKing/hledger/commits/pie-chart as a starting point
Resolves #989. I'm not super happy about [this](https://github.com/simonmichael/hledger/commit/9de2c3258e072d533f3fcfe99c6f4132b15951ec#diff-908bc63a0acf224853d6422f7d0bc515R698-R711)—however, it clearly needs some context from the parser and I want to avoid changing `Transaction`.
Two small pieces in this PR: 1. Update to latest output of 'Shake manuals ; stack build', starting from a clean checkout. This was run to ensure environment was working,...
~~*Note: this PR is based on #1125 and thus includes 2 commits from it.*~~ ## Features: - This kinda resolves simonmichael/hledger#664 . Though it is required to use `showTransaction ....
This is an extract from #1063 with the ICU related bit separately for testing and review. ...and as long as its being run separately here there are probably a few...
Part of #1045. I created showTransaction2 and helpers, with the immediate goal of (a) clarifying this code and (b) implementing output like ledger-mode's :decimal setting. What I had in mind:...
This PR comes out of #913, which was closed as it both was only a small change (fixing before-unnoticed undefined behaviour) and was written in a way that was oriented...
$ hledger bal --tree # subaccounts are properly indented $ hledger bal --tree -o a.html # subaccounts are not indented
**What I'm trying to achieve**: Simulate 2 years in the future while making changes to the valuation of an asset and the purchase power of the currency I use to...
It would be nice if `hledger` supports the subdirectives of ledger-cli for the `commodity` directive ``` commodity $ note American Dollars format $1,000.00 nomarket alias USD default ``` Currently only...