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 208 hledger issues
Sort by recently updated
recently updated
newest added

UNL file is similar to CSV file, it uses pipe "|" as a field separator. UNL files are created from database dumps (INFORMIX). I prefer unl before csv as there...

A BUG
csv

Since hledger aims to be an ultra-dependable tool, I'd like to reduce our rate of regressions (unplanned breakage/changes in things that used to work) being shipped. About 13 have been...

A WISH
tools
bounty

There are periodic transactions that happen every few months but also at a specific day. This feature could be used like this: `~ every 3 months on 23rd day`. The...

A WISH
journal
periodexpressions

From the list: > > Is there a way to get `hledger bal` to show balances of transactions that have either TAG1 or TAG2? The docs seem to say that...

A WISH
queries
old: missed 1.0
needs:testing
needs:code

Currently, `diff` ignores both date and description. This is sensible. However, this means regular transactions like monthly bills (i.e. netflix, spotify, etc...) are wrongly ignored. Exact date matching is of...

A WISH
diff

Hello, I use hledger 1.22.2 and it seems that hledger-web has some issues with special (accented) characters in accounts names. For example, if you have a "assets:liquidité" account, the "é"...

web

Following the issue [1776](https://github.com/simonmichael/hledger/issues/1776) I find the hledger bal history printout very useful, generated with something like `hledger bal "accountA" --begin 2020 -Q --transpose --drop 5 --historical -S`. I think...

A WISH

https://hledger.org/journal.html > hledger’s journal format is a compatible subset, mostly, of ledger’s journal format, so hledger can work with compatible ledger journal files as well I don't think that's true...

A BUG
docs

I did not find a way to make a conjunction of multiple conditions in CSV import documentation nor examples. Small example: 1. Director's fees are classified separately from wages, but...

A WISH
csv

Some things that would be useful when generating reports with `-O html` or `-o file.html`: - [ ] A way to disable the embedded stylesheet. The generated HTML can usually...

A WISH
cli
html