[PR #4166] [MERGED] show all occurrences of upcoming schedules within the upcoming period #5229

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

📋 Pull Request Information

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

Base: masterHead: upcoming/all-schedules


📝 Commits (9)

  • e7274a4 load all instances of scheduled transactions that occur within the upcoming period
  • 80c9075 correct status in transaction table
  • fe6b4f6 ts
  • 91d1911 note
  • c823bf5 Merge branch 'master' into upcoming/all-schedules
  • bbb90a8 ci
  • ba15ac8 upcoming -> forceUpcoming
  • 4315448 Merge branch 'master' into upcoming/all-schedules
  • ad142cc remove caveat from upcoming length setting modal

📊 Changes

8 files changed (+140 additions, -80 deletions)

View changed files

📝 packages/desktop-client/src/components/schedules/UpcomingLength.tsx (+0 -5)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+9 -6)
📝 packages/loot-core/src/client/data-hooks/transactions.ts (+62 -11)
📝 packages/loot-core/src/server/budget/goalsSchedule.ts (+5 -5)
📝 packages/loot-core/src/server/schedules/app.test.ts (+1 -1)
📝 packages/loot-core/src/server/schedules/app.ts (+3 -52)
📝 packages/loot-core/src/shared/schedules.ts (+54 -0)
upcoming-release-notes/4166.md (+6 -0)

📄 Description

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


🔄 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/4166 **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/all-schedules` --- ### 📝 Commits (9) - [`e7274a4`](https://github.com/actualbudget/actual/commit/e7274a4f540a91582c44b390afd0710796a06bd6) load all instances of scheduled transactions that occur within the upcoming period - [`80c9075`](https://github.com/actualbudget/actual/commit/80c9075cfe596c05c538ddca60cc0b4465a5d592) correct status in transaction table - [`fe6b4f6`](https://github.com/actualbudget/actual/commit/fe6b4f667c4dfb00f21d69029e69bd339ec673d9) ts - [`91d1911`](https://github.com/actualbudget/actual/commit/91d1911fd30958f6e3fb0aac6cf6b732e30c33e4) note - [`c823bf5`](https://github.com/actualbudget/actual/commit/c823bf54712dd139a54078581582c988bb2258f8) Merge branch 'master' into upcoming/all-schedules - [`bbb90a8`](https://github.com/actualbudget/actual/commit/bbb90a8080a679b6a11c7ab06b2616e2d6ce58ec) ci - [`ba15ac8`](https://github.com/actualbudget/actual/commit/ba15ac8ac0f054114e075468d0325dd10764caed) upcoming -> forceUpcoming - [`4315448`](https://github.com/actualbudget/actual/commit/4315448082871814a1b16c9dc3ab39bf75198081) Merge branch 'master' into upcoming/all-schedules - [`ad142cc`](https://github.com/actualbudget/actual/commit/ad142cce8a8dd612894195c269442c36fe7c2fde) remove caveat from upcoming length setting modal ### 📊 Changes **8 files changed** (+140 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/schedules/UpcomingLength.tsx` (+0 -5) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+9 -6) 📝 `packages/loot-core/src/client/data-hooks/transactions.ts` (+62 -11) 📝 `packages/loot-core/src/server/budget/goalsSchedule.ts` (+5 -5) 📝 `packages/loot-core/src/server/schedules/app.test.ts` (+1 -1) 📝 `packages/loot-core/src/server/schedules/app.ts` (+3 -52) 📝 `packages/loot-core/src/shared/schedules.ts` (+54 -0) ➕ `upcoming-release-notes/4166.md` (+6 -0) </details> ### 📄 Description related to https://github.com/actualbudget/actual/issues/3660 --- <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:08:36 -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#5229