mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-16 05:56:38 +01:00
[PR #358] [MERGED] feat(rules): many improvements #380
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/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.