hledger icon indicating copy to clipboard operation
hledger copied to clipboard

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.

Results 298 hledger issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/commercialhaskell/stackage/issues/6715

A WISH
packaging

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...

A BUG
i18n
web

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...

A BUG
web
regression!

``` $ hledger-1.27 -f/dev/null bal -YT -O html hledger-1.27: Prelude.init: empty list ``` This broke in hledger 1.23.

A BUG
balance
balancesheet
incomestatement
cashflow
regression!

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: ```...

A BUG
cli

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...

A BUG

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`...

A BUG
web
platform: mac

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...

A WISH
ui

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...

A WISH
add

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'...

A WISH
queries