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
main
dca_improvements
9e912b2
865618e
56a73b1
7b5be29
14 files changed (+961 additions, -473 deletions)
📝 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)
app/apps/common/fields/forms/dynamic_select.py
app/apps/common/widgets/tom_select.py
app/apps/dca/forms.py
app/apps/dca/views.py
app/apps/monthly_overview/views.py
app/apps/rules/signals.py
app/apps/transactions/models.py
app/apps/transactions/urls.py
app/apps/transactions/views/transactions.py
app/locale/de/LC_MESSAGES/django.po
app/locale/nl/LC_MESSAGES/django.po
app/locale/pt_BR/LC_MESSAGES/django.po
app/templates/cotton/transaction/item.html
frontend/src/application/select.js
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/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.