hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
Hi! If I want to adjut the scaling then the html page of `hledger-web` renders really slow (on a good competer). I think its a consequence of a big nubmer...
This is an unusual situation, but is there something better we should do here ? ``` D USD 1.00 P 2018/1/1 USD 2 2018/1/1 (a) 1 ``` ``` $ hledger...
How precise should transaction balancing be ? This is related to https://github.com/simonmichael/hledger/issues/1962 . This mainly concerns transactions/journal entries where perfect balancing is not possible because of a long or infinite...
Hey, I am the original contributor of the --pivot option. I kinda promised to write more doku or something for it, but never did. Sorry, about that. But after I...
rwp reports the display style for a commodity visibly varying from one file to another with the register command. Eg: `a.j` ``` 2008-08-20 (a) $10,000.00 ``` `b.j` ``` 2009-11-12 (a)...
I'm having trouble migrating a ledger-cli journal to hledger, which uses `C` directive. My file is similar to this one (but contains more transactions) ``` commodity mBTC commodity BTC commodity...
I've noticed weird inconsistency in treating period expressions: - `every 1st day of month from 2017/1/5`: starts from 2017/2/1 (valid) - `monthly from 2017/1/5`: starts from 2017/1/1 (outside of the...
When clicking on an account (on the left hand column) that contains an apostrophe like "Mimi's Cafe", the result that appears is always blank with a flat graph. This applies...
I have a ledger of about 40 MB worth of files, hledger 0.26 now suddenly chokes on them, the previous version worked fine (well it also took waaay to long...
I am trying to get transaction **counts** matching different queries (mainly involving specific accounts) and `activity` is the closest thing I found. But asterisks are somehow intransparent.