hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
_Original author: [email protected] (June 25, 2011 20:18:19)_ some ideas for optimized page layout _Original issue: http://code.google.com/p/hledger/issues/detail?id=59_
_Original author: [email protected] (January 18, 2012 17:20:43)_ As reported by betabug, hledger doesn't auto-generate the commodity revaluation transactions described at http://ledger-cli.org/3.0/doc/ledger3.html#Commodity-Pricing-Problem , so hledger's and ledger's reports can differ eg...
http://hledger.org/MANUAL.html#queries http://hledger.org/MANUAL.html#period-expressions
I have the following in the start of my transactions file: `D 1,000.00 €` But hledger prints only € amounts using this formatting, while using default formating for $. For...
t.j: ``` 1/1 (a) 10 (b) 20 2/1 (a) 30 ``` hledger's (and ledger's) register --average shows the running total divided by the number of lines displayed: ``` bash $...
If you clone the hledger source, add bin/ to your PATH, and try to run one of the addons without compiling it first (with make addons or bin/compile.sh), from some...
[hledger-interest](http://hledger.org/manual.html#interest) seems like it could be useful to many. I think it needs some love to make it easier to understand and use. http://hackage.haskell.org/package/hledger-interest - home page and nice intro...
Importing via stdin (i.e. `hledger import ... csv:-`) creates a `.latest.-` file with that run's latest date, which means any other piped imports are subjected to that minimum date. This...