mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
[PR #163] [MERGED] feat(dca): link transactions to DCA #226
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/163
Author: @eitchtee
Created: 2/15/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @eitchtee
Base:
main← Head:dca_improvements📝 Commits (4)
9e912b2locale: update locales865618efeat(dca): link transactions to DCA56a73b1Merge remote-tracking branch 'origin/main' into dca_improvements7b5be29locale: update locales📊 Changes
14 files changed (+961 additions, -473 deletions)
View changed files
📝
app/apps/common/fields/forms/dynamic_select.py(+15 -11)📝
app/apps/common/widgets/tom_select.py(+26 -0)📝
app/apps/dca/forms.py(+256 -11)📝
app/apps/dca/views.py(+3 -5)📝
app/apps/monthly_overview/views.py(+2 -0)📝
app/apps/rules/signals.py(+7 -0)📝
app/apps/transactions/models.py(+3 -3)📝
app/apps/transactions/urls.py(+10 -0)📝
app/apps/transactions/views/transactions.py(+60 -2)📝
app/locale/de/LC_MESSAGES/django.po(+165 -129)📝
app/locale/nl/LC_MESSAGES/django.po(+175 -130)📝
app/locale/pt_BR/LC_MESSAGES/django.po(+171 -130)📝
app/templates/cotton/transaction/item.html(+6 -3)📝
frontend/src/application/select.js(+62 -49)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.