Original PR: https://github.com/eitchtee/WYGIWYH/pull/70 Author: @eitchtee Created: 1/25/2025 Status: ✅ Merged Merged: 1/25/2025 Merged by: @eitchtee
Base: main ← Head: dev
main
dev
1ef7a78
7 files changed (+183 additions, -3 deletions)
📝 app/apps/transactions/forms.py (+37 -0) 📝 app/apps/transactions/urls.py (+5 -0) 📝 app/apps/transactions/views/transactions.py (+61 -2) ➕ app/templates/transactions/fragments/bulk_edit.html (+17 -0) 📝 app/templates/transactions/widgets/paid_toggle_button.html (+1 -1) ➕ app/templates/transactions/widgets/unselectable_income_expense_toggle_buttons.html (+40 -0) ➕ app/templates/transactions/widgets/unselectable_paid_toggle_button.html (+22 -0)
app/apps/transactions/forms.py
app/apps/transactions/urls.py
app/apps/transactions/views/transactions.py
app/templates/transactions/fragments/bulk_edit.html
app/templates/transactions/widgets/paid_toggle_button.html
app/templates/transactions/widgets/unselectable_income_expense_toggle_buttons.html
app/templates/transactions/widgets/unselectable_paid_toggle_button.html
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/70
Author: @eitchtee
Created: 1/25/2025
Status: ✅ Merged
Merged: 1/25/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (1)
1ef7a78feat: bulk edit selected transactions📊 Changes
7 files changed (+183 additions, -3 deletions)
View changed files
📝
app/apps/transactions/forms.py(+37 -0)📝
app/apps/transactions/urls.py(+5 -0)📝
app/apps/transactions/views/transactions.py(+61 -2)➕
app/templates/transactions/fragments/bulk_edit.html(+17 -0)📝
app/templates/transactions/widgets/paid_toggle_button.html(+1 -1)➕
app/templates/transactions/widgets/unselectable_income_expense_toggle_buttons.html(+40 -0)➕
app/templates/transactions/widgets/unselectable_paid_toggle_button.html(+22 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.