mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)
This commit is contained in:
@@ -33,18 +33,22 @@ class modComptabilite extends DolibarrModules
|
||||
|
||||
Function modComptabilite($DB)
|
||||
{
|
||||
$this->nom = "Module comptabilit<69>";
|
||||
$this->numero = 10 ;
|
||||
$this->db = $DB ;
|
||||
$this->depends = array();
|
||||
$this->requiredby = array("modFacture");
|
||||
|
||||
$this->numero = 10 ;
|
||||
|
||||
$this->family = "financial";
|
||||
$this->name = "Comptabilite";
|
||||
$this->description = "Gestion sommaire de comptabilit<69>";
|
||||
$this->const_name = "MAIN_MODULE_COMPTABILITE";
|
||||
$this->const_config = MAIN_MODULE_COMPTABILITE;
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = "compta.php";
|
||||
|
||||
// D<>pendances
|
||||
$this->depends = array();
|
||||
$this->requiredby = array("modFacture");
|
||||
|
||||
$this->const = array();
|
||||
$this->boxes = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user