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' => 1,
'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;
168 public $fk_user_creat;
172 public $fk_user_modif;
176 public $last_main_doc;
236 global
$conf, $langs;
240 $this->ismultientitymanaged =
'fk_project@projet';
241 $this->isextrafieldmanaged = 1;
244 $this->fields[
'rowid'][
'visible'] = 0;
246 if (!
isModEnabled(
'multicompany') && isset($this->fields[
'entity'])) {
247 $this->fields[
'entity'][
'enabled'] = 0;
251 $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.
')';
253 if (isset(
$conf->global->EVENTORGANIZATION_FILTERATTENDEES_TYPE)
256 $this->fields[
'fk_soc'][
'type'] .=
' AND (client:=:'.((int)
getDolGlobalInt(
'EVENTORGANIZATION_FILTERATTENDEES_TYPE', 0) .
')');
266 foreach ($this->fields as $key => $val) {
267 if (isset($val[
'enabled']) && empty($val[
'enabled'])) {
268 unset($this->fields[$key]);
273 if (is_object($langs)) {
274 foreach ($this->fields as $key => $val) {
275 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
276 foreach ($val[
'arrayofkeyval'] as $key2 => $val2) {
277 $this->fields[$key][
'arrayofkeyval'][$key2] = $langs->trans($val2);
296 $langs->load(
"errors");
297 $this->errors[] = $langs->trans(
"ErrorBadEMail", $this->
email);
303 $result = $this->
fetch($result);
304 if ($result > 0 && empty($this->
ref)) {
306 $result = $this->
update($user);
321 global $langs, $extrafields;
331 $result =
$object->fetchCommon($fromid);
332 if ($result > 0 && !empty(
$object->table_element_line)) {
343 unset(
$object->user_creation_id);
348 $object->status = self::STATUS_DRAFT;
350 $object->date_modification =
null;
353 if (is_array(
$object->array_options) && count(
$object->array_options) > 0) {
354 $extrafields->fetch_name_optionals_label($this->table_element);
355 foreach (
$object->array_options as $key => $option) {
356 $shortkey = preg_replace(
'/options_/',
'', $key);
357 if (!empty($extrafields->attributes[$this->table_element][
'unique'][$shortkey])) {
358 unset(
$object->array_options[$key]);
364 $object->context[
'createfromclone'] =
'createfromclone';
365 $result =
$object->createCommon($user);
371 $result =
$object->update($user);
383 if (!empty($this->fk_soc) && $this->fk_soc ==
$object->socid) {
390 unset(
$object->context[
'createfromclone']);
397 $this->db->rollback();
409 public function fetch($id, $ref =
null)
412 if ($result > 0 && !empty($this->table_element_line)) {
425 $this->lines = array();
444 public function fetchAll($sortorder =
'', $sortfield =
'', $limit = 0, $offset = 0, $filter =
'', $filtermode =
'AND')
452 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
453 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"actioncomm as a on a.id = t.fk_actioncomm";
454 if (isset($this->ismultientitymanaged) && $this->ismultientitymanaged == 1) {
455 $sql .=
' WHERE t.entity IN ('.getEntity($this->element).
')';
457 $sql .=
' WHERE 1 = 1';
461 if (is_array($filter)) {
462 dol_syslog(
"You are using a deprecated use of fetchAll. filter parameter must be an USF string now.", LOG_WARNING);
464 if (count($filter) > 0) {
465 foreach ($filter as $key => $value) {
466 if ($key ==
't.rowid' || $key ==
't.fk_soc' || $key ==
't.fk_project' || $key ==
't.fk_actioncomm') {
467 $sqlwhere[] = $this->db->sanitize($key).
' = '.((int) $value);
468 } elseif (!empty($this->fields[$key]) && in_array($this->fields[$key][
'type'], array(
'date',
'datetime',
'timestamp'))) {
469 $sqlwhere[] = $this->db->sanitize($key).
" = '".$this->db->idate((
int) $value).
"'";
470 } elseif ($key ==
'customsql') {
471 $sqlwhere[] = $value;
472 } elseif (strpos($value,
'%') ===
false) {
473 $sqlwhere[] = $this->db->sanitize($key).
' IN ('.$this->db->sanitize($this->db->escape($value)).
')';
475 $sqlwhere[] = $this->db->sanitize($key).
" LIKE '%".$this->db->escape($value).
"%'";
479 if (count($sqlwhere) > 0) {
480 $sql .=
' AND ('.implode(
' '.$this->db->escape($filtermode).
' ', $sqlwhere).
')';
488 $sql .= forgeSQLFromUniversalSearchCriteria($filter, $errormessage);
490 $this->errors[] = $errormessage;
491 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
495 if (!empty($sortfield)) {
496 $sql .= $this->db->order($sortfield, $sortorder);
498 if (!empty($limit)) {
499 $sql .= $this->db->plimit($limit, $offset);
502 $resql = $this->db->query($sql);
504 $num = $this->db->num_rows($resql);
506 while ($i < ($limit ? min($limit, $num) : $num)) {
507 $obj = $this->db->fetch_object($resql);
509 $record =
new self($this->db);
510 $record->setVarsFromFetchObj($obj);
512 $records[$record->id] = $record;
516 $this->db->free($resql);
520 $this->errors[] =
'Error '.$this->db->lasterror();
521 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
546 public function delete(
User $user, $notrigger = 0)
563 $this->error =
'ErrorDeleteLineNotAllowedByObjectStatus';
582 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
587 if ($this->
status == self::STATUS_VALIDATED) {
588 dol_syslog(get_class($this).
"::validate action abandoned: already validated", LOG_WARNING);
598 if (preg_match(
'/^[\(]?PROV/i', $num) || empty($num)) {
602 $this->newref = (
string) $num;
606 $sql =
"UPDATE ".MAIN_DB_PREFIX.$this->table_element;
607 $sql .=
" SET ref = '".$this->db->escape($num).
"',";
608 $sql .=
" status = ".self::STATUS_VALIDATED;
609 if (!empty($this->fields[
'date_validation'])) {
610 $sql .=
", date_validation = '".$this->db->idate($now).
"'";
612 if (!empty($this->fields[
'fk_user_valid'])) {
613 $sql .=
", fk_user_valid = ".((int) $user->id);
615 $sql .=
" WHERE rowid = ".((int) $this->
id);
617 dol_syslog(get_class($this).
"::validate()", LOG_DEBUG);
618 $resql = $this->db->query($sql);
621 $this->error = $this->db->lasterror();
625 if (!$error && !$notrigger) {
627 $result = $this->call_trigger(
'CONFERENCEORBOOTHATTENDEE_VALIDATE', $user);
636 $this->oldref = $this->ref;
639 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
641 $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).
"'";
642 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'conferenceorboothattendee/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
643 $resql = $this->db->query($sql);
646 $this->error = $this->db->lasterror();
648 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filepath = 'conferenceorboothattendee/".$this->db->escape($this->newref).
"'";
649 $sql .=
" WHERE filepath = 'conferenceorboothattendee/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
650 $resql = $this->db->query($sql);
653 $this->error = $this->db->lasterror();
659 $dirsource =
$conf->eventorganization->dir_output.
'/conferenceorboothattendee/'.$oldref;
660 $dirdest =
$conf->eventorganization->dir_output.
'/conferenceorboothattendee/'.$newref;
661 if (!$error && file_exists($dirsource)) {
662 dol_syslog(get_class($this).
"::validate() rename dir ".$dirsource.
" into ".$dirdest);
664 if (@rename($dirsource, $dirdest)) {
667 $listoffiles =
dol_dir_list(
$conf->eventorganization->dir_output.
'/conferenceorboothattendee/'.$newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
668 foreach ($listoffiles as $fileentry) {
669 $dirsource = $fileentry[
'name'];
670 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
671 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
672 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
673 @rename($dirsource, $dirdest);
683 $this->
status = self::STATUS_VALIDATED;
690 $this->db->rollback();
704 include_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
706 if (empty($this->fk_project) && !empty($this->fk_projet)) {
707 $this->fk_project = $this->fk_projet;
709 if (empty($this->fk_project)) {
713 $project =
new Project($this->db);
714 $result = $project->fetch($this->fk_project);
716 $this->project = $project;
731 if ($this->
status <= self::STATUS_DRAFT) {
735 return $this->
setStatusCommon($user, self::STATUS_DRAFT, $notrigger,
'CONFERENCEORBOOTHATTENDEE_UNVALIDATE');
745 public function cancel($user, $notrigger = 0)
748 if ($this->
status != self::STATUS_VALIDATED) {
752 return $this->
setStatusCommon($user, self::STATUS_CANCELED, $notrigger,
'CONFERENCEORBOOTHATTENDEE_CANCEL');
762 public function reopen($user, $notrigger = 0)
765 if ($this->
status != self::STATUS_CANCELED) {
769 return $this->
setStatusCommon($user, self::STATUS_VALIDATED, $notrigger,
'CONFERENCEORBOOTHATTENDEE_REOPEN');
782 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
784 global
$conf, $langs, $hookmanager;
786 if (!empty(
$conf->dol_no_mouse_hover)) {
792 $label =
img_picto(
'', $this->picto).
' <u>'.$langs->trans(
"ConferenceOrBoothAttendee").
'</u>';
793 if (isset($this->
status)) {
794 $label .=
' '.$this->getLibStatut(5);
797 $label .=
'<b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
798 $label .=
'<br><b>'.$langs->trans(
'DateOfRegistration').
':</b> '.
dol_print_date($this->date_subscription,
'dayhour');
799 $label .=
'<br><b>'.$langs->trans(
'AmountPaid').
':</b> '.$this->amount;
801 $url = DOL_URL_ROOT.
'/eventorganization/conferenceorboothattendee_card.php?id='.$this->id;
803 if ($option !=
'nolink') {
805 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
806 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
807 $add_save_lastsearch_values = 1;
809 if ($add_save_lastsearch_values) {
810 $url .=
'&save_lastsearch_values=1';
813 if ($option ==
'conforboothid') {
814 $url .=
'&conforboothid='.((int) $this->fk_actioncomm);
817 if ($option ==
'projectid') {
818 $url .=
'&fk_project='.((int) $this->fk_project).
'&withproject=1';
821 if ($option ==
'thirdpartyid') {
822 $url = DOL_URL_ROOT.
'/eventorganization/conferenceorboothattendee_list.php?thirdpartyid='.$this->id;
825 if ($option ==
'conforboothidproject') {
826 $url .=
'&conforboothid='.((int) $this->fk_actioncomm).
'&withproject=1';
831 if (empty($notooltip)) {
833 $label = $langs->trans(
"ShowConferenceOrBoothAttendee");
834 $linkclose .=
' alt="'.dolPrintHTMLForAttribute($label).
'"';
836 $linkclose .=
' title="'.dolPrintHTMLForAttribute($label).
'"';
837 $linkclose .=
' class="classfortooltip'.($morecss ?
' '.$morecss :
'').
'"';
839 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
842 if ($option ==
'nolink') {
843 $linkstart =
'<span';
845 $linkstart =
'<a href="'.$url.
'"';
847 $linkstart .= $linkclose.
'>';
848 if ($option ==
'nolink') {
849 $linkend =
'</span>';
854 $result .= $linkstart;
856 if (empty($this->showphoto_on_popup)) {
858 $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);
862 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
864 list($class, $module) = explode(
'@', $this->picto);
867 $filename = $filearray[0][
'name'];
868 if (!empty($filename)) {
869 $pospoint = strpos($filearray[0][
'name'],
'.');
871 $pathtophoto = $class.
'/'.$this->
ref.
'/thumbs/'.substr($filename, 0, $pospoint).
'_mini'.substr($filename, $pospoint);
873 $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>';
875 $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>';
880 $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);
885 if ($withpicto != 2) {
886 $result .= $this->ref;
892 global $action, $hookmanager;
893 $hookmanager->initHooks(array(
'conferenceorboothattendeedao'));
894 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
895 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
897 $result = $hookmanager->resPrint;
899 $result .= $hookmanager->resPrint;
940 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
942 $this->labelStatus[self::STATUS_DRAFT] = $langs->trans(
'Draft');
943 $this->labelStatus[self::STATUS_VALIDATED] = $langs->trans(
'Registered');
944 $this->labelStatus[self::STATUS_USED] = $langs->trans(
'ShowedUp');
945 $this->labelStatus[self::STATUS_CANCELED] = $langs->trans(
'Disabled');
946 $this->labelStatusShort[self::STATUS_DRAFT] = $langs->trans(
'Draft');
947 $this->labelStatusShort[self::STATUS_VALIDATED] = $langs->trans(
'Registered');
948 $this->labelStatusShort[self::STATUS_USED] = $langs->trans(
'ShowedUp');
949 $this->labelStatusShort[self::STATUS_CANCELED] = $langs->trans(
'Disabled');
952 $labelStatus = $this->labelStatus[$status];
953 $labelStatusShort = $this->labelStatusShort[$status];
955 $statusType =
'status'.$status;
956 if ($status == self::STATUS_VALIDATED) {
957 $statusType =
'status2';
959 if ($status == self::STATUS_CANCELED) {
960 $statusType =
'status9';
963 if ($status == self::STATUS_VALIDATED && $this->date_subscription && $this->
amount) {
964 $statusType =
'status4';
965 $labelStatus .=
' - '.$langs->trans(
"Paid");
968 if ($status == self::STATUS_USED) {
969 $statusType =
'status6';
972 return dolGetStatus($labelStatus, $labelStatusShort,
'', $statusType, $mode);
983 $sql =
'SELECT rowid, date_creation as datec, tms as datem,';
984 $sql .=
' fk_user_creat, fk_user_modif';
985 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
986 $sql .=
' WHERE t.rowid = '.((int) $id);
987 $result = $this->db->query($sql);
989 if ($this->db->num_rows($result)) {
990 $obj = $this->db->fetch_object($result);
992 $this->
id = $obj->rowid;
994 $this->user_creation_id = $obj->fk_user_creat;
995 $this->user_modification_id = $obj->fk_user_modif;
996 $this->date_creation = $this->db->jdate($obj->datec);
997 $this->date_modification = empty($obj->datem) ?
'' : $this->db->jdate($obj->datem);
1000 $this->db->free($result);
1024 global $langs,
$conf;
1025 $langs->load(
"eventorganization@eventorganization");
1028 $conf->global->EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON =
'mod_conferenceorboothattendee_standard';
1034 $file =
getDolGlobalString(
'EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON') .
".php";
1035 $classname =
getDolGlobalString(
'EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON');
1038 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
1039 foreach ($dirmodels as $reldir) {
1040 $dir =
dol_buildpath($reldir.
"core/modules/eventorganization/");
1043 $mybool = ((bool) @include_once $dir.$file) || $mybool;
1051 if (class_exists($classname)) {
1052 $obj =
new $classname();
1053 '@phan-var-force CommonNumRefGenerator $obj';
1054 $numref = $obj->getNextValue($this);
1056 if ($numref !=
'' && $numref !=
'-1') {
1059 $this->error = $obj->error;
1064 print $langs->trans(
"Error").
" ".$langs->trans(
"ClassNotFound").
' '.$classname;
1068 print $langs->trans(
"ErrorNumberingModuleNotSetup", $this->element);
1084 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
1086 global
$conf, $langs;
1090 $langs->load(
"eventorganization@eventorganization");
1093 $modele =
'standard_conferenceorboothattendee';
1095 if (!empty($this->model_pdf)) {
1096 $modele = $this->model_pdf;
1102 $modelpath =
"core/modules/eventorganization/doc/";
1104 if (!empty($modele)) {
1105 $result = $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
1122 'eventorganization_conferenceorboothattendee'
1137 public function getFullName($langs, $option = 0, $nameorder = -1, $maxlen = 0)
1139 $lastname = $this->lastname;
1140 $firstname = $this->firstname;
1141 if (empty($lastname)) {
1142 $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 :
'')))));
1154require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobjectline.class.php';
1173 $this->isextrafieldmanaged = 0;
if(! $sortfield) if(! $sortorder) $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.
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.
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.
dol_now($mode='gmt')
Return date for now.
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_sanitizeFileName($str, $newstr='_', $unaccent=1, $includequotes=0, $allowdash=0)
Clean a string to use it as a file name.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dolGetFirstLastname($firstname, $lastname, $nameorder=-1)
Return firstname and lastname in correct order.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false, $decorate=0)
Output date in a string format according to outputlangs (or langs if not defined).
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.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
isModEnabled($module)
Is Dolibarr module enabled.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
print $langs trans("Show") . '< td style="' . $timeColor . '" align="center"> s</td > badge status0 badge status4 badge status3 Error badge status8< td align="center">< span class="badge ' . $badge . '"></span ></td >< td align="center">< a href="#" class="button button-small" onclick="openLogModal(this)" data-req="' . dol_escape_htmltag($reqSafe) . '" data-res="' . dol_escape_htmltag($resSafe) . '" data-err="' . dol_escape_htmltag($errSafe) . '">< span class="fa fa-search-plus"></span ></a ></td ></tr >< tr >< td colspan="' . $colspan . '" class="opacitymedium"></td ></tr ></table ></div ></form > logModal none logModal none s a JSON string
buildzip.php
print $langs trans('Date')." left Ref Label right Qty right Price right TotalHT right TotalTTC right right right right right right right right right centpercent right TotalHT right n right VAT right n right TotalVAT right n No sujeto a RE IRPF right TotalLT1 right n right TotalLT2 right n right TotalTTC right n takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency right TotalTTC takeposcustomercurrency right takeposcustomercurrency n right Paid right PaymentTypeShortLIQ right SELECT p pos_change as p datep as p p num_paiement as f pf amount as amount
$conf db name
Only used if Module[ID]Name translation string is not found.