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

https://hledger.org/dev/hledger.html#matchers : "There's not yet an easy syntax to negate a matcher." We should have this, for if blocks (and possibly if tables ?)

A-WISH
csv

I'm attempting to do `hledger print -f example.csv tag:account=1111111111` with the attached files and I'm unable to get any output. I'm creating the query based on https://hledger.org/hledger.html#queries and https://hledger.org/tags-tutorial.html ```csv...

A-BUG
csv
queries

Reported on chat: file wildcards (glob patterns) [aren't expanded in a Windows CMD shell](https://superuser.com/questions/460598/is-there-any-way-to-get-the-windows-cmd-shell-to-expand-wildcard-paths). This means that `hledger import *.csv` doesn't work on Windows (hledger sees a single `*.csv` argument...

A-BUG
A-WISH
cli
import

Perhaps related to the change from pretty-show to pretty-simple. Unwanted spaces in dates and the `..`: ``` ~/src/hledger$ hledger-1.19 reg -p '2017..2018' --debug=3 requestedspan: DateSpan 2017 journalspan: DateSpan 2020-01-01 .....

A-WISH
cli
needs:other-task

https://github.com/haskell-crypto/cryptonite/issues/330 gives an example of how fromIntegral can easily bite you, causing silent data corruption. I don't know of any related bug in hledger, but we seem to use it...

A-WISH

I noted that balance assertions don't see a balance accumulated across files when using [multiple -f options](http://hledger.org/hledger.html#input-files). This is unexpected since balances displayed in reports do accumulate across these files....

A-WISH
cli
journal

We were seeing a very confusing, plausible-looking date error when trying to read a file named `FOO.CSV`. Adding `--debug` showed that hledger was trying to use the journal reader rather...

A-BUG
A-WISH
cli
journal
timeclock
timedot

I'm running hledger 1.14.2 from the arch linux repositories. In csv import, if there is some error related to the csv **rule** file, then it is printed as if it...

A-BUG
docs
csv
needs:discussion
needs:testing
needs:design

Starting from the discussion in #1065 and having reviewed the current build process a little I suggest: 1. Making the shell completion build targets part of the main project Makefile...

A-BUG
A-WISH
cli
needs:discussion
needs:code
install

Reported on list today: hledger-web fails to start when no journal file exists yet. And if you have started it by clicking icons you won’t know why. We should provide...

A-WISH
web