I am trying to track previously sold lots in ledger using automated 
transactions. I have created this automated transaction rule to achieve 
this:

= /^Assets:Investments:/ & (expr amount < 0) & tag("realized-capital-gains")
    (Sold Lots:$account)  (-1 * amount)

I wanted to know if it's possible for me to update the lot details for 
these transactions; in particular, I wanted to add a customized note to the 
generated lot indicating the date of sale and the sale price per share.

- Sam

-- 

--- 
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 ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/49a88e41-910a-4fee-b78d-94bb74665b47n%40googlegroups.com.

Reply via email to