[PR #4452] [MERGED] sort schedule previews by date, then amount #5390

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4452
Author: @matt-fidd
Created: 2/25/2025
Status: Merged
Merged: 2/25/2025
Merged by: @matt-fidd

Base: masterHead: schedules-order


📝 Commits (3)

  • 312407b sort schedule previews by date, then amount
  • 47fd178 note
  • c22f381 Merge branch 'master' into schedules-order

📊 Changes

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

View changed files

📝 packages/loot-core/src/client/data-hooks/transactions.ts (+3 -1)
upcoming-release-notes/4452.md (+6 -0)

📄 Description

This makes the running balance a little bit more sensible. Neither approach is actually "correct" here, as the order of the preview transactions in Actual is completely unrelated to the order the transactions might actually happen, but this is the more logical order for the transactions to happen in.


🔄 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/4452 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `schedules-order` --- ### 📝 Commits (3) - [`312407b`](https://github.com/actualbudget/actual/commit/312407b1a992245fdddc5150df839967ecad7957) sort schedule previews by date, then amount - [`47fd178`](https://github.com/actualbudget/actual/commit/47fd17878b4b6a47374282d13632f9a8efb17db8) note - [`c22f381`](https://github.com/actualbudget/actual/commit/c22f38125b4b72da11b58388922dc6b4bf2537b2) Merge branch 'master' into schedules-order ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/data-hooks/transactions.ts` (+3 -1) ➕ `upcoming-release-notes/4452.md` (+6 -0) </details> ### 📄 Description This makes the running balance a little bit more sensible. Neither approach is actually "correct" here, as the order of the preview transactions in Actual is completely unrelated to the order the transactions might actually happen, but this is the more logical order for the transactions to happen in. --- <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:11:41 -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#5390