[PR #1603] [CLOSED] Reorder transactions of same date #3843

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1603
Author: @joel-jeremy
Created: 8/29/2023
Status: Closed

Base: masterHead: sortable-transactions


📝 Commits (7)

📊 Changes

10 files changed (+733 additions, -483 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+12 -0)
📝 packages/desktop-client/src/components/table.tsx (+3 -1)
📝 packages/desktop-client/src/components/transactions/TransactionList.jsx (+78 -3)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+517 -455)
📝 packages/loot-core/src/server/accounts/transactions.ts (+31 -8)
📝 packages/loot-core/src/server/db/index.ts (+61 -11)
📝 packages/loot-core/src/server/db/sort.ts (+10 -5)
📝 packages/loot-core/src/server/main.ts (+13 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+2 -0)
upcoming-release-notes/1603.md (+6 -0)

📄 Description

Resolves #1165


🔄 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/1603 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 8/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sortable-transactions` --- ### 📝 Commits (7) - [`378a695`](https://github.com/actualbudget/actual/commit/378a695e864c2c34defc7635012d0b58dcea3d1a) Reorder transactions of same date - [`34a15a9`](https://github.com/actualbudget/actual/commit/34a15a989367f61c326683e3d40a5d0bb83e2539) Release notes - [`d3c38ed`](https://github.com/actualbudget/actual/commit/d3c38ed006d32b604ce6ea9119c019f68c5fba85) Reorderable transactions updates - [`99a02e3`](https://github.com/actualbudget/actual/commit/99a02e36e8461baa617453e45109373919c60b62) Don't set transaction sort_order in client - [`5c8ebff`](https://github.com/actualbudget/actual/commit/5c8ebff6470cb5ea77c5af7e12cee215bdbd99ec) Set child transactions sort_order - [`b8ef690`](https://github.com/actualbudget/actual/commit/b8ef690a8ab5f8ed643dc97508aa1533d39d4d52) Cleanup - [`5f77347`](https://github.com/actualbudget/actual/commit/5f773476d8665755024d7093b06964a350f202fb) drag and drop fixes ### 📊 Changes **10 files changed** (+733 additions, -483 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+12 -0) 📝 `packages/desktop-client/src/components/table.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/transactions/TransactionList.jsx` (+78 -3) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+517 -455) 📝 `packages/loot-core/src/server/accounts/transactions.ts` (+31 -8) 📝 `packages/loot-core/src/server/db/index.ts` (+61 -11) 📝 `packages/loot-core/src/server/db/sort.ts` (+10 -5) 📝 `packages/loot-core/src/server/main.ts` (+13 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+2 -0) ➕ `upcoming-release-notes/1603.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 --> Resolves #1165 --- <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:47:37 -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#3843