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
main
multi_tenancy
020dd74
79 files changed (+2385 additions, -383 deletions)
📝 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)
app/apps/accounts/admin.py
app/apps/accounts/forms.py
app/apps/accounts/migrations/0009_account_owner_account_shared_with_accountgroup_owner.py
app/apps/accounts/migrations/0010_alter_account_managers_alter_accountgroup_managers_and_more.py
app/apps/accounts/migrations/0011_alter_account_owner_alter_accountgroup_owner.py
app/apps/accounts/migrations/0012_alter_account_managers_alter_accountgroup_managers_and_more.py
app/apps/accounts/migrations/0013_alter_account_visibility_and_more.py
app/apps/accounts/models.py
app/apps/accounts/urls.py
app/apps/accounts/views/account_groups.py
app/apps/accounts/views/accounts.py
app/apps/accounts/views/balance.py
app/apps/api/custom/__init__.py
app/apps/api/custom/pagination.py
app/apps/api/fields/transactions.py
app/apps/api/serializers/transactions.py
app/apps/api/views/accounts.py
app/apps/api/views/transactions.py
app/apps/common/admin.py
app/apps/common/fields/forms/dynamic_select.py
...and 59 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/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.