>>>>> Max Linke <[email protected]> writes: > I would like to create a special monthly report that helps me track my > spending. I would like to see how much money I spend each month minus > regularly occurring costs (rent, grocery budget, electricity, ...) . I would > like to decide which transaction was regular based on meta-data (I have > regular payments and one-off payments to the same payees or expenses > account)
This is basically what the --budget feature is for. > Also is it possible at all to filter transactions according to meta-data? Sure, use 'not %Foo' in your query, and it will omit those with that metadata tag. %Foo=Bar will further constraint to those where Foo matches the regexp Bar. And you can do more, if that is needed. John -- --- 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.
