Skip to content
Snippets Groups Projects
Commit c5be4b43 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Renumérotation du module

parent c1e41cbc
Branches
Tags
No related merge requests found
...@@ -54,7 +54,10 @@ class modCommercial extends DolibarrModules ...@@ -54,7 +54,10 @@ class modCommercial extends DolibarrModules
$this->family = "crm"; $this->family = "crm";
$this->name = "Commercial"; $this->name = "Commercial";
$this->description = "Gestion commercial"; $this->description = "Gestion commercial";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_COMMERCIAL"; $this->const_name = "MAIN_MODULE_COMMERCIAL";
$this->const_config = MAIN_MODULE_COMMERCIAL; $this->const_config = MAIN_MODULE_COMMERCIAL;
$this->special = 0; $this->special = 0;
......
...@@ -54,7 +54,10 @@ class modComptabilite extends DolibarrModules ...@@ -54,7 +54,10 @@ class modComptabilite extends DolibarrModules
$this->family = "financial"; $this->family = "financial";
$this->name = "Comptabilite"; $this->name = "Comptabilite";
$this->description = "Gestion sommaire de comptabilité"; $this->description = "Gestion sommaire de comptabilité";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_COMPTABILITE"; $this->const_name = "MAIN_MODULE_COMPTABILITE";
$this->const_config = MAIN_MODULE_COMPTABILITE; $this->const_config = MAIN_MODULE_COMPTABILITE;
......
...@@ -53,7 +53,10 @@ class modDeplacement extends DolibarrModules ...@@ -53,7 +53,10 @@ class modDeplacement extends DolibarrModules
$this->family = "crm"; $this->family = "crm";
$this->name = "Déplacement"; // Si traduction Module75Name non trouvée $this->name = "Déplacement"; // Si traduction Module75Name non trouvée
$this->description = "Gestion des déplacements"; // Si traduction Module75Desc non trouvée $this->description = "Gestion des déplacements"; // Si traduction Module75Desc non trouvée
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_DEPLACEMENT"; $this->const_name = "MAIN_MODULE_DEPLACEMENT";
$this->const_config = MAIN_MODULE_DEPLACEMENT; $this->const_config = MAIN_MODULE_DEPLACEMENT;
$this->special = 0; $this->special = 0;
......
...@@ -55,7 +55,10 @@ class modFacture extends DolibarrModules ...@@ -55,7 +55,10 @@ class modFacture extends DolibarrModules
$this->family = "financial"; $this->family = "financial";
$this->name = "Factures"; $this->name = "Factures";
$this->description = "Gestion des factures"; $this->description = "Gestion des factures";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_FACTURE"; $this->const_name = "MAIN_MODULE_FACTURE";
$this->const_config = MAIN_MODULE_FACTURE; $this->const_config = MAIN_MODULE_FACTURE;
$this->special = 0; $this->special = 0;
......
...@@ -56,7 +56,10 @@ class modFicheinter extends DolibarrModules ...@@ -56,7 +56,10 @@ class modFicheinter extends DolibarrModules
$this->family = "crm"; $this->family = "crm";
$this->name = "Fiche d'intervention"; $this->name = "Fiche d'intervention";
$this->description = "Gestion des fiches d'intervention"; $this->description = "Gestion des fiches d'intervention";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_FICHEINTER"; $this->const_name = "MAIN_MODULE_FICHEINTER";
$this->const_config = MAIN_MODULE_FICHEINTER; $this->const_config = MAIN_MODULE_FICHEINTER;
$this->special = 0; $this->special = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment