Skip to content
Snippets Groups Projects
Verified Commit c6cfa708 authored by Damien's avatar Damien
Browse files

FEAT #7710 Recreate services constants

parent 0b696e08
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_users</id> <id>admin_users</id>
<name>_ADMIN_USERS</name> <name>_USERS</name>
<comment>_ADMIN_USERS_DESC</comment> <comment>_ADMIN_USERS_DESC</comment>
<servicepage>/administration/users</servicepage> <servicepage>/administration/users</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_groups</id> <id>admin_groups</id>
<name>_ADMIN_GROUPS</name> <name>_GROUPS</name>
<comment>_ADMIN_GROUPS_DESC</comment> <comment>_ADMIN_GROUPS_DESC</comment>
<servicepage>/administration/groups</servicepage> <servicepage>/administration/groups</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_architecture</id> <id>admin_architecture</id>
<name>_ADMIN_ARCHITECTURE</name> <name>_DOCTYPES</name>
<comment>_ADMIN_ARCHITECTURE_DESC</comment> <comment>_ADMIN_DOCTYPES_DESC</comment>
<servicepage>/administration/doctypes</servicepage> <servicepage>/administration/doctypes</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>classement</category> <category>classement</category>
...@@ -76,8 +76,8 @@ ...@@ -76,8 +76,8 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>view_history</id> <id>view_history</id>
<name>_VIEW_HISTORY</name> <name>_HISTORY</name>
<comment>_VIEW_HISTORY_DESC</comment> <comment>_ADMIN_HISTORY_DESC</comment>
<servicepage>/administration/history</servicepage> <servicepage>/administration/history</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>supervision</category> <category>supervision</category>
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>view_history_batch</id> <id>view_history_batch</id>
<name>_VIEW_HISTORY_BATCH</name> <name>_HISTORY_BATCH</name>
<comment>_VIEW_HISTORY_BATCH_DESC</comment> <comment>_ADMIN_HISTORY_BATCH_DESC</comment>
<servicepage>/administration/historyBatch</servicepage> <servicepage>/administration/historyBatch</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>supervision</category> <category>supervision</category>
...@@ -98,11 +98,10 @@ ...@@ -98,11 +98,10 @@
<enabled>true</enabled> <enabled>true</enabled>
<angular>true</angular> <angular>true</angular>
</SERVICE> </SERVICE>
<!--<SERVICE><id>xml_param_services</id><name>_XML_PARAM_SERVICE</name><comment>_XML_PARAM_SERVICE_DESC</comment><servicepage>index.php?page=xml_param_services&amp;admin=maarch_config_tool</servicepage><servicetype>admin</servicetype><system_service>false</system_service><style>xml_param_services</style><enabled>true</enabled></SERVICE>-->
<SERVICE> <SERVICE>
<id>admin_status</id> <id>admin_status</id>
<name>_ADMIN_STATUS</name> <name>_STATUSES</name>
<comment>_ADMIN_STATUS_DESC</comment> <comment>_ADMIN_STATUSES_DESC</comment>
<servicepage>/administration/statuses</servicepage> <servicepage>/administration/statuses</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>production</category> <category>production</category>
...@@ -113,7 +112,7 @@ ...@@ -113,7 +112,7 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_actions</id> <id>admin_actions</id>
<name>_ADMIN_ACTIONS</name> <name>_ACTIONS</name>
<comment>_ADMIN_ACTIONS_DESC</comment> <comment>_ADMIN_ACTIONS_DESC</comment>
<servicepage>/administration/actions</servicepage> <servicepage>/administration/actions</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
...@@ -176,7 +175,7 @@ ...@@ -176,7 +175,7 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_contacts</id> <id>admin_contacts</id>
<name>_ADMIN_CONTACTS</name> <name>_CONTACTS</name>
<comment>_ADMIN_CONTACTS_DESC</comment> <comment>_ADMIN_CONTACTS_DESC</comment>
<!-- <servicepage>index.php?page=contacts&amp;admin=contacts</servicepage> --> <!-- <servicepage>index.php?page=contacts&amp;admin=contacts</servicepage> -->
<servicepage>index.php?page=admin_contacts&amp;admin=contacts</servicepage> <servicepage>index.php?page=admin_contacts&amp;admin=contacts</servicepage>
...@@ -225,8 +224,8 @@ ...@@ -225,8 +224,8 @@
<SERVICE> <SERVICE>
<id>reopen_mail</id> <id>reopen_mail</id>
<!-- if servicetype = menu, this id must be equal to the id of the menu item --> <!-- if servicetype = menu, this id must be equal to the id of the menu item -->
<name>_REOPEN_MAIL</name> <name>_UPDATE_STATUS_MAIL</name>
<comment>_REOPEN_MAIL_DESC</comment> <comment>_UPDATE_STATUS_MAIL</comment>
<servicepage>/administration/update-status</servicepage> <servicepage>/administration/update-status</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>supervision</category> <category>supervision</category>
...@@ -237,7 +236,7 @@ ...@@ -237,7 +236,7 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_docservers</id> <id>admin_docservers</id>
<name>_ADMIN_DOCSERVERS</name> <name>_DOCSERVERS</name>
<comment>_ADMIN_DOCSERVERS_DESC</comment> <comment>_ADMIN_DOCSERVERS_DESC</comment>
<servicepage>index.php?page=admin_docservers&amp;admin=docservers&amp;mode=list</servicepage> <servicepage>index.php?page=admin_docservers&amp;admin=docservers&amp;mode=list</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
...@@ -377,8 +376,8 @@ ...@@ -377,8 +376,8 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_parameters</id> <id>admin_parameters</id>
<name>_ADMIN_PARAMETERS</name> <name>_PARAMETERS</name>
<comment>_ADMIN_PARAMETERS</comment> <comment>_PARAMETERS</comment>
<servicepage>/administration/parameters</servicepage> <servicepage>/administration/parameters</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>supervision</category> <category>supervision</category>
...@@ -389,8 +388,8 @@ ...@@ -389,8 +388,8 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_priorities</id> <id>admin_priorities</id>
<name>_ADMIN_PRIORITIES</name> <name>_PRIORITIES</name>
<comment>_ADMIN_PRIORITIES</comment> <comment>_PRIORITIES</comment>
<servicepage>/administration/priorities</servicepage> <servicepage>/administration/priorities</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>production</category> <category>production</category>
...@@ -423,7 +422,7 @@ ...@@ -423,7 +422,7 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_update_control</id> <id>admin_update_control</id>
<name>_ADMIN_UPDATE_CONTROL</name> <name>_UPDATE_CONTROL</name>
<comment>_ADMIN_UPDATE_CONTROL_DESC</comment> <comment>_ADMIN_UPDATE_CONTROL_DESC</comment>
<servicepage>index.php?page=update_control&amp;admin=update_control</servicepage> <servicepage>index.php?page=update_control&amp;admin=update_control</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<root> <root>
<SERVICE> <SERVICE>
<id>admin_baskets</id> <id>admin_baskets</id>
<name>_ADMIN_BASKETS</name> <name>_BASKETS</name>
<comment>_ADMIN_BASKETS_DESC</comment> <comment>_ADMIN_BASKETS_DESC</comment>
<servicepage>/administration/baskets</servicepage> <servicepage>/administration/baskets</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_listmodels</id> <id>admin_listmodels</id>
<name>_LISTMODELS</name> <name>_LISTMODELS_WORKFLOW</name>
<comment>_MANAGE_LISTMODELS_DESC</comment> <comment>_MANAGE_LISTMODELS_WORKFLOW_DESC</comment>
<servicepage>/administration/diffusionModels</servicepage> <servicepage>/administration/diffusionModels</servicepage>
<category>organisation</category> <category>organisation</category>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<root> <root>
<SERVICE> <SERVICE>
<id>admin_fileplan</id> <id>admin_fileplan</id>
<name>_ADMIN_MODULE_FILEPLAN</name> <name>_FILEPLANS</name>
<comment>_ADMIN_MODULE_FILEPLAN_DESC</comment> <comment>_ADMIN_FILEPLANS_DESC</comment>
<servicepage>index.php?page=fileplan_admin&amp;module=fileplan&amp;load</servicepage> <servicepage>index.php?page=fileplan_admin&amp;module=fileplan&amp;load</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
<category>classement</category> <category>classement</category>
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</SERVICE> </SERVICE>
<SERVICE> <SERVICE>
<id>admin_foldertypes</id> <id>admin_foldertypes</id>
<name>_ADMIN_FOLDERTYPES</name> <name>_FOLDERTYPES</name>
<comment>_ADMIN_FOLDERTYPES_DESC</comment> <comment>_ADMIN_FOLDERTYPES_DESC</comment>
<servicepage>index.php?page=foldertypes&amp;module=folder</servicepage> <servicepage>index.php?page=foldertypes&amp;module=folder</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<root> <root>
<SERVICE> <SERVICE>
<id>admin_notif</id> <id>admin_notif</id>
<name>_ADMIN_NOTIFICATIONS</name> <name>_NOTIFICATIONS</name>
<comment>_ADMIN_NOTIFICATIONS_DESC</comment> <comment>_ADMIN_NOTIFICATIONS_DESC</comment>
<!--servicepage>index.php?page=admin_notif&amp;module=notifications</servicepage--> <!--servicepage>index.php?page=admin_notif&amp;module=notifications</servicepage-->
<servicepage>administration/notifications</servicepage> <servicepage>administration/notifications</servicepage>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<root> <root>
<SERVICE> <SERVICE>
<id>admin_reports</id> <id>admin_reports</id>
<name>_ADMIN_REPORTS</name> <name>_REPORTS</name>
<comment>_ADMIN_REPORTS_DESC</comment> <comment>_ADMIN_REPORTS_DESC</comment>
<servicepage>/administration/reports</servicepage> <servicepage>/administration/reports</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<root> <root>
<SERVICE> <SERVICE>
<id>admin_tag</id> <id>admin_tag</id>
<name>_ADMIN_TAGS</name> <name>_TAGS</name>
<comment>_ADMIN_TAGS_DESC</comment> <comment>_ADMIN_TAGS_DESC</comment>
<servicepage>index.php?page=manage_tag_list_controller&amp;module=tags</servicepage> <servicepage>index.php?page=manage_tag_list_controller&amp;module=tags</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<root> <root>
<SERVICE> <SERVICE>
<id>admin_templates</id> <id>admin_templates</id>
<name>_ADMIN_TEMPLATES</name> <name>_TEMPLATES</name>
<comment>_ADMIN_TEMPLATES_DESC</comment> <comment>_ADMIN_TEMPLATES_DESC</comment>
<servicepage>index.php?page=templates_management_controler&amp;module=templates</servicepage> <servicepage>index.php?page=templates_management_controler&amp;module=templates</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<root> <root>
<SERVICE> <SERVICE>
<id>admin_thesaurus</id> <id>admin_thesaurus</id>
<name>_ADMIN_THESAURUS</name> <name>_THESAURUS</name>
<comment>_ADMIN_THESAURUS_DESC</comment> <comment>_ADMIN_THESAURUS_DESC</comment>
<servicepage>index.php?page=manage_thesaurus_list_controller&amp;module=thesaurus</servicepage> <servicepage>index.php?page=manage_thesaurus_list_controller&amp;module=thesaurus</servicepage>
<servicetype>admin</servicetype> <servicetype>admin</servicetype>
......
...@@ -15,68 +15,68 @@ ...@@ -15,68 +15,68 @@
require '../vendor/autoload.php'; require '../vendor/autoload.php';
//create session if NO SESSION //create session if NO SESSION
if (empty($_SESSION['user'])) { //if (empty($_SESSION['user'])) {
require_once('../core/class/class_functions.php'); // require_once('../core/class/class_functions.php');
include_once('../core/init.php'); // include_once('../core/init.php');
require_once('core/class/class_portal.php'); // require_once('core/class/class_portal.php');
require_once('core/class/class_db.php'); // require_once('core/class/class_db.php');
require_once('core/class/class_request.php'); // require_once('core/class/class_request.php');
require_once('core/class/class_core_tools.php'); // require_once('core/class/class_core_tools.php');
require_once('core/class/web_service/class_web_service.php'); // require_once('core/class/web_service/class_web_service.php');
require_once('core/services/CoreConfig.php'); // require_once('core/services/CoreConfig.php');
//
//load Maarch session vars // //load Maarch session vars
$portal = new portal(); // $portal = new portal();
$portal->unset_session(); // $portal->unset_session();
$portal->build_config(); // $portal->build_config();
$coreTools = new core_tools(); // $coreTools = new core_tools();
$_SESSION['custom_override_id'] = $coreTools->get_custom_id(); // $_SESSION['custom_override_id'] = $coreTools->get_custom_id();
if (isset($_SESSION['custom_override_id']) // if (isset($_SESSION['custom_override_id'])
&& ! empty($_SESSION['custom_override_id']) // && ! empty($_SESSION['custom_override_id'])
&& isset($_SESSION['config']['corepath']) // && isset($_SESSION['config']['corepath'])
&& ! empty($_SESSION['config']['corepath']) // && ! empty($_SESSION['config']['corepath'])
) { // ) {
$path = $_SESSION['config']['corepath'] . 'custom' . DIRECTORY_SEPARATOR // $path = $_SESSION['config']['corepath'] . 'custom' . DIRECTORY_SEPARATOR
. $_SESSION['custom_override_id'] . DIRECTORY_SEPARATOR; // . $_SESSION['custom_override_id'] . DIRECTORY_SEPARATOR;
set_include_path( // set_include_path(
$path . PATH_SEPARATOR . $_SESSION['config']['corepath'] // $path . PATH_SEPARATOR . $_SESSION['config']['corepath']
. PATH_SEPARATOR . get_include_path() // . PATH_SEPARATOR . get_include_path()
); // );
} elseif (isset($_SESSION['config']['corepath']) // } elseif (isset($_SESSION['config']['corepath'])
&& ! empty($_SESSION['config']['corepath']) // && ! empty($_SESSION['config']['corepath'])
) { // ) {
set_include_path( // set_include_path(
$_SESSION['config']['corepath'] . PATH_SEPARATOR . get_include_path() // $_SESSION['config']['corepath'] . PATH_SEPARATOR . get_include_path()
); // );
} // }
// Load configuration from xml into session // // Load configuration from xml into session
Core_CoreConfig_Service::buildCoreConfig('core' . DIRECTORY_SEPARATOR . 'xml' . DIRECTORY_SEPARATOR . 'config.xml'); // Core_CoreConfig_Service::buildCoreConfig('core' . DIRECTORY_SEPARATOR . 'xml' . DIRECTORY_SEPARATOR . 'config.xml');
$_SESSION['config']['app_id'] = $_SESSION['businessapps'][0]['appid']; // $_SESSION['config']['app_id'] = $_SESSION['businessapps'][0]['appid'];
require_once 'apps/' .$_SESSION['businessapps'][0]['appid']. '/class/class_business_app_tools.php'; // require_once 'apps/' .$_SESSION['businessapps'][0]['appid']. '/class/class_business_app_tools.php';
//
Core_CoreConfig_Service::buildBusinessAppConfig(); // Core_CoreConfig_Service::buildBusinessAppConfig();
//
// Load Modules configuration from xml into session // // Load Modules configuration from xml into session
Core_CoreConfig_Service::loadModulesConfig($_SESSION['modules']); // Core_CoreConfig_Service::loadModulesConfig($_SESSION['modules']);
Core_CoreConfig_Service::loadAppServices(); // Core_CoreConfig_Service::loadAppServices();
Core_CoreConfig_Service::loadModulesServices($_SESSION['modules']); // Core_CoreConfig_Service::loadModulesServices($_SESSION['modules']);
} //}
//
//login management ////login management
if (empty($_SESSION['user'])) { //if (empty($_SESSION['user'])) {
require_once('apps/maarch_entreprise/class/class_login.php'); // require_once('apps/maarch_entreprise/class/class_login.php');
$loginObj = new login(); // $loginObj = new login();
$loginMethods = $loginObj->build_login_method(); // $loginMethods = $loginObj->build_login_method();
require_once('core/services/Session.php'); // require_once('core/services/Session.php');
$oSessionService = new \Core_Session_Service(); // $oSessionService = new \Core_Session_Service();
//
$loginObj->execute_login_script($loginMethods, true); // $loginObj->execute_login_script($loginMethods, true);
} //}
//
if ($_SESSION['error']) { //if ($_SESSION['error']) {
echo $_SESSION['error']; // echo $_SESSION['error'];
exit(); // exit();
} //}
if (strpos(getcwd(), '/rest')) { if (strpos(getcwd(), '/rest')) {
chdir('..'); chdir('..');
......
...@@ -93,3 +93,47 @@ define('_FOLDERS_LIST', 'folders list'); ...@@ -93,3 +93,47 @@ define('_FOLDERS_LIST', 'folders list');
define('_DOCTYPE_UPDATED', 'Document type updated'); define('_DOCTYPE_UPDATED', 'Document type updated');
define('_DOCTYPE_ADDED', 'Document type added'); define('_DOCTYPE_ADDED', 'Document type added');
define('_DOCTYPE_DELETED', 'Document type deleted'); define('_DOCTYPE_DELETED', 'Document type deleted');
define('_USERS', 'Users');
define('_ADMIN_USERS_DESC', 'Add, suspend or modify users profiles. Place the users in their affiliation groups and define their primary group.');
define('_GROUPS', 'users groups');
define('_ADMIN_GROUPS_DESC', "Ajouter, suspendre, ou modifier des groupes d'utilisateurs. Attribuer des privilèges ou des autorisations d'accès aux ressources.");
define('_ENTITIES', 'Entities');
define('_MANAGE_ENTITIES_DESC', 'Manage your organization (poles,services, etc.). Also diffusion models and visa circuit linked to services.');
define('_LISTMODELS_WORKFLOW', 'Workflow models');
define('_MANAGE_LISTMODELS_DESC', 'Manage avis and visa circuit models, which can be used in document.');
define('_DOCTYPES', 'File plan');
define('_ADMIN_DOCTYPES_DESC', 'Define the intern layout of a file (file/ sub-file/ document type). For each, define the index list to enter, and their mandatory character for the file completeness.');
define("_FILEPLANS", "organizational file plan");
define("_ADMIN_FILEPLANS_DESC", "organizational file plan management (Allows to manage specific file plans to an entity).");
define("_FOLDERTYPES", "Types of folders");
define("_ADMIN_FOLDERTYPES_DESC", "Administrate folder's types. For each type, define the linked qualifiers and the mandatory folder's types for the folder completeness.");
define("_TAGS", "Tags");
define("_ADMIN_TAGS_DESC", "Allows to modify, erase, add or merge tags");
define("_THESAURUS", "Thesaurus (keywords)");
define("_ADMIN_THESAURUS_DESC", "The thesaurus is a linguistic tool which allows to connect users' natural language and the language contained in the resources.");
define('_HISTORY', 'History');
define('_ADMIN_HISTORY_DESC', 'Read batch history');
define('_HISTORY_BATCH', 'Batch history');
define('_ADMIN_HISTORY_BATCH_DESC', 'Read the events history linked to the utilisation of Maarch.');
define('_UPDATE_STATUS_MAIL', 'Document status modification');
define('_DOCSERVERS', 'Storage zones');
define('_ADMIN_DOCSERVERS_DESC', 'Add, suspend or modify storage zones. Put the storage zones by kind of affiliations and define their primary group.');
define('_PARAMETERS', 'Parameters');
define('_UPDATE_CONTROL', 'Verify update');
define('_ADMIN_UPDATE_CONTROL_DESC', 'Check new tags of Maarch Courrier and update application in latest tag.');
define('_REPORTS', 'Statistiques');
define('_ADMIN_REPORTS_DESC', 'States and editions administration');
define('_STATUSES', 'Statuses');
define('_ADMIN_STATUSES_DESC', 'Create or modify status.');
define('_ACTIONS', 'Actions');
define('_ADMIN_ACTIONS_DESC', 'Create or modify actions.');
define('_CONTACTS', 'Contacts');
define('_ADMIN_CONTACTS_DESC', 'Administration of contacts');
define('_PRIORITIES', 'Priorities');
define('_BASKETS', 'Baskets');
define('_ADMIN_BASKETS_DESC', "Define the baskets content and associate them to users groups.");
define('_NOTIFICATIONS', 'Notifications');
define('_ADMIN_NOTIFICATIONS_DESC', " Create and manage users' notifications based on application events");
define('_TEMPLATES', 'Templates');
define('_ADMIN_TEMPLATES_DESC', 'Manage templates for attachments, notifications, document generation, sendmail and notes');
...@@ -93,3 +93,47 @@ define('_FOLDERS_LIST', 'Liste de dossiers'); ...@@ -93,3 +93,47 @@ define('_FOLDERS_LIST', 'Liste de dossiers');
define('_DOCTYPE_UPDATED', 'Type de document modifié'); define('_DOCTYPE_UPDATED', 'Type de document modifié');
define('_DOCTYPE_ADDED', 'Type de document ajouté'); define('_DOCTYPE_ADDED', 'Type de document ajouté');
define('_DOCTYPE_DELETED', 'Type de document supprimé'); define('_DOCTYPE_DELETED', 'Type de document supprimé');
define('_USERS', 'Utilisateurs');
define('_ADMIN_USERS_DESC', "Ajouter, suspendre, ou modifier des profils utilisateurs. Placer les utilisateurs dans leurs groupes d'appartenance et définir leur groupe primaire.");
define('_GROUPS', 'Groupes d\'utilisateurs');
define('_ADMIN_GROUPS_DESC', "Ajouter, suspendre, ou modifier des groupes d'utilisateurs. Attribuer des privilèges ou des autorisations d'accès aux ressources.");
define('_ENTITIES', 'Entités');
define('_MANAGE_ENTITIES_DESC', 'Gérer la structure de votre organisation (pôles, services et bureaux). Ainsi que les modèles de diffusion et circuits de visa associés aux entités.');
define('_LISTMODELS_WORKFLOW', 'Modèles de circuit');
define('_MANAGE_LISTMODELS_WORKFLOW_DESC', "Gérer les modèles de circuits d'avis et de visa pouvant être utilisés dans un courrier.");
define('_DOCTYPES', 'Typologies documentaires');
define('_ADMIN_DOCTYPES_DESC', "Définir la structure interne d'un dossier (chemise / sous-chemise / type de document). Définir pour chaque pièce la liste des index à saisir, et leur caractère obligatoire pour la complétude du dossier.");
define('_FILEPLANS', 'Plans de classement organisationnel');
define("_ADMIN_FILEPLANS_DESC", "Gestions du plan de classement organisationnel (Permet de gérer des plans spécifiques à une entité).");
define("_FOLDERTYPES", "Types de dossier");
define("_ADMIN_FOLDERTYPES_DESC", "Administrer les types de dossier. Définir pour chaque type les qualificateurs liés et les types de documents obligatoires pour la complétude du dossier.");
define('_TAGS', 'Mots-clés');
define("_ADMIN_TAGS_DESC", "Permet de modifier, supprimer, ajouter ou fusionner des mots-clés depuis l'interface d'administration");
define("_THESAURUS", "Thesaurus (Mots-clés)");
define("_ADMIN_THESAURUS_DESC", "Le thésaurus est un outil linguistique qui permet de mettre en relation le langage naturel des utilisateurs et celui contenu dans les ressources.");
define('_HISTORY', 'Historique');
define('_ADMIN_HISTORY_DESC', "Consulter l'historique des événements relatifs à l'utilisation de Maarch Courrier.");
define('_HISTORY_BATCH', 'Historique des batchs');
define('_ADMIN_HISTORY_BATCH_DESC', "Consulter l'historique des batchs");
define('_UPDATE_STATUS_MAIL', 'Changement de statut de courrier');
define('_DOCSERVERS', 'Zones de stockage');
define('_ADMIN_DOCSERVERS_DESC', "Ajouter, suspendre, ou modifier des zones de stockage. Placer les zones de stockages par type d'appartenance et définir leur groupe primaire.");
define('_PARAMETERS', 'Paramètres');
define('_UPDATE_CONTROL', 'Vérification de mise à jour');
define('_ADMIN_UPDATE_CONTROL_DESC', 'Voir les nouveaux tags de Maarch Courrier et mettre à jour l\'application au dernier tag si besoin.');
define('_REPORTS', 'Statistiques');
define('_ADMIN_REPORTS_DESC', 'Administration des statistiques');
define('_STATUSES', 'Statuts');
define('_ADMIN_STATUSES_DESC', 'Créer ou modifier des statuts.');
define('_ACTIONS', 'Actions');
define('_ADMIN_ACTIONS_DESC', 'Créer ou modifier des actions.');
define('_CONTACTS', 'Contacts');
define('_ADMIN_CONTACTS_DESC', 'Administration des contacts');
define('_PRIORITIES', 'Priorités');
define('_BASKETS', 'Bannettes');
define('_ADMIN_BASKETS_DESC', "Définir le contenu des bannettes et les affecter à des groupes d'utilisateurs. Enumérer les redirections possibles lors de l'utilisation de la bannette par un groupe donné. Attribuer un format d'affichage de la bannette par ce groupe.");
define('_NOTIFICATIONS', 'Notifications');
define('_ADMIN_NOTIFICATIONS_DESC', "Créer et gérer des notifications aux utilisateurs basées sur des événements de l'application");
define('_TEMPLATES', 'Modèles de documents');
define('_ADMIN_TEMPLATES_DESC', "Gérer les modèles utilisés pour les pièces jointes, les notifications, la génération de courriers, l'envoi de courriels et les notes");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment