[PR #4188] [MERGED] fix paid schedules showing as upcoming in the account #5248

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

📋 Pull Request Information

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

Base: masterHead: schedules/fix-paid


📝 Commits (2)

  • 436598f paid schedules should not show the instance that has been paid
  • c96b074 note

📊 Changes

3 files changed (+28 additions, -11 deletions)

View changed files

📝 packages/loot-core/src/client/data-hooks/transactions.ts (+15 -11)
📝 packages/loot-core/src/shared/schedules.ts (+7 -0)
upcoming-release-notes/4188.md (+6 -0)

📄 Description

I found an issue where if a schedule posts early the upcoming one will still show even if the schedule is "paid".

This adds the same helper function as https://github.com/actualbudget/actual/pull/4180 whichever is merged first will probably cause a conflict with the other, I'll fix it.


🔄 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/4188 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `schedules/fix-paid` --- ### 📝 Commits (2) - [`436598f`](https://github.com/actualbudget/actual/commit/436598f262e370665fd027751ccdd8c6b030467b) paid schedules should not show the instance that has been paid - [`c96b074`](https://github.com/actualbudget/actual/commit/c96b07429e81e2b1148cf91c64ec872e46c80313) note ### 📊 Changes **3 files changed** (+28 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/data-hooks/transactions.ts` (+15 -11) 📝 `packages/loot-core/src/shared/schedules.ts` (+7 -0) ➕ `upcoming-release-notes/4188.md` (+6 -0) </details> ### 📄 Description I found an issue where if a schedule posts early the upcoming one will still show even if the schedule is "paid". This adds the same helper function as https://github.com/actualbudget/actual/pull/4180 whichever is merged first will probably cause a conflict with the other, I'll fix it. --- <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:09:01 -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#5248