[PR #142] [MERGED] feat(rules): add Update or Create Transaction action #206

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (2)

  • 467131d feat(rules): add Update or Create Transaction action
  • 9421544 feat(rules): add Update or Create Transaction action

📊 Changes

13 files changed (+1347 additions, -199 deletions)

View changed files

📝 app/apps/rules/admin.py (+7 -2)
📝 app/apps/rules/forms.py (+256 -4)
app/apps/rules/migrations/0006_updateorcreatetransactionruleaction.py (+60 -0)
app/apps/rules/migrations/0007_alter_updateorcreatetransactionruleaction_options_and_more.py (+22 -0)
app/apps/rules/migrations/0008_updateorcreatetransactionruleaction_search_entities_and_more.py (+33 -0)
app/apps/rules/migrations/0009_alter_transactionrule_options_and_more.py (+25 -0)
📝 app/apps/rules/models.py (+376 -0)
📝 app/apps/rules/tasks.py (+315 -116)
📝 app/apps/rules/urls.py (+18 -3)
📝 app/apps/rules/views.py (+102 -4)
app/templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html (+11 -0)
app/templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/edit.html (+11 -0)
📝 app/templates/rules/fragments/transaction_rule/view.html (+111 -70)

📄 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/142 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/8/2025 **Status:** ✅ Merged **Merged:** 2/8/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`467131d`](https://github.com/eitchtee/WYGIWYH/commit/467131d9f1075b2c3938e7b5e14ff8a9e7be934a) feat(rules): add Update or Create Transaction action - [`9421544`](https://github.com/eitchtee/WYGIWYH/commit/942154480ed335d2f26b352ff98f79a3acea3c23) feat(rules): add Update or Create Transaction action ### 📊 Changes **13 files changed** (+1347 additions, -199 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/rules/admin.py` (+7 -2) 📝 `app/apps/rules/forms.py` (+256 -4) ➕ `app/apps/rules/migrations/0006_updateorcreatetransactionruleaction.py` (+60 -0) ➕ `app/apps/rules/migrations/0007_alter_updateorcreatetransactionruleaction_options_and_more.py` (+22 -0) ➕ `app/apps/rules/migrations/0008_updateorcreatetransactionruleaction_search_entities_and_more.py` (+33 -0) ➕ `app/apps/rules/migrations/0009_alter_transactionrule_options_and_more.py` (+25 -0) 📝 `app/apps/rules/models.py` (+376 -0) 📝 `app/apps/rules/tasks.py` (+315 -116) 📝 `app/apps/rules/urls.py` (+18 -3) 📝 `app/apps/rules/views.py` (+102 -4) ➕ `app/templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html` (+11 -0) ➕ `app/templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/edit.html` (+11 -0) 📝 `app/templates/rules/fragments/transaction_rule/view.html` (+111 -70) </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:18:52 +01:00
adam closed this issue 2025-12-29 00:18:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#206