mirror of
https://github.com/actualbudget/actual.git
synced 2026-06-20 20:08:08 -05:00
[GH-ISSUE #3136] [Feature] Provide UI for managing Transaction tagging #8209
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 @crankeith on GitHub (Jul 25, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/3136
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
When tagging transactions, I forget sometimes what exact phrase I use for various tagging and I have tagged a few transactions with variations of the same word (e.g. Physio, Physiotherapy) and even misspelled it.
Describe your ideal solution to this problem
Store used tags somewhere and when you type the "#" symbol in notes, it pulls up a dropdown of the previously used tags so I don't have to remember what I used before OR migrate tags to a new "tags" field for Transactions so that tags can be added, deleted and managed in an admin UI
Teaching and learning
No response
@github-actions[bot] commented on GitHub (Jul 25, 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 👍!
@gitchap commented on GitHub (Feb 13, 2025):
Yes, this would be great. Additionally, when bulk editing transactions, an option to perform tag related maintenance would be helpful.
ie. from selected items:
-Remove all tags
-remove select tags
-append select tags
-etc...