Simon Michael

Results 1258 comments of Simon Michael

Or in other words, the balance amounts don't correspond with the order of transactions in the CSV, right ? I found the same problem in OpenCollective's transactions CSV recently, and...

To be clear: though I haven't looked at the example yet, I think the problem is when banks own data is wrongly ordered. hledger should check assertions according to the...

No I mean it already works that way, and I believe the problem is with your bank csv, not hledger. If you don't think so, maybe you can minimise/anonymise and...

+1 to this. I tried just now to map my Brave version to a Chromium and Chrome version and figure out where to look in the browser compatibility table, but...

Latest thinking: convert to a markdown skeleton doc with standard headings. Fill out a copy of this for each ledgerlike. Optionally combine these to render a pretty tabular combined doc....

@tbm I'd like to do more, but for now can you edit the HTML file directly ? I believe that's what I've been doing for a while. We should drop...

Slightly more reduced: ``` 2019/01/01 a A0.5 @ $5.430 ; $2.715 b $-2.71 ; checked for balancedness to 2 decimal places ($-2.710 would fail) 2019/01/01 (c) $0.000 ; increases the...

What I think should happen [above](https://github.com/ledger/ledger/issues/1765#issuecomment-463719603): ``` could not balance this transaction (real postings are off by $0.005) 2019/01/01 a A0.5 @ $5.430 ; $2.715 b $-2.710 ; checked for...

Actually, better if that error message would show the $-2.71 as it was written in the journal. I think the basic problem is that balanced-checking and display are using different...

Yup, https://hledger.org/hledger.html#list-or-tree-mode and https://hledger.org/hledger.html#depth-limiting now.