[PR #2466] [MERGED] Add yearly to custom reports #34510

Closed
opened 2026-04-20 21:39:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2466
Author: @carkom
Created: 3/15/2024
Status: Merged
Merged: 4/2/2024
Merged by: @carkom

Base: masterHead: addYearlyReports


📝 Commits (10+)

📊 Changes

10 files changed (+171 additions, -86 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+31 -10)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+15 -13)
📝 packages/desktop-client/src/components/reports/ReportSummary.tsx (+12 -3)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+6 -26)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+38 -23)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+8 -5)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+4 -5)
📝 packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts (+4 -1)
📝 packages/loot-core/src/shared/months.ts (+47 -0)
upcoming-release-notes/2466.md (+6 -0)

📄 Description

Enable "yearly" interval. Also sets-up groudwork for adding weekly/daily in the near future.


🔄 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/2466 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/15/2024 **Status:** ✅ Merged **Merged:** 4/2/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `addYearlyReports` --- ### 📝 Commits (10+) - [`f61709e`](https://github.com/actualbudget/actual/commit/f61709e17cbb2cd6cd925d5ef82b91661f80cd58) Button changes and time filters - [`8065909`](https://github.com/actualbudget/actual/commit/806590971d3bc173ca852a956aab00adc87bb31a) rename on dashboard - [`4d4062e`](https://github.com/actualbudget/actual/commit/4d4062e9bf0675243d05897163136ae6646670b0) notes - [`eeea9d0`](https://github.com/actualbudget/actual/commit/eeea9d05f609c3f918d8068c4f28cb668f62cd48) fix time filters - [`28599fc`](https://github.com/actualbudget/actual/commit/28599fc35eadc216611fe75f3f79a5d2445619b3) Sort Categories - [`76b77e1`](https://github.com/actualbudget/actual/commit/76b77e1e104cc435a0738f46520051ecd49da128) Page title - [`1162dd1`](https://github.com/actualbudget/actual/commit/1162dd1def0d9f63903c004193cc0a0c688ba1f0) category sort order - [`f8cbfb0`](https://github.com/actualbudget/actual/commit/f8cbfb0c4ba7c6449db72f442db0e032d0af2a13) move button - [`a34caa6`](https://github.com/actualbudget/actual/commit/a34caa6f658127c527ee6b87608b10ea8089fca6) featureflag - [`cf51b01`](https://github.com/actualbudget/actual/commit/cf51b01415655a9cb4c6835b2df1682754fb619c) Highlight report name ### 📊 Changes **10 files changed** (+171 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+31 -10) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+15 -13) 📝 `packages/desktop-client/src/components/reports/ReportSummary.tsx` (+12 -3) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+6 -26) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+38 -23) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+8 -5) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+4 -5) 📝 `packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts` (+4 -1) 📝 `packages/loot-core/src/shared/months.ts` (+47 -0) ➕ `upcoming-release-notes/2466.md` (+6 -0) </details> ### 📄 Description Enable "yearly" interval. Also sets-up groudwork for adding weekly/daily in the near future. --- <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-20 21:39:45 -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#34510