hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
Reported on chat: a CSV date containing the time zone "Mountain Daylight Time" can't be parsed by hledger CSV rules. https://hledger.org/hledger.html#date-format understands the date format codes provided by https://hackage.haskell.org/package/time-1.11.1.2/docs/Data-Time-Format.html#v:formatTime. One...
hledger 1.27.1, Linux or older version First, there is no way to check/display hledger version from web interface. Maybe it could be added to "?" button for help... Second, popup...
I'm playing with account hierarchy to learn accounting, and I noticed that aliases defined in a ledger file included in a global file are not applied to the global file....
I just compared the release binarys from this github and found a regression in them. The newer ones don't generate any output for cashflows with my setup. I produced a...
Termux is a terminal emulator and Linux environment bringing powerful terminal access to Android. Having hledger available in the termux repositories would be a big step towards tracking your expenses...
Hi everyone, Tags in combination with pivoting add an incredible amount of depth to an `hledger` journal. They effectively enable looking at the transactions in an arbitrary amount of different...
I like to have support for a cumulative running total additional to the standard historical running total in `aregister`. See https://groups.google.com/d/msgid/hledger/0F2587EB-DF9A-4CE7-9A95-3C13B8042589%40joyful.com .
When you are trying to troubleshoot a broken journal, you can't run useful queries like `hledger accounts` unless you first remove or comment out all unbalanced transactions. This feels awkward....
The areg documentation says ``` - the names of all the other account(s) involved in this transaction (probably abbreviated) ``` In my experience my account names are always abbreviated -...
Thank you for the many years of hard work on this project! Makes tax season much more bearable. Is it possible to use vi-like keybindings inside hledger add? (emulate readline...