[PR #202] [MERGED] feat: multi tenancy support #267

Closed
opened 2025-12-29 00:19:29 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: multi_tenancy


📝 Commits (1)

  • 020dd74 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/202 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/8/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `multi_tenancy` --- ### 📝 Commits (1) - [`020dd74`](https://github.com/eitchtee/WYGIWYH/commit/020dd74f80d76e012524c226f58466887e637c44) feat: multi tenancy support ### 📊 Changes **79 files changed** (+2385 additions, -383 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:19:29 +01:00
adam closed this issue 2025-12-29 00:19:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#267