mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 13:43:28 +01:00
[PR #261] [MERGED] feat: add quick transactions #305
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/261
Author: @eitchtee
Created: 6/20/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @eitchtee
Base:
main← Head:feat/quick-transactions📝 Commits (1)
d3b354efeat: add quick transactions📊 Changes
17 files changed (+644 additions, -4 deletions)
View changed files
📝
app/apps/common/models.py(+12 -0)📝
app/apps/transactions/forms.py(+136 -1)➕
app/apps/transactions/migrations/0043_quicktransaction.py(+45 -0)➕
app/apps/transactions/migrations/0044_alter_quicktransaction_unique_together.py(+19 -0)📝
app/apps/transactions/models.py(+89 -1)📝
app/apps/transactions/urls.py(+35 -0)📝
app/apps/transactions/views/__init__.py(+1 -0)➕
app/apps/transactions/views/quick_transactions.py(+152 -0)➕
app/apps/users/migrations/0021_alter_usersettings_timezone.py(+18 -0)📝
app/templates/cotton/transaction/item.html(+2 -1)📝
app/templates/cotton/ui/transactions_fab.html(+7 -0)📝
app/templates/includes/navbar.html(+3 -1)➕
app/templates/quick_transactions/fragments/add.html(+11 -0)➕
app/templates/quick_transactions/fragments/create_menu.html(+17 -0)➕
app/templates/quick_transactions/fragments/edit.html(+13 -0)➕
app/templates/quick_transactions/fragments/list.html(+59 -0)➕
app/templates/quick_transactions/pages/index.html(+25 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.