hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
Hi, I'm trying to get hledger-web working and I'm probably doing something wrong here. Any help would be much appreciated. Thanks! :) I should add that the reason why I...
[hledger-install.sh](https://github.com/simonmichael/hledger/blob/master/hledger-install/hledger-install.sh) uses any stack executable that's already installed. Fairly often that is too old and [fails](https://groups.google.com/d/msg/hledger/SWFV2n6xMQA/udNACGhOCgAJ). We need to check the stack version and do something helpful if it is...
It would be great to have some documentation of how to make scripts with hledger-lib. In my case I'd like to write two scripts: - I'd like to output transactions...
``` 2018/1/1 (a) 1 = date:from 2018 b 1 $ hledger-1.9 -f a.j print --auto 2018/01/01 hledger-1.9: "date:from" gave a date parse error () ``` The date: query term fails...
rwp reported both windows binaries linked on the [download page](http://hledger.org/download#a) failing on Windows XP (in different ways). These binaries are built with 64-bit stack on Appveyor's 64-bit windows environment. We...
As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported...
There are a (admittedly few) times when I want to see only the average balance of an account over some interval. For example when estimating a monthly budget amount for...
The print-unique command currently does not allow arguments. It should allow query arguments, like print.
The JSON /add handler should reject unbalanced/invalid transactions, as hledger-web's add form does, so that the journal is not corrupted. Reported on the mail list.