hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
### **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"...
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...
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...
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...
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
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...
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...
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...
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...
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...