[PR #3748] [MERGED] fix: maintain the sort order of the server sync #46855

Closed
opened 2026-04-26 08:53:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3748
Author: @UnderKoen
Created: 10/28/2024
Status: Merged
Merged: 11/4/2024
Merged by: @UnderKoen

Base: masterHead: fix/server-sort


📝 Commits (4)

📊 Changes

3 files changed (+54 additions, -42 deletions)

View changed files

📝 packages/loot-core/src/server/accounts/__snapshots__/parse-file.test.ts.snap (+42 -42)
📝 packages/loot-core/src/server/accounts/sync.ts (+6 -0)
upcoming-release-notes/3748.md (+6 -0)

📄 Description

Makes https://github.com/actualbudget/actual-server/pull/470 actually work.

Testing:

  • using the bank sync, sync
  • if you had 2 or transactions on the same day they should be order on the time the happend

🔄 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/3748 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@UnderKoen](https://github.com/UnderKoen) **Base:** `master` ← **Head:** `fix/server-sort` --- ### 📝 Commits (4) - [`480501f`](https://github.com/actualbudget/actual/commit/480501f58ea309fbe0bcbc0248ba1c0ae8892949) fix: maintain the sort order of the server sync - [`d7e04cc`](https://github.com/actualbudget/actual/commit/d7e04ccca9ac797386204dfd7d8466394031f50f) chore: release note - [`2066065`](https://github.com/actualbudget/actual/commit/20660654240bdb5e499c74f589ab2a27f321ae63) fix: tests - [`c9266cb`](https://github.com/actualbudget/actual/commit/c9266cbebe3de64ea5676d84ca67a61c1185188d) chore: release note ### 📊 Changes **3 files changed** (+54 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/accounts/__snapshots__/parse-file.test.ts.snap` (+42 -42) 📝 `packages/loot-core/src/server/accounts/sync.ts` (+6 -0) ➕ `upcoming-release-notes/3748.md` (+6 -0) </details> ### 📄 Description Makes https://github.com/actualbudget/actual-server/pull/470 actually work. Testing: - using the bank sync, sync - if you had 2 or transactions on the same day they should be order on the time the happend --- <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-26 08:53:36 -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#46855