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! If I want to adjut the scaling then the html page of `hledger-web` renders really slow (on a good competer). I think its a consequence of a big nubmer...

A-BUG
web
performance
needs:testing
needs:debugging

This is an unusual situation, but is there something better we should do here ? ``` D USD 1.00 P 2018/1/1 USD 2 2018/1/1 (a) 1 ``` ``` $ hledger...

A-BUG
journal
valuation

How precise should transaction balancing be ? This is related to https://github.com/simonmichael/hledger/issues/1962 . This mainly concerns transactions/journal entries where perfect balancing is not possible because of a long or infinite...

A-WISH
journal
ledger-compat

Hey, I am the original contributor of the --pivot option. I kinda promised to write more doku or something for it, but never did. Sorry, about that. But after I...

A-BUG
print

rwp reports the display style for a commodity visibly varying from one file to another with the register command. Eg: `a.j` ``` 2008-08-20 (a) $10,000.00 ``` `b.j` ``` 2009-11-12 (a)...

A-BUG
journal
register
annoyance2-minor
affects3-few

I'm having trouble migrating a ledger-cli journal to hledger, which uses `C` directive. My file is similar to this one (but contains more transactions) ``` commodity mBTC commodity BTC commodity...

A-WISH
docs
journal
needs:docs
needs:design
ledger-compat

I've noticed weird inconsistency in treating period expressions: - `every 1st day of month from 2017/1/5`: starts from 2017/2/1 (valid) - `monthly from 2017/1/5`: starts from 2017/1/1 (outside of the...

A-BUG
docs
cli
journal
needs-docs
needs-review
needs-design
period-expressions
annoyance3-blocker
affects3-few

When clicking on an account (on the left hand column) that contains an apostrophe like "Mimi's Cafe", the result that appears is always blank with a flat graph. This applies...

A-BUG
web
annoyance4-major
affects3-few

I have a ledger of about 40 MB worth of files, hledger 0.26 now suddenly chokes on them, the previous version worked fine (well it also took waaay to long...

A-BUG
journal
balance
performance
annoyance4-major
affects3-few

I am trying to get transaction **counts** matching different queries (mainly involving specific accounts) and `activity` is the closest thing I found. But asterisks are somehow intransparent.

A-WISH