[PR #4168] [MERGED] make one month schedule upcoming length dynamic and add current month option #35426

Closed
opened 2026-04-20 22:25:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4168
Author: @matt-fidd
Created: 1/16/2025
Status: Merged
Merged: 1/16/2025
Merged by: @matt-fidd

Base: masterHead: upcoming/current-month


📝 Commits (6)

  • 8634f67 improve one month upcoming length
  • 43800dc add current month upcoming length option
  • 84d00df note
  • 518c19d Merge branch 'master' into upcoming/current-month
  • 232dc50 Merge branch 'master' into upcoming/current-month
  • b0f308f fix undefined

📊 Changes

6 files changed (+63 additions, -26 deletions)

View changed files

📝 packages/desktop-client/src/components/schedules/UpcomingLength.tsx (+2 -1)
📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+9 -4)
📝 packages/loot-core/src/client/data-hooks/transactions.ts (+7 -5)
📝 packages/loot-core/src/shared/schedules.test.ts (+14 -14)
📝 packages/loot-core/src/shared/schedules.ts (+25 -2)
upcoming-release-notes/4168.md (+6 -0)

📄 Description

https://github.com/actualbudget/actual/issues/3660

  • makes the one month option dynamic
  • adds current month option

🔄 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/4168 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 1/16/2025 **Status:** ✅ Merged **Merged:** 1/16/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `upcoming/current-month` --- ### 📝 Commits (6) - [`8634f67`](https://github.com/actualbudget/actual/commit/8634f67d15ece7f275887d02d2ddd2cb512d2762) improve one month upcoming length - [`43800dc`](https://github.com/actualbudget/actual/commit/43800dcc0aceb05a4e896ad3b3c19e8b79c5cbb7) add current month upcoming length option - [`84d00df`](https://github.com/actualbudget/actual/commit/84d00dfeed2607f8c7c87312be7dc2d0e8d307d8) note - [`518c19d`](https://github.com/actualbudget/actual/commit/518c19d0a90d92b26b9736898e98114a7d95dda6) Merge branch 'master' into upcoming/current-month - [`232dc50`](https://github.com/actualbudget/actual/commit/232dc50ae86fda96a78592be3c14d0423a9a222d) Merge branch 'master' into upcoming/current-month - [`b0f308f`](https://github.com/actualbudget/actual/commit/b0f308f9c93c35d62f42a662a80f671b75996603) fix undefined ### 📊 Changes **6 files changed** (+63 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/schedules/UpcomingLength.tsx` (+2 -1) 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+9 -4) 📝 `packages/loot-core/src/client/data-hooks/transactions.ts` (+7 -5) 📝 `packages/loot-core/src/shared/schedules.test.ts` (+14 -14) 📝 `packages/loot-core/src/shared/schedules.ts` (+25 -2) ➕ `upcoming-release-notes/4168.md` (+6 -0) </details> ### 📄 Description https://github.com/actualbudget/actual/issues/3660 - makes the one month option dynamic - adds current month option --- <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-04-20 22:25:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#35426