[PR #2274] [MERGED] Update and organize reports #4220

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2274
Author: @carkom
Created: 1/22/2024
Status: Merged
Merged: 2/3/2024
Merged by: @carkom

Base: masterHead: updateOrganizeReports


📝 Commits (10+)

📊 Changes

9 files changed (+119 additions, -36 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+8 -6)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+10 -1)
📝 packages/desktop-client/src/components/reports/ReportTopbar.jsx (+11 -2)
📝 packages/desktop-client/src/components/reports/SaveReport.tsx (+2 -1)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+72 -14)
📝 packages/loot-core/src/client/data-hooks/reports.ts (+0 -1)
📝 packages/loot-core/src/server/reports/app.ts (+2 -5)
📝 packages/loot-core/src/types/models/reports.d.ts (+8 -6)
upcoming-release-notes/2274.md (+6 -0)

📄 Description

This is some backend prep work for custom reports saved menu.


🔄 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/2274 **Author:** [@carkom](https://github.com/carkom) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 2/3/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `updateOrganizeReports` --- ### 📝 Commits (10+) - [`afa1c4b`](https://github.com/actualbudget/actual/commit/afa1c4b81d4f773d703fb9ed0f89a45299c5154f) Add schema work - [`27f9138`](https://github.com/actualbudget/actual/commit/27f91383c099a71bb44563d989b929ac37223c53) notes - [`d362e92`](https://github.com/actualbudget/actual/commit/d362e9263d46dd5a91a51e46a3a6f18d606d6ecf) Merge branch 'master' into createReportsSchema - [`41dcc69`](https://github.com/actualbudget/actual/commit/41dcc69d6a96d2a4420d10cfdf4d3b992cf797e6) merge fixes - [`cf364e1`](https://github.com/actualbudget/actual/commit/cf364e137b9ddb5be3124554e5e966c47f139349) Add Reports Save Menu - [`71d3b05`](https://github.com/actualbudget/actual/commit/71d3b0528f2654d68d94289157bcde5e2b177663) Merge remote-tracking branch 'upstream/master' into addSaveReportsMenu - [`71b987d`](https://github.com/actualbudget/actual/commit/71b987d57f0241508c6f55d94385a9a05774e84a) merge fixes - [`4f60551`](https://github.com/actualbudget/actual/commit/4f605511c0bf26c805861badf22cb9b809102e90) updates - [`89579f1`](https://github.com/actualbudget/actual/commit/89579f1efe05e8f70d61ebb5c5fe01965d7ff9b7) notes - [`e961ef6`](https://github.com/actualbudget/actual/commit/e961ef6f3f028580176e5561db1b1b28ec3692d2) Merge branch 'master' into addSaveReportsMenu ### 📊 Changes **9 files changed** (+119 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+8 -6) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+10 -1) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.jsx` (+11 -2) 📝 `packages/desktop-client/src/components/reports/SaveReport.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+72 -14) 📝 `packages/loot-core/src/client/data-hooks/reports.ts` (+0 -1) 📝 `packages/loot-core/src/server/reports/app.ts` (+2 -5) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+8 -6) ➕ `upcoming-release-notes/2274.md` (+6 -0) </details> ### 📄 Description This is some backend prep work for custom reports saved menu. --- <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:53:15 -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#4220