mirror of
https://github.com/actualbudget/actual.git
synced 2026-06-20 20:08:08 -05:00
[GH-ISSUE #3244] [Feature] Manually trigger rules / or trigger rules after the payee is set on an existing transaction #8263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @esseti on GitHub (Aug 12, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/3244
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
I've several rules that make conditions based on the payee.
i sync my account via bank sync and THEN i set the correct payee manually
done in this way, the rule are not triggered.
I would like to apply the rules AFTER is set manually the payee.
Describe your ideal solution to this problem
A butto that "triggers" the rules, if too heavy for the computation, then re-apply rules just for the selected transactions.
Teaching and learning
No response
@github-actions[bot] commented on GitHub (Aug 12, 2024):
✨ Thanks for sharing your idea! ✨
This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).
The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+
Don’t forget to upvote the top comment with 👍!
@esseti commented on GitHub (Aug 12, 2024):
Inside the rule page, when you see the editing, in the part below one can select all the transaction and apply the rule.