mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
[PR #202] [MERGED] feat: multi tenancy support #267
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/202
Author: @eitchtee
Created: 3/8/2025
Status: ✅ Merged
Merged: 3/8/2025
Merged by: @eitchtee
Base:
main← Head:multi_tenancy📝 Commits (1)
020dd74feat: multi tenancy support📊 Changes
79 files changed (+2385 additions, -383 deletions)
View changed files
📝
app/apps/accounts/admin.py(+10 -2)📝
app/apps/accounts/forms.py(+8 -0)➕
app/apps/accounts/migrations/0009_account_owner_account_shared_with_accountgroup_owner.py(+31 -0)➕
app/apps/accounts/migrations/0010_alter_account_managers_alter_accountgroup_managers_and_more.py(+46 -0)➕
app/apps/accounts/migrations/0011_alter_account_owner_alter_accountgroup_owner.py(+26 -0)➕
app/apps/accounts/migrations/0012_alter_account_managers_alter_accountgroup_managers_and_more.py(+56 -0)➕
app/apps/accounts/migrations/0013_alter_account_visibility_and_more.py(+23 -0)📝
app/apps/accounts/models.py(+15 -4)📝
app/apps/accounts/urls.py(+20 -0)📝
app/apps/accounts/views/account_groups.py(+79 -2)📝
app/apps/accounts/views/accounts.py(+75 -2)📝
app/apps/accounts/views/balance.py(+3 -3)➕
app/apps/api/custom/__init__.py(+0 -0)➕
app/apps/api/custom/pagination.py(+6 -0)📝
app/apps/api/fields/transactions.py(+23 -6)📝
app/apps/api/serializers/transactions.py(+12 -10)📝
app/apps/api/views/accounts.py(+10 -2)📝
app/apps/api/views/transactions.py(+29 -4)➕
app/apps/common/admin.py(+7 -0)📝
app/apps/common/fields/forms/dynamic_select.py(+28 -31)...and 59 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.