[PR #358] [MERGED] feat(rules): many improvements #380

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

📋 Pull Request Information

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

Base: mainHead: feat/better-rules


📝 Commits (4)

📊 Changes

23 files changed (+1566 additions, -526 deletions)

View changed files

📝 app/apps/api/views/transactions.py (+4 -1)
📝 app/apps/common/functions/decimals.py (+3 -0)
📝 app/apps/currencies/tests.py (+0 -6)
📝 app/apps/rules/forms.py (+132 -2)
app/apps/rules/migrations/0016_transactionrule_sequenced.py (+18 -0)
app/apps/rules/migrations/0017_updateorcreatetransactionruleaction_search_mute_and_more.py (+33 -0)
app/apps/rules/migrations/0018_transactionrule_order.py (+18 -0)
📝 app/apps/rules/models.py (+28 -0)
📝 app/apps/rules/signals.py (+7 -26)
📝 app/apps/rules/tasks.py (+575 -329)
📝 app/apps/rules/urls.py (+15 -0)
📝 app/apps/rules/utils/transactions.py (+30 -0)
📝 app/apps/rules/views.py (+168 -2)
📝 app/apps/transactions/forms.py (+107 -17)
📝 app/apps/transactions/models.py (+62 -7)
📝 app/apps/transactions/views/transactions.py (+14 -6)
📝 app/templates/cotton/transaction/item.html (+157 -112)
📝 app/templates/rules/fragments/list.html (+4 -0)
app/templates/rules/fragments/transaction_rule/dry_run/created.html (+16 -0)
app/templates/rules/fragments/transaction_rule/dry_run/deleted.html (+16 -0)

...and 3 more files

📄 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/358 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 9/7/2025 **Status:** ✅ Merged **Merged:** 9/7/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `feat/better-rules` --- ### 📝 Commits (4) - [`c738f5e`](https://github.com/eitchtee/WYGIWYH/commit/c738f5ee29b3be3fcea336e37cf753ee1d5cbb5e) changes - [`eacafa1`](https://github.com/eitchtee/WYGIWYH/commit/eacafa1def0efc7ccc9138cd3bf11e6aad8f7d3f) changes - [`d724300`](https://github.com/eitchtee/WYGIWYH/commit/d724300513da772527ced43847efa05e2b4c2e26) changes - [`2235bde`](https://github.com/eitchtee/WYGIWYH/commit/2235bdeabb4e01facde4717c201fea9d7d40e631) changes ### 📊 Changes **23 files changed** (+1566 additions, -526 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/api/views/transactions.py` (+4 -1) 📝 `app/apps/common/functions/decimals.py` (+3 -0) 📝 `app/apps/currencies/tests.py` (+0 -6) 📝 `app/apps/rules/forms.py` (+132 -2) ➕ `app/apps/rules/migrations/0016_transactionrule_sequenced.py` (+18 -0) ➕ `app/apps/rules/migrations/0017_updateorcreatetransactionruleaction_search_mute_and_more.py` (+33 -0) ➕ `app/apps/rules/migrations/0018_transactionrule_order.py` (+18 -0) 📝 `app/apps/rules/models.py` (+28 -0) 📝 `app/apps/rules/signals.py` (+7 -26) 📝 `app/apps/rules/tasks.py` (+575 -329) 📝 `app/apps/rules/urls.py` (+15 -0) 📝 `app/apps/rules/utils/transactions.py` (+30 -0) 📝 `app/apps/rules/views.py` (+168 -2) 📝 `app/apps/transactions/forms.py` (+107 -17) 📝 `app/apps/transactions/models.py` (+62 -7) 📝 `app/apps/transactions/views/transactions.py` (+14 -6) 📝 `app/templates/cotton/transaction/item.html` (+157 -112) 📝 `app/templates/rules/fragments/list.html` (+4 -0) ➕ `app/templates/rules/fragments/transaction_rule/dry_run/created.html` (+16 -0) ➕ `app/templates/rules/fragments/transaction_rule/dry_run/deleted.html` (+16 -0) _...and 3 more files_ </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:05 +01:00
adam closed this issue 2025-12-29 00:20:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#380