Docs : update and complete
This commit is contained in:
parent
12d4880e7b
commit
2c4d7c4835
@ -96,7 +96,7 @@ class modAsset extends DolibarrModules
|
|||||||
$this->requiredby = array(); // List of module ids to disable if this one is disabled
|
$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->conflictwith = array(); // List of module class names as string this module is in conflict with
|
||||||
$this->langfiles = array("assets");
|
$this->langfiles = array("assets");
|
||||||
$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(7,0); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(7,0); // Minimum version of Dolibarr required by module
|
||||||
$this->warnings_activation = array(); // Warning to show when we activate module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
$this->warnings_activation = array(); // Warning to show when we activate module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||||
$this->warnings_activation_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
$this->warnings_activation_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||||
|
|||||||
@ -64,9 +64,10 @@ class modCashDesk extends DolibarrModules
|
|||||||
$this->config_page_url = array("cashdesk.php@cashdesk");
|
$this->config_page_url = array("cashdesk.php@cashdesk");
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
|
$this->hidden = false; // A condition to hide module
|
||||||
$this->depends = array('always'=>"modBanque", 'always'=>"modFacture", 'always'=>"modProduct", 'FR'=>'modBlockedLog'); // List of modules id that must be enabled if this module is enabled
|
$this->depends = array('always'=>"modBanque", 'always'=>"modFacture", 'always'=>"modProduct", 'FR'=>'modBlockedLog'); // 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->phpmin = array(4,1); // Minimum version of PHP required by module
|
$this->phpmin = array(5,4); // Minimum version of PHP required by module
|
||||||
$this->need_dolibarr_version = array(2,4); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(2,4); // Minimum version of Dolibarr required by module
|
||||||
$this->langfiles = array("cashdesk");
|
$this->langfiles = array("cashdesk");
|
||||||
$this->warnings_activation = array('FR'=>'WarningNoteModulePOSForFrenchLaw'); // Warning to show when we activate module. array('always'='text') or array('FR'='text')
|
$this->warnings_activation = array('FR'=>'WarningNoteModulePOSForFrenchLaw'); // Warning to show when we activate module. array('always'='text') or array('FR'='text')
|
||||||
|
|||||||
@ -61,10 +61,11 @@ class modExpenseReport extends DolibarrModules
|
|||||||
$this->config_page_url = array('expensereport.php');
|
$this->config_page_url = array('expensereport.php');
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
$this->hidden = false; // A condition to hide module
|
||||||
|
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||||
// $this->conflictwith = array("modDeplacement"); // Deactivate for access on old information
|
// $this->conflictwith = array("modDeplacement"); // Deactivate for access on old information
|
||||||
$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->phpmin = array(4,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,7); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(3,7); // Minimum version of Dolibarr required by module
|
||||||
$this->langfiles = array("companies","trips");
|
$this->langfiles = array("companies","trips");
|
||||||
|
|
||||||
|
|||||||
@ -65,9 +65,11 @@ class modGeoIPMaxmind extends DolibarrModules
|
|||||||
$this->config_page_url = array("geoipmaxmind.php");
|
$this->config_page_url = array("geoipmaxmind.php");
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array();
|
$this->hidden = false; // A condition to hide module
|
||||||
$this->requiredby = array();
|
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||||
$this->phpmin = array(4,2,0);
|
$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->phpmin = array(5,4);
|
||||||
$this->phpmax = array();
|
$this->phpmax = array();
|
||||||
$this->need_dolibarr_version = array(2,7,-1); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(2,7,-1); // Minimum version of Dolibarr required by module
|
||||||
$this->need_javascript_ajax = 1;
|
$this->need_javascript_ajax = 1;
|
||||||
|
|||||||
@ -71,9 +71,11 @@ class modGravatar extends DolibarrModules
|
|||||||
$this->config_page_url = array();
|
$this->config_page_url = array();
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
$this->hidden = false; // A condition to hide module
|
||||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||||
$this->phpmin = array(4, 3); // Minimum version of PHP required by module
|
$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->phpmin = array(5, 4); // Minimum version of PHP required by module
|
||||||
$this->need_dolibarr_version = array(2, 7); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(2, 7); // Minimum version of Dolibarr required by module
|
||||||
$this->langfiles = array();
|
$this->langfiles = array();
|
||||||
|
|
||||||
|
|||||||
@ -66,27 +66,16 @@ class modHRM extends DolibarrModules
|
|||||||
$this->config_page_url = array('admin_hrm.php@hrm');
|
$this->config_page_url = array('admin_hrm.php@hrm');
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array();
|
$this->hidden = false; // A condition to hide module
|
||||||
$this->requiredby = array(/*"
|
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||||
modSalaries,
|
$this->requiredby = array(/*"modSalaries, modExpenseReport, modHoliday"*/); // List of module ids to disable if this one is disabled
|
||||||
modExpenseReport,
|
$this->conflictwith = array(); // List of module class names as string this module is in conflict with
|
||||||
modHoliday
|
$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->conflictwith = array();
|
$this->langfiles = array ("hrm");
|
||||||
$this->phpmin = array (
|
|
||||||
5,
|
|
||||||
3
|
|
||||||
); // Minimum version of PHP required by module
|
|
||||||
$this->need_dolibarr_version = array (
|
|
||||||
3,
|
|
||||||
9
|
|
||||||
); // Minimum version of Dolibarr required by module
|
|
||||||
$this->langfiles = array (
|
|
||||||
"hrm"
|
|
||||||
);
|
|
||||||
|
|
||||||
// Dictionnaries
|
// Dictionaries
|
||||||
$this->dictionnaries=array();
|
$this->dictionaries=array();
|
||||||
|
|
||||||
// Constantes
|
// Constantes
|
||||||
$this->const = array ();
|
$this->const = array ();
|
||||||
|
|||||||
@ -81,9 +81,11 @@ class modHoliday extends DolibarrModules
|
|||||||
// $this->config_page_url = array("holiday.php?leftmenu=setup@holiday");
|
// $this->config_page_url = array("holiday.php?leftmenu=setup@holiday");
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
$this->hidden = false; // A condition to hide module
|
||||||
$this->requiredby = array(); // List of modules id to disable if this one is disabled
|
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||||
$this->phpmin = array(4,3); // Minimum version of PHP required by module
|
$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->phpmin = array(5,4); // Minimum version of PHP required by module
|
||||||
$this->need_dolibarr_version = array(3,0); // Minimum version of Dolibarr required by module
|
$this->need_dolibarr_version = array(3,0); // Minimum version of Dolibarr required by module
|
||||||
$this->langfiles = array("holiday");
|
$this->langfiles = array("holiday");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user