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: main ← Head: dev
main
dev
467131d
9421544
13 files changed (+1347 additions, -199 deletions)
📝 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)
app/apps/rules/admin.py
app/apps/rules/forms.py
app/apps/rules/migrations/0006_updateorcreatetransactionruleaction.py
app/apps/rules/migrations/0007_alter_updateorcreatetransactionruleaction_options_and_more.py
app/apps/rules/migrations/0008_updateorcreatetransactionruleaction_search_entities_and_more.py
app/apps/rules/migrations/0009_alter_transactionrule_options_and_more.py
app/apps/rules/models.py
app/apps/rules/tasks.py
app/apps/rules/urls.py
app/apps/rules/views.py
app/templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html
app/templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/edit.html
app/templates/rules/fragments/transaction_rule/view.html
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:dev📝 Commits (2)
467131dfeat(rules): add Update or Create Transaction action9421544feat(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.