From 0294f5ed65868fadd9f27a8a9c22ca861418061b Mon Sep 17 00:00:00 2001 From: "jasonpage.tas" Date: Sat, 13 Jul 2024 11:57:34 +0930 Subject: [PATCH 1/3] docs(centurion): replace Django ITSM -> Centurion ERP nofusscomputing/projects/centurion_erp!41 --- .../api/models/access_organization_permission_checking.md | 2 +- .../centurion_erp/development/api/models/core_history_save.md | 2 +- docs/projects/centurion_erp/development/api/models/index.md | 4 ++-- .../centurion_erp/development/api/models/itam_device.md | 2 +- .../centurion_erp/development/api/serializer/index.md | 2 +- .../centurion_erp/development/api/serializer/inventory.md | 2 +- docs/projects/centurion_erp/development/api/tests/index.md | 2 +- .../centurion_erp/development/api/token_authentication.md | 2 +- mkdocs.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/projects/centurion_erp/development/api/models/access_organization_permission_checking.md b/docs/projects/centurion_erp/development/api/models/access_organization_permission_checking.md index 5e44de3b..1b916e48 100644 --- a/docs/projects/centurion_erp/development/api/models/access_organization_permission_checking.md +++ b/docs/projects/centurion_erp/development/api/models/access_organization_permission_checking.md @@ -1,6 +1,6 @@ --- title: Organization Permission Checking -description: No Fuss Computings django ITSM API Documentation for Organization Permission Checking +description: No Fuss Computings Centurion ERP API Documentation for Organization Permission Checking date: 2024-06-17 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp diff --git a/docs/projects/centurion_erp/development/api/models/core_history_save.md b/docs/projects/centurion_erp/development/api/models/core_history_save.md index 37537572..4991323f 100644 --- a/docs/projects/centurion_erp/development/api/models/core_history_save.md +++ b/docs/projects/centurion_erp/development/api/models/core_history_save.md @@ -1,6 +1,6 @@ --- title: History Save -description: No Fuss Computings django ITSM device model +description: No Fuss Computings Centurion ERP device model date: 2024-06-16 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp diff --git a/docs/projects/centurion_erp/development/api/models/index.md b/docs/projects/centurion_erp/development/api/models/index.md index 4712f2d5..2d2cdf0a 100644 --- a/docs/projects/centurion_erp/development/api/models/index.md +++ b/docs/projects/centurion_erp/development/api/models/index.md @@ -1,12 +1,12 @@ --- title: django ITSM Models -description: No Fuss Computings django ITSM device model +description: No Fuss Computings Centurion ERP device model date: 2024-06-16 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp --- -Models within the Django ITSM application: +Models within Centurion ERP: - itam diff --git a/docs/projects/centurion_erp/development/api/models/itam_device.md b/docs/projects/centurion_erp/development/api/models/itam_device.md index ae1c68ff..c2eb47ef 100644 --- a/docs/projects/centurion_erp/development/api/models/itam_device.md +++ b/docs/projects/centurion_erp/development/api/models/itam_device.md @@ -1,6 +1,6 @@ --- title: Device Model -description: No Fuss Computings django ITSM device model +description: No Fuss Computings Centurion ERP device model date: 2024-06-16 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp diff --git a/docs/projects/centurion_erp/development/api/serializer/index.md b/docs/projects/centurion_erp/development/api/serializer/index.md index b2688369..12f42900 100644 --- a/docs/projects/centurion_erp/development/api/serializer/index.md +++ b/docs/projects/centurion_erp/development/api/serializer/index.md @@ -1,6 +1,6 @@ --- title: Serializers -description: No Fuss Computings Django ITSM API Documentation for Serializers +description: No Fuss Computings Centurion ERP API Documentation for Serializers date: 2024-06-19 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp diff --git a/docs/projects/centurion_erp/development/api/serializer/inventory.md b/docs/projects/centurion_erp/development/api/serializer/inventory.md index 122ad36c..7e069cb0 100644 --- a/docs/projects/centurion_erp/development/api/serializer/inventory.md +++ b/docs/projects/centurion_erp/development/api/serializer/inventory.md @@ -1,6 +1,6 @@ --- title: Inventory -description: No Fuss Computings django ITSM Inventory serializer +description: No Fuss Computings Centurion ERP Inventory serializer date: 2024-06-19 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp diff --git a/docs/projects/centurion_erp/development/api/tests/index.md b/docs/projects/centurion_erp/development/api/tests/index.md index bc05eff4..f494dead 100644 --- a/docs/projects/centurion_erp/development/api/tests/index.md +++ b/docs/projects/centurion_erp/development/api/tests/index.md @@ -1,6 +1,6 @@ --- title: Test Cases -description: No Fuss Computings django itsm unit tests +description: No Fuss Computings Centurion ERP unit tests date: 2024-06-15 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp diff --git a/docs/projects/centurion_erp/development/api/token_authentication.md b/docs/projects/centurion_erp/development/api/token_authentication.md index 604b4264..406ecaa8 100644 --- a/docs/projects/centurion_erp/development/api/token_authentication.md +++ b/docs/projects/centurion_erp/development/api/token_authentication.md @@ -1,6 +1,6 @@ --- title: API Token Authentication -description: No Fuss Computings django ITSM API Documentation for API Token Authentication +description: No Fuss Computings Centurion ERP API Documentation for API Token Authentication date: 2024-06-29 template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp diff --git a/mkdocs.yml b/mkdocs.yml index 54a9aadf..f70ff734 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ INHERIT: website-template/mkdocs.yml docs_dir: 'docs' -repo_name: Django Template +repo_name: Centurion ERP repo_url: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app edit_uri: '/-/ide/project/nofusscomputing/infrastructure/configuration-management/django_app/edit/development/-/docs/' From c9190e9a7dd12725df323811816ea603315331e9 Mon Sep 17 00:00:00 2001 From: "jasonpage.tas" Date: Sat, 13 Jul 2024 11:58:15 +0930 Subject: [PATCH 2/3] docs: Update index Slight re-word nofusscomputing/projects/centurion_erp!41 --- docs/projects/centurion_erp/development/index.md | 4 ++-- docs/projects/centurion_erp/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/projects/centurion_erp/development/index.md b/docs/projects/centurion_erp/development/index.md index 8cd8d5bc..2b6b0583 100644 --- a/docs/projects/centurion_erp/development/index.md +++ b/docs/projects/centurion_erp/development/index.md @@ -6,7 +6,7 @@ template: project.html about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp --- -This section of the documentation different items related to the development of this application. The target audience is anyone whom wishes to develop any part of the application. +This section of the documentation contains different items related to the development of this application. The target audience is anyone whom wishes to develop any part of the application. ## Handy links @@ -42,7 +42,7 @@ Icons with text: ### Adding an Application -1. Install the django application with `pip ` +1. Install Centurion ERP application with `pip ` 1. Update `app.settings.py` diff --git a/docs/projects/centurion_erp/index.md b/docs/projects/centurion_erp/index.md index c4122f86..f43d688a 100644 --- a/docs/projects/centurion_erp/index.md +++ b/docs/projects/centurion_erp/index.md @@ -20,7 +20,7 @@ about: https://gitlab.com/nofusscomputing/infrastructure/configuration-managemen -Whilst there exists many ERPs, Centurion ERP is being developed to provide another open source option with a large emphasis on the IT Service Management (ITSM) modules. The goal is to provide a system that is not only an IT Information Library (ITIL), but that of which will connect to other ITSM systems, i.e. AWX for automation orchestration. Other common modules that form part of or are normally found within an ERP system, will be added if they relate specifically to any ITSM workflow. We welcome contributions should you desire a feature that does not yet exist. +Whilst there are many Enterprise Rescource Planning (ERP) applications, Centurion ERP is being developed to provide an open source option with a large emphasis on the IT Service Management (ITSM) modules. The goal is to provide a system that is not only an IT Information Library (ITIL), but that of which will connect to other ITSM systems, i.e. AWX for automation orchestration. Other common modules that form part of or are normally found within an ERP system, will be added if they relate specifically to any ITSM workflow. We welcome contributions should you desire a feature that does not yet exist. ## Features @@ -60,7 +60,7 @@ Specific features for a module can be found on the module's documentation un the ## Development -It's important to us that Centurion ERP remaining stable. To assist with this we do test the Centurion during it's development cycle. Testing reports are available and can be viewed from [Gitlab](https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp) on each Merge Request. You will find a link to the last report conducted as part of that merge request just below the Merge Request's description. +It's important to us that Centurion ERP remaining stable. To assist with this we do test Centurion during it's development cycle. Testing reports are available and can be viewed from [Gitlab](https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp) on each Merge Request. You will find a link to the last report conducted as part of that merge request just below the Merge Request's description. !!! info If you find any test that is less than sufficient, or does not exist; please let us know. If you know a better way of doing the test, even better. We welcome your contribution/feedback. From c41c7ed1f09a7a13ac93043bee4e3f3ce0613245 Mon Sep 17 00:00:00 2001 From: "jasonpage.tas" Date: Sat, 13 Jul 2024 12:04:59 +0930 Subject: [PATCH 3/3] docs: update mkdocs Change Repo name Update URL and URI !41 --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f70ff734..676f8bd5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,8 +3,8 @@ INHERIT: website-template/mkdocs.yml docs_dir: 'docs' repo_name: Centurion ERP -repo_url: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app -edit_uri: '/-/ide/project/nofusscomputing/infrastructure/configuration-management/django_app/edit/development/-/docs/' +repo_url: https://gitlab.com/nofusscomputing/projects/centurion_erp +edit_uri: '/-/ide/project/nofusscomputing/projects/centurion_erp/edit/development/-/docs/' plugins: mkdocstrings: @@ -48,7 +48,7 @@ nav: - projects/index.md - - Django Template: + - Centurion ERP: - projects/centurion_erp/index.md