diff --git a/docs/projects/centurion_erp/user/access/company.md b/docs/projects/centurion_erp/user/access/company.md new file mode 100644 index 00000000..8984a625 --- /dev/null +++ b/docs/projects/centurion_erp/user/access/company.md @@ -0,0 +1,9 @@ +--- +title: Company Entity +description: Centurion ERP Company Entity user documentation +date: 2025-04-04 +template: project.html +about: https://github.com/nofusscomputing/centurion_erp +--- + +The Company model is a sub-model of entity. Its purpose is to be a base model for the different types of companies. With this in mind it is also the single location to fetch any type of company, regardless of its actual model name. diff --git a/docs/projects/centurion_erp/user/access/index.md b/docs/projects/centurion_erp/user/access/index.md index 30be322f..94c2c061 100644 --- a/docs/projects/centurion_erp/user/access/index.md +++ b/docs/projects/centurion_erp/user/access/index.md @@ -13,6 +13,8 @@ The Access module provides the multi-tenancy for this application. Tenancy is or - [Contact / Corporate Directory](./contact.md) +- [Company](./company.md) + - [Tenant](./tenant.md) - [Roles](./role.md) diff --git a/mkdocs.yml b/mkdocs.yml index 332bc0e1..922f130a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -169,6 +169,8 @@ nav: - projects/centurion_erp/user/access/contact.md + - projects/centurion_erp/user/access/company.md + - projects/centurion_erp/user/access/role.md - projects/centurion_erp/user/access/team.md