hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
This came up in a mastodon/matrix chat: nobodyinperson: > The merge conflicts I encountered with timeclock came up because my (emphasis on my) checkin/out commands appended to the same file....
hledger's timeclock format doesn't allow clocking in to multiple named sessions concurrently, at least not within a single timeclock file. I think Ledger does allow this. We'd like to be...
Moved here from #2112. > @the-solipsist> I'm having trouble with hledger-ui / hledger-iadd and [kitty terminal](https://github.com/kovidgoyal/kitty/discussions/6718), and I think it might be because of brick/vty. Would anyone be in a...
German bookkeeping requirements are prevalent in Germany, Austria and Switzerland. It requires every transaction to have its reference document (proof). “No transaction without reference document.” The books are usually furthered...
Anywhere the pounds sterling symbol is meant to be shown in the web interface, "£" is shown instead. It's this way in the page source. Hledger on the console is...
Version: hledger 1.30, mac-x86_64 I'm recording commodity conversions using both the @@ mechanism and also the equity conversion accounts, as mentioned [here](https://hledger.org/cost-notation.html#conversion-with-equity-postings-and-explicit-cost). ("Conversion with equity postings and explicit cost"). However,...
`-I -f-` or `-f- -I` work: ```cli $ hledger print -f /dev/null | hledger -I -f- is --debug 8 2>&1 | grep probably raw command is probably: "is" ``` By...
Thanks very much for the great software, I've really been enjoying using it. I've been working with timeclock files, and I believe I may have found an issue with how...
I am not sure if this is a bug or if it is something to live with. I only open the issue for your consideration. **Description**: when `--infer-market-prices` is used...
Using the `=*` balance assignment on an account with subaccounts sets all other commodities balance to 0. According to the documentation, other commodities should be unaffected as long as I'm...