26 require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
38 public $element =
'companypaymentmode';
43 public $table_element =
'societe_rib';
49 public $ismultientitymanaged =
'fk_soc@societe';
54 public $isextrafieldmanaged = 0;
59 public $picto =
'generic';
62 const STATUS_ENABLED = 1;
63 const STATUS_CANCELED = 0;
87 public $fields = array(
88 'rowid' =>array(
'type'=>
'integer',
'label'=>
'Rowid',
'enabled'=>1,
'visible'=>-2,
'notnull'=>1,
'position'=>10),
89 'fk_soc' =>array(
'type'=>
'integer',
'label'=>
'Fk soc',
'enabled'=>1,
'visible'=>-2,
'notnull'=>1,
'position'=>15),
90 'label' =>array(
'type'=>
'varchar(30)',
'label'=>
'Label',
'enabled'=>1,
'visible'=>-2,
'position'=>30),
91 'bank' =>array(
'type'=>
'varchar(255)',
'label'=>
'Bank',
'enabled'=>1,
'visible'=>-2,
'position'=>35),
92 'code_banque' =>array(
'type'=>
'varchar(128)',
'label'=>
'Code banque',
'enabled'=>1,
'visible'=>-2,
'position'=>40),
93 'code_guichet' =>array(
'type'=>
'varchar(6)',
'label'=>
'Code guichet',
'enabled'=>1,
'visible'=>-2,
'position'=>45),
94 'number' =>array(
'type'=>
'varchar(255)',
'label'=>
'Number',
'enabled'=>1,
'visible'=>-2,
'position'=>50),
95 'cle_rib' =>array(
'type'=>
'varchar(5)',
'label'=>
'Cle rib',
'enabled'=>1,
'visible'=>-2,
'position'=>55),
96 'bic' =>array(
'type'=>
'varchar(20)',
'label'=>
'Bic',
'enabled'=>1,
'visible'=>-2,
'position'=>60),
97 'iban_prefix' =>array(
'type'=>
'varchar(34)',
'label'=>
'Iban prefix',
'enabled'=>1,
'visible'=>-2,
'position'=>65),
98 'domiciliation' =>array(
'type'=>
'varchar(255)',
'label'=>
'Domiciliation',
'enabled'=>1,
'visible'=>-2,
'position'=>70),
99 'proprio' =>array(
'type'=>
'varchar(60)',
'label'=>
'Proprio',
'enabled'=>1,
'visible'=>-2,
'position'=>75),
100 'owner_address' =>array(
'type'=>
'text',
'label'=>
'Owner address',
'enabled'=>1,
'visible'=>-2,
'position'=>80),
101 'default_rib' =>array(
'type'=>
'tinyint(4)',
'label'=>
'Default rib',
'enabled'=>1,
'visible'=>-2,
'notnull'=>1,
'position'=>85),
102 'rum' =>array(
'type'=>
'varchar(32)',
'label'=>
'Rum',
'enabled'=>1,
'visible'=>-2,
'position'=>90),
103 'date_rum' =>array(
'type'=>
'date',
'label'=>
'Date rum',
'enabled'=>1,
'visible'=>-2,
'position'=>95),
104 'frstrecur' =>array(
'type'=>
'varchar(16)',
'label'=>
'Frstrecur',
'enabled'=>1,
'visible'=>-2,
'position'=>100),
105 'type' =>array(
'type'=>
'varchar(32)',
'label'=>
'Type',
'enabled'=>1,
'visible'=>-2,
'position'=>110),
106 'last_four' =>array(
'type'=>
'varchar(4)',
'label'=>
'Last four',
'enabled'=>1,
'visible'=>-2,
'position'=>115),
107 'card_type' =>array(
'type'=>
'varchar(255)',
'label'=>
'Card type',
'enabled'=>1,
'visible'=>-2,
'position'=>120),
108 'cvn' =>array(
'type'=>
'varchar(255)',
'label'=>
'Cvn',
'enabled'=>1,
'visible'=>-2,
'position'=>125),
109 'exp_date_month' =>array(
'type'=>
'integer',
'label'=>
'Exp date month',
'enabled'=>1,
'visible'=>-2,
'position'=>130),
110 'exp_date_year' =>array(
'type'=>
'integer',
'label'=>
'Exp date year',
'enabled'=>1,
'visible'=>-2,
'position'=>135),
111 'country_code' =>array(
'type'=>
'varchar(10)',
'label'=>
'Country code',
'enabled'=>1,
'visible'=>-2,
'position'=>140),
112 'approved' =>array(
'type'=>
'integer',
'label'=>
'Approved',
'enabled'=>1,
'visible'=>-2,
'position'=>145),
113 'email' =>array(
'type'=>
'varchar(255)',
'label'=>
'Email',
'enabled'=>1,
'visible'=>-2,
'position'=>150),
114 'max_total_amount_of_all_payments' =>array(
'type'=>
'double(24,8)',
'label'=>
'Max total amount of all payments',
'enabled'=>1,
'visible'=>-2,
'position'=>155),
115 'preapproval_key' =>array(
'type'=>
'varchar(255)',
'label'=>
'Preapproval key',
'enabled'=>1,
'visible'=>-2,
'position'=>160),
116 'total_amount_of_all_payments' =>array(
'type'=>
'double(24,8)',
'label'=>
'Total amount of all payments',
'enabled'=>1,
'visible'=>-2,
'position'=>165),
117 'stripe_card_ref' =>array(
'type'=>
'varchar(128)',
'label'=>
'Stripe card ref',
'enabled'=>1,
'visible'=>-2,
'position'=>170),
118 'stripe_account' =>array(
'type'=>
'varchar(128)',
'label'=>
'Stripe account',
'enabled'=>1,
'visible'=>-2,
'position'=>171),
119 'status' =>array(
'type'=>
'integer',
'label'=>
'Status',
'enabled'=>1,
'visible'=>-2,
'notnull'=>1,
'position'=>175),
120 'starting_date' =>array(
'type'=>
'date',
'label'=>
'Starting date',
'enabled'=>1,
'visible'=>-2,
'position'=>180),
121 'ending_date' =>array(
'type'=>
'date',
'label'=>
'Ending date',
'enabled'=>1,
'visible'=>-2,
'position'=>185),
122 'datec' =>array(
'type'=>
'datetime',
'label'=>
'DateCreation',
'enabled'=>1,
'visible'=>-2,
'position'=>20),
123 'tms' =>array(
'type'=>
'timestamp',
'label'=>
'Tms',
'enabled'=>1,
'visible'=>-2,
'notnull'=>1,
'position'=>25),
124 'import_key' =>array(
'type'=>
'varchar(14)',
'label'=>
'Import key',
'enabled'=>1,
'visible'=>-2,
'position'=>105),
145 public $code_guichet;
150 public $domiciliation;
152 public $owner_address;
161 public $exp_date_month;
162 public $exp_date_year;
163 public $country_code;
166 public $max_total_amount_of_all_payments;
167 public $preapproval_key;
168 public $total_amount_of_all_payments;
169 public $stripe_card_ref;
170 public $stripe_account;
177 public $starting_date;
235 if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID) && isset($this->
fields[
'rowid'])) $this->
fields[
'rowid'][
'visible'] = 0;
236 if (empty($conf->multicompany->enabled) && isset($this->
fields[
'entity'])) $this->
fields[
'entity'][
'enabled'] = 0;
262 global $hookmanager, $langs;
267 $object =
new self($this->db);
272 $object->fetchCommon($fromid);
275 unset($object->fk_user_creat);
276 unset($object->import_key);
279 $object->ref =
"copy_of_".$object->ref;
280 $object->title = $langs->trans(
"CopyOf").
" ".$object->title;
284 $object->context[
'createfromclone'] =
'createfromclone';
285 $result = $object->createCommon($user);
288 $this->error = $object->error;
289 $this->errors = $object->errors;
292 unset($object->context[
'createfromclone']);
299 $this->
db->rollback();
314 public function fetch($id, $ref = null, $socid = 0, $type =
'', $morewhere =
'')
316 if ($socid) $morewhere .=
" AND fk_soc = ".$this->db->escape($socid).
" AND default_rib = 1";
317 if ($type) $morewhere .=
" AND type = '".$this->db->escape($type).
"'";
319 $result = $this->
fetchCommon($id, $ref, $morewhere);
357 public function delete(
User $user, $notrigger =
false)
372 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
374 global $db, $conf, $langs;
375 global $dolibarr_main_authentication, $dolibarr_main_demo;
378 if (!empty($conf->dol_no_mouse_hover)) $notooltip = 1;
383 $label =
'<u>'.$langs->trans(
"CompanyPaymentMode").
'</u>';
385 $label .=
'<b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
387 $url =
dol_buildpath(
'/monmodule/companypaymentmode_card.php', 1).
'?id='.$this->id;
389 if ($option !=
'nolink')
392 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
393 if ($save_lastsearch_value == -1 && preg_match(
'/list\.php/',
$_SERVER[
"PHP_SELF"])) $add_save_lastsearch_values = 1;
394 if ($add_save_lastsearch_values) $url .=
'&save_lastsearch_values=1';
398 if (empty($notooltip))
400 if (!empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
402 $label = $langs->trans(
"ShowCompanyPaymentMode");
403 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
405 $linkclose .=
' title="'.dol_escape_htmltag($label, 1).
'"';
406 $linkclose .=
' class="classfortooltip'.($morecss ?
' '.$morecss :
'').
'"';
407 }
else $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
409 $linkstart =
'<a href="'.$url.
'"';
410 $linkstart .= $linkclose.
'>';
413 $result .= $linkstart;
414 if ($withpicto) $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), ($notooltip ? (($withpicto != 2) ?
'class="paddingright"' :
'') :
'class="'.(($withpicto != 2) ?
'paddingright ' :
'').
'classfortooltip"'), 0, 0, $notooltip ? 0 : 1);
415 if ($withpicto != 2) $result .= $this->ref;
431 $sql1 =
"SELECT rowid as id, fk_soc, type FROM ".MAIN_DB_PREFIX.
"societe_rib";
432 $sql1 .=
" WHERE rowid = ".($id ? $id : $this->id);
434 dol_syslog(get_class($this).
'::setAsDefault', LOG_DEBUG);
435 $result1 = $this->
db->query($sql1);
438 if ($this->
db->num_rows($result1) == 0)
442 $obj = $this->
db->fetch_object($result1);
445 if (empty($alltypes)) $type = $obj->type;
449 $sql2 =
"UPDATE ".MAIN_DB_PREFIX.
"societe_rib SET default_rib = 0, tms = tms";
450 $sql2 .=
" WHERE default_rib <> 0 AND fk_soc = ".$obj->fk_soc;
451 if ($type) $sql2 .=
" AND type = '".$this->db->escape($type).
"'";
452 dol_syslog(get_class($this).
'::setAsDefault', LOG_DEBUG);
453 $result2 = $this->
db->query($sql2);
455 $sql3 =
"UPDATE ".MAIN_DB_PREFIX.
"societe_rib SET default_rib = 1";
456 $sql3 .=
" WHERE rowid = ".$obj->id;
457 if ($type) $sql3 .=
" AND type = '".$this->db->escape($type).
"'";
458 dol_syslog(get_class($this).
'::setAsDefault', LOG_DEBUG);
459 $result3 = $this->
db->query($sql3);
461 if (!$result2 || !$result3)
464 $this->
db->rollback();
485 return $this->
LibStatut($this->status, $mode);
499 if (empty($this->labelStatus) || empty($this->labelStatusShort))
503 $this->labelStatus[self::STATUS_ENABLED] = $langs->trans(
'Enabled');
504 $this->labelStatus[self::STATUS_CANCELED] = $langs->trans(
'Disabled');
505 $this->labelStatusShort[self::STATUS_ENABLED] = $langs->trans(
'Enabled');
506 $this->labelStatusShort[self::STATUS_CANCELED] = $langs->trans(
'Disabled');
509 $statusType =
'status5';
510 if ($status == self::STATUS_ENABLED) $statusType =
'status4';
512 return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status],
'', $statusType, $mode);
523 $sql =
'SELECT rowid, date_creation as datec, tms as datem,';
524 $sql .=
' fk_user_creat, fk_user_modif';
525 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
526 $sql .=
' WHERE t.rowid = '.$id;
527 $result = $this->
db->query($sql);
530 if ($this->
db->num_rows($result))
532 $obj = $this->
db->fetch_object($result);
533 $this->
id = $obj->rowid;
534 if ($obj->fk_user_author)
536 $cuser =
new User($this->
db);
537 $cuser->fetch($obj->fk_user_author);
538 $this->user_creation = $cuser;
541 if ($obj->fk_user_valid)
543 $vuser =
new User($this->
db);
544 $vuser->fetch($obj->fk_user_valid);
545 $this->user_validation = $vuser;
548 if ($obj->fk_user_cloture)
550 $cluser =
new User($this->
db);
551 $cluser->fetch($obj->fk_user_cloture);
552 $this->user_cloture = $cluser;
555 $this->date_creation = $this->
db->jdate($obj->datec);
556 $this->date_modification = $this->
db->jdate($obj->datem);
557 $this->date_validation = $this->
db->jdate($obj->datev);
560 $this->
db->free($result);
deleteCommon(User $user, $notrigger=false, $forcechilddeletion=0)
Delete object in database.
foreach($object->fields as $key=> $val) if(is_array($extrafields->attributes[$object->table_element]['label'])&&count($extrafields->attributes[$object->table_element]['label']) > 0) $object fields
Class to manage Dolibarr users.
Class to manage Dolibarr database access.
initAsSpecimenCommon()
Initialise object with example values Id must be 0 if object instance is a specimen.
createCommon(User $user, $notrigger=false)
Create object into database.
createFromClone(User $user, $fromid)
Clone and object into another one.
create(User $user, $notrigger=false)
Create object into database.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
fetch($id, $ref=null, $socid=0, $type= '', $morewhere= '')
Load object in memory from the database.
$conf db
API class for accounts.
__construct(DoliDB $db)
Constructor.
getNomUrl($withpicto=0, $option= '', $notooltip=0, $morecss= '', $save_lastsearch_value=-1)
Return a link to the object card (with optionaly the picto)
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename= '', $restricttologhandler= '', $logcontext=null)
Write log message into outputs.
img_object($titlealt, $picto, $moreatt= '', $pictoisfullpath=false, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
updateCommon(User $user, $notrigger=false)
Update object into database.
info($id)
Load the info information in the object.
update(User $user, $notrigger=false)
Load object lines in memory from the database.
print $_SERVER["PHP_SELF"]
Edit parameters.
Class for CompanyPaymentMode.
initAsSpecimen()
Initialise object with example values Id must be 0 if object instance is a specimen.
dol_print_error($db= '', $error= '', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dolGetStatus($statusLabel= '', $statusLabelShort= '', $html= '', $statusType= 'status0', $displayMode=0, $url= '', $params=array())
Output the badge of a status.
setAsDefault($id=0, $alltypes=0)
Set a Payment mode as Default.
getLibStatut($mode=0)
Return label of the status.
LibStatut($status, $mode=0)
Return the status.
Parent class of all other business classes (invoices, contracts, proposals, orders, ...)
fetchCommon($id, $ref=null, $morewhere= '')
Load object in memory from the database.