27require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
39 public $module =
'eventorganization';
44 public $element =
'conferenceorboothattendee';
49 public $table_element =
'eventorganization_conferenceorboothattendee';
54 public $picto =
'contact';
56 const STATUS_DRAFT = 0;
57 const STATUS_VALIDATED = 1;
58 const STATUS_USED = 5;
59 const STATUS_CANCELED = 9;
91 public $fields = array(
92 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'position' => 1,
'notnull' => 1,
'visible' => 0,
'noteditable' => 1,
'index' => 1,
'css' =>
'left',
'comment' =>
"Id"),
93 'ref' => array(
'type' =>
'varchar(128)',
'label' =>
'Ref',
'enabled' => 1,
'position' => 10,
'notnull' => 1,
'visible' => 2,
'index' => 1,
'comment' =>
"Reference of object"),
95 'fk_project' => array(
'type' =>
'integer:Project:projet/class/project.class.php:1',
'label' =>
'Project',
'enabled' =>
"isModEnabled('project')",
'position' => 20,
'notnull' => 1,
'visible' => 0,
'index' => 1,
'picto' =>
'project',
'css' =>
'maxwidth500 widthcentpercentminusxx',
'csslist' =>
'tdoverflowmax150'),
96 'email' => array(
'type' =>
'mail',
'label' =>
'EmailAttendee',
'enabled' => 1,
'position' => 30,
'notnull' => 1,
'visible' => 1,
'index' => 1,
'autofocusoncreate' => 1,
'searchall' => 1,
'css' =>
'minwidth300',
'csslist' =>
'tdoverflowmax150'),
97 'firstname' => array(
'type' =>
'varchar(100)',
'label' =>
'Firstname',
'enabled' => 1,
'position' => 31,
'notnull' => 0,
'visible' => 1,
'index' => 1,
'searchall' => 1,
'csslist' =>
'tdoverflowmax125'),
98 'lastname' => array(
'type' =>
'varchar(100)',
'label' =>
'Lastname',
'enabled' => 1,
'position' => 32,
'notnull' => 0,
'visible' => 1,
'index' => 1,
'searchall' => 1,
'csslist' =>
'tdoverflowmax125'),
99 'fk_soc' => array(
'type' =>
'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))',
'label' =>
'ThirdParty',
'enabled' =>
'isModEnabled("societe")',
'position' => 40,
'notnull' => -1,
'visible' => 1,
'index' => 1,
'help' =>
"OrganizationEventLinkToThirdParty",
'picto' =>
'company',
'css' =>
'maxwidth500 widthcentpercentminusxx',
'csslist' =>
'tdoverflowmax150'),
100 'email_company' => array(
'type' =>
'mail',
'label' =>
'EmailCompany',
'enabled' => 1,
'position' => 41,
'notnull' => 0,
'visible' => -2,
'searchall' => 1),
101 'date_subscription' => array(
'type' =>
'datetime',
'label' =>
'DateOfRegistration',
'enabled' => 1,
'position' => 56,
'notnull' => 1,
'visible' => 1,
'showoncombobox' => 1,),
102 'fk_invoice' => array(
'type' =>
'integer:Facture:compta/facture/class/facture.class.php',
'label' =>
'Invoice',
'enabled' =>
'isModEnabled("invoice")',
'position' => 57,
'notnull' => 0,
'visible' => 1,
'index' => 0,
'picto' =>
'bill',
'css' =>
'maxwidth500 widthcentpercentminusxx',
'csslist' =>
'tdoverflowmax150'),
103 'amount' => array(
'type' =>
'price',
'label' =>
'AmountPaid',
'enabled' => 1,
'position' => 57,
'notnull' => 0,
'visible' => 1,
'default' =>
'null',
'isameasure' => 1,
'help' =>
"AmountOfRegistrationPaid",),
104 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'enabled' => 1,
'position' => 61,
'notnull' => 0,
'visible' => 3,),
105 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'enabled' => 1,
'position' => 62,
'notnull' => 0,
'visible' => 3,),
106 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'enabled' => 1,
'position' => 500,
'notnull' => 1,
'visible' => -2,
'css' =>
'nowraponall'),
107 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModification',
'enabled' => 1,
'position' => 501,
'notnull' => 0,
'visible' => -2,),
108 'fk_user_creat' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'enabled' => 1,
'position' => 510,
'notnull' => -1,
'visible' => -2),
109 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'enabled' => 1,
'position' => 511,
'notnull' => -1,
'visible' => -2,),
110 'last_main_doc' => array(
'type' =>
'varchar(255)',
'label' =>
'LastMainDoc',
'enabled' => 1,
'position' => 600,
'notnull' => 0,
'visible' => 0,),
111 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'position' => 1000,
'notnull' => -1,
'visible' => -2,),
112 'model_pdf' => array(
'type' =>
'varchar(255)',
'label' =>
'Model pdf',
'enabled' => 1,
'position' => 1010,
'notnull' => -1,
'visible' => 0,),
113 'ip' => array(
'type' =>
'varchar(250)',
'label' =>
'IPAddress',
'enabled' => 1,
'position' => 900,
'notnull' => -1,
'visible' => -2,),
114 'status' => array(
'type' =>
'smallint',
'label' =>
'Status',
'enabled' => 1,
'position' => 1000,
'default' =>
'0',
'notnull' => 1,
'visible' => 1,
'index' => 1,
'arrayofkeyval' => array(
'0' =>
'Draft',
'1' =>
'Registered',
'5' =>
'ShowedUp',
'9' =>
'Canceled'),),
127 public $fk_actioncomm;
151 public $email_company;
155 public $date_subscription;
171 public $note_private;
175 public $fk_user_creat;
179 public $fk_user_modif;
183 public $last_main_doc;
242 global
$conf, $langs;
246 $this->ismultientitymanaged =
'fk_project@projet';
247 $this->isextrafieldmanaged = 1;
250 $this->fields[
'rowid'][
'visible'] = 0;
252 if (!isModEnabled(
'multicompany') && isset($this->fields[
'entity'])) {
253 $this->fields[
'entity'][
'enabled'] = 0;
257 $this->fields[
'fk_soc'][
'type'] .=
' AND rowid IN (SELECT DISTINCT c.fk_soc FROM '.MAIN_DB_PREFIX.
'categorie_societe as c WHERE c.fk_categorie='.(int)
$conf->global->EVENTORGANIZATION_FILTERATTENDEES_CAT.
')';
259 if (isset(
$conf->global->EVENTORGANIZATION_FILTERATTENDEES_TYPE)
262 $this->fields[
'fk_soc'][
'type'] .=
' AND (client:=:'.((int)
getDolGlobalInt(
'EVENTORGANIZATION_FILTERATTENDEES_TYPE', 0) .
')');
272 foreach ($this->fields as $key => $val) {
273 if (isset($val[
'enabled']) && empty($val[
'enabled'])) {
274 unset($this->fields[$key]);
279 if (is_object($langs)) {
280 foreach ($this->fields as $key => $val) {
281 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
282 foreach ($val[
'arrayofkeyval'] as $key2 => $val2) {
283 $this->fields[$key][
'arrayofkeyval'][$key2] = $langs->trans($val2);
302 $langs->load(
"errors");
303 $this->errors[] = $langs->trans(
"ErrorBadEMail", $this->
email);
309 $result = $this->
fetch($result);
311 $this->
ref = (string) $this->
id;
312 $result = $this->
update($user);
327 global $langs, $extrafields;
337 $result =
$object->fetchCommon($fromid);
338 if ($result > 0 && !empty(
$object->table_element_line)) {
349 unset(
$object->user_creation_id);
353 if (property_exists(
$object,
'ref')) {
355 $object->ref = empty($this->fields[
'ref'][
'default']) ?
"(PROV)" : $this->fields[
'ref'][
'default'];
357 if (property_exists(
$object,
'status')) {
358 $object->status = self::STATUS_DRAFT;
360 if (property_exists(
$object,
'date_creation')) {
363 if (property_exists(
$object,
'date_modification')) {
364 $object->date_modification =
null;
368 if (is_array(
$object->array_options) && count(
$object->array_options) > 0) {
369 $extrafields->fetch_name_optionals_label($this->table_element);
370 foreach (
$object->array_options as $key => $option) {
371 $shortkey = preg_replace(
'/options_/',
'', $key);
372 if (!empty($extrafields->attributes[$this->table_element][
'unique'][$shortkey])) {
375 unset(
$object->array_options[$key]);
381 $object->context[
'createfromclone'] =
'createfromclone';
382 $result =
$object->createCommon($user);
388 $result =
$object->update($user);
400 if (property_exists($this,
'fk_soc') && $this->fk_soc ==
$object->socid) {
407 unset(
$object->context[
'createfromclone']);
414 $this->db->rollback();
426 public function fetch($id, $ref =
null)
429 if ($result > 0 && !empty($this->table_element_line)) {
442 $this->lines = array();
461 public function fetchAll($sortorder =
'', $sortfield =
'', $limit = 0, $offset = 0, $filter =
'', $filtermode =
'AND')
469 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
470 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"actioncomm as a on a.id = t.fk_actioncomm";
471 if (isset($this->ismultientitymanaged) && $this->ismultientitymanaged == 1) {
472 $sql .=
' WHERE t.entity IN ('.getEntity($this->element).
')';
474 $sql .=
' WHERE 1 = 1';
478 if (is_array($filter)) {
479 dol_syslog(
"You are using a deprecated use of fetchAll. filter parameter must be an USF string now.", LOG_WARNING);
481 if (count($filter) > 0) {
482 foreach ($filter as $key => $value) {
483 if ($key ==
't.rowid' || $key ==
't.fk_soc' || $key ==
't.fk_project' || $key ==
't.fk_actioncomm') {
484 $sqlwhere[] = $this->db->sanitize($key).
' = '.((int) $value);
485 } elseif (!empty($this->fields[$key]) && in_array($this->fields[$key][
'type'], array(
'date',
'datetime',
'timestamp'))) {
486 $sqlwhere[] = $this->db->sanitize($key).
" = '".$this->db->idate($value).
"'";
487 } elseif ($key ==
'customsql') {
488 $sqlwhere[] = $value;
489 } elseif (strpos($value,
'%') ===
false) {
490 $sqlwhere[] = $this->db->sanitize($key).
' IN ('.$this->db->sanitize($this->db->escape($value)).
')';
492 $sqlwhere[] = $this->db->sanitize($key).
" LIKE '%".$this->db->escape($value).
"%'";
496 if (count($sqlwhere) > 0) {
497 $sql .=
' AND ('.implode(
' '.$this->db->escape($filtermode).
' ', $sqlwhere).
')';
507 $this->errors[] = $errormessage;
508 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
512 if (!empty($sortfield)) {
513 $sql .= $this->db->order($sortfield, $sortorder);
515 if (!empty($limit)) {
516 $sql .= $this->db->plimit($limit, $offset);
519 $resql = $this->db->query($sql);
521 $num = $this->db->num_rows($resql);
523 while ($i < ($limit ? min($limit, $num) : $num)) {
524 $obj = $this->db->fetch_object($resql);
526 $record =
new self($this->db);
527 $record->setVarsFromFetchObj($obj);
529 $records[$record->id] = $record;
533 $this->db->free($resql);
537 $this->errors[] =
'Error '.$this->db->lasterror();
538 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
563 public function delete(
User $user, $notrigger = 0)
580 $this->error =
'ErrorDeleteLineNotAllowedByObjectStatus';
599 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
604 if ($this->
status == self::STATUS_VALIDATED) {
605 dol_syslog(get_class($this).
"::validate action abandoned: already validated", LOG_WARNING);
614 $num = (string) $this->
ref;
615 if (!$error && (preg_match(
'/^[\(]?PROV/i', $num) || empty($num))) {
619 $this->newref = (string) $num;
623 $sql =
"UPDATE ".MAIN_DB_PREFIX.$this->table_element;
624 $sql .=
" SET ref = '".$this->db->escape($num).
"',";
625 $sql .=
" status = ".self::STATUS_VALIDATED;
626 if (!empty($this->fields[
'date_validation'])) {
627 $sql .=
", date_validation = '".$this->db->idate($now).
"'";
629 if (!empty($this->fields[
'fk_user_valid'])) {
630 $sql .=
", fk_user_valid = ".((int) $user->id);
632 $sql .=
" WHERE rowid = ".((int) $this->
id);
634 dol_syslog(get_class($this).
"::validate()", LOG_DEBUG);
635 $resql = $this->db->query($sql);
638 $this->error = $this->db->lasterror();
642 if (!$error && !$notrigger) {
644 $result = $this->
call_trigger(
'CONFERENCEORBOOTHATTENDEE_VALIDATE', $user);
653 $this->oldref = $this->ref;
656 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
658 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filename = CONCAT('".$this->db->escape($this->newref).
"', SUBSTR(filename, ".(strlen($this->
ref) + 1).
")), filepath = 'conferenceorboothattendee/".$this->db->escape($this->newref).
"'";
659 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'conferenceorboothattendee/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
660 $resql = $this->db->query($sql);
663 $this->error = $this->db->lasterror();
665 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filepath = 'conferenceorboothattendee/".$this->db->escape($this->newref).
"'";
666 $sql .=
" WHERE filepath = 'conferenceorboothattendee/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
667 $resql = $this->db->query($sql);
670 $this->error = $this->db->lasterror();
676 $dirsource =
$conf->eventorganization->dir_output.
'/conferenceorboothattendee/'.$oldref;
677 $dirdest =
$conf->eventorganization->dir_output.
'/conferenceorboothattendee/'.$newref;
678 if (!$error && file_exists($dirsource)) {
679 dol_syslog(get_class($this).
"::validate() rename dir ".$dirsource.
" into ".$dirdest);
681 if (@rename($dirsource, $dirdest)) {
684 $listoffiles =
dol_dir_list(
$conf->eventorganization->dir_output.
'/conferenceorboothattendee/'.$newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
685 foreach ($listoffiles as $fileentry) {
686 $dirsource = $fileentry[
'name'];
687 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
688 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
689 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
690 @rename($dirsource, $dirdest);
700 $this->
status = self::STATUS_VALIDATED;
707 $this->db->rollback();
721 include_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
723 if (empty($this->fk_project) && !empty($this->fk_projet)) {
724 $this->fk_project = $this->fk_projet;
726 if (empty($this->fk_project)) {
730 $project =
new Project($this->db);
731 $result = $project->fetch($this->fk_project);
733 $this->projet = $project;
734 $this->project = $project;
748 if ($this->
status <= self::STATUS_DRAFT) {
752 return $this->
setStatusCommon($user, self::STATUS_DRAFT, $notrigger,
'CONFERENCEORBOOTHATTENDEE_UNVALIDATE');
762 public function cancel($user, $notrigger = 0)
765 if ($this->
status != self::STATUS_VALIDATED) {
769 return $this->
setStatusCommon($user, self::STATUS_CANCELED, $notrigger,
'CONFERENCEORBOOTHATTENDEE_CANCEL');
779 public function reopen($user, $notrigger = 0)
782 if ($this->
status != self::STATUS_CANCELED) {
786 return $this->
setStatusCommon($user, self::STATUS_VALIDATED, $notrigger,
'CONFERENCEORBOOTHATTENDEE_REOPEN');
799 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
801 global
$conf, $langs, $hookmanager;
803 if (!empty(
$conf->dol_no_mouse_hover)) {
809 $label =
img_picto(
'', $this->picto).
' <u>'.$langs->trans(
"ConferenceOrBoothAttendee").
'</u>';
810 if (isset($this->
status)) {
811 $label .=
' '.$this->getLibStatut(5);
814 $label .=
'<b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
815 $label .=
'<br><b>'.$langs->trans(
'DateOfRegistration').
':</b> '.
dol_print_date($this->date_subscription,
'dayhour');
816 $label .=
'<br><b>'.$langs->trans(
'AmountPaid').
':</b> '.$this->amount;
818 $url = DOL_URL_ROOT.
'/eventorganization/conferenceorboothattendee_card.php?id='.$this->id;
820 if ($option !=
'nolink') {
822 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
823 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
824 $add_save_lastsearch_values = 1;
826 if ($add_save_lastsearch_values) {
827 $url .=
'&save_lastsearch_values=1';
830 if ($option ==
'conforboothid') {
831 $url .=
'&conforboothid='.((int) $this->fk_actioncomm);
834 if ($option ==
'projectid') {
835 $url .=
'&fk_project='.((int) $this->fk_project).
'&withproject=1';
838 if ($option ==
'conforboothidproject') {
839 $url .=
'&conforboothid='.((int) $this->fk_actioncomm).
'&withproject=1';
844 if (empty($notooltip)) {
846 $label = $langs->trans(
"ShowConferenceOrBoothAttendee");
847 $linkclose .=
' alt="'.dolPrintHTMLForAttribute($label).
'"';
849 $linkclose .=
' title="'.dolPrintHTMLForAttribute($label).
'"';
850 $linkclose .=
' class="classfortooltip'.($morecss ?
' '.$morecss :
'').
'"';
852 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
855 if ($option ==
'nolink') {
856 $linkstart =
'<span';
858 $linkstart =
'<a href="'.$url.
'"';
860 $linkstart .= $linkclose.
'>';
861 if ($option ==
'nolink') {
862 $linkend =
'</span>';
867 $result .= $linkstart;
869 if (empty($this->showphoto_on_popup)) {
871 $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);
875 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
877 list($class, $module) = explode(
'@', $this->picto);
880 $filename = $filearray[0][
'name'];
881 if (!empty($filename)) {
882 $pospoint = strpos($filearray[0][
'name'],
'.');
884 $pathtophoto = $class.
'/'.$this->
ref.
'/thumbs/'.substr($filename, 0, $pospoint).
'_mini'.substr($filename, $pospoint);
886 $result .=
'<div class="floatleft inline-block valignmiddle divphotoref"><div class="photoref"><img class="photo'.$module.
'" alt="No photo" border="0" src="'.DOL_URL_ROOT.
'/viewimage.php?modulepart='.$module.
'&entity='.
$conf->entity.
'&file='.urlencode($pathtophoto).
'"></div></div>';
888 $result .=
'<div class="floatleft inline-block valignmiddle divphotoref"><img class="photouserphoto userphoto" alt="No photo" border="0" src="'.DOL_URL_ROOT.
'/viewimage.php?modulepart='.$module.
'&entity='.
$conf->entity.
'&file='.urlencode($pathtophoto).
'"></div>';
893 $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);
898 if ($withpicto != 2) {
899 $result .= $this->ref;
905 global $action, $hookmanager;
906 $hookmanager->initHooks(array(
'conferenceorboothattendeedao'));
907 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
908 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
910 $result = $hookmanager->resPrint;
912 $result .= $hookmanager->resPrint;
953 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
955 $this->labelStatus[self::STATUS_DRAFT] = $langs->trans(
'Draft');
956 $this->labelStatus[self::STATUS_VALIDATED] = $langs->trans(
'Registered');
957 $this->labelStatus[self::STATUS_USED] = $langs->trans(
'ShowedUp');
958 $this->labelStatus[self::STATUS_CANCELED] = $langs->trans(
'Disabled');
959 $this->labelStatusShort[self::STATUS_DRAFT] = $langs->trans(
'Draft');
960 $this->labelStatusShort[self::STATUS_VALIDATED] = $langs->trans(
'Registered');
961 $this->labelStatusShort[self::STATUS_USED] = $langs->trans(
'ShowedUp');
962 $this->labelStatusShort[self::STATUS_CANCELED] = $langs->trans(
'Disabled');
965 $labelStatus = $this->labelStatus[$status];
966 $labelStatusShort = $this->labelStatusShort[$status];
968 $statusType =
'status'.$status;
969 if ($status == self::STATUS_VALIDATED) {
970 $statusType =
'status2';
972 if ($status == self::STATUS_CANCELED) {
973 $statusType =
'status9';
976 if ($status == self::STATUS_VALIDATED && $this->date_subscription && $this->amount) {
977 $statusType =
'status4';
978 $labelStatus .=
' - '.$langs->trans(
"Paid");
981 if ($status == self::STATUS_USED) {
982 $statusType =
'status6';
985 return dolGetStatus($labelStatus, $labelStatusShort,
'', $statusType, $mode);
996 $sql =
'SELECT rowid, date_creation as datec, tms as datem,';
997 $sql .=
' fk_user_creat, fk_user_modif';
998 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
999 $sql .=
' WHERE t.rowid = '.((int) $id);
1000 $result = $this->db->query($sql);
1002 if ($this->db->num_rows($result)) {
1003 $obj = $this->db->fetch_object($result);
1005 $this->
id = $obj->rowid;
1007 $this->user_creation_id = $obj->fk_user_creat;
1008 $this->user_modification_id = $obj->fk_user_modif;
1009 $this->date_creation = $this->db->jdate($obj->datec);
1010 $this->date_modification = empty($obj->datem) ?
'' : $this->db->jdate($obj->datem);
1013 $this->db->free($result);
1037 global $langs,
$conf;
1038 $langs->load(
"eventorganization@eventorganization");
1041 $conf->global->EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON =
'mod_conferenceorboothattendee_standard';
1047 $file =
getDolGlobalString(
'EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON') .
".php";
1048 $classname =
getDolGlobalString(
'EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON');
1051 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
1052 foreach ($dirmodels as $reldir) {
1053 $dir =
dol_buildpath($reldir.
"core/modules/eventorganization/");
1056 $mybool = ((bool) @include_once $dir.$file) || $mybool;
1064 if (class_exists($classname)) {
1065 $obj =
new $classname();
1066 '@phan-var-force CommonNumRefGenerator $obj';
1067 $numref = $obj->getNextValue($this);
1069 if ($numref !=
'' && $numref !=
'-1') {
1072 $this->error = $obj->error;
1077 print $langs->trans(
"Error").
" ".$langs->trans(
"ClassNotFound").
' '.$classname;
1081 print $langs->trans(
"ErrorNumberingModuleNotSetup", $this->element);
1097 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
1099 global
$conf, $langs;
1102 $includedocgeneration = 0;
1104 $langs->load(
"eventorganization@eventorganization");
1107 $modele =
'standard_conferenceorboothattendee';
1109 if (!empty($this->model_pdf)) {
1110 $modele = $this->model_pdf;
1116 $modelpath =
"core/modules/eventorganization/doc/";
1118 if ($includedocgeneration && !empty($modele)) {
1119 $result = $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
1134 global
$conf, $langs;
1150 $this->db->commit();
1166 'eventorganization_conferenceorboothattendee'
1181 public function getFullName($langs, $option = 0, $nameorder = -1, $maxlen = 0)
1183 $lastname = $this->lastname;
1184 $firstname = $this->firstname;
1185 if (empty($lastname)) {
1186 $lastname = (isset($this->lastname) ? $this->lastname : (isset($this->
name) ? $this->
name : (isset($this->nom) ? $this->nom : (isset($this->societe) ? $this->societe : (isset($this->company) ? $this->company :
'')))));
1198require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobjectline.class.php';
1217 $this->isextrafieldmanaged = 0;
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Parent class of all other business classes (invoices, contracts, proposals, orders,...
deleteLineCommon(User $user, $idline, $notrigger=0)
Delete a line of object in database.
commonGenerateDocument($modelspath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams=null)
Common function for all objects extending CommonObject for generating documents.
setErrorsFromObject($object)
setErrorsFromObject
createCommon(User $user, $notrigger=0)
Create object in the database.
getFieldList($alias='', $excludefields=array())
Function to concat keys of fields.
updateCommon(User $user, $notrigger=0)
Update object into database.
setStatusCommon($user, $status, $notrigger=0, $triggercode='')
Set to a status.
initAsSpecimenCommon()
Initialise object with example values Id must be 0 if object instance is a specimen.
copy_linked_contact($objFrom, $source='internal')
Copy contact from one element to current.
static commonReplaceThirdparty(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a thirdparty id with another one.
fetchLinesCommon($morewhere='', $noextrafields=0)
Load object in memory from the database.
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.
call_trigger($triggerName, $user)
Call trigger based on this instance.
Parent class for class inheritance lines of business objects This class is useless for the moment so ...
Class for ConferenceOrBoothAttendee.
cancel($user, $notrigger=0)
Set cancel status.
createFromClone(User $user, $fromid)
Clone an object into another one.
getLibStatut($mode=0)
Return the label of the status.
info($id)
Load the info information in the object.
fetch($id, $ref=null)
Load object in memory from the database.
getLabelStatus($mode=0)
Return the label of the status.
create(User $user, $notrigger=0)
Create object into database.
fetchLines()
Load object lines in memory from the database.
initAsSpecimen()
Initialise object with example values Id must be 0 if object instance is a specimen.
getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1)
Return a link to the object card (with optionally the picto)
LibStatut($status, $mode=0)
Return the status.
static replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
Function used to replace a thirdparty id with another one.
fetch_projet()
Load the project with id $this->fk_project into this->project.
getFullName($langs, $option=0, $nameorder=-1, $maxlen=0)
Return full name ('name+' '+lastname)
__construct(DoliDB $db)
Constructor.
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
Create a document onto disk according to template module.
deleteLine(User $user, $idline, $notrigger=0)
Delete a line of object in database.
update(User $user, $notrigger=0)
Update object into database.
doScheduledJob()
Action executed by scheduler CAN BE A CRON TASK.
reopen($user, $notrigger=0)
Set back to validated status.
fetchAll($sortorder='', $sortfield='', $limit=0, $offset=0, $filter='', $filtermode='AND')
Load list of objects in memory from the database.
getNextNumRef()
Returns the reference to the following non used object depending on the active numbering module.
setDraft($user, $notrigger=0)
Set draft status.
validate($user, $notrigger=0)
Validate object.
Class ConferenceOrBoothAttendeeLine.
__construct(DoliDB $db)
Constructor.
Class to manage Dolibarr database access.
Class to manage projects.
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...
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as p label as s rowid as s nom as s email
Sender: Who sends the email ("Sender" has sent emails on behalf of "From").
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
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_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
forgeSQLFromUniversalSearchCriteria($filter, &$errorstr='', $noand=0, $nopar=0, $noerror=0)
forgeSQLFromUniversalSearchCriteria
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
dolGetFirstLastname($firstname, $lastname, $nameorder=-1)
Return firstname and lastname in correct order.
dolGetStatus($statusLabel='', $statusLabelShort='', $html='', $statusType='status0', $displayMode=0, $url='', $params=array())
Output the badge of a status.
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...
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '…' if string larger than length.
isValidEmail($address, $acceptsupervisorkey=0, $acceptuserkey=0)
Return true if email syntax is ok.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1, $includequotes=0)
Clean a string to use it as a file name.
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...
$conf db name
Only used if Module[ID]Name translation string is not found.