[PR #5753] [MERGED] feat(reports): extend report end date to the latest transaction date #6095

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5753
Author: @csenel
Created: 9/20/2025
Status: Merged
Merged: 9/21/2025
Merged by: @matt-fidd

Base: masterHead: add-get-latest-transaction


📝 Commits (6)

  • a37d28b add get-latest-transaction function to extend end dates beyond today
  • 1a4c204 add release notes
  • 0a6f2b6 yarn lint
  • 5aaf576 fix dateEnd and lint warnings
  • 5ffbf5b change getFullRange to return all months
  • e47cfce Update upcoming-release-notes/5753.md

📊 Changes

14 files changed (+217 additions, -77 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/Header.tsx (+11 -1)
📝 packages/desktop-client/src/components/reports/ReportSidebar.tsx (+5 -0)
📝 packages/desktop-client/src/components/reports/getLiveRange.ts (+6 -2)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+13 -7)
📝 packages/desktop-client/src/components/reports/reports/Calendar.tsx (+42 -26)
📝 packages/desktop-client/src/components/reports/reports/CashFlow.tsx (+21 -5)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.tsx (+24 -16)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+10 -2)
📝 packages/desktop-client/src/components/reports/reports/GetCardData.tsx (+3 -0)
📝 packages/desktop-client/src/components/reports/reports/NetWorth.tsx (+26 -6)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+11 -6)
📝 packages/desktop-client/src/components/reports/reports/Summary.tsx (+26 -6)
📝 packages/loot-core/src/server/transactions/app.ts (+13 -0)
upcoming-release-notes/5753.md (+6 -0)

📄 Description

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

Adding a get-latest-transaction function to extend end dates in reports beyond today.


🔄 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/5753 **Author:** [@csenel](https://github.com/csenel) **Created:** 9/20/2025 **Status:** ✅ Merged **Merged:** 9/21/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `add-get-latest-transaction` --- ### 📝 Commits (6) - [`a37d28b`](https://github.com/actualbudget/actual/commit/a37d28bb94fbea51113a12595944ee0585ac87ac) add get-latest-transaction function to extend end dates beyond today - [`1a4c204`](https://github.com/actualbudget/actual/commit/1a4c204911ca1c004bdefebe2ebb4ef7210755b1) add release notes - [`0a6f2b6`](https://github.com/actualbudget/actual/commit/0a6f2b6e62b65e64e1c9fb2af71c4a5a485ae378) yarn lint - [`5aaf576`](https://github.com/actualbudget/actual/commit/5aaf57658bc27650e124445738774af64ad1a301) fix dateEnd and lint warnings - [`5ffbf5b`](https://github.com/actualbudget/actual/commit/5ffbf5b88f92b21284c529a7b59fbbf18b8b47f1) change getFullRange to return all months - [`e47cfce`](https://github.com/actualbudget/actual/commit/e47cfce4ce17ba68da02ec20c4b77e5d20ce4765) Update upcoming-release-notes/5753.md ### 📊 Changes **14 files changed** (+217 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/Header.tsx` (+11 -1) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.tsx` (+5 -0) 📝 `packages/desktop-client/src/components/reports/getLiveRange.ts` (+6 -2) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+13 -7) 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+42 -26) 📝 `packages/desktop-client/src/components/reports/reports/CashFlow.tsx` (+21 -5) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.tsx` (+24 -16) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+10 -2) 📝 `packages/desktop-client/src/components/reports/reports/GetCardData.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/reports/reports/NetWorth.tsx` (+26 -6) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+11 -6) 📝 `packages/desktop-client/src/components/reports/reports/Summary.tsx` (+26 -6) 📝 `packages/loot-core/src/server/transactions/app.ts` (+13 -0) ➕ `upcoming-release-notes/5753.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Fixes https://github.com/actualbudget/actual/issues/5310 Adding a `get-latest-transaction` function to extend end dates in reports beyond today. --- <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:23:50 -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#6095