29require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
39 public $element =
'emailcollectoraction';
44 public $table_element =
'emailcollector_emailcollectoraction';
49 public $picto =
'emailcollectoraction@emailcollector';
75 public $fields = array(
76 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'visible' => -1,
'position' => 1,
'notnull' => 1,
'index' => 1,
'comment' =>
"Id",),
77 'fk_emailcollector' => array(
'type' =>
'integer',
'label' =>
'Id of emailcollector',
'enabled' => 1,
'visible' => 0,
'foreignkey' =>
'emailcollector.rowid',
'position' => 0,),
78 'type' => array(
'type' =>
'varchar(128)',
'label' =>
'Type',
'enabled' => 1,
'visible' => 1,
'position' => 10,
'notnull' => 1,
'index' => 1),
79 'actionparam' => array(
'type' =>
'text',
'label' =>
'ParamForAction',
'enabled' => 1,
'visible' => 1,
'position' => 40,
'notnull' => -1),
80 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'enabled' => 1,
'visible' => -2,
'position' => 500,
'notnull' => 1,),
81 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModification',
'enabled' => 1,
'visible' => -2,
'position' => 501,
'notnull' => 1,),
82 'fk_user_creat' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'enabled' => 1,
'visible' => -2,
'position' => 510,
'notnull' => 1,
'foreignkey' =>
'llx_user.rowid',),
83 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'enabled' => 1,
'visible' => -2,
'position' => 511,
'notnull' => -1,),
84 'position' => array(
'type' =>
'integer',
'label' =>
'Position',
'enabled' => 1,
'visible' => 1,
'position' => 600,
'default' =>
'0',),
85 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'visible' => -2,
'position' => 1000,
'notnull' => -1,),
86 'status' => array(
'type' =>
'integer',
'label' =>
'Status',
'enabled' => 1,
'visible' => 1,
'position' => 1000,
'notnull' => 1,
'default' =>
'1',
'arrayofkeyval' => array(0 =>
'Disabled', 1 =>
'Enabled')),
95 public $fk_emailcollector;
108 public $fk_user_creat;
112 public $fk_user_modif;
134 global
$conf, $langs;
138 $this->ismultientitymanaged = 0;
139 $this->isextrafieldmanaged = 0;
142 $this->fields[
'rowid'][
'visible'] = 0;
144 if (!isModEnabled(
'multicompany') && isset($this->fields[
'entity'])) {
145 $this->fields[
'entity'][
'enabled'] = 0;
149 foreach ($this->fields as $key => $val) {
150 if (isset($val[
'enabled']) && empty($val[
'enabled'])) {
151 unset($this->fields[$key]);
156 foreach ($this->fields as $key => $val) {
157 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
158 foreach ($val[
'arrayofkeyval'] as $key2 => $val2) {
159 $this->fields[$key][
'arrayofkeyval'][$key2] = $langs->trans($val2);
175 if (empty($this->
type)) {
176 $langs->load(
"errors");
177 $this->errors[] = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Type"));
193 global $langs, $hookmanager, $extrafields;
210 $object->ref =
"copy_of_".$object->ref;
214 if (is_array(
$object->array_options) && count(
$object->array_options) > 0) {
215 $extrafields->fetch_name_optionals_label($this->table_element);
216 foreach (
$object->array_options as $key => $option) {
217 $shortkey = preg_replace(
'/options_/',
'', $key);
218 if (!empty($extrafields->attributes[$this->element][
'unique'][$shortkey])) {
219 unset(
$object->array_options[$key]);
225 $object->context[
'createfromclone'] =
'createfromclone';
226 $result =
$object->createCommon($user);
230 $this->errors =
$object->errors;
233 unset(
$object->context[
'createfromclone']);
240 $this->db->rollback();
252 public function fetch($id, $ref =
null)
278 public function delete(
User $user, $notrigger = 0)
293 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
295 global $db,
$conf, $langs, $hookmanager;
299 if (!empty(
$conf->dol_no_mouse_hover)) {
305 $label =
'<u>'.$langs->trans(
"EmailcollectorAction").
'</u>';
307 $label .=
'<b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
309 $url =
dol_buildpath(
'/emailcollector/emailcollectoraction_card.php', 1).
'?id='.$this->id;
311 if ($option !=
'nolink') {
313 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
314 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
315 $add_save_lastsearch_values = 1;
317 if ($add_save_lastsearch_values) {
318 $url .=
'&save_lastsearch_values=1';
323 if (empty($notooltip)) {
325 $label = $langs->trans(
"ShowEmailcollectorAction");
326 $linkclose .=
' alt="'.dolPrintHTMLForAttribute($label).
'"';
328 $linkclose .=
' title="'.dolPrintHTMLForAttribute($label).
'"';
329 $linkclose .=
' class="classfortooltip'.($morecss ?
' '.$morecss :
'').
'"';
338 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
341 $linkstart =
'<a href="'.$url.
'"';
342 $linkstart .= $linkclose.
'>';
345 $result .= $linkstart;
347 $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);
349 if ($withpicto != 2) {
350 $result .= $this->ref;
355 global $action, $hookmanager;
356 $hookmanager->initHooks(array(
'emailcollectoractiondao'));
357 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
358 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
360 $result = $hookmanager->resPrint;
362 $result .= $hookmanager->resPrint;
390 if (empty($this->labelStatus)) {
393 $this->labelStatus[1] = $langs->trans(
'Enabled');
394 $this->labelStatus[0] = $langs->trans(
'Disabled');
398 return $this->labelStatus[$status];
399 } elseif ($mode == 1) {
400 return $this->labelStatus[$status];
401 } elseif ($mode == 2) {
403 return img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
404 } elseif ($status == 0) {
405 return img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
407 } elseif ($mode == 3) {
409 return img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle');
410 } elseif ($status == 0) {
411 return img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle');
413 } elseif ($mode == 4) {
415 return img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
416 } elseif ($status == 0) {
417 return img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
419 } elseif ($mode == 5) {
421 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle');
422 } elseif ($status == 0) {
423 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle');
425 } elseif ($mode == 6) {
427 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle');
428 } elseif ($status == 0) {
429 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle');
443 $sql =
'SELECT rowid, date_creation as datec, tms as datem,';
444 $sql .=
' fk_user_creat, fk_user_modif';
445 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
446 $sql .=
' WHERE t.rowid = '.((int) $id);
447 $result = $this->db->query($sql);
449 if ($this->db->num_rows($result)) {
450 $obj = $this->db->fetch_object($result);
452 $this->
id = $obj->rowid;
454 $this->user_creation_id = $obj->fk_user_creat;
455 $this->user_modification_id = $obj->fk_user_modif;
456 $this->date_creation = $this->db->jdate($obj->datec);
457 $this->date_modification = empty($obj->datem) ?
'' : $this->db->jdate($obj->datem);
460 $this->db->free($result);
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Parent class of all other business classes (invoices, contracts, proposals, orders,...
createCommon(User $user, $notrigger=0)
Create object in the database.
updateCommon(User $user, $notrigger=0)
Update object into database.
initAsSpecimenCommon()
Initialise object with example values Id must be 0 if object instance is a specimen.
fetchCommon($id, $ref=null, $morewhere='', $noextrafields=0)
Load object in memory from the database.
deleteCommon(User $user, $notrigger=0, $forcechilddeletion=0)
Delete object in database.
Class to manage Dolibarr database access.
Class for EmailCollectorAction.
fetch($id, $ref=null)
Load object in memory from the database.
create(User $user, $notrigger=0)
Create object into database.
LibStatut($status, $mode=0)
Return the status.
getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1)
Return a link to the object card (with optionally the picto)
__construct(DoliDB $db)
Constructor.
createFromClone(User $user, $fromid)
Clone and object into another one.
info($id)
Charge les information d'ordre info dans l'objet commande.
getLibStatut($mode=0)
Return label of the status.
initAsSpecimen()
Initialise object with example values Id must be 0 if object instance is a specimen.
update(User $user, $notrigger=0)
Update object into database.
Class to manage Dolibarr users.
print $langs trans("Ref").' m titre as m m statut as status
Or an array listing all the potential status of the object: array: int of the status => translated la...
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $allowothertags=array())
Show a picto called object_picto (generic function)
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
global $dolibarr_main_demo
if(preg_match('/(crypted|dolcrypt):/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type