[PR #4634] [CLOSED] [wip] Add option to shift schedule by x days #5498

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4634
Author: @saahiljaffer
Created: 3/15/2025
Status: Closed

Base: masterHead: allow-shifting-schedule-by-x-days


📝 Commits (3)

📊 Changes

9 files changed (+121 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/select/RecurringSchedulePicker.tsx (+49 -1)
📝 packages/loot-core/src/server/budget/goalsSchedule.ts (+4 -0)
📝 packages/loot-core/src/server/rules/index.ts (+1 -0)
📝 packages/loot-core/src/server/schedules/app.ts (+3 -0)
📝 packages/loot-core/src/shared/schedules.test.ts (+45 -0)
📝 packages/loot-core/src/shared/schedules.ts (+11 -3)
📝 packages/loot-core/src/types/models/schedule.d.ts (+1 -0)
📝 packages/sync-server/src/app.js (+1 -1)
upcoming-release-notes/4634.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/4634 **Author:** [@saahiljaffer](https://github.com/saahiljaffer) **Created:** 3/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `allow-shifting-schedule-by-x-days` --- ### 📝 Commits (3) - [`18a2d59`](https://github.com/actualbudget/actual/commit/18a2d59530cc99934e6fa68bdc4b6b47dbdba477) allow shifting schedule by x days - [`b0cccf7`](https://github.com/actualbudget/actual/commit/b0cccf74bb3af96eedad12d170656db679b28d69) add release notes - [`e05eb8e`](https://github.com/actualbudget/actual/commit/e05eb8e328d9e40077042a3149b97ec877cde56f) fix linting errors ### 📊 Changes **9 files changed** (+121 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/select/RecurringSchedulePicker.tsx` (+49 -1) 📝 `packages/loot-core/src/server/budget/goalsSchedule.ts` (+4 -0) 📝 `packages/loot-core/src/server/rules/index.ts` (+1 -0) 📝 `packages/loot-core/src/server/schedules/app.ts` (+3 -0) 📝 `packages/loot-core/src/shared/schedules.test.ts` (+45 -0) 📝 `packages/loot-core/src/shared/schedules.ts` (+11 -3) 📝 `packages/loot-core/src/types/models/schedule.d.ts` (+1 -0) 📝 `packages/sync-server/src/app.js` (+1 -1) ➕ `upcoming-release-notes/4634.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 21:13:27 -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#5498