[PR #2222] [MERGED] [Feature] Add ability to create schedules from existing transactions #4187

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2222
Author: @xentara1
Created: 1/13/2024
Status: Merged
Merged: 2/3/2024
Merged by: @MatissJanis

Base: masterHead: master


📝 Commits (10+)

  • 20c105c Create Schedules from existing transactions
  • 0a27c1b Create Schedules from existing transactions
  • 9ca4ff7 Create Schedules from existing transactions
  • 0c16f0e Create Schedules from existing transactions
  • b2905ac Create Schedules from existing transactions
  • 947d0ff Create Schedules from existing transactions
  • 4979a20 Create Schedules from existing transactions
  • 714d887 Create Schedules from existing transactions
  • 85b588d Create Schedules from existing transactions
  • d91c18a Create Schedules from existing transactions

📊 Changes

6 files changed (+83 additions, -15 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+3 -0)
📝 packages/desktop-client/src/components/schedules/ScheduleDetails.jsx (+37 -10)
📝 packages/desktop-client/src/components/schedules/ScheduleLink.tsx (+30 -0)
📝 packages/desktop-client/src/components/transactions/SelectedTransactions.jsx (+2 -0)
📝 packages/desktop-client/src/components/transactions/SimpleTransactionsTable.jsx (+5 -5)
upcoming-release-notes/2222.md (+6 -0)

📄 Description

#2221
Please let me know thoughts, or if you need any additional information


🔄 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/2222 **Author:** [@xentara1](https://github.com/xentara1) **Created:** 1/13/2024 **Status:** ✅ Merged **Merged:** 2/3/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`20c105c`](https://github.com/actualbudget/actual/commit/20c105c45c19e90375edca1453e5974e7fe7de50) Create Schedules from existing transactions - [`0a27c1b`](https://github.com/actualbudget/actual/commit/0a27c1b68b19cbe2a7c816787e23d334157154e9) Create Schedules from existing transactions - [`9ca4ff7`](https://github.com/actualbudget/actual/commit/9ca4ff7ad11ec2d01a8d5c4f52326f22d722671b) Create Schedules from existing transactions - [`0c16f0e`](https://github.com/actualbudget/actual/commit/0c16f0ecb435537010444315a6da2bd19561e40e) Create Schedules from existing transactions - [`b2905ac`](https://github.com/actualbudget/actual/commit/b2905ac13a4b67c5a0ba99f9187818d4562c7975) Create Schedules from existing transactions - [`947d0ff`](https://github.com/actualbudget/actual/commit/947d0ff7f0f009f4f438415e64fb9e7e3d64847f) Create Schedules from existing transactions - [`4979a20`](https://github.com/actualbudget/actual/commit/4979a203c1684db53d0c2818198b8dfef046fad7) Create Schedules from existing transactions - [`714d887`](https://github.com/actualbudget/actual/commit/714d887e20e40c97ffcc17d573d31e3aec4bd2dc) Create Schedules from existing transactions - [`85b588d`](https://github.com/actualbudget/actual/commit/85b588d5cac534ef563a07da53b0c451ac2a1894) Create Schedules from existing transactions - [`d91c18a`](https://github.com/actualbudget/actual/commit/d91c18ac801a31745c0a723b19a93074ba2a7e44) Create Schedules from existing transactions ### 📊 Changes **6 files changed** (+83 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/schedules/ScheduleDetails.jsx` (+37 -10) 📝 `packages/desktop-client/src/components/schedules/ScheduleLink.tsx` (+30 -0) 📝 `packages/desktop-client/src/components/transactions/SelectedTransactions.jsx` (+2 -0) 📝 `packages/desktop-client/src/components/transactions/SimpleTransactionsTable.jsx` (+5 -5) ➕ `upcoming-release-notes/2222.md` (+6 -0) </details> ### 📄 Description #2221 Please let me know thoughts, or if you need any additional information --- <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:52:47 -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#4187