New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)

This commit is contained in:
Laurent Destailleur
2004-06-26 17:15:28 +00:00
parent 9c4b3e8ecc
commit e96d86a453
24 changed files with 166 additions and 64 deletions

View File

@@ -34,12 +34,16 @@ class modContrat extends DolibarrModules
{
$this->db = $DB ;
$this->numero = 54 ;
$this->family = "crm";
$this->name = "Contrats";
$this->description = "Gestion des contrats de services";
$this->const_name = "MAIN_MODULE_CONTRAT";
$this->const_config = MAIN_MODULE_CONTRAT;
// D<>pendances
$this->depends = array("modService");
$this->requiredby = array();
$this->const = array();
$this->boxes = array();