[PR #3132] [MERGED] Spending Report: Add Last Month #4698

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3132
Author: @carkom
Created: 7/25/2024
Status: Merged
Merged: 7/31/2024
Merged by: @carkom

Base: masterHead: AddLastMonth


📝 Commits (10+)

  • 938e653 AddLastMonth
  • dc24887 notes
  • 88e9630 Add data for last month a year ago
  • 21f428e Merge branch 'master' into AddLastMonth
  • 0cc10d4 Adjustments for save button
  • c38a39e spending card fix
  • 14e2d22 notes
  • c6ce376 Merge remote-tracking branch 'origin/SpendingCardFix' into AddLastMonth
  • 45e8a0d Merge branch 'master' into AddLastMonth
  • b71eda7 fix typecheck

📊 Changes

7 files changed (+178 additions, -38 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx (+21 -8)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+90 -17)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+11 -4)
📝 packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts (+40 -8)
📝 packages/loot-core/src/types/models/reports.d.ts (+9 -1)
📝 packages/loot-core/src/types/prefs.d.ts (+1 -0)
upcoming-release-notes/3132.md (+6 -0)

📄 Description

Adding last month as an option for the primary graph.


🔄 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/3132 **Author:** [@carkom](https://github.com/carkom) **Created:** 7/25/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `AddLastMonth` --- ### 📝 Commits (10+) - [`938e653`](https://github.com/actualbudget/actual/commit/938e653217a6048efd88e8e42fa5c276db4571a4) AddLastMonth - [`dc24887`](https://github.com/actualbudget/actual/commit/dc24887130177d7d308933e5c8e0a51f9a2c1b75) notes - [`88e9630`](https://github.com/actualbudget/actual/commit/88e9630431a0b7280ee24db6216cece77f835e2a) Add data for last month a year ago - [`21f428e`](https://github.com/actualbudget/actual/commit/21f428ec41ccc35955762f629a2711e26152fd1a) Merge branch 'master' into AddLastMonth - [`0cc10d4`](https://github.com/actualbudget/actual/commit/0cc10d4c37e9d6d25d5fed7eb9818f902228d231) Adjustments for save button - [`c38a39e`](https://github.com/actualbudget/actual/commit/c38a39e980165fd2ac6328011a9ce93c25b2dac9) spending card fix - [`14e2d22`](https://github.com/actualbudget/actual/commit/14e2d228999701ccf8c688b963dce6037d9013f6) notes - [`c6ce376`](https://github.com/actualbudget/actual/commit/c6ce376a7c31175bd78a345a26c996d72dfa0244) Merge remote-tracking branch 'origin/SpendingCardFix' into AddLastMonth - [`45e8a0d`](https://github.com/actualbudget/actual/commit/45e8a0da70d2ab8ccf60948d67fb969f45845f99) Merge branch 'master' into AddLastMonth - [`b71eda7`](https://github.com/actualbudget/actual/commit/b71eda7f667b60d2837e4dbb4946b859944d01b2) fix typecheck ### 📊 Changes **7 files changed** (+178 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx` (+21 -8) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+90 -17) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+11 -4) 📝 `packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts` (+40 -8) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+9 -1) 📝 `packages/loot-core/src/types/prefs.d.ts` (+1 -0) ➕ `upcoming-release-notes/3132.md` (+6 -0) </details> ### 📄 Description Adding last month as an option for the primary graph. --- <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:59:51 -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#4698