mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
[PR #142] [MERGED] feat(rules): add Update or Create Transaction action #206
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.