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

### **Version** hledger 1.30, mac-aarch64 ### **Reproduction** For this journal file: ``` ~ monthly 2023-08 (income:employment) $-100.00 (income:gifts:cash) $-100.00 2023-07-01 Expense expenses:rent $100.00 income:gifts:cash ``` Running `hledger bal -p "2023-08"...

A-BUG
balance
budget
severity4
impact4

This entry, when read from a journal file, is accepted. Declaring eigenkapital:umwandlung to be an equity conversion account (type V) allows the [equity conversion postings to be detected](https://hledger.org/dev/hledger.html#equity-conversion-postings) and matched...

A-BUG
csv
journal
needs:testing
needs:docs
needs:design
needs:code
needs:debugging
severity2
impact2

Here are a few thoughts aimed at better user experience around starting new files periodically, eg each year. Discussion welcome. ## Some context - https://hledger.org/1.32/hledger.html#close and latest https://hledger.org/dev/hledger.html#close - https://groups.google.com/g/hledger/c/G0LLoV4PnBM/m/A2_5fXZQAgAJ...

A-WISH
journal

Occasionally one may want to use `--alias` to combine different accounts into one. However, if one does this, balance assertions may start to fail because the assertions meant for the...

A-BUG
docs
journal
severity2
impact3

With `setupTerm: Couldn't look up terminfo entry "unknown"`. Something to do with terminal helpers in Hledger.Utils.IO ? https://github.com/commercialhaskell/lts-haskell/commit/1342c798114a09c49d87a59d25609fbe16098907

A-BUG
web
severity1
impact1

This is an issue specifically for adding Ledger's `--lots` flag. Ref #1015. ## Examples Here's Ledger's help for `--lots` and some related flags: ``` --lot-dates Report the date on which...

A-WISH
register
balance
investing

It would be nice if hledger supported interactive mode, like `ledger` when started without parameters. This would allow executing multiple commands interactively in one session, possibly without incurring performance penalty...

A-WISH
cli
performance

brick-2 depends on vty-6 which introduces breaking changes. From vty-6 onward, you have to depend on vty-crossplatform, vty-windows, or vty-unix for `mkVty` function. If you don't use `mkVty` function, then...

A-WISH
packaging
ui

I've updated stack9.8.yaml to make most packages build with GHC 9.8 and stackage nightly. Still to do: - [x] fix a hfsevents build error blocking hledger-ui, https://github.com/luite/hfsevents/issues/16 - [x] drop...

A-WISH
packaging

Hi! I'm using hledger 1.28 mac-aarch64 on macOS Sonoma 14.1.2 (23B92). Sometimes when I try to use hledger-web with its default port of 5000 I have trouble connecting to the...

A-WISH
web