hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
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...
Hi, I have below ledger `test.ledger` file: ```ledger 2024-01-01 * Opening Balance Assets:Cash 1000.00 USD Equity:Opening-Balance -1000.00 USD ``` When I ask for yearly historical balance I get: ``` >...
I noticed that some of the CSV rules look quite functional by default for a supported banks. I was thinking that it could make sense to ship those with hledger-cli...
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...
In timeclock files, to disambiguate the account from the description, we require two spaces between the account name and the description. This works well when both of those entries are...
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...
Issue 1: Huh, I was wandering for quite some time why sidebar is removed, until I clicked on a ? button next to Search button to learn about keyboard shortcut....
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...