The rules update
This update brings a lot of changes to rules, including:
- Ordering, you can now order rules and actions inside rules, both will be execute on the given order;
- New ˋtransactions()ˋ function to search and get the balance/sum of a given set of transactions (great to create credit card payment transactions)
- New "Test" function, now you can simulate a rule before running it for real
- And much more!
The wiki page for rules has been revamped for this release, consider having a read here for new and old features and how to use them.
Important
This isn't a breaking update, but the rule engine was rewritten for this release, while great care was taken to ensure existing rules don't break, something might have slipped by, if you notice one of your existings rules isn't working as before, let me know.
What's Changed
- fix(common:tasks): remove_old_jobs always failing by @eitchtee in #346
- fix(transactions:quick-transactions): error when saving due to wrong field definition by @eitchtee in #349
- feat(currencies): allow archiving by @eitchtee in #352
- feat(insights:category-overview): add "No entity" totals by @eitchtee in #353
- fix(yearly-overview): display total for archived accounts by @eitchtee in #354
- feat(rules): add rule function to fetch transactions totals and balance by @eitchtee in #355
- feat(rules): add optional rules ordering by @eitchtee in #356
- fix(ui): unable to CTRL + A amount fields by @eitchtee in #357
- feat(rules): many improvements by @eitchtee in #358
Full Changelog: 0.16.2...0.17.0