Hello and thanks for ledger - it's a great piece of software

I have mostly completed my migration from gnucash, including the fancy 
charts (a custom script that parses the outputs of "reg" and inserts them 
into canvas.js
But for my last report, I run into problems:

ledger -M reg ^Assets -X EUR --format "%d,%a,%t\n"

This prints "changes" of assets on monthly basis.
Then my custom script parses the CSV and does things like account 
collapsing (to a different level for different charts) and a running total 
(current value of my assets).
This is all good and I get a very good picture (which is also exact) for 
the grand total of my assets.
I use "stacked column charts". Here is a good example of what it looks 
like: 
 http://canvasjs.com/docs/charts/chart-types/html5-stacked-column-chart/

Here is the problem though.

All of my assets get reported with their "original" prices and the plot is 
really boring (they don't change over time).
On top of that I get quite a big "<Adjustment>" lump which brings the 
running total to the correct value, but the adjustment is summed together 
for all the assets.

What I'd like to be able to do is either:

1. Report the "projected to current prices" change of each account and no 
<Adjustment> entry at all
2. Have a separate <Adjustment> per account. Then I can sum this with my 
"original" asset value.

Both of these would work equally good for me.
Is there a way to achieve it?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to