[PR #352] [MERGED] feat(currencies): allow archiving #373

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • 1abe9e9 feat(currencies): allow archiving

📊 Changes

7 files changed (+50 additions, -0 deletions)

View changed files

📝 app/apps/accounts/forms.py (+20 -0)
📝 app/apps/currencies/forms.py (+2 -0)
app/apps/currencies/migrations/0022_currency_is_archived.py (+18 -0)
📝 app/apps/currencies/models.py (+5 -0)
📝 app/apps/insights/utils/transactions.py (+2 -0)
📝 app/apps/net_worth/utils/calculate_net_worth.py (+1 -0)
📝 app/templates/currencies/fragments/list.html (+2 -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/352 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`1abe9e9`](https://github.com/eitchtee/WYGIWYH/commit/1abe9e9f62b3ceb719c529945df4bc5c97a5cf10) feat(currencies): allow archiving ### 📊 Changes **7 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/accounts/forms.py` (+20 -0) 📝 `app/apps/currencies/forms.py` (+2 -0) ➕ `app/apps/currencies/migrations/0022_currency_is_archived.py` (+18 -0) 📝 `app/apps/currencies/models.py` (+5 -0) 📝 `app/apps/insights/utils/transactions.py` (+2 -0) 📝 `app/apps/net_worth/utils/calculate_net_worth.py` (+1 -0) 📝 `app/templates/currencies/fragments/list.html` (+2 -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:20:02 +01:00
adam closed this issue 2025-12-29 00:20:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#373