[PR #163] [MERGED] feat(dca): link transactions to DCA #226

Closed
opened 2025-12-29 00:19:05 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: dca_improvements


📝 Commits (4)

  • 9e912b2 locale: update locales
  • 865618e feat(dca): link transactions to DCA
  • 56a73b1 Merge remote-tracking branch 'origin/main' into dca_improvements
  • 7b5be29 locale: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/163 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dca_improvements` --- ### 📝 Commits (4) - [`9e912b2`](https://github.com/eitchtee/WYGIWYH/commit/9e912b27362916969cec9e4aa494e9581defc641) locale: update locales - [`865618e`](https://github.com/eitchtee/WYGIWYH/commit/865618e0541ffb7b39e6911a07e080d7fca3d8b6) feat(dca): link transactions to DCA - [`56a73b1`](https://github.com/eitchtee/WYGIWYH/commit/56a73b181a998b3db4fd377ab538587fcd7306d0) Merge remote-tracking branch 'origin/main' into dca_improvements - [`7b5be29`](https://github.com/eitchtee/WYGIWYH/commit/7b5be29f0d4d1c072565127109e31398390a7da4) locale: update locales ### 📊 Changes **14 files changed** (+961 additions, -473 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:19:05 +01:00
adam closed this issue 2025-12-29 00:19:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#226