mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
min php version is 7.0
This commit is contained in:
parent
147e4bcedb
commit
c7ee2f413c
|
|
@ -333,7 +333,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin;
|
||||
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@ class doc_generic_asset_odt extends ModelePDFAsset
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* @var string Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -70,9 +70,9 @@ class pdf_standard_asset extends ModelePDFAsset
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@ class doc_generic_bom_odt extends ModelePDFBom
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* @var string Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@ class doc_generic_order_odt extends ModelePDFCommandes
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -74,9 +74,9 @@ class pdf_einstein extends ModelePDFCommandes
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -74,9 +74,9 @@ class pdf_eratosthene extends ModelePDFCommandes
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -46,9 +46,9 @@ class doc_generic_contract_odt extends ModelePDFContract
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -67,9 +67,9 @@ class pdf_strato extends ModelePDFContract
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ class pdf_storm extends ModelePDFDeliveryOrder
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -65,9 +65,9 @@ class pdf_typhon extends ModelePDFDeliveryOrder
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -63,9 +63,9 @@ class pdf_espadon extends ModelePdfExpedition
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ class pdf_merou extends ModelePdfExpedition
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ class pdf_rouget extends ModelePdfExpedition
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -71,9 +71,9 @@ class pdf_standard extends ModeleExpenseReport
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ class ExportExcel2007 extends ModeleExports
|
|||
$this->extension = 'xlsx'; // Extension for generated file by this driver
|
||||
$this->picto = 'mime/xls'; // Picto
|
||||
$this->version = '1.30'; // Driver version
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
$this->disabled = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -47,9 +47,9 @@ class doc_generic_invoice_odt extends ModelePDFFactures
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -70,9 +70,9 @@ class pdf_crabe extends ModelePDFFactures
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -70,9 +70,9 @@ class pdf_sponge extends ModelePDFFactures
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ class pdf_soleil extends ModelePDFFicheinter
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -43,9 +43,9 @@ class doc_generic_member_odt extends ModelePDFMember
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -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->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->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 9); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("accountancy", "compta");
|
||||
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class modAdherent extends DolibarrModules
|
|||
$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->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Constants
|
||||
$this->const = array();
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ class modAgenda extends DolibarrModules
|
|||
$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->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Module parts
|
||||
$this->module_parts = array();
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class modApi extends DolibarrModules
|
|||
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
|
||||
$this->requiredby = array('modZapier'); // 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->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("other");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ class modAsset extends DolibarrModules
|
|||
$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("assets");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ class modBom extends DolibarrModules
|
|||
$this->requiredby = array('modMrp'); // List of module class names as string to disable if this one is disabled. Example: array('modModuleToDisable1', ...)
|
||||
$this->conflictwith = array(); // List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)
|
||||
$this->langfiles = array("mrp");
|
||||
//$this->phpmin = array(5, 6)); // Minimum version of PHP required by module
|
||||
//$this->phpmin = array(7, 0)); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(9, 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ class modDataPolicy extends DolibarrModules {
|
|||
$this->conflictwith = array(); // List of module class names as string this module is in conflict with
|
||||
$this->langfiles = array("datapolicy");
|
||||
$this->phpmin = array(5, 3); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(4, 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
//$this->automatic_activation = array('FR'=>'datapolicyWasAutomaticallyActivatedBecauseOfYourCountryChoice');
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ class modDav extends DolibarrModules
|
|||
$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("admin");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ class modEmailCollector extends DolibarrModules
|
|||
$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("admin");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ class modEventOrganization extends DolibarrModules
|
|||
$this->langfiles = array("eventorganization");
|
||||
|
||||
// Prerequisites
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(13, -3); // Minimum version of Dolibarr required by module
|
||||
|
||||
// Messages at activation
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class modExpenseReport extends DolibarrModules
|
|||
$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->requiredby = array(); // List of modules id to disable if this one is disabled
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 7); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("companies", "trips");
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class modExport extends DolibarrModules
|
|||
// Dependencies
|
||||
$this->depends = array();
|
||||
$this->requiredby = array();
|
||||
$this->phpmin = array(4, 2, 0);
|
||||
$this->phpmin = array(7, 0);
|
||||
$this->phpmax = array();
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class modExternalRss extends DolibarrModules
|
|||
// Dependencies
|
||||
$this->depends = array();
|
||||
$this->requiredby = array();
|
||||
$this->phpmin = array(4, 2, 0);
|
||||
$this->phpmin = array(7, 0);
|
||||
$this->phpmax = array();
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ class modGeoIPMaxmind extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6);
|
||||
$this->phpmin = array(7, 0);
|
||||
$this->phpmax = array();
|
||||
$this->need_dolibarr_version = array(2, 7, -1); // Minimum version of Dolibarr required by module
|
||||
$this->need_javascript_ajax = 1;
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class modGravatar extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(2, 7); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array();
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ class modHRM extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(11, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("hrm");
|
||||
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ class modHoliday extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("holiday");
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ class modImport extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module - Need auto_detect_line_endings php option to solve MAC pbs.
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module - Need auto_detect_line_endings php option to solve MAC pbs.
|
||||
$this->phpmax = array();
|
||||
$this->need_dolibarr_version = array(2, 7, -1); // Minimum version of Dolibarr required by module
|
||||
$this->need_javascript_ajax = 1;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class modIncoterm extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("incoterm");
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class modIntracommreport extends DolibarrModules
|
|||
$this->depends = array("modFacture", "modTax", "modCategorie"); // 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->conflictwith = array(); // List of modules id this module is in conflict with
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(13, 0, -5); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("intracommreport");
|
||||
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ class modKnowledgeManagement extends DolibarrModules
|
|||
$this->langfiles = array("knowledgemanagement");
|
||||
|
||||
// Prerequisites
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(11, -3); // Minimum version of Dolibarr required by module
|
||||
|
||||
// Messages at activation
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class modLabel extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Config pages
|
||||
// $this->config_page_url = array("label.php");
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class modLdap extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Constants
|
||||
$this->const = array(
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class modLoan extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("loan");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class modMailing extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("mails");
|
||||
|
||||
// Config pages
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class modMailmanSpip extends DolibarrModules
|
|||
$this->depends = array('modAdherent'); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array('mailman.php');
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class modMargin extends DolibarrModules
|
|||
$this->depends = array("modPropale", "modProduct"); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 2); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("margins");
|
||||
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ class modMrp extends DolibarrModules
|
|||
$this->requiredby = array(); // List of module class names as string to disable if this one is disabled. Example: array('modModuleToDisable1', ...)
|
||||
$this->conflictwith = array(); // List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)
|
||||
$this->langfiles = array("mrp");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(8, 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ class modMultiCurrency extends DolibarrModules
|
|||
$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->conflictwith = array(); // List of modules id this module is in conflict with
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("multicurrency");
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class modNotification extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("mails");
|
||||
|
||||
// Config pages
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class modOauth extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 7, -2); // Minimum version of Dolibarr required by module
|
||||
$this->conflictwith = array();
|
||||
$this->langfiles = array("oauth");
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class modOpenSurvey extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 4, 0); // Minimum version of Dolibarr required by module
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ class modPartnership extends DolibarrModules
|
|||
$this->langfiles = array("partnership");
|
||||
|
||||
// Prerequisites
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(11, -3); // Minimum version of Dolibarr required by module
|
||||
|
||||
// Messages at activation
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ class modPayBox extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(2, 6); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("paybox");
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class modPaymentByBankTransfer extends DolibarrModules
|
|||
$this->depends = array("modFournisseur", "modBanque"); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("paymentbybanktransfer.php");
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class modPaypal extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$this->requiredby = array('modPaypalPlus'); // 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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("paypal");
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class modPrelevement extends DolibarrModules
|
|||
$this->depends = array("modFacture", "modBanque"); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("prelevement.php");
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ class modPrinting extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 7, -2); // Minimum version of Dolibarr required by module
|
||||
$this->conflictwith = array();
|
||||
$this->langfiles = array("printing");
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class modProduct extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$this->requiredby = array("modStock", "modBarcode", "modProductBatch", "modVariants"); // 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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("product.php@product");
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class modProductBatch extends DolibarrModules
|
|||
$this->depends = array("modProduct", "modStock", "modExpedition", "modFournisseur"); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("productbatch");
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class modProjet extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$this->requiredby = array('modEventOrganization'); // 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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array('projects');
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class modPropale extends DolibarrModules
|
|||
$this->depends = array("modSociete"); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->config_page_url = array("propal.php");
|
||||
$this->langfiles = array("propal", "bills", "companies", "deliveries", "products");
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class modReceiptPrinter extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 9, -2); // Minimum version of Dolibarr required by module
|
||||
$this->conflictwith = array();
|
||||
$this->langfiles = array("receiptprinter");
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ class modRecruitment extends DolibarrModules
|
|||
$this->requiredby = array(); // List of module class names as string to disable if this one is disabled. Example: array('modModuleToDisable1', ...)
|
||||
$this->conflictwith = array(); // List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)
|
||||
$this->langfiles = array("recruitment");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(11, -3); // 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ class modResource extends DolibarrModules
|
|||
// List of modules id to disable if this one is disabled
|
||||
$this->requiredby = array('modPlace');
|
||||
// Minimum version of PHP required by module
|
||||
$this->phpmin = array(5, 6);
|
||||
$this->phpmin = array(7, 0);
|
||||
|
||||
$this->langfiles = array("resource"); // langfiles@resource
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ class modSalaries extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("salaries", "bills");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class modService extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("product.php@product");
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ class modSocialNetworks extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array();
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class modSociete extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$this->requiredby = array("modExpedition", "modFacture", "modFournisseur", "modFicheinter", "modPropale", "modContrat", "modCommande"); // 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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("companies", 'bills', "compta", "admin", "banks");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ class modStock extends DolibarrModules
|
|||
$this->depends = array("modProduct"); // List of module class names as string that must be enabled if this module is enabled
|
||||
$this->requiredby = array("modProductBatch"); // 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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("stocks");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ class modStockTransfer extends DolibarrModules
|
|||
$this->requiredby = array(); // List of module class names as string to disable if this one is disabled. Example: array('modModuleToDisable1', ...)
|
||||
$this->conflictwith = array(); // List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)
|
||||
$this->langfiles = array("stocktransfer@stocktransfer");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(11, -3); // 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class modStripe extends DolibarrModules
|
|||
$this->hidden = false; // A condition to hide module
|
||||
$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->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(5, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("stripe");
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class modSupplierProposal extends DolibarrModules
|
|||
$this->depends = array('modFournisseur'); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("supplier_proposal");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class modSyslog extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
||||
// Constants
|
||||
$this->const = array();
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ class modTakePos extends DolibarrModules
|
|||
$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("cashdesk");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(4, 0); // Minimum version of Dolibarr required by module
|
||||
$this->warnings_activation = array('FR'=>'WarningNoteModulePOSForFrenchLaw'); // Warning to show when we activate module. array('always'='text') or array('FR'='text')
|
||||
$this->warnings_activation_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class modTax extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("compta", "bills");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ class modTicket extends DolibarrModules
|
|||
$this->depends = array('modAgenda'); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("ticket");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class modUser extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("main", "users", "companies", "members", "salaries", "hrm");
|
||||
$this->always_enabled = true; // Can't be disabled
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class modVariants extends DolibarrModules
|
|||
$this->depends = array('modProduct'); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(3, 0); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("products");
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class modWebServices extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("other");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class modWebServicesClient extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("other");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ class modWebhook extends DolibarrModules
|
|||
$this->langfiles = array();
|
||||
|
||||
// Prerequisites
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(11, -3); // Minimum version of Dolibarr required by module
|
||||
|
||||
// Messages at activation
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class modWebsite extends DolibarrModules
|
|||
$this->depends = array('modFckeditor'); // 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->conflictwith = array(); // List of modules id this module is in conflict with
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->langfiles = array("website");
|
||||
|
||||
// Constants
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class modWorkflow extends DolibarrModules
|
|||
$this->depends = array(); // List of module class names as string that must be enabled if this module is enabled
|
||||
$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, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(2, 8); // Minimum version of Dolibarr required by module
|
||||
$this->langfiles = array("@workflow");
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ class modWorkstation extends DolibarrModules
|
|||
$this->requiredby = array(); // List of module class names as string to disable if this one is disabled. Example: array('modModuleToDisable1', ...)
|
||||
$this->conflictwith = array(); // List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)
|
||||
$this->langfiles = array("mrp");
|
||||
$this->phpmin = array(5, 6); // Minimum version of PHP required by module
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
$this->need_dolibarr_version = array(11, -3); // 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_ext = array(); // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ class modZapier extends DolibarrModules
|
|||
$this->conflictwith = array();
|
||||
$this->langfiles = array("zapier");
|
||||
// Minimum version of PHP required by module
|
||||
//$this->phpmin = array(5, 6);
|
||||
//$this->phpmin = array(7, 0);
|
||||
// Minimum version of Dolibarr required by module
|
||||
$this->need_dolibarr_version = array(10, 0);
|
||||
// Warning to show when we activate module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ class pdf_standard extends ModelePDFMovement
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@ class doc_generic_mo_odt extends ModelePDFMo
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* @var string Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -69,9 +69,9 @@ class pdf_vinci extends ModelePDFMo
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@ class doc_generic_product_odt extends ModelePDFProduct
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -58,9 +58,9 @@ class pdf_standard extends ModelePDFProduct
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -82,9 +82,9 @@ class doc_generic_project_odt extends ModelePDFProjects
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -65,9 +65,9 @@ class pdf_baleine extends ModelePDFProjects
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -81,9 +81,9 @@ class pdf_beluga extends ModelePDFProjects
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ class pdf_timespent extends ModelePDFProjects
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -83,9 +83,9 @@ class doc_generic_task_odt extends ModelePDFTask
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -46,9 +46,9 @@ class doc_generic_proposal_odt extends ModelePDFPropales
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* @var string Dolibarr version of the loaded document
|
||||
|
|
|
|||
|
|
@ -70,9 +70,9 @@ class pdf_azur extends ModelePDFPropales
|
|||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 5.6 = array(5, 6)
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(5, 6);
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user