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

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...

A-BUG
web
docs
annoyance2-minor
affects2-devs

[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...

A BUG
good first issue
needs:testing
needs:docs
needs:code
install

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...

A-WISH
docs

``` 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...

A BUG
journal
good first issue

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...

A BUG
platform: windows
docs
good first issue

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...

A-WISH
journal
investing

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...

A WISH
balance
balancesheet
incomestatement
cashflow
needs:design
needs:code

The print-unique command currently does not allow arguments. It should allow query arguments, like print.

A-WISH
print-unique

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.

A BUG
web
json