actualbudget / actual

A local-first personal finance app
https://actualbudget.org
MIT License
12.51k stars 954 forks source link

[Feature] Add a possibility for rules to append to the current notes #2912

Closed Thiago-Morais closed 1 week ago

Thiago-Morais commented 1 week ago

Verified feature request does not already exist?

đź’»

Pitch: what problem are you trying to solve?

I have 2 rules that add tags to the transaction notes. If the transaction meets both conditions I want to apply both rules.

Example: The imported payee is "A new Bank 1 transfer to Person 1". I have a rule "if 'Bank 1' then add '#bank1'" And another "if 'Person 1' then add '#person1'"

Currently, there is only a set option so it overrides the first rule.

I can't keep the payee unchanged because I would have a billion payees. I can't use a single rule to add "#bank1 #person1" because I would need a billion rules for every possibility.

Describe your ideal solution to this problem

Instead of only set, we can have concat, insert into, and other string manipulation functions

A regex match and replace would also work

Teaching and learning

No response

github-actions[bot] commented 1 week ago

:sparkles: Thanks for sharing your idea! :sparkles:

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 👍!