I have the following automatic rule at the top of my ledger file that
automatically splits expenses with my roommate. It worked great under
2.6 but it's stopped working under 3.0. How do I convert it to work
under 3?

;; starting on 2010/02/10, all util and cable transactions automatically
;; get half of their value assigned to andrew

= d>=[2010/02/10] & /^(?:Expenses:(Cable|Utils))/ & !/Expenses:Utils:Water/
   $account                                     -0.5
   Assets:Receivable:Andrew            0.5

On a further note, where would I go in the source to learn about the
filter language? I've seen people post snippets but as far as I can
tell there's no comprehensive docs yet, and my shallow dives into the
source haven't turned up anything useful.

Thanks,
Pete

Reply via email to