[PR #1354] [MERGED] Scheduled transactions for the month to show up in Account's running balance #10740

Closed
opened 2026-04-10 20:41:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1354
Author: @joel-jeremy
Created: 7/17/2023
Status: Merged
Merged: 7/20/2023
Merged by: @j-f1

Base: masterHead: feat-550-schedule-running-balance


📝 Commits (10+)

  • e51a09b Updates
  • 8843756 Upcoming release notes
  • bac84f7 Prevent multiple setState on balances
  • f3e8b79 Calculate on toggle showBalances
  • 5bae244 Do not compute scheduled balances if toggle is off
  • 18dbc39 Optimize runningBalance
  • 72d47f2 Fix running balance column show/hide toggle
  • 22be297 Fix setState balances
  • e44a792 Remove redundant showBalances check
  • 0e11acd Fix filtered behavior

📊 Changes

4 files changed (+236 additions, -183 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+218 -168)
📝 packages/desktop-client/src/components/transactions/TransactionList.js (+2 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.js (+10 -15)
upcoming-release-notes/1354.md (+6 -0)

📄 Description

Relates to #550


🔄 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/1354 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 7/17/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `feat-550-schedule-running-balance` --- ### 📝 Commits (10+) - [`e51a09b`](https://github.com/actualbudget/actual/commit/e51a09b4f389ff9bd67ee098592e4d76d7062e46) Updates - [`8843756`](https://github.com/actualbudget/actual/commit/884375695bda7df5430b6dc38552e59e227b0044) Upcoming release notes - [`bac84f7`](https://github.com/actualbudget/actual/commit/bac84f7827028892c2f8c1c479d71bdf11c975d9) Prevent multiple setState on balances - [`f3e8b79`](https://github.com/actualbudget/actual/commit/f3e8b79f15dff5a548e18cb9852b87a8a8c8d5f8) Calculate on toggle showBalances - [`5bae244`](https://github.com/actualbudget/actual/commit/5bae244816f124d38e7054e88a5c56205a92fb12) Do not compute scheduled balances if toggle is off - [`18dbc39`](https://github.com/actualbudget/actual/commit/18dbc3919f158c078c4ac8753b64d2acac92a4a0) Optimize runningBalance - [`72d47f2`](https://github.com/actualbudget/actual/commit/72d47f26c2ec2fd824cf96d8639c14dc135d803d) Fix running balance column show/hide toggle - [`22be297`](https://github.com/actualbudget/actual/commit/22be2973583137355ba3adacdf4477e5c2e03ab5) Fix setState balances - [`e44a792`](https://github.com/actualbudget/actual/commit/e44a7923e53baf9011acde065a4588aa97599bd7) Remove redundant showBalances check - [`0e11acd`](https://github.com/actualbudget/actual/commit/0e11acd6afb9904f0388c9d96520e75925687ead) Fix filtered behavior ### 📊 Changes **4 files changed** (+236 additions, -183 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+218 -168) 📝 `packages/desktop-client/src/components/transactions/TransactionList.js` (+2 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.js` (+10 -15) ➕ `upcoming-release-notes/1354.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Relates to #550 --- <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-04-10 20:41:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#10740