hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
(I found an old issue on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799442 while searching for hledger-related stuff on Google, and I didn't find it anywhere in Github issue log (open nor closed) so I'm reposting...
This is a feature idea that I think may be interesting for easier reconciliation: having balance assertions that match only on the sum of cleared postings. This way, files like...
When in `hledger add`'s "Amount X"'s field, inputting `0 = 1234.56` (to check accounts) results in `hledger` answering `A valid hledger amount is required. Eg: 1, $2, 3 EUR, "4...
When in `hledger add`, in the account name choice field, entering `* a` doesn't autocomplete, while it does for `a`.
There are several toggles on cli tools that will group transactions, so that for example user can quickly see what they are spending on certain categories by day, week, month,...
_Original author: [email protected] (November 02, 2011 22:48:32)_ on hledger-0.16.1 I get "mkTextEncoding: invalid argument (Invalid argument)" when invoking hledger (archlinux 64bit, ghc 7.0.3, en_US.utf8 locale) _Original issue: http://code.google.com/p/hledger/issues/detail?id=73_ ### Related:...
I'm opening this PR to 'work in public' on this API. I heavily used Claude 4 Sonnet to write this, because I am unfamiliar with the codebase, so the code...
Having started working on hledger a bit more (now trying to optimize both speed and memory usage - after two largish edits, converting Journal to Data.Sequence, I've halved the run...
Should be able to delete an entry or remove transaction from the web ui. (bountysource.com link removed)
Split off from #324. http://demo.hledger.org does not fit well on small screens, eg a 320px wide iPhone 4. (bountysource.com link removed)