[PR #321] [MERGED] feat(accounts): add option for untracking accounts on a per user basis #357

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

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/321
Author: @eitchtee
Created: 8/9/2025
Status: Merged
Merged: 8/9/2025
Merged by: @eitchtee

Base: mainHead: feature/untrack-account


📝 Commits (4)

  • 7f8261b refactor: Style transaction items for untracked accounts
  • 55c4b92 feat(accounts): add option for untracking accounts on a per user basis
  • c6cd525 fix(insights): display untracked accounts on sankey by account
  • 20c6989 fix(insights:emergency-fund): hide untracked accounts

📊 Changes

12 files changed (+141 additions, -36 deletions)

View changed files

app/apps/accounts/migrations/0016_account_untracked_by.py (+20 -0)
📝 app/apps/accounts/models.py (+11 -2)
📝 app/apps/accounts/urls.py (+5 -0)
📝 app/apps/accounts/views/accounts.py (+20 -0)
📝 app/apps/insights/utils/transactions.py (+8 -1)
📝 app/apps/insights/views.py (+10 -5)
📝 app/apps/monthly_overview/views.py (+17 -7)
📝 app/apps/net_worth/views.py (+12 -8)
📝 app/apps/transactions/views/transactions.py (+4 -1)
📝 app/apps/yearly_overview/views.py (+1 -0)
📝 app/templates/accounts/fragments/list.html (+11 -0)
📝 app/templates/cotton/transaction/item.html (+22 -12)

📄 Description

Untracked accounts is a special kind of account which transactions are still displayed, but their totals are hidden from any summary or insight that isn't account specific (e.g. Net worth by account).

Untracked accounts are user specific to better acommodate shared accounts, each user with access to the account must untrack or track it individually.

Accounts are tracked by default.


🔄 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/321 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 8/9/2025 **Status:** ✅ Merged **Merged:** 8/9/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `feature/untrack-account` --- ### 📝 Commits (4) - [`7f8261b`](https://github.com/eitchtee/WYGIWYH/commit/7f8261b9cc111e63d118b7637df906973dbde141) refactor: Style transaction items for untracked accounts - [`55c4b92`](https://github.com/eitchtee/WYGIWYH/commit/55c4b920ee10a2fb108c939b49276264884fbe76) feat(accounts): add option for untracking accounts on a per user basis - [`c6cd525`](https://github.com/eitchtee/WYGIWYH/commit/c6cd525c4958d162bb8b37ffe48d9a2f2530cd83) fix(insights): display untracked accounts on sankey by account - [`20c6989`](https://github.com/eitchtee/WYGIWYH/commit/20c6989ffbfbc4f340c3b83e0830be937fda885a) fix(insights:emergency-fund): hide untracked accounts ### 📊 Changes **12 files changed** (+141 additions, -36 deletions) <details> <summary>View changed files</summary> ➕ `app/apps/accounts/migrations/0016_account_untracked_by.py` (+20 -0) 📝 `app/apps/accounts/models.py` (+11 -2) 📝 `app/apps/accounts/urls.py` (+5 -0) 📝 `app/apps/accounts/views/accounts.py` (+20 -0) 📝 `app/apps/insights/utils/transactions.py` (+8 -1) 📝 `app/apps/insights/views.py` (+10 -5) 📝 `app/apps/monthly_overview/views.py` (+17 -7) 📝 `app/apps/net_worth/views.py` (+12 -8) 📝 `app/apps/transactions/views/transactions.py` (+4 -1) 📝 `app/apps/yearly_overview/views.py` (+1 -0) 📝 `app/templates/accounts/fragments/list.html` (+11 -0) 📝 `app/templates/cotton/transaction/item.html` (+22 -12) </details> ### 📄 Description Untracked accounts is a special kind of account which transactions are still displayed, but their totals are hidden from any summary or insight that isn't account specific (e.g. Net worth by account). Untracked accounts are user specific to better acommodate shared accounts, each user with access to the account must untrack or track it individually. Accounts are tracked by default. --- <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:57 +01:00
adam closed this issue 2025-12-29 00:19:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#357