[PR #256] [MERGED] feat(net-worth): display consolidated amounts for currencies without transactions #300

Closed
opened 2025-12-29 00:19:40 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/256
Author: @eitchtee
Created: 5/13/2025
Status: Merged
Merged: 5/13/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (3)

  • cfcca54 fix(networth): consolidated color doesn't reflect consolidated amount
  • c5a352c feat(networth): only display consolidated amounts if they're different from the total
  • 1213ffe feat(transactions:calculations): add deep_search param to return consolidated amounts for currencies without transactions / sort results by their final total

📊 Changes

3 files changed (+217 additions, -75 deletions)

View changed files

📝 app/apps/net_worth/views.py (+2 -2)
📝 app/apps/transactions/utils/calculations.py (+213 -71)
📝 app/templates/net_worth/net_worth.html (+2 -2)

📄 Description

#255


🔄 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/eitchtee/WYGIWYH/pull/256 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/13/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`cfcca54`](https://github.com/eitchtee/WYGIWYH/commit/cfcca54aa6d77b8db0ffcbd37a62292e1ad88986) fix(networth): consolidated color doesn't reflect consolidated amount - [`c5a352c`](https://github.com/eitchtee/WYGIWYH/commit/c5a352cf4de67fe2f94f266e0964e851c9443851) feat(networth): only display consolidated amounts if they're different from the total - [`1213ffe`](https://github.com/eitchtee/WYGIWYH/commit/1213ffebeb36e5d9993937e064c30c1d42365f8e) feat(transactions:calculations): add deep_search param to return consolidated amounts for currencies without transactions / sort results by their final total ### 📊 Changes **3 files changed** (+217 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/net_worth/views.py` (+2 -2) 📝 `app/apps/transactions/utils/calculations.py` (+213 -71) 📝 `app/templates/net_worth/net_worth.html` (+2 -2) </details> ### 📄 Description #255 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:19:40 +01:00
adam closed this issue 2025-12-29 00:19:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#300