[PR #206] [MERGED] feat(rules): trigger transaction rules on delete #268

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • f6f06f4 feat(rules): trigger transaction rules on delete

📊 Changes

6 files changed (+219 additions, -71 deletions)

View changed files

📝 app/apps/rules/forms.py (+6 -1)
app/apps/rules/migrations/0013_transactionrule_on_delete.py (+18 -0)
📝 app/apps/rules/models.py (+1 -0)
📝 app/apps/rules/signals.py (+40 -0)
📝 app/apps/rules/tasks.py (+125 -66)
📝 app/apps/transactions/models.py (+29 -4)

📄 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/206 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 3/9/2025 **Status:** ✅ Merged **Merged:** 3/9/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`f6f06f4`](https://github.com/eitchtee/WYGIWYH/commit/f6f06f4d659c4cc0d4b519be45ee5f6897114674) feat(rules): trigger transaction rules on delete ### 📊 Changes **6 files changed** (+219 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/rules/forms.py` (+6 -1) ➕ `app/apps/rules/migrations/0013_transactionrule_on_delete.py` (+18 -0) 📝 `app/apps/rules/models.py` (+1 -0) 📝 `app/apps/rules/signals.py` (+40 -0) 📝 `app/apps/rules/tasks.py` (+125 -66) 📝 `app/apps/transactions/models.py` (+29 -4) </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:30 +01:00
adam closed this issue 2025-12-29 00:19:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#268