mirror of
https://github.com/actualbudget/actual.git
synced 2026-06-11 03:40:11 -05:00
[GH-ISSUE #2976] [Feature] Ability to see notes in scheduled transactions #98607
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 @bchooxg on GitHub (Jul 3, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/2976
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
When there are a bunch of scheduled transactions in an account the notes column remains empty, even if they have been populated in the rules section.
Which makes it quite hard to identify what exactly this transaction is
Rules page showing the added notes

Describe your ideal solution to this problem
Quickfix: To query the rules for that specific transaction and get the value of the note, if any.
More complete fix: Redesign the schedules pages to be able to accept the column value for "notes"
Teaching and learning
Need to update the documentation for schedules page to include this additional column
@github-actions[bot] commented on GitHub (Jul 3, 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 👍!
@Kidglove57 commented on GitHub (Jul 3, 2024):
I have lots of notes that are entered automatically by my scheduled transactions. After saving the schedule I go back into it and click “edit as a rule”. This then enables me to create a rule for that schedule. I then add a category and a note to the transaction.
@bchooxg Were you thinking of something more than this?
@jfdoming commented on GitHub (Jul 3, 2024):
I think the notes themselves don't display right now even if set. But I have an open PR to fix that!
@Kidglove57 commented on GitHub (Jul 3, 2024):
Agreed! They don’t display in the schedule list until posting has occurred. I felt I might have misunderstood the post but could not be completely sure. My apologies.
@bchooxg commented on GitHub (Jul 4, 2024):
My apologies if the post is unclear, I have added more screenshots to make it clearer hopefully
@matt-fidd commented on GitHub (Jan 29, 2025):
This now looks to have been implemented