[PR #2080] [MERGED] Custom Reports date paused #4105

Closed
opened 2026-02-28 20:51:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2080
Author: @carkom
Created: 12/13/2023
Status: Merged
Merged: 12/15/2023
Merged by: @carkom

Base: masterHead: datePaused


📝 Commits (9)

📊 Changes

6 files changed (+112 additions, -66 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/CategorySelector.tsx (+13 -3)
📝 packages/desktop-client/src/components/reports/ReportSidebar.js (+85 -59)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.js (+4 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx (+1 -3)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+3 -1)
upcoming-release-notes/2080.md (+6 -0)

📄 Description

Add live/static choice for date filters.


🔄 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/2080 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/13/2023 **Status:** ✅ Merged **Merged:** 12/15/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `datePaused` --- ### 📝 Commits (9) - [`42faccf`](https://github.com/actualbudget/actual/commit/42faccf1cb65786a3b6b1e76db7b12a120a14ff5) work - [`bf24b1f`](https://github.com/actualbudget/actual/commit/bf24b1fb13c69a61b2d8a55d0fac0fb0066aa48c) Merge remote-tracking branch 'upstream/master' into reportsTableChanges - [`1802d47`](https://github.com/actualbudget/actual/commit/1802d473851fc830ce8eac1b31370dd571138b63) fixes - [`81c116e`](https://github.com/actualbudget/actual/commit/81c116e2b86f981a5fa31733c8fd717c3068c2a0) updates - [`4cff288`](https://github.com/actualbudget/actual/commit/4cff28833ac8a7ee3da7b5374a87010d4229c2c5) update table layout - [`130ad0f`](https://github.com/actualbudget/actual/commit/130ad0f0fad00ddbecd6ce8998495e60b31b56b6) revert changes - [`8179f85`](https://github.com/actualbudget/actual/commit/8179f85b4574153f09453d9675448fc5d1d86b17) notes - [`14472c8`](https://github.com/actualbudget/actual/commit/14472c85bbae720c9b452186416d9a9d65156d6d) updae names and improve flow - [`ac60b9f`](https://github.com/actualbudget/actual/commit/ac60b9f9e17e7bb91d787595ca3c27009ecea59b) Merge branch 'master' into datePaused ### 📊 Changes **6 files changed** (+112 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/CategorySelector.tsx` (+13 -3) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.js` (+85 -59) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.js` (+4 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+3 -1) ➕ `upcoming-release-notes/2080.md` (+6 -0) </details> ### 📄 Description Add live/static choice for date filters. --- <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 20:51:35 -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#4105