Original PR: https://github.com/eitchtee/WYGIWYH/pull/51 Author: @eitchtee Created: 1/20/2025 Status: ✅ Merged Merged: 1/20/2025 Merged by: @eitchtee
Base: main ← Head: 50-date-notation
main
50-date-notation
60fe4c9
21 files changed (+381 additions, -85 deletions)
➕ app/apps/common/templatetags/date.py (+32 -0) 📝 app/apps/common/utils/django.py (+129 -0) 📝 app/apps/common/widgets/datepicker.py (+72 -28) 📝 app/apps/currencies/forms.py (+4 -4) 📝 app/apps/currencies/views/exchange_rates.py (+4 -4) 📝 app/apps/dca/forms.py (+2 -2) 📝 app/apps/dca/views.py (+4 -4) 📝 app/apps/monthly_overview/views.py (+2 -2) 📝 app/apps/transactions/filters.py (+3 -3) 📝 app/apps/transactions/forms.py (+15 -14) 📝 app/apps/transactions/views/installment_plans.py (+6 -4) 📝 app/apps/transactions/views/recurring_transactions.py (+8 -4) 📝 app/apps/transactions/views/transactions.py (+11 -9) 📝 app/apps/users/forms.py (+51 -1) ➕ app/apps/users/migrations/0013_usersettings_date_format_and_more.py (+23 -0) 📝 app/apps/users/models.py (+3 -0) 📝 app/templates/calendar_view/fragments/list_transactions.html (+2 -1) 📝 app/templates/cotton/transaction/item.html (+2 -1) 📝 app/templates/dca/fragments/strategy/details.html (+4 -3) 📝 app/templates/exchange_rates/fragments/table.html (+2 -1)
app/apps/common/templatetags/date.py
app/apps/common/utils/django.py
app/apps/common/widgets/datepicker.py
app/apps/currencies/forms.py
app/apps/currencies/views/exchange_rates.py
app/apps/dca/forms.py
app/apps/dca/views.py
app/apps/monthly_overview/views.py
app/apps/transactions/filters.py
app/apps/transactions/forms.py
app/apps/transactions/views/installment_plans.py
app/apps/transactions/views/recurring_transactions.py
app/apps/transactions/views/transactions.py
app/apps/users/forms.py
app/apps/users/migrations/0013_usersettings_date_format_and_more.py
app/apps/users/models.py
app/templates/calendar_view/fragments/list_transactions.html
app/templates/cotton/transaction/item.html
app/templates/dca/fragments/strategy/details.html
app/templates/exchange_rates/fragments/table.html
...and 1 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/51
Author: @eitchtee
Created: 1/20/2025
Status: ✅ Merged
Merged: 1/20/2025
Merged by: @eitchtee
Base:
main← Head:50-date-notation📝 Commits (1)
60fe4c9feat(app): allow changing date and datetime format as a user setting📊 Changes
21 files changed (+381 additions, -85 deletions)
View changed files
➕
app/apps/common/templatetags/date.py(+32 -0)📝
app/apps/common/utils/django.py(+129 -0)📝
app/apps/common/widgets/datepicker.py(+72 -28)📝
app/apps/currencies/forms.py(+4 -4)📝
app/apps/currencies/views/exchange_rates.py(+4 -4)📝
app/apps/dca/forms.py(+2 -2)📝
app/apps/dca/views.py(+4 -4)📝
app/apps/monthly_overview/views.py(+2 -2)📝
app/apps/transactions/filters.py(+3 -3)📝
app/apps/transactions/forms.py(+15 -14)📝
app/apps/transactions/views/installment_plans.py(+6 -4)📝
app/apps/transactions/views/recurring_transactions.py(+8 -4)📝
app/apps/transactions/views/transactions.py(+11 -9)📝
app/apps/users/forms.py(+51 -1)➕
app/apps/users/migrations/0013_usersettings_date_format_and_more.py(+23 -0)📝
app/apps/users/models.py(+3 -0)📝
app/templates/calendar_view/fragments/list_transactions.html(+2 -1)📝
app/templates/cotton/transaction/item.html(+2 -1)📝
app/templates/dca/fragments/strategy/details.html(+4 -3)📝
app/templates/exchange_rates/fragments/table.html(+2 -1)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.