Dear All,

I use the `convert` comand to convert a bank's CSV file to Ledger format. 
The bank account is shared and I would like to halve every expense occuring 
in the file (the CSV only contains expenses).
I know that I could use

= expr account =~ /Assets:ThatBankAccount/
       $account                       -0.5   

to decrease the amount of the bank account but this will obviously trigger 
an "unbalanced remainder" error. What I would need to do is to also 
decrease the other account used in the same bank transaction, too.
So I wonder, whether I can apply my automated transaction to all postings 
of a transaction if any of the posting matches my automated transaction's 
criteria?
Is there any other possible soultion to my problem?


Thanks,
Rolf

-- 

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