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

_Original author: [email protected] (June 25, 2011 20:18:19)_ some ideas for optimized page layout _Original issue: http://code.google.com/p/hledger/issues/detail?id=59_

A-WISH
imported
web

_Original author: [email protected] (January 18, 2012 17:20:43)_ As reported by betabug, hledger doesn't auto-generate the commodity revaluation transactions described at http://ledger-cli.org/3.0/doc/ledger3.html#Commodity-Pricing-Problem , so hledger's and ledger's reports can differ eg...

A-WISH
imported
old-missed-1.0
investing

http://hledger.org/MANUAL.html#queries http://hledger.org/MANUAL.html#period-expressions

A-WISH
queries
old-missed-1.0
period-expressions

I have the following in the start of my transactions file: `D 1,000.00 €` But hledger prints only € amounts using this formatting, while using default formating for $. For...

A-WISH
journal

t.j: ``` 1/1 (a) 10 (b) 20 2/1 (a) 30 ``` hledger's (and ledger's) register --average shows the running total divided by the number of lines displayed: ``` bash $...

A-WISH
register

If you clone the hledger source, add bin/ to your PATH, and try to run one of the addons without compiling it first (with make addons or bin/compile.sh), from some...

A-BUG
docs
tools
annoyance1-trivial
affects2-devs

[hledger-interest](http://hledger.org/manual.html#interest) seems like it could be useful to many. I think it needs some love to make it easier to understand and use. http://hackage.haskell.org/package/hledger-interest - home page and nice intro...

A-WISH
interest

Importing via stdin (i.e. `hledger import ... csv:-`) creates a `.latest.-` file with that run's latest date, which means any other piped imports are subjected to that minimum date. This...

A-BUG
docs
csv
print
import
annoyance3-blocker
affects3-few