[PR #2990] [MERGED] Assign schedule to both transactions if schedule is a transfer #4625

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2990
Author: @joel-jeremy
Created: 7/5/2024
Status: Merged
Merged: 7/7/2024
Merged by: @joel-jeremy

Base: masterHead: assign-posted-schedule-to-transfers


📝 Commits (3)

  • 631b6d3 Assign schedule to both transactions if schedule is a transfer
  • 15b6496 Release notes
  • 874e4ac Migration for old scheduled transfer transactions

📊 Changes

7 files changed (+74 additions, -42 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+5 -24)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx (+6 -12)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+5 -5)
packages/loot-core/migrations/1720310586000_link_transfer_schedules.sql (+19 -0)
📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+31 -1)
📝 packages/loot-core/src/server/accounts/transfer.ts (+2 -0)
upcoming-release-notes/2990.md (+6 -0)

📄 Description


🔄 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/2990 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 7/5/2024 **Status:** ✅ Merged **Merged:** 7/7/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `assign-posted-schedule-to-transfers` --- ### 📝 Commits (3) - [`631b6d3`](https://github.com/actualbudget/actual/commit/631b6d302d0a41fc9794d6c728f4709a87746497) Assign schedule to both transactions if schedule is a transfer - [`15b6496`](https://github.com/actualbudget/actual/commit/15b6496162ee1e5f9f0cbc8413d0da6550bf20b9) Release notes - [`874e4ac`](https://github.com/actualbudget/actual/commit/874e4ac031e6bb74e4d839aa7b0d30b0fdb5aee8) Migration for old scheduled transfer transactions ### 📊 Changes **7 files changed** (+74 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+5 -24) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx` (+6 -12) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+5 -5) ➕ `packages/loot-core/migrations/1720310586000_link_transfer_schedules.sql` (+19 -0) 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+31 -1) 📝 `packages/loot-core/src/server/accounts/transfer.ts` (+2 -0) ➕ `upcoming-release-notes/2990.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 --> --- <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:58:42 -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#4625