Docs : update and complete
This commit is contained in:
parent
291f149a9b
commit
12d4880e7b
@ -66,7 +66,7 @@ class modAccounting extends DolibarrModules
|
|||||||
$this->depends = array("modFacture","modBanque","modTax"); // List of modules id that must be enabled if this module is enabled
|
$this->depends = array("modFacture","modBanque","modTax"); // List of modules id that must be enabled if this module is enabled
|
||||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
||||||
$this->conflictwith = array("modComptabilite"); // List of modules are in conflict with this module
|
$this->conflictwith = array("modComptabilite"); // List of modules are in conflict with this module
|
||||||
$this->phpmin = array(5, 3); // Minimum version of PHP required by module
|
$this->phpmin = array(5, 4); // Minimum version of PHP required by module
|
||||||
$this->need_dolibarr_version = array(3, 9); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(3, 9); // Minimum version of Dolibarr required by module
|
||||||
$this->langfiles = array("accountancy","compta");
|
$this->langfiles = array("accountancy","compta");
|
||||||
|
|
||||||
|
|||||||
@ -62,17 +62,17 @@ class modAdherent extends DolibarrModules
|
|||||||
$this->dirs = array("/adherent/temp");
|
$this->dirs = array("/adherent/temp");
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
//-------------
|
|
||||||
$this->config_page_url = array("adherent.php@adherents");
|
$this->config_page_url = array("adherent.php@adherents");
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
//------------
|
$this->hidden = false; // A condition to hide module
|
||||||
$this->depends = array();
|
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||||
$this->requiredby = array('modMailmanSpip');
|
$this->requiredby = array(); // List of module ids to disable if this one is disabled
|
||||||
|
$this->conflictwith = array('modMailmanSpip'); // List of module class names as string this module is in conflict with
|
||||||
$this->langfiles = array("members","companies");
|
$this->langfiles = array("members","companies");
|
||||||
|
$this->phpmin = array(5,4); // Minimum version of PHP required by module
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
//-----------
|
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
$r=0;
|
$r=0;
|
||||||
|
|
||||||
|
|||||||
@ -65,14 +65,15 @@ class modAgenda extends DolibarrModules
|
|||||||
$this->dirs = array("/agenda/temp");
|
$this->dirs = array("/agenda/temp");
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
//-------------
|
|
||||||
$this->config_page_url = array("agenda_other.php");
|
$this->config_page_url = array("agenda_other.php");
|
||||||
|
|
||||||
// Dependancies
|
// Dependencies
|
||||||
//-------------
|
$this->hidden = false; // A condition to hide module
|
||||||
$this->depends = array();
|
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||||
$this->requiredby = array();
|
$this->requiredby = array(); // List of module ids to disable if this one is disabled
|
||||||
|
$this->conflictwith = array(); // List of module class names as string this module is in conflict with
|
||||||
$this->langfiles = array("companies");
|
$this->langfiles = array("companies");
|
||||||
|
$this->phpmin = array(5,4); // Minimum version of PHP required by module
|
||||||
|
|
||||||
// Module parts
|
// Module parts
|
||||||
$this->module_parts = array();
|
$this->module_parts = array();
|
||||||
|
|||||||
@ -82,7 +82,7 @@ class modApi extends DolibarrModules
|
|||||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
||||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
||||||
$this->conflictwith = array(); // List of modules id this module is in conflict with
|
$this->conflictwith = array(); // List of modules id this module is in conflict with
|
||||||
$this->phpmin = array(5,3); // Minimum version of PHP required by module
|
$this->phpmin = array(5,4); // Minimum version of PHP required by module
|
||||||
$this->langfiles = array("other");
|
$this->langfiles = array("other");
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user