[PR #1379] [MERGED] Show correct payee for scheduled transactions on budgeted accounts page #3701

Closed
opened 2026-02-28 20:45:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1379
Author: @kyrias
Created: 7/21/2023
Status: Merged
Merged: 8/10/2023
Merged by: @MatissJanis

Base: masterHead: fix-payee-on-multi-account-pages


📝 Commits (1)

  • f9b2718 Show correct payee for scheduled transactions on budgeted accounts page

📊 Changes

2 files changed (+8 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.js (+2 -5)
upcoming-release-notes/1379.md (+6 -0)

📄 Description

Previously the "budgeted accounts" page would show the account in the payee column for scheduled transactions. I'm not sure if this is the correct fix since I'm a bit confused by the exact intent with the various variables that appear to be used for multiple things, but this appears to at least fix the issue.

One weird thing I noticed is that scheduled transactions also show up on the "off budget accounts" page but they don't show up on the "all accounts" page.

Resolves #1333. Resolves #1026.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1379 **Author:** [@kyrias](https://github.com/kyrias) **Created:** 7/21/2023 **Status:** ✅ Merged **Merged:** 8/10/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix-payee-on-multi-account-pages` --- ### 📝 Commits (1) - [`f9b2718`](https://github.com/actualbudget/actual/commit/f9b2718709c7b1e1f7a2a84cc14a5f4beae24dc7) Show correct payee for scheduled transactions on budgeted accounts page ### 📊 Changes **2 files changed** (+8 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.js` (+2 -5) ➕ `upcoming-release-notes/1379.md` (+6 -0) </details> ### 📄 Description Previously the "budgeted accounts" page would show the account in the payee column for scheduled transactions. I'm not sure if this is the correct fix since I'm a bit confused by the exact intent with the various variables that appear to be used for multiple things, but this appears to at least fix the issue. One weird thing I noticed is that scheduled transactions also show up on the "off budget accounts" page but they _don't_ show up on the "all accounts" page. Resolves #1333. Resolves #1026. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:45:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3701