28require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
38 public $element =
'emailcollectoraction';
43 public $table_element =
'emailcollector_emailcollectoraction';
48 public $picto =
'emailcollectoraction@emailcollector';
74 public $fields = array(
75 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'visible' => -1,
'position' => 1,
'notnull' => 1,
'index' => 1,
'comment' =>
"Id",),
76 'fk_emailcollector' => array(
'type' =>
'integer',
'label' =>
'Id of emailcollector',
'foreignkey' =>
'emailcollector.rowid'),
77 'type' => array(
'type' =>
'varchar(128)',
'label' =>
'Type',
'enabled' => 1,
'visible' => 1,
'position' => 10,
'notnull' => 1,
'index' => 1),
78 'actionparam' => array(
'type' =>
'text',
'label' =>
'ParamForAction',
'enabled' => 1,
'visible' => 1,
'position' => 40,
'notnull' => -1),
79 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'enabled' => 1,
'visible' => -2,
'position' => 500,
'notnull' => 1,),
80 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModification',
'enabled' => 1,
'visible' => -2,
'position' => 501,
'notnull' => 1,),
81 'fk_user_creat' => array(
'type' =>
'integer',
'label' =>
'UserAuthor',
'enabled' => 1,
'visible' => -2,
'position' => 510,
'notnull' => 1,
'foreignkey' =>
'llx_user.rowid',),
82 'fk_user_modif' => array(
'type' =>
'integer',
'label' =>
'UserModif',
'enabled' => 1,
'visible' => -2,
'position' => 511,
'notnull' => -1,),
83 'position' => array(
'type' =>
'integer',
'label' =>
'Position',
'enabled' => 1,
'visible' => 1,
'position' => 600,
'default' =>
'0',),
84 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'visible' => -2,
'position' => 1000,
'notnull' => -1,),
85 'status' => array(
'type' =>
'integer',
'label' =>
'Status',
'enabled' => 1,
'visible' => 1,
'position' => 1000,
'notnull' => 1,
'default' => 1,
'arrayofkeyval' => array(
'0' =>
'Disabled',
'1' =>
'Enabled')),
88 public $fk_emailcollector;
92 public $fk_user_creat;
93 public $fk_user_modif;
106 global $conf, $langs;
110 $this->ismultientitymanaged = 0;
111 $this->isextrafieldmanaged = 0;
114 $this->fields[
'rowid'][
'visible'] = 0;
116 if (!isModEnabled(
'multicompany') && isset($this->fields[
'entity'])) {
117 $this->fields[
'entity'][
'enabled'] = 0;
121 foreach ($this->fields as $key => $val) {
122 if (isset($val[
'enabled']) && empty($val[
'enabled'])) {
123 unset($this->fields[$key]);
128 foreach ($this->fields as $key => $val) {
129 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
130 foreach ($val[
'arrayofkeyval'] as $key2 => $val2) {
131 $this->fields[$key][
'arrayofkeyval'][$key2] = $langs->trans($val2);
147 if (empty($this->
type)) {
148 $langs->load(
"errors");
149 $this->errors[] = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Type"));
165 global $langs, $hookmanager, $extrafields;
182 $object->ref =
"copy_of_".$object->ref;
186 if (is_array(
$object->array_options) && count(
$object->array_options) > 0) {
187 $extrafields->fetch_name_optionals_label($this->table_element);
188 foreach (
$object->array_options as $key => $option) {
189 $shortkey = preg_replace(
'/options_/',
'', $key);
190 if (!empty($extrafields->attributes[$this->element][
'unique'][$shortkey])) {
191 unset(
$object->array_options[$key]);
197 $object->context[
'createfromclone'] =
'createfromclone';
198 $result =
$object->createCommon($user);
202 $this->errors =
$object->errors;
205 unset(
$object->context[
'createfromclone']);
212 $this->db->rollback();
224 public function fetch($id, $ref =
null)
250 public function delete(
User $user, $notrigger = 0)
265 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
267 global $db, $conf, $langs, $hookmanager;
268 global $dolibarr_main_authentication, $dolibarr_main_demo;
271 if (!empty($conf->dol_no_mouse_hover)) {
277 $label =
'<u>'.$langs->trans(
"EmailcollectorAction").
'</u>';
279 $label .=
'<b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
281 $url =
dol_buildpath(
'/emailcollector/emailcollectoraction_card.php', 1).
'?id='.$this->id;
283 if ($option !=
'nolink') {
285 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
286 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
287 $add_save_lastsearch_values = 1;
289 if ($add_save_lastsearch_values) {
290 $url .=
'&save_lastsearch_values=1';
295 if (empty($notooltip)) {
297 $label = $langs->trans(
"ShowEmailcollectorAction");
298 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
300 $linkclose .=
' title="'.dol_escape_htmltag($label, 1).
'"';
301 $linkclose .=
' class="classfortooltip'.($morecss ?
' '.$morecss :
'').
'"';
310 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
313 $linkstart =
'<a href="'.$url.
'"';
314 $linkstart .= $linkclose.
'>';
317 $result .= $linkstart;
319 $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);
321 if ($withpicto != 2) {
322 $result .= $this->ref;
327 global $action, $hookmanager;
328 $hookmanager->initHooks(array(
'emailcollectoractiondao'));
329 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
330 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
332 $result = $hookmanager->resPrint;
334 $result .= $hookmanager->resPrint;
362 if (empty($this->labelStatus)) {
365 $this->labelStatus[1] = $langs->trans(
'Enabled');
366 $this->labelStatus[0] = $langs->trans(
'Disabled');
370 return $this->labelStatus[$status];
371 } elseif ($mode == 1) {
372 return $this->labelStatus[$status];
373 } elseif ($mode == 2) {
375 return img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
376 } elseif ($status == 0) {
377 return img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
379 } elseif ($mode == 3) {
381 return img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle');
382 } elseif ($status == 0) {
383 return img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle');
385 } elseif ($mode == 4) {
387 return img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
388 } elseif ($status == 0) {
389 return img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle').
' '.$this->labelStatus[$status];
391 } elseif ($mode == 5) {
393 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle');
394 } elseif ($status == 0) {
395 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle');
397 } elseif ($mode == 6) {
399 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut4',
'', 0, 0, 0,
'',
'valignmiddle');
400 } elseif ($status == 0) {
401 return $this->labelStatus[$status].
' '.
img_picto($this->labelStatus[$status],
'statut5',
'', 0, 0, 0,
'',
'valignmiddle');
415 $sql =
'SELECT rowid, date_creation as datec, tms as datem,';
416 $sql .=
' fk_user_creat, fk_user_modif';
417 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
418 $sql .=
' WHERE t.rowid = '.((int) $id);
419 $result = $this->db->query($sql);
421 if ($this->db->num_rows($result)) {
422 $obj = $this->db->fetch_object($result);
424 $this->
id = $obj->rowid;
426 $this->user_creation_id = $obj->fk_user_creat;
427 $this->user_modification_id = $obj->fk_user_modif;
428 $this->date_creation = $this->db->jdate($obj->datec);
429 $this->date_modification = empty($obj->datem) ?
'' : $this->db->jdate($obj->datem);
432 $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_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (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.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type