Hi,

Ledger reg adds a cummulative sum as last column.
Is it possible to have that sum only show amounts in the relevant 
commodities from that post?

For example, the following ledger file:
-----------------------------------
2015/06/01 * Opening balance
    Assets:Cash         100.00 EUR
    Assets:Dollars       50.00 USD
    Equity:Opening balance

2015/06/01 Test
    Expenses:ExpenseA     20.00 USD
    Assets:Dollars
    
2015/06/02 Test2
    Expenses:ExpenseB     10.00 EUR
    Assets:Cash

2015/06/02 Test3
    Expenses:ExpenseB     10.00 EUR
    Assets:Cash
-----------------------------------

If I check ledger reg Exp:
--------------------------------------------------------------------------------
2015-06-01 Test                 Expenses:ExpenseA         20.00 USD    
20.00 USD
2015-06-02 Test2                Expenses:ExpenseB         10.00 EUR    
10.00 EUR
                                                                       
20.00 USD
2015-06-02 Test3                Expenses:ExpenseB         10.00 EUR    
20.00 EUR
                                                                       
20.00 USD
--------------------------------------------------------------------------------

Only the first post (Test) mentions USD. The other two (Test2 and Test3) 
only deal with euros.
I want to hide those USD sums when a post is only in euros.

Is this possible? This is on ledger 3.1.0.

-- 

--- 
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