dolibarr 24.0.0-beta
conferenceorboothattendee.class.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net>
3 * Copyright (C) 2024-2025 Frédéric France <frederic.france@free.fr>
4 * Copyright (C) 2024-2026 MDW <mdeweerd@users.noreply.github.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <https://www.gnu.org/licenses/>.
18 */
19
26// Put here all includes required by your class file
27require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
28//require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
29//require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';
30
35{
39 public $module = 'eventorganization';
40
44 public $element = 'conferenceorboothattendee';
45
49 public $table_element = 'eventorganization_conferenceorboothattendee';
50
54 public $picto = 'contact';
55
56 const STATUS_DRAFT = 0;
57 const STATUS_VALIDATED = 1;
58 const STATUS_USED = 5; // was present, presence confirmed, no more entrances can be done using this ticket
59 const STATUS_CANCELED = 9;
60
87 // BEGIN MODULEBUILDER PROPERTIES
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"),
94 //'fk_actioncomm' => array('type'=>'integer:ActionComm:comm/action/class/actioncomm.class.php:1', 'label'=>'ConferenceOrBooth', 'enabled'=>'1', 'position'=>15, 'notnull'=>0, 'visible'=>0, 'index'=>1, 'picto'=>'agenda'),
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'),),
115 );
119 public $rowid;
123 public $ref;
127 public $fk_actioncomm;
131 public $fk_project;
135 public $email;
139 public $firstname;
143 public $lastname;
147 public $fk_soc;
151 public $email_company;
155 public $date_subscription;
159 public $fk_invoice;
163 public $amount;
164
168 public $fk_user_creat;
172 public $fk_user_modif;
176 public $last_main_doc;
180 public $import_key;
184 public $model_pdf;
185
189 public $status;
190 // END MODULEBUILDER PROPERTIES
191
192
193 // If this object has a subtable with lines
194
195 // /**
196 // * @var string Name of subtable line
197 // */
198 // public $table_element_line = 'eventorganization_conferenceorboothattendeeline';
199
200 // /**
201 // * @var string Field with ID of parent key if this object has a parent
202 // */
203 // public $fk_element = 'fk_conferenceorboothattendee';
204
205 // /**
206 // * @var string Name of subtable class that manage subtable lines
207 // */
208 // public $class_element_line = 'ConferenceOrBoothAttendeeline';
209
210 // /**
211 // * @var array List of child tables. To test if we can delete object.
212 // */
213 // protected $childtables = array();
214
215 // /**
216 // * @var array List of child tables. To know object to delete on cascade.
217 // * If name matches '@ClassNAme:FilePathClass;ParentFkFieldName' it will
218 // * call method deleteByParentField(parentId, ParentFkFieldName) to fetch and delete child object
219 // */
220 // protected $childtablesoncascade = array('eventorganization_conferenceorboothattendeedet');
221
222 // /**
223 // * @var ConferenceOrBoothAttendeeLine[] Array of subtable lines
224 // */
225 // public $lines = array();
226
227
228
234 public function __construct(DoliDB $db)
235 {
236 global $conf, $langs;
237
238 $this->db = $db;
239
240 $this->ismultientitymanaged = 'fk_project@projet';
241 $this->isextrafieldmanaged = 1;
242
243 if (!getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') && isset($this->fields['rowid'])) {
244 $this->fields['rowid']['visible'] = 0;
245 }
246 if (!isModEnabled('multicompany') && isset($this->fields['entity'])) {
247 $this->fields['entity']['enabled'] = 0;
248 }
249
250 if (getDolGlobalString('EVENTORGANIZATION_FILTERATTENDEES_CAT')) {
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.')';
252 }
253 if (isset($conf->global->EVENTORGANIZATION_FILTERATTENDEES_TYPE)
254 && getDolGlobalString('EVENTORGANIZATION_FILTERATTENDEES_TYPE') !== ''
255 && getDolGlobalString('EVENTORGANIZATION_FILTERATTENDEES_TYPE') !== '-1') {
256 $this->fields['fk_soc']['type'] .= ' AND (client:=:'.((int) getDolGlobalInt('EVENTORGANIZATION_FILTERATTENDEES_TYPE', 0) . ')');
257 }
258
259 // Example to show how to set values of fields definition dynamically
260 /*if ($user->rights->eventorganization->conferenceorboothattendee->read) {
261 $this->fields['myfield']['visible'] = 1;
262 $this->fields['myfield']['noteditable'] = 0;
263 }*/
264
265 // Unset fields that are disabled
266 foreach ($this->fields as $key => $val) {
267 if (isset($val['enabled']) && empty($val['enabled'])) {
268 unset($this->fields[$key]);
269 }
270 }
271
272 // Translate some data of arrayofkeyval
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);
278 }
279 }
280 }
281 }
282 }
283
291 public function create(User $user, $notrigger = 0)
292 {
293 global $langs;
294
295 if (!isValidEmail($this->email)) {
296 $langs->load("errors");
297 $this->errors[] = $langs->trans("ErrorBadEMail", $this->email);
298 return -1;
299 }
300
301 $result = $this->createCommon($user, $notrigger);
302 if ($result > 0) {
303 $result = $this->fetch($result);
304 if ($result > 0 && empty($this->ref)) {
305 $this->ref = (string) $this->id;
306 $result = $this->update($user);
307 }
308 }
309 return $result;
310 }
311
319 public function createFromClone(User $user, $fromid)
320 {
321 global $langs, $extrafields;
322 $error = 0;
323
324 dol_syslog(__METHOD__, LOG_DEBUG);
325
326 $object = new self($this->db);
327
328 $this->db->begin();
329
330 // Load source object
331 $result = $object->fetchCommon($fromid);
332 if ($result > 0 && !empty($object->table_element_line)) {
333 $object->fetchLines();
334 }
335
336 // get lines so they will be clone
337 //foreach($this->lines as $line)
338 // $line->fetch_optionals();
339
340 // Reset some properties
341 unset($object->id);
342 unset($object->fk_user_creat);
343 unset($object->user_creation_id);
344 unset($object->import_key);
345
346 // Clear fields
347 $object->ref = "(PROV)";
348 $object->status = self::STATUS_DRAFT;
349 $object->date_creation = dol_now();
350 $object->date_modification = null;
351
352 // Clear extrafields that are unique
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]);
359 }
360 }
361 }
362
363 // Create clone
364 $object->context['createfromclone'] = 'createfromclone';
365 $result = $object->createCommon($user);
366 if ($result < 0) {
367 $error++;
369 } else {
370 $object->ref = (string) $object->id;
371 $result = $object->update($user);
372 }
373
374 if (!$error) {
375 // copy internal contacts
376 if ($this->copy_linked_contact($object, 'internal') < 0) {
377 $error++;
378 }
379 }
380
381 if (!$error) {
382 // copy external contacts if same company
383 if (!empty($this->fk_soc) && $this->fk_soc == $object->socid) {
384 if ($this->copy_linked_contact($object, 'external') < 0) {
385 $error++;
386 }
387 }
388 }
389
390 unset($object->context['createfromclone']);
391
392 // End
393 if (!$error) {
394 $this->db->commit();
395 return $object;
396 } else {
397 $this->db->rollback();
398 return -1;
399 }
400 }
401
409 public function fetch($id, $ref = null)
410 {
411 $result = $this->fetchCommon($id, $ref, '', 0);
412 if ($result > 0 && !empty($this->table_element_line)) {
413 $this->fetchLines();
414 }
415 return $result;
416 }
417
423 public function fetchLines()
424 {
425 $this->lines = array();
426
427 $result = $this->fetchLinesCommon();
428 return $result;
429 }
430
431
444 public function fetchAll($sortorder = '', $sortfield = '', $limit = 0, $offset = 0, $filter = '', $filtermode = 'AND')
445 {
446 dol_syslog(__METHOD__, LOG_DEBUG);
447
448 $records = array();
449
450 $sql = 'SELECT ';
451 $sql .= $this->getFieldList('t');
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).')';
456 } else {
457 $sql .= ' WHERE 1 = 1';
458 }
459
460 // Manage filter
461 if (is_array($filter)) { // deprecated, use $filter = USF syntax
462 dol_syslog("You are using a deprecated use of fetchAll. filter parameter must be an USF string now.", LOG_WARNING);
463 $sqlwhere = array();
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)).')';
474 } else {
475 $sqlwhere[] = $this->db->sanitize($key)." LIKE '%".$this->db->escape($value)."%'";
476 }
477 }
478 }
479 if (count($sqlwhere) > 0) {
480 $sql .= ' AND ('.implode(' '.$this->db->escape($filtermode).' ', $sqlwhere).')';
481 }
482
483 $filter = '';
484 }
485
486 // Manage filter
487 $errormessage = '';
488 $sql .= forgeSQLFromUniversalSearchCriteria($filter, $errormessage);
489 if ($errormessage) {
490 $this->errors[] = $errormessage;
491 dol_syslog(__METHOD__.' '.implode(',', $this->errors), LOG_ERR);
492 return -1;
493 }
494
495 if (!empty($sortfield)) {
496 $sql .= $this->db->order($sortfield, $sortorder);
497 }
498 if (!empty($limit)) {
499 $sql .= $this->db->plimit($limit, $offset);
500 }
501
502 $resql = $this->db->query($sql);
503 if ($resql) {
504 $num = $this->db->num_rows($resql);
505 $i = 0;
506 while ($i < ($limit ? min($limit, $num) : $num)) {
507 $obj = $this->db->fetch_object($resql);
508
509 $record = new self($this->db);
510 $record->setVarsFromFetchObj($obj);
511
512 $records[$record->id] = $record;
513
514 $i++;
515 }
516 $this->db->free($resql);
517
518 return $records;
519 } else {
520 $this->errors[] = 'Error '.$this->db->lasterror();
521 dol_syslog(__METHOD__.' '.implode(',', $this->errors), LOG_ERR);
522
523 return -1;
524 }
525 }
526
534 public function update(User $user, $notrigger = 0)
535 {
536 return $this->updateCommon($user, $notrigger);
537 }
538
546 public function delete(User $user, $notrigger = 0)
547 {
548 return $this->deleteCommon($user, $notrigger);
549 //return $this->deleteCommon($user, $notrigger, 1);
550 }
551
560 public function deleteLine(User $user, $idline, $notrigger = 0)
561 {
562 if ($this->status < 0) {
563 $this->error = 'ErrorDeleteLineNotAllowedByObjectStatus';
564 return -2;
565 }
566
567 return $this->deleteLineCommon($user, $idline, $notrigger);
568 }
569
570
578 public function validate($user, $notrigger = 0)
579 {
580 global $conf;
581
582 require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
583
584 $error = 0;
585
586 // Protection
587 if ($this->status == self::STATUS_VALIDATED) {
588 dol_syslog(get_class($this)."::validate action abandoned: already validated", LOG_WARNING);
589 return 0;
590 }
591
592 $now = dol_now();
593
594 $this->db->begin();
595
596 // Define new ref
597 $num = (string) $this->ref;
598 if (preg_match('/^[\‍(]?PROV/i', $num) || empty($num)) { // empty should not happened, but when it occurs, the test saves life
599 $num = $this->getNextNumRef();
600 }
601
602 $this->newref = (string) $num;
603
604 if (!empty($num)) {
605 // Validate
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'])) { // @phan-suppress-current-line PhanTypeMismatchProperty
610 $sql .= ", date_validation = '".$this->db->idate($now)."'";
611 }
612 if (!empty($this->fields['fk_user_valid'])) { // @phan-suppress-current-line PhanTypeMismatchProperty
613 $sql .= ", fk_user_valid = ".((int) $user->id);
614 }
615 $sql .= " WHERE rowid = ".((int) $this->id);
616
617 dol_syslog(get_class($this)."::validate()", LOG_DEBUG);
618 $resql = $this->db->query($sql);
619 if (!$resql) {
620 dol_print_error($this->db);
621 $this->error = $this->db->lasterror();
622 $error++;
623 }
624
625 if (!$error && !$notrigger) {
626 // Call trigger
627 $result = $this->call_trigger('CONFERENCEORBOOTHATTENDEE_VALIDATE', $user);
628 if ($result < 0) {
629 $error++;
630 }
631 // End call triggers
632 }
633 }
634
635 if (!$error) {
636 $this->oldref = $this->ref;
637
638 // Rename directory if dir was a temporary ref
639 if (preg_match('/^[\‍(]?PROV/i', $this->ref)) {
640 // Now we rename also files into index
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);
644 if (!$resql) {
645 $error++;
646 $this->error = $this->db->lasterror();
647 }
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);
651 if (!$resql) {
652 $error++;
653 $this->error = $this->db->lasterror();
654 }
655
656 // We rename directory ($this->ref = old ref, $num = new ref) in order not to lose the attachments
657 $oldref = dol_sanitizeFileName($this->ref);
658 $newref = dol_sanitizeFileName($num);
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);
663
664 if (@rename($dirsource, $dirdest)) {
665 dol_syslog("Rename ok");
666 // Rename docs starting with $oldref with $newref
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);
674 }
675 }
676 }
677 }
678 }
679
680 // Set new ref and current status
681 if (!$error) {
682 $this->ref = $num;
683 $this->status = self::STATUS_VALIDATED;
684 }
685
686 if (!$error) {
687 $this->db->commit();
688 return 1;
689 } else {
690 $this->db->rollback();
691 return -1;
692 }
693 }
694
695 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
701 public function fetch_projet()
702 {
703 // phpcs:enable
704 include_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
705
706 if (empty($this->fk_project) && !empty($this->fk_projet)) {
707 $this->fk_project = $this->fk_projet; // For backward compatibility
708 }
709 if (empty($this->fk_project)) {
710 return 0;
711 }
712
713 $project = new Project($this->db);
714 $result = $project->fetch($this->fk_project);
715
716 $this->project = $project;
717
718 return $result;
719 }
720
728 public function setDraft($user, $notrigger = 0)
729 {
730 // Protection
731 if ($this->status <= self::STATUS_DRAFT) {
732 return 0;
733 }
734
735 return $this->setStatusCommon($user, self::STATUS_DRAFT, $notrigger, 'CONFERENCEORBOOTHATTENDEE_UNVALIDATE');
736 }
737
745 public function cancel($user, $notrigger = 0)
746 {
747 // Protection
748 if ($this->status != self::STATUS_VALIDATED) {
749 return 0;
750 }
751
752 return $this->setStatusCommon($user, self::STATUS_CANCELED, $notrigger, 'CONFERENCEORBOOTHATTENDEE_CANCEL');
753 }
754
762 public function reopen($user, $notrigger = 0)
763 {
764 // Protection
765 if ($this->status != self::STATUS_CANCELED) {
766 return 0;
767 }
768
769 return $this->setStatusCommon($user, self::STATUS_VALIDATED, $notrigger, 'CONFERENCEORBOOTHATTENDEE_REOPEN');
770 }
771
782 public function getNomUrl($withpicto = 0, $option = '', $notooltip = 0, $morecss = '', $save_lastsearch_value = -1)
783 {
784 global $conf, $langs, $hookmanager;
785
786 if (!empty($conf->dol_no_mouse_hover)) {
787 $notooltip = 1; // Force disable tooltips
788 }
789
790 $result = '';
791
792 $label = img_picto('', $this->picto).' <u>'.$langs->trans("ConferenceOrBoothAttendee").'</u>';
793 if (isset($this->status)) {
794 $label .= ' '.$this->getLibStatut(5);
795 }
796 $label .= '<br>';
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;
800
801 $url = DOL_URL_ROOT.'/eventorganization/conferenceorboothattendee_card.php?id='.$this->id;
802
803 if ($option != 'nolink') {
804 // Add param to save lastsearch_values or not
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;
808 }
809 if ($add_save_lastsearch_values) {
810 $url .= '&save_lastsearch_values=1';
811 }
812
813 if ($option == 'conforboothid') {
814 $url .= '&conforboothid='.((int) $this->fk_actioncomm);
815 }
816
817 if ($option == 'projectid') {
818 $url .= '&fk_project='.((int) $this->fk_project).'&withproject=1';
819 }
820
821 if ($option == 'thirdpartyid') {
822 $url = DOL_URL_ROOT.'/eventorganization/conferenceorboothattendee_list.php?thirdpartyid='.$this->id;
823 }
824
825 if ($option == 'conforboothidproject') {
826 $url .= '&conforboothid='.((int) $this->fk_actioncomm).'&withproject=1';
827 }
828 }
829
830 $linkclose = '';
831 if (empty($notooltip)) {
832 if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
833 $label = $langs->trans("ShowConferenceOrBoothAttendee");
834 $linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
835 }
836 $linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
837 $linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
838 } else {
839 $linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
840 }
841
842 if ($option == 'nolink') {
843 $linkstart = '<span';
844 } else {
845 $linkstart = '<a href="'.$url.'"';
846 }
847 $linkstart .= $linkclose.'>';
848 if ($option == 'nolink') {
849 $linkend = '</span>';
850 } else {
851 $linkend = '</a>';
852 }
853
854 $result .= $linkstart;
855
856 if (empty($this->showphoto_on_popup)) {
857 if ($withpicto) {
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);
859 }
860 } else {
861 if ($withpicto) {
862 require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
863
864 list($class, $module) = explode('@', $this->picto);
865 $upload_dir = $conf->$module->multidir_output[$conf->entity]."/$class/".dol_sanitizeFileName($this->ref);
866 $filearray = dol_dir_list($upload_dir, "files");
867 $filename = $filearray[0]['name'];
868 if (!empty($filename)) {
869 $pospoint = strpos($filearray[0]['name'], '.');
870
871 $pathtophoto = $class.'/'.$this->ref.'/thumbs/'.substr($filename, 0, $pospoint).'_mini'.substr($filename, $pospoint);
872 if (!getDolGlobalString(strtoupper($module.'_'.$class).'_FORMATLISTPHOTOSASUSERS')) {
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>';
874 } else {
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>';
876 }
877
878 $result .= '</div>';
879 } else {
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);
881 }
882 }
883 }
884
885 if ($withpicto != 2) {
886 $result .= $this->ref;
887 }
888
889 $result .= $linkend;
890 //if ($withpicto != 2) $result.=(($addlabel && $this->label) ? $sep . dol_trunc($this->label, ($addlabel > 1 ? $addlabel : 0)) : '');
891
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); // Note that $action and $object may have been modified by some hooks
896 if ($reshook > 0) {
897 $result = $hookmanager->resPrint;
898 } else {
899 $result .= $hookmanager->resPrint;
900 }
901
902 return $result;
903 }
904
911 public function getLabelStatus($mode = 0)
912 {
913 return $this->LibStatut($this->status, $mode);
914 }
915
922 public function getLibStatut($mode = 0)
923 {
924 return $this->LibStatut($this->status, $mode);
925 }
926
927 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
935 public function LibStatut($status, $mode = 0)
936 {
937 // phpcs:enable
938 global $langs;
939
940 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
941 //$langs->load("eventorganization@eventorganization");
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');
950 }
951
952 $labelStatus = $this->labelStatus[$status];
953 $labelStatusShort = $this->labelStatusShort[$status];
954
955 $statusType = 'status'.$status;
956 if ($status == self::STATUS_VALIDATED) {
957 $statusType = 'status2';
958 }
959 if ($status == self::STATUS_CANCELED) {
960 $statusType = 'status9';
961 }
962
963 if ($status == self::STATUS_VALIDATED && $this->date_subscription && $this->amount) {
964 $statusType = 'status4';
965 $labelStatus .= ' - '.$langs->trans("Paid");
966 }
967
968 if ($status == self::STATUS_USED) {
969 $statusType = 'status6';
970 }
971
972 return dolGetStatus($labelStatus, $labelStatusShort, '', $statusType, $mode);
973 }
974
981 public function info($id)
982 {
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);
988 if ($result) {
989 if ($this->db->num_rows($result)) {
990 $obj = $this->db->fetch_object($result);
991
992 $this->id = $obj->rowid;
993
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);
998 }
999
1000 $this->db->free($result);
1001 } else {
1002 dol_print_error($this->db);
1003 }
1004 }
1005
1012 public function initAsSpecimen()
1013 {
1014 return $this->initAsSpecimenCommon();
1015 }
1016
1022 public function getNextNumRef()
1023 {
1024 global $langs, $conf;
1025 $langs->load("eventorganization@eventorganization");
1026
1027 if (!getDolGlobalString('EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON')) {
1028 $conf->global->EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON = 'mod_conferenceorboothattendee_standard';
1029 }
1030
1031 if (getDolGlobalString('EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON')) {
1032 $mybool = false;
1033
1034 $file = getDolGlobalString('EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON') . ".php";
1035 $classname = getDolGlobalString('EVENTORGANIZATION_CONFERENCEORBOOTHATTENDEE_ADDON');
1036
1037 // Include file with class
1038 $dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
1039 foreach ($dirmodels as $reldir) {
1040 $dir = dol_buildpath($reldir."core/modules/eventorganization/");
1041
1042 // Load file with numbering class (if found)
1043 $mybool = ((bool) @include_once $dir.$file) || $mybool;
1044 }
1045
1046 if (!$mybool) {
1047 dol_print_error(null, "Failed to include file ".$file);
1048 return '';
1049 }
1050
1051 if (class_exists($classname)) {
1052 $obj = new $classname();
1053 '@phan-var-force CommonNumRefGenerator $obj';
1054 $numref = $obj->getNextValue($this);
1055
1056 if ($numref != '' && $numref != '-1') {
1057 return $numref;
1058 } else {
1059 $this->error = $obj->error;
1060 //dol_print_error($this->db,get_class($this)."::getNextNumRef ".$obj->error);
1061 return "";
1062 }
1063 } else {
1064 print $langs->trans("Error")." ".$langs->trans("ClassNotFound").' '.$classname;
1065 return "";
1066 }
1067 } else {
1068 print $langs->trans("ErrorNumberingModuleNotSetup", $this->element);
1069 return "";
1070 }
1071 }
1072
1084 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams = null)
1085 {
1086 global $conf, $langs;
1087
1088 $result = 0;
1089
1090 $langs->load("eventorganization@eventorganization");
1091
1092 if (!dol_strlen($modele)) {
1093 $modele = 'standard_conferenceorboothattendee';
1094
1095 if (!empty($this->model_pdf)) {
1096 $modele = $this->model_pdf;
1097 } elseif (getDolGlobalString('CONFERENCEORBOOTHATTENDEE_ADDON_PDF')) {
1098 $modele = getDolGlobalString('CONFERENCEORBOOTHATTENDEE_ADDON_PDF');
1099 }
1100 }
1101
1102 $modelpath = "core/modules/eventorganization/doc/";
1103
1104 if (!empty($modele)) {
1105 $result = $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
1106 }
1107
1108 return $result;
1109 }
1110
1119 public static function replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
1120 {
1121 $tables = array(
1122 'eventorganization_conferenceorboothattendee'
1123 );
1124
1125 return CommonObject::commonReplaceThirdparty($dbs, $origin_id, $dest_id, $tables);
1126 }
1127
1137 public function getFullName($langs, $option = 0, $nameorder = -1, $maxlen = 0)
1138 {
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 : '')))));
1143 }
1144
1145 $ret = '';
1146
1147 $ret .= dolGetFirstLastname((string) $firstname, (string) $lastname, $nameorder);
1148
1149 return dol_trunc($ret, $maxlen);
1150 }
1151}
1152
1153
1154require_once DOL_DOCUMENT_ROOT.'/core/class/commonobjectline.class.php';
1155
1160{
1161 // To complete with content of an object ConferenceOrBoothAttendeeLine
1162 // We should have a field rowid, fk_conferenceorboothattendee and position
1163
1169 public function __construct(DoliDB $db)
1170 {
1171 $this->db = $db;
1172
1173 $this->isextrafieldmanaged = 0;
1174 }
1175}
if(! $sortfield) if(! $sortorder) $object
Definition account.php:100
$object ref
Definition info.php:90
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)
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.
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...
Definition index.php:168
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").
if(!isModEnabled('ai')||!getDolGlobalString('AI_ASSISTANT_ENABLED')) global $conf
The main.inc.php has been included so the following variable are now defined:
if(!isModEnabled('ai')||!getDolGlobalString('AI_ASSISTANT_ENABLED')) global $db
API class for accounts.
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.
Definition files.lib.php:64
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
Definition receipt.php:489
$conf db name
Only used if Module[ID]Name translation string is not found.
Definition repair.php:133