mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
put phpmin info in one place
This commit is contained in:
@@ -106,6 +106,12 @@ abstract class CommonDocGenerator
|
|||||||
|
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array Minimum version of PHP required by module.
|
||||||
|
* e.g.: PHP ≥ 7.1 = array(7, 1)
|
||||||
|
*/
|
||||||
|
public $phpmin = array(7, 1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array Array of columns
|
* @var array Array of columns
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -46,18 +46,11 @@ class doc_generic_asset_odt extends ModelePDFAsset
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
public $version = 'dolibarr';
|
public $version = 'dolibarr';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -68,12 +68,6 @@ class pdf_standard_asset extends ModelePDFAsset
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -46,12 +46,6 @@ class doc_generic_bom_odt extends ModelePDFBom
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -46,12 +46,6 @@ class doc_generic_order_odt extends ModelePDFCommandes
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -72,12 +72,6 @@ class pdf_eratosthene extends ModelePDFCommandes
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -44,12 +44,6 @@ class doc_generic_contract_odt extends ModelePDFContract
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -70,12 +70,6 @@ class pdf_strato extends ModelePDFContract
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -64,12 +64,6 @@ class pdf_storm extends ModelePDFDeliveryOrder
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -63,12 +63,6 @@ class pdf_typhon extends ModelePDFDeliveryOrder
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -46,12 +46,6 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -61,12 +61,6 @@ class pdf_espadon extends ModelePdfExpedition
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -62,12 +62,6 @@ class pdf_merou extends ModelePdfExpedition
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -62,12 +62,6 @@ class pdf_rouget extends ModelePdfExpedition
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -69,12 +69,6 @@ class pdf_standard extends ModeleExpenseReport
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -45,12 +45,6 @@ class doc_generic_invoice_odt extends ModelePDFFactures
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -69,12 +69,6 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -70,12 +70,6 @@ class pdf_sponge extends ModelePDFFactures
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -64,12 +64,6 @@ class pdf_soleil extends ModelePDFFicheinter
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -41,12 +41,6 @@ class doc_generic_member_odt extends ModelePDFMember
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -62,12 +62,6 @@ class pdf_standard extends ModelePDFMovement
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -46,12 +46,6 @@ class doc_generic_mo_odt extends ModelePDFMo
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -67,12 +67,6 @@ class pdf_vinci extends ModelePDFMo
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -43,12 +43,6 @@ class doc_generic_product_odt extends ModelePDFProduct
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -57,12 +57,6 @@ class pdf_standard extends ModelePDFProduct
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -83,12 +83,6 @@ class doc_generic_project_odt extends ModelePDFProjects
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -63,12 +63,6 @@ class pdf_baleine extends ModelePDFProjects
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -79,12 +79,6 @@ class pdf_beluga extends ModelePDFProjects
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -62,12 +62,6 @@ class pdf_timespent extends ModelePDFProjects
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -82,12 +82,6 @@ class doc_generic_task_odt extends ModelePDFTask
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -44,12 +44,6 @@ class doc_generic_proposal_odt extends ModelePDFPropales
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -73,12 +73,6 @@ class pdf_azur extends ModelePDFPropales
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -66,12 +66,6 @@ class pdf_cyan extends ModelePDFPropales
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -41,12 +41,6 @@ class doc_generic_reception_odt extends ModelePdfReception
|
|||||||
*/
|
*/
|
||||||
public $emetteur; // Objet societe qui emet
|
public $emetteur; // Objet societe qui emet
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -42,13 +42,6 @@ class doc_generic_odt extends ModeleThirdPartyDoc
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -43,18 +43,11 @@ class doc_generic_stock_odt extends ModelePDFStock
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
public $version = 'dolibarr';
|
public $version = 'dolibarr';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -58,12 +58,6 @@ class pdf_standard extends ModelePDFStock
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -59,12 +59,6 @@ class pdf_eagle extends ModelePdfStockTransfer
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 5.5 = array(5, 5)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -68,12 +68,6 @@ class pdf_eagle_proforma extends ModelePDFCommandes
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 5.5 = array(5, 5)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -47,12 +47,6 @@ class doc_generic_supplier_invoice_odt extends ModelePDFSuppliersInvoices
|
|||||||
*/
|
*/
|
||||||
public $issuer;
|
public $issuer;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -63,12 +63,6 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -47,12 +47,6 @@ class doc_generic_supplier_order_odt extends ModelePDFSuppliersOrders
|
|||||||
*/
|
*/
|
||||||
public $issuer;
|
public $issuer;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Dolibarr version of the loaded document
|
* @var string Dolibarr version of the loaded document
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -66,12 +66,6 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -66,12 +66,6 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -64,12 +64,6 @@ class pdf_standard extends ModelePDFSuppliersPayments
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -44,12 +44,6 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -63,12 +63,6 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
*/
|
*/
|
||||||
public $type;
|
public $type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -41,12 +41,6 @@ class doc_generic_ticket_odt extends ModelePDFTicket
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -41,12 +41,6 @@ class doc_generic_user_odt extends ModelePDFUser
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
@@ -44,12 +44,6 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
|
|||||||
*/
|
*/
|
||||||
public $emetteur;
|
public $emetteur;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var array Minimum version of PHP required by module.
|
|
||||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
|
||||||
*/
|
|
||||||
public $phpmin = array(7, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
Reference in New Issue
Block a user