hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
Dear hledger devs, I found a bug in hledger-web where the server would sometimes crash while adding a new transaction or just viewing transactions with German special symbols (ßäöüÄÖÜ) in...
If I open hledger-web and add a new transaction, it does not save it, but returns error message. It works in hledger-ui. Used version: hledger 1.27, mac-aarch64 Example pictures attached...
``` $ hledger-1.27 -f/dev/null bal -YT -O html hledger-1.27: Prelude.init: empty list ``` This broke in hledger 1.23.
Given this journal in `foo.hledger`: ```ledger 2022/01/27 foo asset:current 3 ; some comment asset:receivables -3 = -3 2022/08/27 foo asset:current -3 asset:receivables 3 ``` I get this error message: ```...
Version : hledger 1.26, linux-x86_64 The problems concerns also `check-dupes` command. ``` $ hledger check-d check-dates -- check that transactions are sorted by increasing date check-dupes -- report account names...
On mac, in Brave or Firefox, `a` opens the (modal dialog version of the) add form, `ESC` closes it, and `a` opens it again. But in Safari, the second `a`...
When viewing transactions in `hledger-ui`, it would be useful (for myself at least) to be able to `mark / highlight` individual transactions - so I can see which ones I...
Hi, thanks for this useful software. It would be possible to implement tag auto-completion as it is for accounts and payee. I know, if I declare all account with various...
As far as I can tell, there is currently no way to filter for all transactions made on, for example, mondays. Something like ``` hledger reg date:'every monday in june'...