Re: How to output original source text in a report?

2017-09-20 Thread Michael Toomim
John: > >> "MT" == Michael Toomim writes: > > MT> So I want to know when this automatic balancing happens. Is there any way > MT> to distinguish automatically-generated amounts from actually-entered > MT> amounts? For instance, is there a way to get the original source

Re: How to output original source text in a report?

2017-09-20 Thread John Wiegley
> "MT" == Michael Toomim writes: MT> So I want to know when this automatic balancing happens. Is there any way MT> to distinguish automatically-generated amounts from actually-entered MT> amounts? For instance, is there a way to get the original source text for MT> that

How to output original source text in a report?

2017-09-13 Thread Michael Toomim
Hi! I'm trying to compute capital gains on some ledger files, so I'm exporting them to CSV for a python script to analyze. I export CSV with this: ledger csv everything.ledger --prepend-format '"%(filename)","%(display_amount)","%(xact.id)","%(lot_price(amount,amount))",' > tmp.csv However,