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

### How to reproduce: 1. Start hledger web 2. Add a transaction 3. On the form you should fill the first 4 account fields and amounts 4. The form should...

`--historical` and `--cumulative` provided the same output until v1.20 if the periods were the same. Since v1.21, they no longer do. They diverge if there are multiple commodities with prices...

A-BUG
docs
valuation
severity2
impact3

This begins work towards implementing the `--sort` argument for `register`, as requested in #2180. This still needs some polishing (e.g., documentation), but I wanted to get this up to discuss...

## Ways to record amounts and prices in other currency Let say you have a bank account in a particular currency. Most of the bank accounts I saw are in...

A-WISH
csv
needs:discussion

Currently, if one turns on strict mode or uses the check command (eg. `check accounts`, `check payees`), hledger stops after the first undeclared account/payee is encountered. While this is technically...

A-WISH
check

This is an impactful change, and I value the CLI and easy scriptability. But it has been working well for help output, and I for one am ready for it....

A-WISH
platform:linux
platform:mac
platform:freebsd
impact5

[--infer-equity](https://hledger.org/dev/hledger.html#inferring-equity-conversion-postings) generates account names containing commodity symbols. Which tend to fairly often require new account declarations if you [check account names](https://hledger.org/hledger.html#strict-checks). https://github.com/simonmichael/hledger/pull/2262 proposed to drop these commodity-named accounts, but they...

A-WISH
journal
accounts
check

Unified export to CSV, HTML, FODS via Write.Spreadsheet. Supports --base-url and hyperlinks to hledger-web. I intended to hyperlink from txnidx to hledger-web/journal page, however, this would require to move Web.Widget.Common.transactionFragment...

A-WISH
csv
register
html
fods

I'm generating PDF reports based on hledger data, and the JSON report format is the most convenient for that (even though the way it serializes the data is a bit...

docs
json

Hello everyone, I currently use hledger to track my finances, I normally do Strick checks to my files once every month to make sure that everything is ok. With the...

A-BUG
check