[PR #282] [MERGED] feat: allow single transactions to be hidden from summaries #322

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

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/282
Author: @eitchtee
Created: 7/19/2025
Status: Merged
Merged: 7/19/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (1)

  • ef5f358 feat: allow single transactions to be hidden from summaries

📊 Changes

11 files changed (+95 additions, -7 deletions)

View changed files

📝 app/apps/insights/utils/transactions.py (+3 -1)
📝 app/apps/insights/views.py (+1 -0)
📝 app/apps/monthly_overview/views.py (+3 -3)
📝 app/apps/transactions/forms.py (+8 -1)
app/apps/transactions/migrations/0045_transaction_mute.py (+18 -0)
app/apps/transactions/migrations/0046_quicktransaction_mute.py (+18 -0)
📝 app/apps/transactions/models.py (+2 -0)
📝 app/apps/transactions/urls.py (+5 -0)
📝 app/apps/transactions/views/transactions.py (+20 -0)
📝 app/apps/yearly_overview/views.py (+2 -2)
📝 app/templates/cotton/transaction/item.html (+15 -0)

📄 Description

No description provided


🔄 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/282 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 7/19/2025 **Status:** ✅ Merged **Merged:** 7/19/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`ef5f358`](https://github.com/eitchtee/WYGIWYH/commit/ef5f3580a0be9c1582d400e7b050b8d6ffe162c6) feat: allow single transactions to be hidden from summaries ### 📊 Changes **11 files changed** (+95 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/insights/utils/transactions.py` (+3 -1) 📝 `app/apps/insights/views.py` (+1 -0) 📝 `app/apps/monthly_overview/views.py` (+3 -3) 📝 `app/apps/transactions/forms.py` (+8 -1) ➕ `app/apps/transactions/migrations/0045_transaction_mute.py` (+18 -0) ➕ `app/apps/transactions/migrations/0046_quicktransaction_mute.py` (+18 -0) 📝 `app/apps/transactions/models.py` (+2 -0) 📝 `app/apps/transactions/urls.py` (+5 -0) 📝 `app/apps/transactions/views/transactions.py` (+20 -0) 📝 `app/apps/yearly_overview/views.py` (+2 -2) 📝 `app/templates/cotton/transaction/item.html` (+15 -0) </details> ### 📄 Description _No description provided_ --- <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:47 +01:00
adam closed this issue 2025-12-29 00:19:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#322