Simon Michael
Simon Michael
Even if not, I think they’d be a fine addition - detailing supported syntax and any differences is the doc’s purpose after all.
Would anyone like to try adding this to the quickref ? The source file is https://github.com/plaintextaccounting/plaintextaccounting.github.io/blob/master/quickref/index.html . If not, I'll close this.
hledger does banker's rounding, AKA https://en.wikipedia.org/wiki/Rounding#Round_half_to_even . (only the latest version guarantees this; in earlier versions it depends on the version of Decimal built with.)
Count me interested too. The recent https://www.stevegattuso.me/tech-stack/finances-budgeting.html#args has some nice examples of args files commented with #, but I'm not sure this actually works - it doesn't for me. The...
The implementation is here: https://github.com/ndmitchell/cmdargs/blob/master/System/Console/CmdArgs/Explicit/ExpandArgsAt.hs#L7 Ignoring lines beginning with # or whitespace and # would be easy. Correctly ignoring end-of-line # comments is harder, it would be nice not to...
Here's a RFC on changes to timedot format: https://groups.google.com/g/hledger/c/TxoA-xnfvMA/m/QvpmWA5pAwAJ
Ccing here (and reviewing the discussion above): I'm fixing/improving timedot's description/comment/tag parsing. But before that.. which do you think is better: 1. generating little transactions for each line, as we...
Now implemented in master: https://hledger.org/dev/hledger.html#timedot
A useful discussion, that did not result in a PR; closing.
No bug here.