27 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
46 $this->numero = 50200;
48 $this->rights_class =
'paypal';
52 $this->family =
"interface";
54 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
56 $this->
description =
"Module to offer an online payment page with PayPal";
58 $this->version =
'dolibarr';
60 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
64 $this->picto =
'paypal@paypal';
67 $this->dirs = array(
'/paypal/temp');
70 $this->config_page_url = array(
"paypal.php@paypal");
73 $this->hidden =
false;
74 $this->depends = array();
75 $this->requiredby = array(
'modPaypalPlus');
76 $this->conflictwith = array();
77 $this->phpmin = array(5, 4);
78 $this->need_dolibarr_version = array(3, 0);
79 $this->langfiles = array(
"paypal");
82 $this->
const = array();
87 $this->tabs = array();
91 $this->boxes = array();
103 $this->rights = array();
108 $this->menus = array();
</td > param sortfield sortorder printFieldListOption< tdclass="liste_titremaxwidthsearchright"></td ></tr >< trclass="liste_titre">< inputtype="checkbox"onClick="toggle(this)"/> Ref p ref Label p label Duration p duration center DesiredStock p desiredstock right StockLimitShort p seuil_stock_alerte right stock_physique right stock_real_warehouse right Ordered right StockToBuy right SupplierRef right param sortfield sortorder printFieldListTitle warehouseinternal SELECT description FROM product_lang WHERE qty< br > qty qty qty StockTooLow StockTooLow help help help< trclass="oddeven">< td >< inputtype="checkbox"class="check"name="choose'.$i.'"></td >< tdclass="nowrap"> stock</td >< td >< inputtype="hidden"name="desc'.$i.'"value="'.dol_escape_htmltag($objp-> description
Only used if Module[ID]Desc translation string is not found.
Description and activation class for module Paypal.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.
__construct($db)
Constructor.