Settings
Application settings contain global settings that are applicable to the entire application. Only a super admin can change these settings.
Global Software
It's possible to enforce that all software is set as global. On defining this setting you must set an organization that the global software will be created in. Then when any software is created it will be set to global and saved to the global organization regardless of the users selected settings.
There is a management command available to manage software globally called software
. This command enables you to set all software within the application as global
and to migrate all global software to the global organization, if set. If the application setting All Software is global
is set as false, any changes to the global status of the software will not move it to the global organization.
-
make all software global
python manage.py software -g [--global]
-
Migrate all software to the global organization
python manage.py software -m [--migrate]
Global Software Categories
Like global software, a super admin can enforce that all softwre categories be set as global and for it to only be created within the global organization.
There is a management command available to manage software globally called software_categories
. This command enables you to set all software categories within the application as global
and to migrate all global software catgeories to the global organization, if set. If the application setting All Software Categories is global
is set as false, any changes to the global status of the software will not move it to the global organization.
-
make all software global
python manage.py software_categories -g [--global]
-
Migrate all software to the global organization
python manage.py software_categories -m [--migrate]
About:
This page forms part of our Project Centurion ERP.
Page Metadata
Version: ToDo: place files short git commit hereDate Created: 2024-05-25
Date Edited: 2024-07-17
Contribution:
Would You like to contribute to our Centurion ERP project? You can assist in the following ways:
- Edit This Page If there is a mistake or a way you can improve it.
- Add a Page to the Manual if you would like to add an item to our manual
- Raise an Issue if there is something about this page you would like to improve, and git is unfamiliar to you.
ToDo: Add the page list of contributors