Simon Michael
Simon Michael
I usually have trouble getting hledger-interest to work, and I think I've figured out why: it doesn't respect $LEDGER_FILE, and also doesn't give an error if you don't provide a...
When checking if a transaction is balanced, until now hledger has used a commodity's global display precision as its balancing precision. This turns out to be not ideal; one familiar...
This started with 1.43. It happens only with data above a certain size. ``` $ hledger-1.42 -f examples/1ktxns-1kaccts.journal print | head -1 2000-01-01 transaction 1 ``` ``` $ hledger-1.43 -f...
Capturing this from chat: > Despite all the work on supporting Ledger syntax, the vast majority of Ledger users who try to read their file with hledger, fail and move...
Jumping to a command's doc with `help` seems to have broken, for me at least. It still works with -p or with no flags. `hledger help add -i` `hledger help...
https://groups.google.com/forum/#!topic/hledger/sA0lA7wLUFo > After posting those ideas, I remembered that actually I'm trying to get to 1.0, and we have enough features for that. What we don't have enough of is...
Ledger and hledger are both evolving and our compatibility is not all it could be. - I'd like to improve compatibility especially in the area of file parsing, such that...
I want "entry macros".. where you write just the minimum required info and it gets expanded to a full journal entry at report time, or optionally at data entry time...
"-p period flag will cause any other -b, -e or -p flags on the command line to be ignored" is a bit of a gotcha. Instead it should probably take...
The hackage build matrix currently shows eg hledger-lib failing to build with [GHC 7.0](http://matrix.hackage.haskell.org/package/hledger-lib#GHC-7.0/hledger-lib-0.26) and [GHC 7.2](http://matrix.hackage.haskell.org/package/hledger-lib#GHC-7.2/hledger-lib-0.26). It would be nice to, if it's not too much trouble, make the...