31require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
41 public $element =
'project';
46 public $table_element =
'projet';
51 public $table_element_line =
'projet_task';
56 public $table_element_date;
61 public $fk_element =
'fk_projet';
67 public $ismultientitymanaged = 1;
72 public $isextrafieldmanaged = 1;
77 public $picto =
'project';
126 public $date_start_event;
131 public $date_end_event;
144 public $thirdparty_name;
151 public $fk_user_close;
158 public $budget_amount;
163 public $usage_opportunity;
173 public $usage_bill_time;
178 public $usage_organize_event;
183 public $accept_conference_suggestions;
188 public $accept_booth_suggestions;
193 public $price_registration;
203 public $max_attendees;
205 public $labelStatusShort;
211 public $opp_status_code;
212 public $fk_opp_status;
215 public $opp_weighted_amount;
221 public $weekWorkLoad;
222 public $weekWorkLoadPerTask;
227 public $monthWorkLoad;
232 public $monthWorkLoadPerTask;
296 public $fields = array(
297 'rowid' =>array(
'type'=>
'integer',
'label'=>
'ID',
'enabled'=>1,
'visible'=>-1,
'notnull'=>1,
'position'=>10),
298 'fk_project' =>array(
'type'=>
'integer',
'label'=>
'Parent',
'enabled'=>1,
'visible'=>1,
'notnull'=>0,
'position'=>12),
299 'ref' =>array(
'type'=>
'varchar(50)',
'label'=>
'Ref',
'enabled'=>1,
'visible'=>1,
'showoncombobox'=>1,
'position'=>15,
'searchall'=>1),
300 'title' =>array(
'type'=>
'varchar(255)',
'label'=>
'ProjectLabel',
'enabled'=>1,
'visible'=>1,
'notnull'=>1,
'position'=>17,
'showoncombobox'=>2,
'searchall'=>1),
301 'entity' =>array(
'type'=>
'integer',
'label'=>
'Entity',
'default'=>1,
'enabled'=>1,
'visible'=>3,
'notnull'=>1,
'position'=>19),
302 'fk_soc' =>array(
'type'=>
'integer',
'label'=>
'Thirdparty',
'enabled'=>1,
'visible'=>0,
'position'=>20),
303 'dateo' =>array(
'type'=>
'date',
'label'=>
'DateStart',
'enabled'=>1,
'visible'=>1,
'position'=>30),
304 'datee' =>array(
'type'=>
'date',
'label'=>
'DateEnd',
'enabled'=>1,
'visible'=>1,
'position'=>35),
305 'description' =>array(
'type'=>
'text',
'label'=>
'Description',
'enabled'=>1,
'visible'=>3,
'position'=>55,
'searchall'=>1),
306 'public' =>array(
'type'=>
'integer',
'label'=>
'Visibility',
'enabled'=>1,
'visible'=>1,
'position'=>65),
307 'fk_opp_status' =>array(
'type'=>
'integer',
'label'=>
'OpportunityStatusShort',
'enabled'=>
'getDolGlobalString("PROJECT_USE_OPPORTUNITIES")',
'visible'=>1,
'position'=>75),
308 'opp_percent' =>array(
'type'=>
'double(5,2)',
'label'=>
'OpportunityProbabilityShort',
'enabled'=>
'getDolGlobalString("PROJECT_USE_OPPORTUNITIES")',
'visible'=>1,
'position'=>80),
309 'note_private' =>array(
'type'=>
'html',
'label'=>
'NotePrivate',
'enabled'=>1,
'visible'=>0,
'position'=>85,
'searchall'=>1),
310 'note_public' =>array(
'type'=>
'html',
'label'=>
'NotePublic',
'enabled'=>1,
'visible'=>0,
'position'=>90,
'searchall'=>1),
311 'model_pdf' =>array(
'type'=>
'varchar(255)',
'label'=>
'ModelPdf',
'enabled'=>1,
'visible'=>0,
'position'=>95),
312 'date_close' =>array(
'type'=>
'datetime',
'label'=>
'DateClosing',
'enabled'=>1,
'visible'=>0,
'position'=>105),
313 'fk_user_close' =>array(
'type'=>
'integer',
'label'=>
'UserClosing',
'enabled'=>1,
'visible'=>0,
'position'=>110),
314 'opp_amount' =>array(
'type'=>
'double(24,8)',
'label'=>
'OpportunityAmountShort',
'enabled'=>1,
'visible'=>
'getDolGlobalString("PROJECT_USE_OPPORTUNITIES")',
'position'=>115),
315 'budget_amount' =>array(
'type'=>
'double(24,8)',
'label'=>
'Budget',
'enabled'=>1,
'visible'=>-1,
'position'=>119),
316 'usage_opportunity' =>array(
'type'=>
'integer',
'label'=>
'UsageOpportunity',
'enabled'=>1,
'visible'=>-1,
'position'=>130),
317 'usage_task' =>array(
'type'=>
'integer',
'label'=>
'UsageTasks',
'enabled'=>1,
'visible'=>-1,
'position'=>135),
318 'usage_bill_time' =>array(
'type'=>
'integer',
'label'=>
'UsageBillTimeShort',
'enabled'=>1,
'visible'=>-1,
'position'=>140),
319 'usage_organize_event' =>array(
'type'=>
'integer',
'label'=>
'UsageOrganizeEvent',
'enabled'=>1,
'visible'=>-1,
'position'=>145),
321 'date_start_event' =>array(
'type'=>
'date',
'label'=>
'DateStartEvent',
'enabled'=>
"isModEnabled('eventorganization')",
'visible'=>1,
'position'=>200),
322 'date_end_event' =>array(
'type'=>
'date',
'label'=>
'DateEndEvent',
'enabled'=>
"isModEnabled('eventorganization')",
'visible'=>1,
'position'=>201),
323 'location' =>array(
'type'=>
'text',
'label'=>
'Location',
'enabled'=>1,
'visible'=>3,
'position'=>55,
'searchall'=>202),
324 'accept_conference_suggestions' =>array(
'type'=>
'integer',
'label'=>
'AllowUnknownPeopleSuggestConf',
'enabled'=>1,
'visible'=>-1,
'position'=>210),
325 'accept_booth_suggestions' =>array(
'type'=>
'integer',
'label'=>
'AllowUnknownPeopleSuggestBooth',
'enabled'=>1,
'visible'=>-1,
'position'=>211),
326 'price_registration' =>array(
'type'=>
'double(24,8)',
'label'=>
'PriceOfRegistration',
'enabled'=>1,
'visible'=>-1,
'position'=>212),
327 'price_booth' =>array(
'type'=>
'double(24,8)',
'label'=>
'PriceOfBooth',
'enabled'=>1,
'visible'=>-1,
'position'=>215),
328 'max_attendees' =>array(
'type'=>
'integer',
'label'=>
'MaxNbOfAttendees',
'enabled'=>1,
'visible'=>-1,
'position'=>215),
330 'datec' =>array(
'type'=>
'datetime',
'label'=>
'DateCreationShort',
'enabled'=>1,
'visible'=>-2,
'position'=>400),
331 'tms' =>array(
'type'=>
'timestamp',
'label'=>
'DateModificationShort',
'enabled'=>1,
'visible'=>-2,
'notnull'=>1,
'position'=>405),
332 'fk_user_creat' =>array(
'type'=>
'integer',
'label'=>
'UserCreation',
'enabled'=>1,
'visible'=>0,
'notnull'=>1,
'position'=>410),
333 'fk_user_modif' =>array(
'type'=>
'integer',
'label'=>
'UserModification',
'enabled'=>1,
'visible'=>0,
'position'=>415),
334 'import_key' =>array(
'type'=>
'varchar(14)',
'label'=>
'ImportId',
'enabled'=>1,
'visible'=>-1,
'position'=>420),
335 'email_msgid'=>array(
'type'=>
'varchar(255)',
'label'=>
'EmailMsgID',
'enabled'=>1,
'visible'=>-1,
'position'=>450,
'help'=>
'EmailMsgIDWhenSourceisEmail',
'csslist'=>
'tdoverflowmax125'),
336 'fk_statut' =>array(
'type'=>
'smallint(6)',
'label'=>
'Status',
'enabled'=>1,
'visible'=>1,
'notnull'=>1,
'position'=>500),
366 $this->labelStatusShort = array(0 =>
'Draft', 1 =>
'Opened', 2 =>
'Closed');
367 $this->labelStatus = array(0 =>
'Draft', 1 =>
'Opened', 2 =>
'Closed');
372 $this->fields[
'rowid'][
'visible'] = 0;
376 $this->fields[
'fk_opp_status'][
'enabled'] = 0;
377 $this->fields[
'opp_percent'][
'enabled'] = 0;
378 $this->fields[
'opp_amount'][
'enabled'] = 0;
379 $this->fields[
'usage_opportunity'][
'enabled'] = 0;
383 $this->fields[
'usage_bill_time'][
'visible'] = 0;
384 $this->fields[
'usage_task'][
'visible'] = 0;
387 if (empty($conf->eventorganization->enabled)) {
388 $this->fields[
'usage_organize_event'][
'visible'] = 0;
389 $this->fields[
'accept_conference_suggestions'][
'enabled'] = 0;
390 $this->fields[
'accept_booth_suggestions'][
'enabled'] = 0;
391 $this->fields[
'price_registration'][
'enabled'] = 0;
392 $this->fields[
'price_booth'][
'enabled'] = 0;
393 $this->fields[
'max_attendees'][
'enabled'] = 0;
404 public function create($user, $notrigger = 0)
406 global $conf, $langs;
414 $this->note_private =
dol_substr($this->note_private, 0, 65535);
415 $this->note_public =
dol_substr($this->note_public, 0, 65535);
418 if (!trim($this->
ref)) {
419 $this->error =
'ErrorFieldsRequired';
420 dol_syslog(get_class($this).
"::create error -1 ref null", LOG_ERR);
424 $this->error =
'ErrorFieldsRequired';
425 dol_syslog(get_class($this).
"::create error -1 thirdparty not defined and option PROJECT_THIRDPARTY_REQUIRED is set", LOG_ERR);
432 $sql =
"INSERT INTO ".MAIN_DB_PREFIX.
"projet (";
434 $sql .=
", fk_project";
436 $sql .=
", description";
438 $sql .=
", fk_user_creat";
439 $sql .=
", fk_statut";
440 $sql .=
", fk_opp_status";
441 $sql .=
", opp_percent";
446 $sql .=
", opp_amount";
447 $sql .=
", budget_amount";
448 $sql .=
", usage_opportunity";
449 $sql .=
", usage_task";
450 $sql .=
", usage_bill_time";
451 $sql .=
", usage_organize_event";
452 $sql .=
", accept_conference_suggestions";
453 $sql .=
", accept_booth_suggestions";
454 $sql .=
", price_registration";
455 $sql .=
", price_booth";
456 $sql .=
", max_attendees";
457 $sql .=
", date_start_event";
458 $sql .=
", date_end_event";
459 $sql .=
", location";
460 $sql .=
", email_msgid";
461 $sql .=
", note_private";
462 $sql .=
", note_public";
465 $sql .=
") VALUES (";
466 $sql .=
"'".$this->db->escape($this->
ref).
"'";
467 $sql .=
", ".($this->fk_project ? ((int) $this->fk_project) :
"null");
468 $sql .=
", '".$this->db->escape($this->title).
"'";
469 $sql .=
", '".$this->db->escape($this->
description).
"'";
470 $sql .=
", ".($this->socid > 0 ? $this->socid :
"null");
471 $sql .=
", ".((int) $user->id);
472 $sql .=
", ".(is_numeric($this->
statut) ? ((int) $this->
statut) :
'0');
473 $sql .=
", ".((is_numeric($this->opp_status) && $this->opp_status > 0) ? ((
int) $this->opp_status) :
'NULL');
474 $sql .=
", ".(is_numeric($this->opp_percent) ? ((int) $this->opp_percent) :
'NULL');
475 $sql .=
", ".($this->public ? 1 : 0);
476 $sql .=
", '".$this->db->idate($now).
"'";
477 $sql .=
", ".($this->date_start !=
'' ?
"'".$this->db->idate($this->date_start).
"'" :
'null');
478 $sql .=
", ".($this->date_end !=
'' ?
"'".$this->db->idate($this->date_end).
"'" :
'null');
479 $sql .=
", ".(strcmp($this->opp_amount,
'') ?
price2num($this->opp_amount) :
'null');
480 $sql .=
", ".(strcmp($this->budget_amount,
'') ?
price2num($this->budget_amount) :
'null');
481 $sql .=
", ".($this->usage_opportunity ? 1 : 0);
482 $sql .=
", ".($this->usage_task ? 1 : 0);
483 $sql .=
", ".($this->usage_bill_time ? 1 : 0);
484 $sql .=
", ".($this->usage_organize_event ? 1 : 0);
485 $sql .=
", ".($this->accept_conference_suggestions ? 1 : 0);
486 $sql .=
", ".($this->accept_booth_suggestions ? 1 : 0);
487 $sql .=
", ".(strcmp($this->price_registration,
'') ?
price2num($this->price_registration) :
'null');
488 $sql .=
", ".(strcmp($this->price_booth,
'') ?
price2num($this->price_booth) :
'null');
489 $sql .=
", ".(strcmp($this->max_attendees,
'') ? ((int) $this->max_attendees) :
'null');
490 $sql .=
", ".($this->date_start_event !=
'' ?
"'".$this->db->idate($this->date_start_event).
"'" :
'null');
491 $sql .=
", ".($this->date_end_event !=
'' ?
"'".$this->db->idate($this->date_end_event).
"'" :
'null');
492 $sql .=
", ".($this->location ?
"'".$this->db->escape($this->location).
"'" :
'null');
493 $sql .=
", ".($this->email_msgid ?
"'".$this->db->escape($this->email_msgid).
"'" :
'null');
494 $sql .=
", ".($this->note_private ?
"'".$this->db->escape($this->note_private).
"'" :
'null');
495 $sql .=
", ".($this->note_public ?
"'".$this->db->escape($this->note_public).
"'" :
'null');
496 $sql .=
", ".((int) $conf->entity);
497 $sql .=
", ".(!isset($this->ip) ?
'NULL' :
"'".$this->db->escape($this->ip).
"'");
500 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
501 $resql = $this->db->query($sql);
503 $this->
id = $this->db->last_insert_id(MAIN_DB_PREFIX.
"projet");
515 $this->error = $this->db->lasterror();
538 $this->db->rollback();
550 public function update($user, $notrigger = 0)
552 global $langs, $conf;
557 $this->title = trim($this->title);
559 if ($this->opp_amount < 0) {
560 $this->opp_amount =
'';
562 if ($this->opp_percent < 0) {
563 $this->opp_percent =
'';
565 if ($this->date_end && $this->date_end < $this->date_start) {
566 $this->error = $langs->trans(
"ErrorDateEndLowerThanDateStart");
567 $this->errors[] = $this->error;
568 $this->db->rollback();
569 dol_syslog(get_class($this).
"::update error -3 ".$this->error, LOG_ERR);
573 $this->entity = ((isset($this->entity) && is_numeric($this->entity)) ? $this->entity : $conf->entity);
578 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"projet SET";
579 $sql .=
" ref='".$this->db->escape($this->
ref).
"'";
580 $sql .=
", fk_project=".($this->fk_project ? ((int) $this->fk_project) :
"null");
581 $sql .=
", title = '".$this->db->escape($this->title).
"'";
582 $sql .=
", description = '".$this->db->escape($this->
description).
"'";
583 $sql .=
", fk_soc = ".($this->socid > 0 ? $this->socid :
"null");
584 $sql .=
", fk_statut = ".((int) $this->
statut);
585 $sql .=
", fk_opp_status = ".((is_numeric($this->opp_status) && $this->opp_status > 0) ? $this->opp_status :
'null');
586 $sql .=
", opp_percent = ".((is_numeric($this->opp_percent) && $this->opp_percent !=
'') ? $this->opp_percent :
'null');
587 $sql .=
", public = ".($this->public ? 1 : 0);
588 $sql .=
", datec = ".($this->date_c !=
'' ?
"'".$this->db->idate($this->date_c).
"'" :
'null');
589 $sql .=
", dateo = ".($this->date_start !=
'' ?
"'".$this->db->idate($this->date_start).
"'" :
'null');
590 $sql .=
", datee = ".($this->date_end !=
'' ?
"'".$this->db->idate($this->date_end).
"'" :
'null');
591 $sql .=
", date_close = ".($this->date_close !=
'' ?
"'".$this->db->idate($this->date_close).
"'" :
'null');
592 $sql .=
", note_public = ".($this->note_public ?
"'".$this->db->escape($this->note_public).
"'" :
"null");
593 $sql .=
", note_private = ".($this->note_private ?
"'".$this->db->escape($this->note_private).
"'" :
"null");
594 $sql .=
", fk_user_close = ".($this->fk_user_close > 0 ? $this->fk_user_close :
"null");
595 $sql .=
", opp_amount = ".(strcmp($this->opp_amount,
'') ?
price2num($this->opp_amount) :
"null");
596 $sql .=
", budget_amount = ".(strcmp($this->budget_amount,
'') ?
price2num($this->budget_amount) :
"null");
597 $sql .=
", fk_user_modif = ".$user->id;
598 $sql .=
", usage_opportunity = ".($this->usage_opportunity ? 1 : 0);
599 $sql .=
", usage_task = ".($this->usage_task ? 1 : 0);
600 $sql .=
", usage_bill_time = ".($this->usage_bill_time ? 1 : 0);
601 $sql .=
", usage_organize_event = ".($this->usage_organize_event ? 1 : 0);
602 $sql .=
", accept_conference_suggestions = ".($this->accept_conference_suggestions ? 1 : 0);
603 $sql .=
", accept_booth_suggestions = ".($this->accept_booth_suggestions ? 1 : 0);
604 $sql .=
", price_registration = ".(strcmp($this->price_registration,
'') ?
price2num($this->price_registration) :
"null");
605 $sql .=
", price_booth = ".(strcmp($this->price_booth,
'') ?
price2num($this->price_booth) :
"null");
606 $sql .=
", max_attendees = ".(strcmp($this->max_attendees,
'') ?
price2num($this->max_attendees) :
"null");
607 $sql .=
", date_start_event = ".($this->date_start_event !=
'' ?
"'".$this->db->idate($this->date_start_event).
"'" :
'null');
608 $sql .=
", date_end_event = ".($this->date_end_event !=
'' ?
"'".$this->db->idate($this->date_end_event).
"'" :
'null');
609 $sql .=
", location = '".$this->db->escape($this->location).
"'";
610 $sql .=
", entity = ".((int) $this->entity);
611 $sql .=
" WHERE rowid = ".((int) $this->
id);
613 dol_syslog(get_class($this).
"::update", LOG_DEBUG);
614 $resql = $this->db->query($sql);
624 if (!$error && !$notrigger) {
633 if (!$error && (is_object($this->oldcopy) && $this->oldcopy->ref !== $this->ref)) {
635 if ($conf->project->dir_output) {
638 if (file_exists($olddir)) {
639 include_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
640 $res = @rename($olddir, $newdir);
642 $langs->load(
"errors");
643 $this->error = $langs->trans(
'ErrorFailToRenameDir', $olddir, $newdir);
653 $this->db->rollback();
657 $this->error = $this->db->lasterror();
658 $this->errors[] = $this->error;
659 $this->db->rollback();
660 if ($this->db->lasterrno() ==
'DB_ERROR_RECORD_ALREADY_EXISTS') {
665 dol_syslog(get_class($this).
"::update error ".$result.
" ".$this->error, LOG_ERR);
668 dol_syslog(get_class($this).
"::update ref null");
684 public function fetch($id, $ref =
'', $ref_ext =
'', $email_msgid =
'')
686 if (empty($id) && empty($ref) && empty($ref_ext) && empty($email_msgid)) {
687 dol_syslog(get_class($this).
"::fetch Bad parameters", LOG_WARNING);
691 $sql =
"SELECT rowid, entity, fk_project, ref, title, description, public, datec, opp_amount, budget_amount,";
692 $sql .=
" tms, dateo as date_start, datee as date_end, date_close, fk_soc, fk_user_creat, fk_user_modif, fk_user_close, fk_statut as status, fk_opp_status, opp_percent,";
693 $sql .=
" note_private, note_public, model_pdf, usage_opportunity, usage_task, usage_bill_time, usage_organize_event, email_msgid,";
694 $sql .=
" accept_conference_suggestions, accept_booth_suggestions, price_registration, price_booth, max_attendees, date_start_event, date_end_event, location, extraparams";
695 $sql .=
" FROM ".MAIN_DB_PREFIX.
"projet";
697 $sql .=
" WHERE rowid = ".((int) $id);
699 $sql .=
" WHERE entity IN (".getEntity(
'project').
")";
701 $sql .=
" AND ref = '".$this->db->escape($ref).
"'";
702 } elseif (!empty($ref_ext)) {
703 $sql .=
" AND ref_ext = '".$this->db->escape($ref_ext).
"'";
705 $sql .=
" AND email_msgid = '".$this->db->escape($email_msgid).
"'";
709 dol_syslog(get_class($this).
"::fetch", LOG_DEBUG);
710 $resql = $this->db->query($sql);
712 $num_rows = $this->db->num_rows($resql);
715 $obj = $this->db->fetch_object($resql);
717 $this->
id = $obj->rowid;
718 $this->entity = $obj->entity;
719 $this->
ref = $obj->ref;
720 $this->fk_project = $obj->fk_project;
721 $this->title = $obj->title;
723 $this->date_c = $this->db->jdate($obj->datec);
724 $this->datec = $this->db->jdate($obj->datec);
725 $this->date_m = $this->db->jdate($obj->tms);
726 $this->datem = $this->db->jdate($obj->tms);
727 $this->date_start = $this->db->jdate($obj->date_start);
728 $this->date_end = $this->db->jdate($obj->date_end);
729 $this->date_close = $this->db->jdate($obj->date_close);
730 $this->note_private = $obj->note_private;
731 $this->note_public = $obj->note_public;
732 $this->socid = $obj->fk_soc;
733 $this->user_author_id = $obj->fk_user_creat;
734 $this->user_modification_id = $obj->fk_user_modif;
735 $this->user_closing_id = $obj->fk_user_close;
736 $this->
public = $obj->public;
737 $this->
statut = $obj->status;
738 $this->
status = $obj->status;
739 $this->opp_status = $obj->fk_opp_status;
740 $this->opp_amount = $obj->opp_amount;
741 $this->opp_percent = $obj->opp_percent;
742 $this->budget_amount = $obj->budget_amount;
743 $this->model_pdf = $obj->model_pdf;
744 $this->usage_opportunity = (int) $obj->usage_opportunity;
745 $this->usage_task = (int) $obj->usage_task;
746 $this->usage_bill_time = (int) $obj->usage_bill_time;
747 $this->usage_organize_event = (int) $obj->usage_organize_event;
748 $this->accept_conference_suggestions = (int) $obj->accept_conference_suggestions;
749 $this->accept_booth_suggestions = (int) $obj->accept_booth_suggestions;
750 $this->price_registration = $obj->price_registration;
751 $this->price_booth = $obj->price_booth;
752 $this->max_attendees = $obj->max_attendees;
753 $this->date_start_event = $this->db->jdate($obj->date_start_event);
754 $this->date_end_event = $this->db->jdate($obj->date_end_event);
755 $this->location = $obj->location;
756 $this->email_msgid = $obj->email_msgid;
757 $this->extraparams = !empty($obj->extraparams) ? (array) json_decode($obj->extraparams,
true) : array();
759 $this->db->free($resql);
768 $this->db->free($resql);
772 $this->error = $this->db->lasterror();
773 $this->errors[] = $this->db->lasterror();
790 if ($fetched ===
false) {
791 $res = $this->
fetch($id);
797 if ($fetched ===
true) {
798 if ($key ==
'__PROJECT_ID__') {
799 $substitution = ($this->
id > 0 ? $this->id :
'');
800 } elseif ($key ==
'__PROJECT_REF__') {
801 $substitution = $this->ref;
802 } elseif ($key ==
'__PROJECT_NAME__') {
803 $substitution = $this->title;
807 return $substitution;
822 public function get_element_list($type, $tablename, $datefieldname =
'', $date_start =
'', $date_end =
'', $projectkey =
'fk_projet')
830 if ($this->
id <= 0) {
836 if ($type ==
'agenda') {
837 $sql =
"SELECT id as rowid FROM ".MAIN_DB_PREFIX.
"actioncomm WHERE fk_project IN (".$this->db->sanitize($ids).
") AND entity IN (".
getEntity(
'agenda').
")";
838 } elseif ($type ==
'expensereport') {
839 $sql =
"SELECT ed.rowid FROM ".MAIN_DB_PREFIX.
"expensereport as e, ".MAIN_DB_PREFIX.
"expensereport_det as ed WHERE e.rowid = ed.fk_expensereport AND e.entity IN (".
getEntity(
'expensereport').
") AND ed.fk_projet IN (".$this->db->sanitize($ids).
")";
840 } elseif ($type ==
'project_task') {
841 $sql =
"SELECT DISTINCT pt.rowid FROM ".MAIN_DB_PREFIX.
"projet_task as pt WHERE pt.fk_projet IN (".$this->db->sanitize($ids).
")";
842 } elseif ($type ==
'element_time') {
843 $sql =
"SELECT DISTINCT pt.rowid, ptt.fk_user FROM ".MAIN_DB_PREFIX.
"projet_task as pt, ".MAIN_DB_PREFIX.
"element_time as ptt WHERE pt.rowid = ptt.fk_element AND ptt.elementtype = 'task' AND pt.fk_projet IN (".$this->db->sanitize($ids).
")";
844 } elseif ($type ==
'stocktransfer_stocktransfer') {
845 $sql =
"SELECT ms.rowid, ms.fk_user_author as fk_user FROM ".MAIN_DB_PREFIX.
"stocktransfer_stocktransfer as ms, ".MAIN_DB_PREFIX.
"entrepot as e WHERE e.rowid = ms.fk_entrepot AND e.entity IN (".
getEntity(
'stock').
") AND ms.origintype = 'project' AND ms.fk_origin IN (".$this->db->sanitize($ids).
") AND ms.type_mouvement = 1";
846 } elseif ($type ==
'loan') {
847 $sql =
"SELECT l.rowid, l.fk_user_author as fk_user FROM ".MAIN_DB_PREFIX.
"loan as l WHERE l.entity IN (".
getEntity(
'loan').
") AND l.fk_projet IN (".$this->db->sanitize($ids).
")";
849 $sql =
"SELECT rowid FROM ".MAIN_DB_PREFIX.$tablename.
" WHERE ".$projectkey.
" IN (".$this->db->sanitize($ids).
") AND entity IN (".
getEntity($type).
")";
852 if ($date_start > 0 && $type ==
'loan') {
853 $sql .=
" AND (dateend > '".$this->db->idate($date_start).
"' OR dateend IS NULL)";
854 } elseif ($date_start > 0 && ($type !=
'project_task')) {
855 if (empty($datefieldname) && !empty($this->table_element_date)) {
856 $datefieldname = $this->table_element_date;
858 if (empty($datefieldname)) {
859 return 'Error this object has no date field defined';
861 $sql .=
" AND (".$datefieldname.
" >= '".$this->db->idate($date_start).
"' OR ".$datefieldname.
" IS NULL)";
864 if ($date_end > 0 && $type ==
'loan') {
865 $sql .=
" AND (datestart < '".$this->db->idate($date_end).
"' OR datestart IS NULL)";
866 } elseif ($date_end > 0 && ($type !=
'project_task')) {
867 if (empty($datefieldname) && !empty($this->table_element_date)) {
868 $datefieldname = $this->table_element_date;
870 if (empty($datefieldname)) {
871 return 'Error this object has no date field defined';
873 $sql .=
" AND (".$datefieldname.
" <= '".$this->db->idate($date_end).
"' OR ".$datefieldname.
" IS NULL)";
879 'tablename' => $tablename,
880 'datefieldname' => $datefieldname,
881 'dates' => $date_start,
882 'datee' => $date_end,
883 'fk_projet' => $projectkey,
886 $reshook = $hookmanager->executeHooks(
'getElementList', $parameters);
888 $sql = $hookmanager->resPrint;
890 $sql .= $hookmanager->resPrint;
898 dol_syslog(get_class($this).
"::get_element_list", LOG_DEBUG);
899 $result = $this->db->query($sql);
901 $nump = $this->db->num_rows($result);
905 $obj = $this->db->fetch_object($result);
907 $elements[$i] = $obj->rowid.(empty($obj->fk_user) ?
'' :
'_'.$obj->fk_user);
911 $this->db->free($result);
928 public function delete($user, $notrigger = 0)
930 global $langs, $conf;
931 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
941 $this->error =
'ErrorFailToDeleteLinkedContact';
943 $this->db->rollback();
949 $listoftables = array(
950 'propal'=>
'fk_projet',
'commande'=>
'fk_projet',
'facture'=>
'fk_projet',
951 'supplier_proposal'=>
'fk_projet',
'commande_fournisseur'=>
'fk_projet',
'facture_fourn'=>
'fk_projet',
952 'expensereport_det'=>
'fk_projet',
'contrat'=>
'fk_projet',
953 'fichinter'=>
'fk_projet',
954 'don'=>array(
'field'=>
'fk_projet',
'module'=>
'don'),
955 'actioncomm'=>
'fk_project',
956 'mrp_mo'=>
'fk_project',
957 'entrepot'=>
'fk_project'
959 foreach ($listoftables as $key => $value) {
960 if (is_array($value)) {
961 if (!isModEnabled($value[
'module'])) {
964 $fieldname = $value[
'field'];
968 $sql =
"UPDATE ".MAIN_DB_PREFIX.$key.
" SET ".$fieldname.
" = NULL where ".$fieldname.
" = ".((int) $this->
id);
970 $resql = $this->db->query($sql);
972 $this->errors[] = $this->db->lasterror();
980 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.
"categorie_project";
981 $sql .=
" WHERE fk_project = ".((int) $this->
id);
983 $result = $this->db->query($sql);
986 $this->errors[] = $this->db->lasterror();
1002 $elements = array(
'categorie_project');
1003 foreach ($elements as $table) {
1005 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.$table;
1006 $sql .=
" WHERE fk_project = ".((int) $this->
id);
1008 $result = $this->db->query($sql);
1011 $this->errors[] = $this->db->lasterror();
1018 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.
"projet_extrafields";
1019 $sql .=
" WHERE fk_object = ".((int) $this->
id);
1021 $resql = $this->db->query($sql);
1023 $this->errors[] = $this->db->lasterror();
1030 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.
"projet";
1031 $sql .=
" WHERE rowid=".((int) $this->
id);
1033 $resql = $this->db->query($sql);
1035 $this->errors[] = $langs->trans(
"CantRemoveProject", $langs->transnoentitiesnoconv(
"ProjectOverview"));
1042 if (empty($error)) {
1045 if ($conf->project->dir_output) {
1046 $dir = $conf->project->dir_output.
"/".$projectref;
1047 if (file_exists($dir)) {
1050 $this->errors[] =
'ErrorFailToDeleteDir';
1058 $result = $this->
call_trigger(
'PROJECT_DELETE', $user);
1067 if (empty($error)) {
1068 $this->db->commit();
1071 foreach ($this->errors as $errmsg) {
1072 dol_syslog(get_class($this).
"::delete ".$errmsg, LOG_ERR);
1073 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
1075 dol_syslog(get_class($this).
"::delete ".$this->error, LOG_ERR);
1076 $this->db->rollback();
1091 if ($this->
id <= 0) {
1095 if ($type ==
'agenda') {
1096 $sql =
"SELECT COUNT(id) as nb FROM ".MAIN_DB_PREFIX.
"actioncomm WHERE fk_project = ".((int) $this->
id).
" AND entity IN (".
getEntity(
'agenda').
")";
1097 } elseif ($type ==
'expensereport') {
1098 $sql =
"SELECT COUNT(ed.rowid) as nb FROM ".MAIN_DB_PREFIX.
"expensereport as e, ".MAIN_DB_PREFIX.
"expensereport_det as ed WHERE e.rowid = ed.fk_expensereport AND e.entity IN (".
getEntity(
'expensereport').
") AND ed.fk_projet = ".((int) $this->
id);
1099 } elseif ($type ==
'project_task') {
1100 $sql =
"SELECT DISTINCT COUNT(pt.rowid) as nb FROM ".MAIN_DB_PREFIX.
"projet_task as pt WHERE pt.fk_projet = ".((int) $this->
id);
1101 } elseif ($type ==
'element_time') {
1102 $sql =
"SELECT DISTINCT COUNT(pt.rowid) as nb FROM ".MAIN_DB_PREFIX.
"projet_task as pt, ".MAIN_DB_PREFIX.
"element_time as ptt WHERE pt.rowid = ptt.fk_element AND ptt.elementtype = 'task' AND pt.fk_projet = ".((int) $this->
id);
1103 } elseif ($type ==
'stock_mouvement') {
1104 $sql =
"SELECT COUNT(ms.rowid) as nb FROM ".MAIN_DB_PREFIX.
"stock_mouvement as ms, ".MAIN_DB_PREFIX.
"entrepot as e WHERE e.rowid = ms.fk_entrepot AND e.entity IN (".
getEntity(
'stock').
") AND ms.origintype = 'project' AND ms.fk_origin = ".((int) $this->
id).
" AND ms.type_mouvement = 1";
1105 } elseif ($type ==
'loan') {
1106 $sql =
"SELECT COUNT(l.rowid) as nb FROM ".MAIN_DB_PREFIX.
"loan as l WHERE l.entity IN (".
getEntity(
'loan').
") AND l.fk_projet = ".((int) $this->
id);
1108 $sql =
"SELECT COUNT(rowid) as nb FROM ".MAIN_DB_PREFIX.$tablename.
" WHERE ".$projectkey.
" = ".((int) $this->
id).
" AND entity IN (".
getEntity($type).
")";
1111 $result = $this->db->query($sql);
1117 $obj = $this->db->fetch_object($result);
1119 $this->db->free($result);
1132 $countTasks = count($this->lines);
1135 foreach ($this->lines as $task) {
1136 if ($task->hasChildren() <= 0) {
1138 $ret = $task->delete($user);
1140 $this->errors[] = $this->db->lasterror();
1147 if ($deleted && count($this->lines) < $countTasks) {
1148 if (count($this->lines)) {
1165 global $langs, $conf;
1170 if ($this->
status == self::STATUS_VALIDATED) {
1171 dol_syslog(get_class($this).
"::validate action abandonned: already validated", LOG_WARNING);
1176 if (preg_match(
'/^'.preg_quote($langs->trans(
"CopyOf").
' ').
'/', $this->title)) {
1177 $this->error = $langs->trans(
"ErrorFieldFormat", $langs->transnoentities(
"Label")).
'. '.$langs->trans(
'RemoveString', $langs->transnoentitiesnoconv(
"CopyOf"));
1183 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"projet";
1184 $sql .=
" SET fk_statut = ".self::STATUS_VALIDATED;
1185 $sql .=
" WHERE rowid = ".((int) $this->
id);
1188 dol_syslog(get_class($this).
"::setValid", LOG_DEBUG);
1189 $resql = $this->db->query($sql);
1192 if (empty($notrigger)) {
1193 $result = $this->
call_trigger(
'PROJECT_VALIDATE', $user);
1202 $this->db->commit();
1205 $this->db->rollback();
1206 $this->error = join(
',', $this->errors);
1207 dol_syslog(get_class($this).
"::setValid ".$this->error, LOG_ERR);
1211 $this->db->rollback();
1212 $this->error = $this->db->lasterror();
1225 global $langs, $conf;
1231 if ($this->
statut != self::STATUS_CLOSED) {
1234 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"projet";
1235 $sql .=
" SET fk_statut = ".self::STATUS_CLOSED.
", fk_user_close = ".((int) $user->id).
", date_close = '".$this->db->idate($now).
"'";
1236 $sql .=
" WHERE rowid = ".((int) $this->
id);
1237 $sql .=
" AND fk_statut = ".self::STATUS_VALIDATED;
1243 dol_syslog(get_class($this).
"::setClose", LOG_DEBUG);
1244 $resql = $this->db->query($sql);
1255 $this->db->commit();
1258 $this->db->rollback();
1259 $this->error = join(
',', $this->errors);
1260 dol_syslog(get_class($this).
"::setClose ".$this->error, LOG_ERR);
1264 $this->db->rollback();
1265 $this->error = $this->db->lasterror();
1297 if (is_null($status)) {
1301 $statustrans = array(
1307 $statusClass =
'status0';
1308 if (!empty($statustrans[$status])) {
1309 $statusClass = $statustrans[$status];
1312 return dolGetStatus($langs->transnoentitiesnoconv($this->labelStatus[$status]), $langs->transnoentitiesnoconv($this->labelStatusShort[$status]),
'', $statusClass, $mode);
1324 global $conf, $langs;
1326 $langs->load(
'projects');
1327 $option = $params[
'option'] ??
'';
1328 $moreinpopup = $params[
'moreinpopup'] ??
'';
1331 if ($option !=
'nolink') {
1332 $datas[
'picto'] =
img_picto(
'', $this->picto,
'class="pictofixedwidth"').
' <u class="paddingrightonly">'.$langs->trans(
"Project").
'</u>';
1334 if (isset($this->
status)) {
1335 $datas[
'picto'] .=
' '.$this->getLibStatut(5);
1337 $datas[
'ref'] = (isset($datas[
'picto']) ?
'<br>' :
'').
'<b>'.$langs->trans(
'Ref').
': </b>'.$this->ref;
1338 $datas[
'label'] =
'<br><b>'.$langs->trans(
'Label').
': </b>'.$this->title;
1339 if (isset($this->
public)) {
1340 $datas[
'visibility'] =
'<br><b>'.$langs->trans(
"Visibility").
":</b> ";
1341 $datas[
'visibility'] .= ($this->
public ?
img_picto($langs->trans(
'SharedProject'),
'world',
'class="pictofixedwidth"').$langs->trans(
"SharedProject") :
img_picto($langs->trans(
'PrivateProject'),
'private',
'class="pictofixedwidth"').$langs->trans(
"PrivateProject"));
1343 if (!empty($this->thirdparty_name)) {
1344 $datas[
'thirdparty'] =
'<br><b>'.$langs->trans(
'ThirdParty').
': </b>'.$this->thirdparty_name;
1346 if (!empty($this->date_start)) {
1347 $datas[
'datestart'] =
'<br><b>'.$langs->trans(
'DateStart').
': </b>'.
dol_print_date($this->date_start,
'day');
1349 if (!empty($this->date_end)) {
1350 $datas[
'dateend'] =
'<br><b>'.$langs->trans(
'DateEnd').
': </b>'.
dol_print_date($this->date_end,
'day');
1353 $datas[
'moreinpopup'] =
'<br>'.$moreinpopup;
1373 public function getNomUrl($withpicto = 0, $option =
'', $addlabel = 0, $moreinpopup =
'', $sep =
' - ', $notooltip = 0, $save_lastsearch_value = -1, $morecss =
'', $save_pageforbacktolist =
'')
1375 global $conf, $langs, $user, $hookmanager;
1377 if (!empty($conf->dol_no_mouse_hover)) {
1383 $option = $conf->global->PROJECT_OPEN_ALWAYS_ON_TAB;
1387 'objecttype' => $this->element,
1388 'moreinpopup' => $moreinpopup,
1389 'option' => $option,
1391 $classfortooltip =
'classfortooltip';
1394 $classfortooltip =
'classforajaxtooltip';
1395 $dataparams =
' data-params="'.dol_escape_htmltag(json_encode($params)).
'"';
1402 if ($option !=
'nolink') {
1403 if (preg_match(
'/\.php$/', $option)) {
1405 } elseif ($option ==
'task') {
1406 $url = DOL_URL_ROOT.
'/projet/tasks.php?id='.$this->id;
1407 } elseif ($option ==
'preview') {
1408 $url = DOL_URL_ROOT.
'/projet/element.php?id='.$this->id;
1409 } elseif ($option ==
'eventorganization') {
1410 $url = DOL_URL_ROOT.
'/eventorganization/conferenceorbooth_list.php?projectid='.$this->id;
1412 $url = DOL_URL_ROOT.
'/projet/card.php?id='.$this->id;
1415 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
1416 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
1417 $add_save_lastsearch_values = 1;
1419 if ($add_save_lastsearch_values) {
1420 $url .=
'&save_lastsearch_values=1';
1422 $add_save_backpagefor = ($save_pageforbacktolist ? 1 : 0);
1423 if ($add_save_backpagefor) {
1424 $url .=
"&save_pageforbacktolist=".urlencode($save_pageforbacktolist);
1429 if (empty($notooltip) && $user->hasRight(
'projet',
'lire')) {
1431 $label = $langs->trans(
"ShowProject");
1432 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
1434 $linkclose .= ($label ?
' title="'.dol_escape_htmltag($label, 1).
'"' :
' title="tocomplete"');
1435 $linkclose .= $dataparams.
' class="'.$classfortooltip.($morecss ?
' '.$morecss :
'').
'"';
1437 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
1440 $picto =
'projectpub';
1441 if (!$this->
public) {
1445 $linkstart =
'<a href="'.$url.
'"';
1446 $linkstart .= $linkclose.
'>';
1449 $result .= $linkstart;
1451 $result .=
img_object(($notooltip ?
'' : $label), $picto,
'class="pictofixedwidth em088"', 0, 0, $notooltip ? 0 : 1);
1453 if ($withpicto != 2) {
1454 $result .= $this->ref;
1456 $result .= $linkend;
1457 if ($withpicto != 2) {
1458 $result .= (($addlabel && $this->title) ?
'<span class="opacitymedium">'.$sep.dol_trunc($this->title, ($addlabel > 1 ? $addlabel : 0)).
'</span>' :
'');
1462 $hookmanager->initHooks(array(
'projectdao'));
1463 $parameters = array(
'id'=>$this->
id,
'getnomurl' => &$result);
1464 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
1466 $result = $hookmanager->resPrint;
1468 $result .= $hookmanager->resPrint;
1483 global $user, $langs, $conf;
1489 $this->
ref =
'SPECIMEN';
1490 $this->entity = $conf->entity;
1491 $this->specimen = 1;
1493 $this->date_c = $now;
1494 $this->date_m = $now;
1495 $this->date_start = $now;
1496 $this->date_end = $now + (3600 * 24 * 365);
1497 $this->note_public =
'SPECIMEN';
1498 $this->fk_element = 20000;
1499 $this->opp_amount = 20000;
1500 $this->budget_amount = 10000;
1502 $this->usage_opportunity = 1;
1503 $this->usage_task = 1;
1504 $this->usage_bill_time = 1;
1505 $this->usage_organize_event = 1;
1534 if (($mode ==
'read' && $user->hasRight(
'projet',
'all',
'lire')) || ($mode ==
'write' && $user->hasRight(
'projet',
'all',
'creer')) || ($mode ==
'delete' && $user->hasRight(
'projet',
'all',
'supprimer'))) {
1536 } elseif ($this->
public && (($mode ==
'read' && $user->hasRight(
'projet',
'lire')) || ($mode ==
'write' && $user->hasRight(
'projet',
'creer')) || ($mode ==
'delete' && $user->hasRight(
'projet',
'supprimer')))) {
1539 foreach (array(
'internal',
'external') as $source) {
1541 $num = count($userRole);
1544 while ($nblinks < $num) {
1545 if ($source ==
'internal' && $user->id == $userRole[$nblinks][
'id']) {
1546 if ($mode ==
'read' && $user->hasRight(
'projet',
'lire')) {
1549 if ($mode ==
'write' && $user->hasRight(
'projet',
'creer')) {
1552 if ($mode ==
'delete' && $user->hasRight(
'projet',
'supprimer')) {
1556 if ($source ==
'external' && $user->socid > 0 && $user->socid == $userRole[$nblinks][
'socid']) {
1557 if ($mode ==
'read' && $user->hasRight(
'projet',
'lire')) {
1560 if ($mode ==
'write' && $user->hasRight(
'projet',
'creer')) {
1563 if ($mode ==
'delete' && $user->hasRight(
'projet',
'supprimer')) {
1579 return ($userAccess ? $userAccess : -1);
1594 $projects = array();
1597 $sql =
"SELECT ".(($mode == 0 || $mode == 1) ?
"DISTINCT " :
"").
"p.rowid, p.ref";
1598 $sql .=
" FROM ".MAIN_DB_PREFIX.
"projet as p";
1600 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"element_contact as ec ON ec.element_id = p.rowid";
1601 } elseif ($mode == 1) {
1602 $sql .=
", ".MAIN_DB_PREFIX.
"element_contact as ec";
1603 } elseif ($mode == 2) {
1606 $sql .=
" WHERE p.entity IN (".getEntity(
'project').
")";
1610 $sql .=
" AND (p.fk_soc IS NULL OR p.fk_soc = 0 OR p.fk_soc = ".((int) $socid).
")";
1614 $listofprojectcontacttype = array();
1615 $sql2 =
"SELECT ctc.rowid, ctc.code FROM ".MAIN_DB_PREFIX.
"c_type_contact as ctc";
1616 $sql2 .=
" WHERE ctc.element = '".$this->db->escape($this->element).
"'";
1617 $sql2 .=
" AND ctc.source = 'internal'";
1618 $resql = $this->db->query($sql2);
1620 while ($obj = $this->db->fetch_object($resql)) {
1621 $listofprojectcontacttype[$obj->rowid] = $obj->code;
1626 if (count($listofprojectcontacttype) == 0) {
1627 $listofprojectcontacttype[0] =
'0';
1631 $sql .=
" AND ( p.public = 1";
1632 $sql .=
" OR ( ec.fk_c_type_contact IN (".$this->db->sanitize(join(
',', array_keys($listofprojectcontacttype))).
")";
1633 $sql .=
" AND ec.fk_socpeople = ".((int) $user->id).
")";
1635 } elseif ($mode == 1) {
1636 $sql .=
" AND ec.element_id = p.rowid";
1638 $sql .=
" ( ec.fk_c_type_contact IN (".$this->db->sanitize(join(
',', array_keys($listofprojectcontacttype))).
")";
1639 $sql .=
" AND ec.fk_socpeople = ".((int) $user->id).
")";
1641 } elseif ($mode == 2) {
1648 $resql = $this->db->query($sql);
1650 $num = $this->db->num_rows($resql);
1653 $row = $this->db->fetch_row($resql);
1654 $projects[$row[0]] = $row[1];
1659 $this->db->free($resql);
1665 $result = implode(
',', $temp);
1690 public function createFromClone(
User $user, $fromid, $clone_contact =
false, $clone_task =
true, $clone_project_file =
false, $clone_task_file =
false, $clone_note =
true, $move_date =
true, $notrigger = 0, $newthirdpartyid = 0)
1692 global $langs, $conf;
1696 dol_syslog(
"createFromClone clone_contact=".$clone_contact.
" clone_task=".$clone_task.
" clone_project_file=".$clone_project_file.
" clone_note=".$clone_note.
" move_date=".$move_date, LOG_DEBUG);
1700 $clone_project =
new Project($this->db);
1702 $clone_project->context[
'createfromclone'] =
'createfromclone';
1707 $clone_project->fetch($fromid);
1708 $clone_project->fetch_optionals();
1709 if ($newthirdpartyid > 0) {
1710 $clone_project->socid = $newthirdpartyid;
1712 $clone_project->fetch_thirdparty();
1714 $orign_dt_start = $clone_project->date_start;
1715 $orign_project_ref = $clone_project->ref;
1717 $clone_project->id = 0;
1719 $clone_project->date_start = $now;
1720 if (!(empty($clone_project->date_end))) {
1721 $clone_project->date_end = $clone_project->date_end + ($now - $orign_dt_start);
1725 $clone_project->date_c = $now;
1728 $clone_project->note_private =
'';
1729 $clone_project->note_public =
'';
1734 $obj = !
getDolGlobalString(
'PROJECT_ADDON') ?
'mod_project_simple' : $conf->global->PROJECT_ADDON;
1739 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
1740 foreach ($dirmodels as $reldir) {
1741 $file =
dol_buildpath($reldir.
"core/modules/project/".$obj.
'.php', 0);
1742 if (file_exists($file)) {
1745 $modProject =
new $obj();
1746 $defaultref = $modProject->getNextValue(is_object($clone_project->thirdparty) ? $clone_project->thirdparty :
null, $clone_project);
1750 if (is_numeric($defaultref) && $defaultref <= 0) {
1754 $clone_project->ref = $defaultref;
1755 $clone_project->title = $langs->trans(
"CopyOf").
' '.$clone_project->title;
1758 $result = $clone_project->create($user, $notrigger);
1762 $this->error .= $clone_project->error;
1768 $clone_project_id = $clone_project->id;
1772 $clone_project->note_private =
'';
1773 $clone_project->note_public =
'';
1776 $res = $clone_project->update_note(
dol_html_entity_decode($clone_project->note_public, ENT_QUOTES | ENT_HTML5),
'_public');
1778 $this->error .= $clone_project->error;
1780 $this->db->rollback();
1782 $this->db->commit();
1786 $res = $clone_project->update_note(
dol_html_entity_decode($clone_project->note_private, ENT_QUOTES | ENT_HTML5),
'_private');
1788 $this->error .= $clone_project->error;
1790 $this->db->rollback();
1792 $this->db->commit();
1797 if ($clone_contact) {
1798 $origin_project =
new Project($this->db);
1799 $origin_project->fetch($fromid);
1801 foreach (array(
'internal',
'external') as $source) {
1802 $tab = $origin_project->liste_contact(-1, $source);
1803 if (is_array($tab) && count($tab)>0) {
1804 foreach ($tab as $contacttoadd) {
1805 $clone_project->add_contact($contacttoadd[
'id'], $contacttoadd[
'code'], $contacttoadd[
'source'], $notrigger);
1806 if ($clone_project->error ==
'DB_ERROR_RECORD_ALREADY_EXISTS') {
1807 $langs->load(
"errors");
1808 $this->error .= $langs->trans(
"ErrorThisContactIsAlreadyDefinedAsThisType");
1811 if ($clone_project->error !=
'') {
1812 $this->error .= $clone_project->error;
1817 } elseif ($tab < 0) {
1818 $this->error .= $origin_project->error;
1825 if ($clone_project_file) {
1826 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
1831 if (
dol_mkdir($clone_project_dir) >= 0) {
1832 $filearray =
dol_dir_list($ori_project_dir,
"files", 0,
'',
'(\.meta|_preview.*\.png)$',
'', SORT_ASC, 1);
1833 foreach ($filearray as $key => $file) {
1834 $rescopy =
dol_copy($ori_project_dir.
'/'.$file[
'name'], $clone_project_dir.
'/'.$file[
'name'], 0, 1);
1835 if (is_numeric($rescopy) && $rescopy < 0) {
1836 $this->error .= $langs->trans(
"ErrorFailToCopyFile", $ori_project_dir.
'/'.$file[
'name'], $clone_project_dir.
'/'.$file[
'name']);
1841 $this->error .= $langs->trans(
'ErrorInternalErrorDetected').
':dol_mkdir';
1848 require_once DOL_DOCUMENT_ROOT.
'/projet/class/task.class.php';
1850 $taskstatic =
new Task($this->db);
1854 if ($user->socid > 0) {
1855 $socid = $user->socid;
1858 $tasksarray = $taskstatic->getTasksArray(0, 0, $fromid, $socid, 0);
1860 $tab_conv_child_parent = array();
1863 foreach ($tasksarray as $tasktoclone) {
1864 $result_clone = $taskstatic->createFromClone($user, $tasktoclone->id, $clone_project_id, $tasktoclone->fk_task_parent, $move_date,
true,
false, $clone_task_file,
true,
false);
1865 if ($result_clone <= 0) {
1866 $this->error .= $taskstatic->error;
1869 $new_task_id = $result_clone;
1870 $taskstatic->fetch($tasktoclone->id);
1874 if (($taskstatic->hasChildren()) && !array_key_exists($tasktoclone->id, $tab_conv_child_parent)) {
1875 $tab_conv_child_parent[$tasktoclone->id] = $new_task_id;
1881 $tasksarray = $taskstatic->getTasksArray(0, 0, $clone_project_id, $socid, 0);
1882 foreach ($tasksarray as $task_cloned) {
1883 $taskstatic->fetch($task_cloned->id);
1884 if ($taskstatic->fk_task_parent != 0) {
1885 $taskstatic->fk_task_parent = $tab_conv_child_parent[$taskstatic->fk_task_parent];
1887 $res = $taskstatic->update($user, $notrigger);
1888 if ($result_clone <= 0) {
1889 $this->error .= $taskstatic->error;
1896 unset($clone_project->context[
'createfromclone']);
1899 $this->db->commit();
1900 return $clone_project_id;
1902 $this->db->rollback();
1903 dol_syslog(get_class($this).
"::createFromClone nbError: ".$error.
" error : ".$this->error, LOG_ERR);
1917 global $user, $langs, $conf;
1922 $taskstatic =
new Task($this->db);
1926 if ($user->socid > 0) {
1927 $socid = $user->socid;
1930 $tasksarray = $taskstatic->getTasksArray(0, 0, $this->
id, $socid, 0);
1932 foreach ($tasksarray as $tasktoshiftdate) {
1935 if ((!empty($tasktoshiftdate->date_start)) || (!empty($tasktoshiftdate->date_end))) {
1938 $task =
new Task($this->db);
1939 $result = $task->fetch($tasktoshiftdate->id);
1942 $this->error .= $task->error;
1948 if (!empty($tasktoshiftdate->date_start)) {
1949 $task->date_start = $this->date_start + ($tasktoshiftdate->date_start - $old_project_dt_start);
1953 if (!empty($tasktoshiftdate->date_end)) {
1954 $task->date_end = $this->date_start + ($tasktoshiftdate->date_end - $old_project_dt_start);
1958 $result = $task->update($user);
1961 $this->error .= $task->error;
1983 $sql =
"UPDATE ".MAIN_DB_PREFIX.$tableName;
1985 if ($tableName ==
"actioncomm") {
1986 $sql .=
" SET fk_project=".$this->id;
1987 $sql .=
" WHERE id=".((int) $elementSelectId);
1988 } elseif (in_array($tableName, [
"entrepot",
"mrp_mo",
"stocktransfer_stocktransfer"])) {
1989 $sql .=
" SET fk_project=".$this->id;
1990 $sql .=
" WHERE rowid=".((int) $elementSelectId);
1992 $sql .=
" SET fk_projet=".$this->id;
1993 $sql .=
" WHERE rowid=".((int) $elementSelectId);
1996 dol_syslog(get_class($this).
"::update_element", LOG_DEBUG);
1997 $resql = $this->db->query($sql);
1999 $this->error = $this->db->lasterror();
2016 public function remove_element($tableName, $elementSelectId, $projectfield =
'fk_projet')
2019 $sql =
"UPDATE ".MAIN_DB_PREFIX.$tableName;
2021 if ($tableName ==
"actioncomm") {
2022 $sql .=
" SET fk_project=NULL";
2023 $sql .=
" WHERE id=".((int) $elementSelectId);
2025 $sql .=
" SET ".$projectfield.
"=NULL";
2026 $sql .=
" WHERE rowid=".((int) $elementSelectId);
2029 dol_syslog(get_class($this).
"::remove_element", LOG_DEBUG);
2030 $resql = $this->db->query($sql);
2032 $this->error = $this->db->lasterror();
2049 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0)
2051 global $conf, $langs;
2053 $langs->load(
"projects");
2056 $modele =
'baleine';
2058 if ($this->model_pdf) {
2059 $modele = $this->model_pdf;
2061 $modele = $conf->global->PROJECT_ADDON_PDF;
2065 $modelpath =
"core/modules/project/doc/";
2067 return $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
2084 $this->weekWorkLoad = array();
2085 $this->weekWorkLoadPerTask = array();
2087 if (empty($datestart)) {
2091 $sql =
"SELECT ptt.rowid as taskid, ptt.element_duration, ptt.element_date, ptt.element_datehour, ptt.fk_element";
2092 $sql .=
" FROM ".MAIN_DB_PREFIX.
"element_time AS ptt, ".MAIN_DB_PREFIX.
"projet_task as pt";
2093 $sql .=
" WHERE ptt.fk_element = pt.rowid";
2094 $sql .=
" AND ptt.elementtype = 'task'";
2095 $sql .=
" AND pt.fk_projet = ".((int) $this->
id);
2096 $sql .=
" AND (ptt.element_date >= '".$this->db->idate($datestart).
"' ";
2097 $sql .=
" AND ptt.element_date <= '".$this->db->idate(
dol_time_plus_duree($datestart, 1,
'w') - 1).
"')";
2099 $sql .=
" AND ptt.fk_element=".((int) $taskid);
2101 if (is_numeric($userid)) {
2102 $sql .=
" AND ptt.fk_user=".((int) $userid);
2106 $resql = $this->db->query($sql);
2108 $daylareadyfound = array();
2110 $num = $this->db->num_rows($resql);
2114 $obj = $this->db->fetch_object($resql);
2115 $day = $this->db->jdate($obj->element_date);
2116 if (empty($daylareadyfound[$day])) {
2117 $this->weekWorkLoad[$day] = $obj->element_duration;
2118 $this->weekWorkLoadPerTask[$day][$obj->fk_element] = $obj->element_duration;
2120 $this->weekWorkLoad[$day] += $obj->element_duration;
2121 $this->weekWorkLoadPerTask[$day][$obj->fk_element] += $obj->element_duration;
2123 $daylareadyfound[$day] = 1;
2126 $this->db->free($resql);
2129 $this->error =
"Error ".$this->db->lasterror();
2130 dol_syslog(get_class($this).
"::fetch ".$this->error, LOG_ERR);
2148 $this->monthWorkLoad = array();
2149 $this->monthWorkLoadPerTask = array();
2151 if (empty($datestart)) {
2155 $sql =
"SELECT ptt.rowid as taskid, ptt.element_duration, ptt.element_date, ptt.element_datehour, ptt.fk_element";
2156 $sql .=
" FROM ".MAIN_DB_PREFIX.
"element_time AS ptt, ".MAIN_DB_PREFIX.
"projet_task as pt";
2157 $sql .=
" WHERE ptt.fk_element = pt.rowid";
2158 $sql .=
" AND ptt.elementtype = 'task'";
2159 $sql .=
" AND pt.fk_projet = ".((int) $this->
id);
2160 $sql .=
" AND (ptt.element_date >= '".$this->db->idate($datestart).
"' ";
2161 $sql .=
" AND ptt.element_date <= '".$this->db->idate(
dol_time_plus_duree($datestart, 1,
'm') - 1).
"')";
2163 $sql .=
" AND ptt.fk_element=".((int) $taskid);
2165 if (is_numeric($userid)) {
2166 $sql .=
" AND ptt.fk_user=".((int) $userid);
2170 $resql = $this->db->query($sql);
2172 $weekalreadyfound = array();
2174 $num = $this->db->num_rows($resql);
2178 $obj = $this->db->fetch_object($resql);
2179 if (!empty($obj->element_date)) {
2180 $date = explode(
'-', $obj->element_date);
2183 if (empty($weekalreadyfound[$week_number])) {
2184 $this->monthWorkLoad[$week_number] = $obj->element_duration;
2185 $this->monthWorkLoadPerTask[$week_number][$obj->fk_element] = $obj->element_duration;
2187 $this->monthWorkLoad[$week_number] += $obj->element_duration;
2188 $this->monthWorkLoadPerTask[$week_number][$obj->fk_element] += $obj->element_duration;
2190 $weekalreadyfound[$week_number] = 1;
2193 $this->db->free($resql);
2196 $this->error =
"Error ".$this->db->lasterror();
2197 dol_syslog(get_class($this).
"::fetch ".$this->error, LOG_ERR);
2212 global $conf, $langs;
2218 $response->warning_delay = $conf->project->warning_delay / 60 / 60 / 24;
2219 $response->label = $langs->trans(
"OpenedProjects");
2220 $response->labelShort = $langs->trans(
"Opened");
2221 $response->url = DOL_URL_ROOT.
'/projet/list.php?search_project_user=-1&search_status=1&mainmenu=project';
2222 $response->img =
img_object(
'',
"projectpub");
2223 $response->nbtodo = 0;
2224 $response->nbtodolate = 0;
2226 $sql =
"SELECT p.rowid, p.fk_statut as status, p.fk_opp_status, p.datee as datee";
2227 $sql .=
" FROM (".MAIN_DB_PREFIX.
"projet as p";
2229 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe as s on p.fk_soc = s.rowid";
2232 $sql .=
" WHERE p.fk_statut = 1";
2233 $sql .=
" AND p.entity IN (".getEntity(
'project').
')';
2236 $projectsListId =
null;
2237 if (!$user->hasRight(
"projet",
"all",
"lire")) {
2238 $response->url = DOL_URL_ROOT.
'/projet/list.php?search_status=1&mainmenu=project';
2240 if (empty($projectsListId)) {
2244 $sql .=
" AND p.rowid IN (".$this->db->sanitize($projectsListId).
")";
2253 $resql = $this->db->query($sql);
2255 $project_static =
new Project($this->db);
2259 while ($obj = $this->db->fetch_object($resql)) {
2260 $response->nbtodo++;
2262 $project_static->statut = $obj->status;
2263 $project_static->opp_status = $obj->fk_opp_status;
2264 $project_static->date_end = $this->db->jdate($obj->datee);
2266 if ($project_static->hasDelay()) {
2267 $response->nbtodolate++;
2274 $this->error = $this->db->error();
2307 $this->nb = array();
2309 $sql =
"SELECT count(p.rowid) as nb";
2310 $sql .=
" FROM ".MAIN_DB_PREFIX.
"projet as p";
2312 $sql .=
" p.entity IN (".getEntity(
'project').
")";
2313 if (!$user->hasRight(
'projet',
'all',
'lire')) {
2315 $sql .=
"AND p.rowid IN (".$this->db->sanitize($projectsListId).
")";
2318 $resql = $this->db->query($sql);
2320 while ($obj = $this->db->fetch_object($resql)) {
2321 $this->nb[
"projects"] = $obj->nb;
2323 $this->db->free($resql);
2327 $this->error = $this->db->error();
2342 if (!($this->
statut == self::STATUS_VALIDATED)) {
2345 if (!$this->date_end) {
2351 return ($this->date_end) < ($now - $conf->project->warning_delay);
2363 $sql =
'SELECT c.rowid, datec as datec, tms as datem,';
2364 $sql .=
' date_close as datecloture,';
2365 $sql .=
' fk_user_creat as fk_user_author, fk_user_close as fk_user_cloture';
2366 $sql .=
' FROM '.MAIN_DB_PREFIX.
'projet as c';
2367 $sql .=
' WHERE c.rowid = '.((int) $id);
2368 $result = $this->db->query($sql);
2370 if ($this->db->num_rows($result)) {
2371 $obj = $this->db->fetch_object($result);
2373 $this->
id = $obj->rowid;
2375 $this->user_creation_id = $obj->fk_user_author;
2376 $this->user_closing_id = $obj->fk_user_cloture;
2378 $this->date_creation = $this->db->jdate($obj->datec);
2379 $this->date_modification = $this->db->jdate($obj->datem);
2380 $this->date_cloture = $this->db->jdate($obj->datecloture);
2383 $this->db->free($result);
2401 require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
2402 return parent::setCategoriesCommon($categories, Categorie::TYPE_PROJECT);
2415 require_once DOL_DOCUMENT_ROOT.
'/projet/class/task.class.php';
2416 $taskstatic =
new Task($this->db);
2418 $this->lines = $taskstatic->getTasksArray(0, $user, $this->
id, 0, 0,
'',
'-1',
'', 0, 0, array(), 0, array(), 0, $loadRoleMode);
2439 public function sendEmail($text, $subject, $filename_list = array(), $mimetype_list = array(), $mimefilename_list = array(), $addr_cc =
"", $addr_bcc =
"", $deliveryreceipt = 0, $msgishtml = -1, $errors_to =
'', $moreinheader =
'')
2441 global $conf, $langs;
2457 $selected = (empty($arraydata[
'selected']) ? 0 : $arraydata[
'selected']);
2459 $return =
'<div class="box-flex-item box-flex-grow-zero">';
2460 $return .=
'<div class="info-box info-box-sm">';
2461 $return .=
'<span class="info-box-icon bg-infobox-action">';
2462 $return .=
img_picto(
'', $this->
public ?
'projectpub' : $this->picto);
2464 $return .=
'</span>';
2465 $return .=
'<div class="info-box-content">';
2466 $return .=
'<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this,
'getNomUrl') ? $this->
getNomUrl() : $this->ref);
2470 $return .=
'</span>';
2471 if ($selected >= 0) {
2472 $return .=
'<input id="cb'.$this->id.
'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->
id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
2487 if (property_exists($this,
'thirdparty') && is_object($this->thirdparty)) {
2488 $return .=
'<br><div class="info-box-ref tdoverflowmax150 inline-block valignmiddle">'.$this->thirdparty->getNomUrl(1);
2489 $return .=
'</div><div class="inline-block valignmiddle">';
2490 $return .=
dol_print_phone($this->thirdparty->phone, $this->thirdparty->country_code, 0, $this->thirdparty->id,
'tel',
'hidenum',
'phone');
2493 if (!empty($arraydata[
'assignedusers'])) {
2495 if ($this->
public) {
2496 $return .=
img_picto($langs->trans(
'Visibility').
': '.$langs->trans(
'SharedProject'),
'world',
'class="paddingrightonly valignmiddle"');
2499 $return .=
img_picto($langs->trans(
'Visibility').
': '.$langs->trans(
'PrivateProject'),
'private',
'class="paddingrightonly valignmiddle"');
2503 $return .=
' <span class="small valignmiddle">'.$arraydata[
'assignedusers'].
'</span>';
2509 $return .=
'<br><div>';
2510 if ($this->usage_opportunity && $this->opp_status_code) {
2513 $return .=
'<div class="opacitymedium small marginrightonly inline-block" title="'.dol_escape_htmltag($langs->trans(
"OppStatus".$this->opp_status_code)).
'">'.round($this->opp_percent).
'%</div>';
2514 $return .=
' <div class="amount small marginrightonly inline-block">'.price($this->opp_amount).
'</div>';
2516 if (method_exists($this,
'getLibStatut')) {
2517 $return .=
'<div class="info-box-status small inline-block valignmiddle">'.$this->getLibStatut(3).
'</div>';
2519 $return .=
'</div>';
2521 $return .=
'</div>';
2522 $return .=
'</div>';
2523 $return .=
'</div>';
2536 $sql =
'SELECT rowid,title';
2537 $sql .=
' FROM '.MAIN_DB_PREFIX.
'projet';
2538 $sql .=
' WHERE fk_project = '.((int) $this->
id);
2539 $sql .=
' ORDER BY title';
2540 $result = $this->db->query($sql);
2542 $n = $this->db->num_rows($result);
2544 $children[] = $this->db->fetch_object($result);
2547 $this->db->free($result);
print $langs trans("AuditedSecurityEvents").'</strong >< span class="opacitymedium"></span >< br > status
Parent class of all other business classes (invoices, contracts, proposals, orders,...
fetch_optionals($rowid=null, $optionsArray=null)
Function to get extra fields of an object into $this->array_options This method is in most cases call...
commonGenerateDocument($modelspath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams=null)
Common function for all objects extending CommonObject for generating documents.
liste_contact($statusoflink=-1, $source='external', $list=0, $code='', $status=-1, $arrayoftcids=array())
Get array of all contacts for an object.
static commonReplaceThirdparty(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a thirdparty id with another one.
insertExtraFields($trigger='', $userused=null)
Add/Update all extra fields values for the current object.
delete_linked_contact($source='', $code='')
Delete all links between an object $this and all its contacts in llx_element_contact.
call_trigger($triggerName, $user)
Call trigger based on this instance.
Class to manage Dolibarr database access.
Class to manage projects.
$user_author_id
Id of project creator. Not defined if shared project.
LibStatut($status, $mode=0)
Renvoi status label for a status.
getLibStatut($mode=0)
Return status label of object.
getElementCount($type, $tablename, $projectkey='fk_projet')
Return the count of a type of linked elements of this project.
getNomUrl($withpicto=0, $option='', $addlabel=0, $moreinpopup='', $sep=' - ', $notooltip=0, $save_lastsearch_value=-1, $morecss='', $save_pageforbacktolist='')
Return clickable name (with picto eventually)
fetchAndSetSubstitution($id, $key, $fetched=false)
Fetch object and substitute key.
getChildren()
Return array of sub-projects of the current project.
setValid($user, $notrigger=0)
Validate a project.
static replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
Function used to replace a thirdparty id with another one.
const STATUS_VALIDATED
Open/Validated status.
$public
Tell if this is a public or private project.
getProjectsAuthorizedForUser($user, $mode=0, $list=0, $socid=0, $filter='')
Return array of projects a user has permission on, is affected to, or all projects.
create($user, $notrigger=0)
Create a project into database.
load_state_board()
Charge indicateurs this->nb pour le tableau de bord.
const STATUS_CLOSED
Closed status.
const STATUS_DRAFT
Draft status.
loadTimeSpentMonth($datestart, $taskid=0, $userid=0)
Load time spent into this->weekWorkLoad and this->weekWorkLoadPerTask for all day of a week of projec...
__construct($db)
Constructor.
get_element_list($type, $tablename, $datefieldname='', $date_start='', $date_end='', $projectkey='fk_projet')
Return list of elements for type, linked to a project.
fetch($id, $ref='', $ref_ext='', $email_msgid='')
Get object from database.
shiftTaskDate($old_project_dt_start)
Shift project task date from current date to delta.
hasDelay()
Is the project delayed?
remove_element($tableName, $elementSelectId, $projectfield='fk_projet')
Associate element to a project.
setCategories($categories)
Sets object to supplied categories.
update_element($tableName, $elementSelectId)
Associate element to a project.
createFromClone(User $user, $fromid, $clone_contact=false, $clone_task=true, $clone_project_file=false, $clone_task_file=false, $clone_note=true, $move_date=true, $notrigger=0, $newthirdpartyid=0)
Load an object from its id and create a new one in database.
getKanbanView($option='', $arraydata=null)
Return clicable link of object (with eventually picto)
load_board($user)
Load indicators for dashboard (this->nbtodo and this->nbtodolate)
getLinesArray($user, $loadRoleMode=1)
Create an array of tasks of current project.
info($id)
Charge les informations d'ordre info dans l'objet commande.
getTooltipContentArray($params)
getTooltipContentArray
sendEmail($text, $subject, $filename_list=array(), $mimetype_list=array(), $mimefilename_list=array(), $addr_cc="", $addr_bcc="", $deliveryreceipt=0, $msgishtml=-1, $errors_to='', $moreinheader='')
Function sending an email to the current member with the text supplied in parameter.
initAsSpecimen()
Initialise an instance with random values.
setClose($user)
Close a project.
loadTimeSpent($datestart, $taskid=0, $userid=0)
Load time spent into this->weekWorkLoad and this->weekWorkLoadPerTask for all day of a week of projec...
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
Create an intervention document on disk using template defined into PROJECT_ADDON_PDF.
restrictedProjectArea(User $user, $mode='read')
Check if user has permission on current project.
deleteTasks($user)
Delete tasks with no children first, then task with children recursively.
update($user, $notrigger=0)
Update a project.
Class to manage Dolibarr users.
getWeekNumber($day, $month, $year)
Return week number.
dol_time_plus_duree($time, $duration_value, $duration_unit, $ruleforendofmonth=0)
Add a delay to a date.
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
dol_delete_dir_recursive($dir, $count=0, $nophperrors=0, $onlysub=0, &$countdeleted=0, $indexdatabase=1, $nolog=0)
Remove a directory $dir and its subdirectories (or only files and subdirectories)
dol_copy($srcfile, $destfile, $newmask=0, $overwriteifexists=1, $testvirus=0, $indexdatabase=0)
Copy a file to another file.
dol_dir_list($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_html_entity_decode($a, $b, $c='UTF-8', $keepsomeentities=0)
Replace html_entity_decode functions to manage errors.
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed informations (by default a local PHP server timestamp) Re...
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
dol_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs='', $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
dol_print_phone($phone, $countrycode='', $cid=0, $socid=0, $addlink='', $separ=" ", $withpicto='', $titlealt='', $adddivfloat=0)
Format phone numbers according to country.
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
dol_substr($string, $start, $length=null, $stringencoding='', $trunconbytes=0)
Make a substring.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
getEntity($element, $shared=1, $currentobject=null)
Get list of entity id to use.
dol_mkdir($dir, $dataroot='', $newmask='')
Creation of a directory (this can create recursive subdir)
publicphonebutton2 phonegreen basiclayout basiclayout TotalHT VATCode TotalVAT TotalLT1 TotalLT2 TotalTTC TotalHT clearboth nowraponall right right takeposterminal SELECT e e e e e statut