Renumrotation du module

This commit is contained in:
Rodolphe Quiedeville 2005-07-24 14:18:56 +00:00
parent c1e41cbc4a
commit c5be4b43bc
5 changed files with 20 additions and 5 deletions

View File

@ -54,7 +54,10 @@ class modCommercial extends DolibarrModules
$this->family = "crm";
$this->name = "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_config = MAIN_MODULE_COMMERCIAL;
$this->special = 0;

View File

@ -54,7 +54,10 @@ class modComptabilite extends DolibarrModules
$this->family = "financial";
$this->name = "Comptabilite";
$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_config = MAIN_MODULE_COMPTABILITE;

View File

@ -53,7 +53,10 @@ class modDeplacement extends DolibarrModules
$this->family = "crm";
$this->name = "Déplacement"; // Si traduction Module75Name 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_config = MAIN_MODULE_DEPLACEMENT;
$this->special = 0;

View File

@ -55,7 +55,10 @@ class modFacture extends DolibarrModules
$this->family = "financial";
$this->name = "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_config = MAIN_MODULE_FACTURE;
$this->special = 0;

View File

@ -56,7 +56,10 @@ class modFicheinter extends DolibarrModules
$this->family = "crm";
$this->name = "Fiche 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_config = MAIN_MODULE_FICHEINTER;
$this->special = 0;