[PR #687] [CLOSED] Front end #3253

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/687
Author: @carkom
Created: 2/23/2023
Status: Closed

Base: masterHead: front_end


📝 Commits (9)

  • 6acd968 add new file for testing
  • 903e90a new file for testing
  • 88b44ec ⬆️ upgrade yarn to v3.4.1 (latest stable) (#683)
  • 90acb39 add interactive-tools yarn plugin (#684)
  • 3d241f8 Don’t force user to re-enter password after changing it (#675)
  • fbb4cbb Make the “Not logged in” warning a button (#674)
  • bab2b4c Fix error cases in displaying filters/rules (#678)
  • f885edf Added new report and updated some formatting
  • a501599 Merge pull request #6 from actualbudget/master

📊 Changes

7 files changed (+1066 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+1 -1)
📝 packages/desktop-client/src/components/accounts/Filters.js (+2 -2)
📝 packages/desktop-client/src/components/reports/Overview.js (+115 -0)
packages/desktop-client/src/components/reports/ReportFilters.js (+556 -0)
packages/desktop-client/src/components/reports/Spending.js (+211 -0)
packages/desktop-client/src/components/reports/graphs/spending-spreadsheet.js (+179 -0)
📝 packages/desktop-client/src/components/reports/index.js (+2 -0)

📄 Description

I've added a new "Spending" report which is based on the "Cash Flow" report but allows for filters. It makes trending for categories, payees, and accounts easier to see. I've changed some formatting so that "accounts" pages have same background as "reports".

I've also updated the issue raised in #375 .


🔄 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/687 **Author:** [@carkom](https://github.com/carkom) **Created:** 2/23/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `front_end` --- ### 📝 Commits (9) - [`6acd968`](https://github.com/actualbudget/actual/commit/6acd968037d8b631a384956b81c06d3367173dc2) add new file for testing - [`903e90a`](https://github.com/actualbudget/actual/commit/903e90ac2fe27f8824ac26567d23b0bad71894c3) new file for testing - [`88b44ec`](https://github.com/actualbudget/actual/commit/88b44ecad1176149434e00b44fac8d112cd495c2) :arrow_up: upgrade yarn to v3.4.1 (latest stable) (#683) - [`90acb39`](https://github.com/actualbudget/actual/commit/90acb39048819b54acff5e5e1639f84ed9302058) :heavy_plus_sign: add interactive-tools yarn plugin (#684) - [`3d241f8`](https://github.com/actualbudget/actual/commit/3d241f853e88010cf778de77a862e3093eb15cee) Don’t force user to re-enter password after changing it (#675) - [`fbb4cbb`](https://github.com/actualbudget/actual/commit/fbb4cbbe523796eebaf3904cb95dfb89bfd59478) Make the “Not logged in” warning a button (#674) - [`bab2b4c`](https://github.com/actualbudget/actual/commit/bab2b4c39638fe56631f4126e74cf0ecdbf3bae1) Fix error cases in displaying filters/rules (#678) - [`f885edf`](https://github.com/actualbudget/actual/commit/f885edf222666d2d05a19efb5a0e8ed05e1b5f7f) Added new report and updated some formatting - [`a501599`](https://github.com/actualbudget/actual/commit/a50159904076bcaff74cc45958d36f44fe7dd620) Merge pull request #6 from actualbudget/master ### 📊 Changes **7 files changed** (+1066 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Filters.js` (+2 -2) 📝 `packages/desktop-client/src/components/reports/Overview.js` (+115 -0) ➕ `packages/desktop-client/src/components/reports/ReportFilters.js` (+556 -0) ➕ `packages/desktop-client/src/components/reports/Spending.js` (+211 -0) ➕ `packages/desktop-client/src/components/reports/graphs/spending-spreadsheet.js` (+179 -0) 📝 `packages/desktop-client/src/components/reports/index.js` (+2 -0) </details> ### 📄 Description I've added a new "Spending" report which is based on the "Cash Flow" report but allows for filters. It makes trending for categories, payees, and accounts easier to see. I've changed some formatting so that "accounts" pages have same background as "reports". I've also updated the issue raised in #375 . --- <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:38: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#3253