[PR #2483] [MERGED] Add daily and weekly to custom reports interval list #18689

Closed
opened 2026-04-14 20:49:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2483
Author: @carkom
Created: 3/21/2024
Status: Merged
Merged: 4/16/2024
Merged by: @carkom

Base: masterHead: addDailyReports


📝 Commits (10+)

📊 Changes

15 files changed (+331 additions, -47 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+4 -8)
📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+94 -9)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+9 -3)
📝 packages/desktop-client/src/components/reports/ReportSummary.tsx (+12 -4)
📝 packages/desktop-client/src/components/reports/disabledList.ts (+22 -0)
📝 packages/desktop-client/src/components/reports/getLiveRange.ts (+9 -3)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+29 -3)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+18 -5)
📝 packages/desktop-client/src/components/reports/reports/GetCardData.tsx (+0 -2)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+27 -3)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+26 -3)
📝 packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts (+8 -2)
📝 packages/loot-core/src/server/aql/compiler.ts (+4 -0)
📝 packages/loot-core/src/shared/months.ts (+63 -2)
upcoming-release-notes/2483.md (+6 -0)

📄 Description

Just a couple tweaks to get weekly working. Most the backend groundwork has already been laid.

Needs to "yearly" PR merged first. Done.

Weekly became more complicated as I implented user prefs to match the begining of the week for the reports


🔄 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/2483 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `addDailyReports` --- ### 📝 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 **15 files changed** (+331 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+4 -8) 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+94 -9) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+9 -3) 📝 `packages/desktop-client/src/components/reports/ReportSummary.tsx` (+12 -4) 📝 `packages/desktop-client/src/components/reports/disabledList.ts` (+22 -0) 📝 `packages/desktop-client/src/components/reports/getLiveRange.ts` (+9 -3) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+29 -3) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+18 -5) 📝 `packages/desktop-client/src/components/reports/reports/GetCardData.tsx` (+0 -2) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+27 -3) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+26 -3) 📝 `packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts` (+8 -2) 📝 `packages/loot-core/src/server/aql/compiler.ts` (+4 -0) 📝 `packages/loot-core/src/shared/months.ts` (+63 -2) ➕ `upcoming-release-notes/2483.md` (+6 -0) </details> ### 📄 Description ~~Just a couple tweaks to get weekly working. Most the backend groundwork has already been laid.~~ ~~Needs to "yearly" PR merged first.~~ Done. Weekly became more complicated as I implented user prefs to match the begining of the week for the reports --- <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-14 20:49:58 -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#18689