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

Reported by chreekat: ```$ hledger gobbeldygook --sort hledger: Error: Unknown flag: --sort (use -h to see usage) ``` > context was a wrapper script I am writing. I had a...

A-BUG
cli
annoyance2-minor
affects4-many

I am not sure if this is a bug or an expected behavior. I am not expert on double-entry accounting. I am just surprised with the report.. ``` $ hledger...

docs
balance
balancesheet
ledger-compat

Then using `areg`, only the transactions for the first account matching the pattern are returned. This is inconsistent with other commands, where matching on all accounts is performed. The `hledger...

aregister

Unless I'm confused, in our [boolean queries](https://hledger.org/dev/hledger.html#boolean-queries), OR binds more tightly than AND ? I don't want to change anyone's queries, but isn't this surprising and opposite to common practice...

A-BUG
docs
queries
annoyance2-minor
affects3-few

Hi! I use both windows and linux machines, and, depending on the platform, `hledger` uses different line endings, e.g. running `hledger import file.csv -f test.journal` would append entries with CRLF...

A-WISH
platform-windows
journal

This is a valid timeclock file for ledger (and presumably emacs): ``` i 2025-04-04 14:40:00 Kitchen:Timer:1 Coffee i 2025-04-04 14:40:00 Work:Consultancy:AcmeCorp:2 Brief note i 2025-04-04 14:40:00 Work:Consultancy:AcmeCorp:3 Briefer note i...

A-WISH
timeclock
ledger-compat

As noted at https://github.com/simonmichael/hledger/issues/2122#issuecomment-2771861460 , commands in `hledger repl` don't use settings from a hledger config file as they do when run at the command line. Also a `@ARGSFILE` argument...

A-WISH
cli
run
repl

Assume a file where transactions are not in chronological order, e.g. ```journal ; main.journal 2021-10-21 Spendings Assets -1 Expenses 2021-01-01 Init Assets 10 Equity ``` Running `hledger-check-fancyassertions -D "Assets >=...

A-BUG
annoyance4-major
affects3-few

A number of hledger docs and discussions touch on the relative performance of hledger and Ledger. A traditional rule of thumb has been "Ledger does core calculations 10x faster on...

A-WISH
docs
performance
ledger-compat

_Original author: [email protected] (December 17, 2010 16:23:35)_ _Original title: edit form always displays in non-javascript browsers, like elinks_ Reported by djp. The web ui should be usable, at least for...

A-WISH
imported
web