[PR #1505] [MERGED] Allow schedules to skip weekends #3785

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1505
Author: @pole95
Created: 8/10/2023
Status: Merged
Merged: 8/19/2023
Merged by: @joel-jeremy

Base: masterHead: feature/schedules_skip_weekends


📝 Commits (7)

  • f52d1f2 allow schedules to skip weekends
  • 1c50a76 wording
  • 60f84e5 release note
  • 4984fe0 skip weekend in upcoming dates as well
  • 2efd861 Clean UI
  • 04b482b Move switch to the date selection modal
  • 70dac04 Merge branch 'master' into feature/schedules_skip_weekends

📊 Changes

5 files changed (+113 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/schedules/EditSchedule.js (+3 -2)
📝 packages/desktop-client/src/components/select/RecurringSchedulePicker.js (+72 -0)
📝 packages/loot-core/src/server/accounts/rules.ts (+7 -1)
📝 packages/loot-core/src/server/schedules/app.ts (+25 -1)
upcoming-release-notes/1505.md (+6 -0)

📄 Description

This PR adds a toggle to allow schedules to skip weekends, and define a solution strategy when a schedule next occurs during the weekend.


🔄 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/1505 **Author:** [@pole95](https://github.com/pole95) **Created:** 8/10/2023 **Status:** ✅ Merged **Merged:** 8/19/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `feature/schedules_skip_weekends` --- ### 📝 Commits (7) - [`f52d1f2`](https://github.com/actualbudget/actual/commit/f52d1f2f827bf40f650d17287a0448793bca60fd) allow schedules to skip weekends - [`1c50a76`](https://github.com/actualbudget/actual/commit/1c50a76546eda6741cb7a062334908508e20ba09) wording - [`60f84e5`](https://github.com/actualbudget/actual/commit/60f84e5dfdc24bf71c32c898bd42a1dfefc4ef7c) release note - [`4984fe0`](https://github.com/actualbudget/actual/commit/4984fe0f223d777799354130c93c89b6a9131820) skip weekend in upcoming dates as well - [`2efd861`](https://github.com/actualbudget/actual/commit/2efd8618513ae6b88d01c4b2014990ace307152c) Clean UI - [`04b482b`](https://github.com/actualbudget/actual/commit/04b482b0a94c3231603f5f1e04c0a4f186f76dcf) Move switch to the date selection modal - [`70dac04`](https://github.com/actualbudget/actual/commit/70dac0406f6aeb9e5233e0a99304410e5b85f932) Merge branch 'master' into feature/schedules_skip_weekends ### 📊 Changes **5 files changed** (+113 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/schedules/EditSchedule.js` (+3 -2) 📝 `packages/desktop-client/src/components/select/RecurringSchedulePicker.js` (+72 -0) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+7 -1) 📝 `packages/loot-core/src/server/schedules/app.ts` (+25 -1) ➕ `upcoming-release-notes/1505.md` (+6 -0) </details> ### 📄 Description This PR adds a toggle to allow schedules to skip weekends, and define a solution strategy when a schedule next occurs during the weekend. --- <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:46:44 -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#3785