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: main ← Head: feat/better-rules
main
feat/better-rules
c738f5e
eacafa1
d724300
2235bde
23 files changed (+1566 additions, -526 deletions)
📝 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)
app/apps/api/views/transactions.py
app/apps/common/functions/decimals.py
app/apps/currencies/tests.py
app/apps/rules/forms.py
app/apps/rules/migrations/0016_transactionrule_sequenced.py
app/apps/rules/migrations/0017_updateorcreatetransactionruleaction_search_mute_and_more.py
app/apps/rules/migrations/0018_transactionrule_order.py
app/apps/rules/models.py
app/apps/rules/signals.py
app/apps/rules/tasks.py
app/apps/rules/urls.py
app/apps/rules/utils/transactions.py
app/apps/rules/views.py
app/apps/transactions/forms.py
app/apps/transactions/models.py
app/apps/transactions/views/transactions.py
app/templates/cotton/transaction/item.html
app/templates/rules/fragments/list.html
app/templates/rules/fragments/transaction_rule/dry_run/created.html
app/templates/rules/fragments/transaction_rule/dry_run/deleted.html
...and 3 more files
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/358
Author: @eitchtee
Created: 9/7/2025
Status: ✅ Merged
Merged: 9/7/2025
Merged by: @eitchtee
Base:
main← Head:feat/better-rules📝 Commits (4)
c738f5echangeseacafa1changesd724300changes2235bdechanges📊 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.