mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 13:43:28 +01:00
[PR #179] [MERGED] feat: export and restore #243
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/179
Author: @eitchtee
Created: 2/19/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @eitchtee
Base:
main← Head:export📝 Commits (4)
3080df9feat: export (WIP)069f1b4feat: export (WIP)201cceafeat: export (WIP)c89b07eMerge branch 'main' into export📊 Changes
27 files changed (+857 additions, -1 deletions)
View changed files
📝
app/WYGIWYH/settings.py(+2 -0)📝
app/WYGIWYH/urls.py(+1 -0)➕
app/apps/export_app/__init__.py(+0 -0)➕
app/apps/export_app/admin.py(+3 -0)➕
app/apps/export_app/apps.py(+6 -0)➕
app/apps/export_app/forms.py(+189 -0)➕
app/apps/export_app/migrations/__init__.py(+0 -0)➕
app/apps/export_app/models.py(+3 -0)➕
app/apps/export_app/resources/__init__.py(+0 -0)➕
app/apps/export_app/resources/accounts.py(+26 -0)➕
app/apps/export_app/resources/currencies.py(+47 -0)➕
app/apps/export_app/resources/dca.py(+26 -0)➕
app/apps/export_app/resources/import_app.py(+8 -0)➕
app/apps/export_app/resources/rules.py(+25 -0)➕
app/apps/export_app/resources/transactions.py(+124 -0)➕
app/apps/export_app/tests.py(+3 -0)➕
app/apps/export_app/urls.py(+8 -0)➕
app/apps/export_app/views.py(+284 -0)➕
app/apps/export_app/widgets/__init__.py(+0 -0)➕
app/apps/export_app/widgets/foreign_key.py(+11 -0)...and 7 more files
📄 Description
Closes #48
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.