[PR #5981] [MERGED] fix report date dropdowns not including current period #40682

Closed
opened 2026-04-23 13:30:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5981
Author: @matt-fidd
Created: 10/22/2025
Status: Merged
Merged: 10/22/2025
Merged by: @matt-fidd

Base: masterHead: reports-date-empty-month


📝 Commits (2)

  • 1cc494b fix report date dropdowns not including current period
  • dbff058 note

📊 Changes

7 files changed (+53 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/Calendar.tsx (+6 -1)
📝 packages/desktop-client/src/components/reports/reports/CashFlow.tsx (+9 -3)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.tsx (+14 -2)
📝 packages/desktop-client/src/components/reports/reports/NetWorth.tsx (+6 -1)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+6 -1)
📝 packages/desktop-client/src/components/reports/reports/Summary.tsx (+6 -1)
upcoming-release-notes/5981.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/5890

Test budget:
2025-10-22-Test Budget.zip

Test instructions:

  • Upload test budget above to https://edge.actualbudget.com
  • Observe that reports do not allow "October 2025" to be selected
  • Upload test budget to deploy
  • Observe that the October 2025 option appears in the date dropdowns

🔄 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/5981 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `reports-date-empty-month` --- ### 📝 Commits (2) - [`1cc494b`](https://github.com/actualbudget/actual/commit/1cc494bad1b2e572d5c522a5307a8a1df418b28f) fix report date dropdowns not including current period - [`dbff058`](https://github.com/actualbudget/actual/commit/dbff058455946762af1fbc6e57c5f87ed7da64a4) note ### 📊 Changes **7 files changed** (+53 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/reports/reports/CashFlow.tsx` (+9 -3) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.tsx` (+14 -2) 📝 `packages/desktop-client/src/components/reports/reports/NetWorth.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/reports/reports/Summary.tsx` (+6 -1) ➕ `upcoming-release-notes/5981.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/5890 Test budget: [2025-10-22-Test Budget.zip](https://github.com/user-attachments/files/23044812/2025-10-22-Test.Budget.zip) Test instructions: - Upload test budget above to https://edge.actualbudget.com - Observe that reports do not allow "October 2025" to be selected - Upload test budget to deploy - Observe that the October 2025 option appears in the date dropdowns --- <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-23 13:30:32 -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#40682