[PR #5207] [MERGED] use correct running balance when adding a new transaction #5820

Closed
opened 2026-02-28 21:19:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5207
Author: @matt-fidd
Created: 6/21/2025
Status: Merged
Merged: 7/3/2025
Merged by: @matt-fidd

Base: masterHead: fix-running-balance-new


📝 Commits (6)

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.tsx (+3 -8)
upcoming-release-notes/5207.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/5170

It's easier to use the right balance than it is to completely hide it. I can probably work round it if we prefer that, but this is better than the current version.


🔄 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/5207 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix-running-balance-new` --- ### 📝 Commits (6) - [`dec67ee`](https://github.com/actualbudget/actual/commit/dec67ee2e091e9dff98dc2f71484f32d70f9d480) use correct running balance when adding new transaction - [`dcfa771`](https://github.com/actualbudget/actual/commit/dcfa771eeb70a385c603dd200103c843bd98f39e) note - [`48f06ba`](https://github.com/actualbudget/actual/commit/48f06ba926ba5e1398892837ef205810b4aee4a5) optimise - [`439ad54`](https://github.com/actualbudget/actual/commit/439ad54d51469aa3f3f9e82289dc3ace34f9eb30) appease the typechecker - [`f9115b8`](https://github.com/actualbudget/actual/commit/f9115b87321025b9b7984b86e004cc4fb9eeccb7) fix edge case with matching schedule at top - [`348ff7f`](https://github.com/actualbudget/actual/commit/348ff7f5e17d3d279a02a1641067987a4f386b12) hide entirely ### 📊 Changes **2 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.tsx` (+3 -8) ➕ `upcoming-release-notes/5207.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/5170 It's easier to use the right balance than it is to completely hide it. I can probably work round it if we prefer that, but this is better than the current version. --- <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 21:19:13 -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#5820