27require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
39 public $module =
'mymodule';
44 public $element =
'myobject';
50 public $TRIGGER_PREFIX =
'MYMODULE_MYOBJECT';
55 public $table_element =
'mymodule_myobject';
65 public $picto =
'fa-file';
70 public $isextrafieldmanaged = 0;
76 public $ismultientitymanaged = 0;
79 const STATUS_DRAFT = 0;
80 const STATUS_VALIDATED = 1;
81 const STATUS_CANCELED = 9;
132 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'position' => 1,
'notnull' => 1,
'visible' => 0,
'noteditable' => 1,
'index' => 1,
'css' =>
'left',
'comment' =>
'Id',
'lang' =>
'mymodule@mymodule'),
133 'ref' => array(
'type' =>
'varchar(128)',
'label' =>
'Ref',
'enabled' => 1,
'position' => 20,
'notnull' => 1,
'visible' => 1,
'index' => 1,
'searchall' => 1,
'showoncombobox' => 1,
'validate' => 1,
'comment' =>
'Reference of object',
'lang' =>
'mymodule@mymodule'),
134 'label' => array(
'type' =>
'varchar(255)',
'label' =>
'Label',
'enabled' => 1,
'position' => 30,
'notnull' => 0,
'visible' => 1,
'alwayseditable' => 1,
'searchall' => 1,
'css' =>
'minwidth300',
'cssview' =>
'wordbreak',
'help' =>
'Help text',
'showoncombobox' => 2,
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
135 'amount' => array(
'type' =>
'price',
'label' =>
'Amount',
'enabled' => 1,
'position' => 40,
'notnull' => 0,
'visible' => 1,
'default' =>
'null',
'isameasure' => 1,
'help' =>
'Help text for amount',
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
136 'qty' => array(
'type' =>
'real',
'label' =>
'Qty',
'enabled' => 1,
'position' => 45,
'notnull' => 0,
'visible' => 1,
'default' =>
'0',
'isameasure' => 1,
'css' =>
'maxwidth75imp',
'help' =>
'Help text for quantity',
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
137 'fk_soc' => array(
'type' =>
'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))',
'label' =>
'ThirdParty',
'picto' =>
'company',
'enabled' =>
'isModEnabled("societe")',
'position' => 50,
'notnull' => -1,
'visible' => 1,
'index' => 1,
'css' =>
'maxwidth500 widthcentpercentminusxx',
'csslist' =>
'tdoverflowmax150',
'help' =>
'OrganizationEventLinkToThirdParty',
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
138 'fk_project' => array(
'type' =>
'integer:Project:projet/class/project.class.php:1',
'label' =>
'Project',
'picto' =>
'project',
'enabled' =>
'isModEnabled("project")',
'position' => 52,
'notnull' => -1,
'visible' => -1,
'index' => 1,
'css' =>
'maxwidth500 widthcentpercentminusxx',
'csslist' =>
'tdoverflowmax150',
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
139 'description' => array(
'type' =>
'text',
'label' =>
'Description',
'enabled' => 1,
'position' => 60,
'notnull' => 0,
'visible' => 3,
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
140 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'enabled' => 1,
'position' => 61,
'notnull' => 0,
'visible' => 0,
'cssview' =>
'wordbreak',
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
141 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'enabled' => 1,
'position' => 62,
'notnull' => 0,
'visible' => 0,
'cssview' =>
'wordbreak',
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
142 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'enabled' => 1,
'position' => 500,
'notnull' => 1,
'visible' => -2,
'lang' =>
'mymodule@mymodule'),
143 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModification',
'enabled' => 1,
'position' => 501,
'notnull' => 0,
'visible' => -2,
'lang' =>
'mymodule@mymodule'),
144 'fk_user_creat' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'picto' =>
'user',
'enabled' => 1,
'position' => 510,
'notnull' => 1,
'visible' => -2,
'foreignkey' =>
'0',
'csslist' =>
'tdoverflowmax150',
'lang' =>
'mymodule@mymodule'),
145 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'picto' =>
'user',
'enabled' => 1,
'position' => 511,
'notnull' => -1,
'visible' => -2,
'csslist' =>
'tdoverflowmax150',
'lang' =>
'mymodule@mymodule'),
146 'last_main_doc' => array(
'type' =>
'varchar(255)',
'label' =>
'LastMainDoc',
'enabled' => 1,
'position' => 600,
'notnull' => 0,
'visible' => 0,
'lang' =>
'mymodule@mymodule'),
147 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'position' => 1000,
'notnull' => -1,
'visible' => -2,
'lang' =>
'mymodule@mymodule'),
148 'model_pdf' => array(
'type' =>
'varchar(255)',
'label' =>
'Model pdf',
'enabled' => 1,
'position' => 1010,
'notnull' => -1,
'visible' => 0,
'lang' =>
'mymodule@mymodule'),
149 'status' => array(
'type' =>
'integer',
'label' =>
'Status',
'enabled' => 1,
'position' => 2000,
'notnull' => 1,
'visible' => 1,
'index' => 1,
'arrayofkeyval' => array(0 =>
'Draft',
'1' =>
'Validated', 9 =>
'Canceled'),
'validate' => 1,
'lang' =>
'mymodule@mymodule'),
189 public $fk_user_creat;
194 public $fk_user_modif;
199 public $last_main_doc;
256 if (!
getDolGlobalInt(
'MAIN_SHOW_TECHNICAL_ID') && isset($this->fields[
'rowid']) && !empty($this->fields[
'ref'])) {
257 $this->fields[
'rowid'][
'visible'] = 0;
259 if (!
isModEnabled(
'multicompany') && isset($this->fields[
'entity'])) {
260 $this->fields[
'entity'][
'enabled'] = 0;
270 foreach ($this->fields as $key => $val) {
271 if (isset($val[
'enabled']) && empty($val[
'enabled'])) {
272 unset($this->fields[$key]);
277 if (is_object($langs)) {
278 foreach ($this->fields as $key => $val) {
279 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
280 foreach ($val[
'arrayofkeyval'] as $key2 => $val2) {
281 $this->fields[$key][
'arrayofkeyval'][$key2] = $langs->trans($val2);
318 global $langs, $extrafields;
328 $result =
$object->fetchCommon($fromid);
329 if ($result > 0 && !empty(
$object->table_element_line)) {
343 if (property_exists(
$object,
'ref')) {
344 $object->ref = empty($this->fields[
'ref'][
'default']) ?
"Copy_Of_".$object->ref : $this->fields[
'ref'][
'default'];
346 if (property_exists(
$object,
'label')) {
347 $object->label = empty($this->fields[
'label'][
'default']) ? $langs->trans(
"CopyOf").
" ".
$object->label : $this->fields[
'label'][
'default'];
349 if (property_exists(
$object,
'status')) {
350 $object->status = self::STATUS_DRAFT;
352 if (property_exists(
$object,
'date_creation')) {
355 if (property_exists(
$object,
'date_modification')) {
356 $object->date_modification =
null;
360 if (is_array(
$object->array_options) && count(
$object->array_options) > 0) {
361 $extrafields->fetch_name_optionals_label($this->table_element);
362 foreach (
$object->array_options as $key => $option) {
363 $shortkey = preg_replace(
'/options_/',
'', $key);
364 if (!empty($extrafields->attributes[$this->table_element][
'unique'][$shortkey])) {
367 unset(
$object->array_options[$key]);
373 $object->context[
'createfromclone'] =
'createfromclone';
374 $result =
$object->createCommon($user);
389 if (!empty(
$object->socid) && ((property_exists($this,
'fk_soc') && ($this->fk_soc ==
$object->socid)) || (property_exists($this,
'socid') && ($this->socid ==
$object->socid)))) {
396 unset(
$object->context[
'createfromclone']);
403 $this->db->rollback();
417 public function fetch($id, $ref =
null, $noextrafields = 0, $nolines = 0)
419 $result = $this->
fetchCommon($id, $ref,
'', $noextrafields);
420 if ($result > 0 && !empty($this->table_element_line) && empty($nolines)) {
434 $this->lines = array();
455 public function fetchAll($sortorder =
'', $sortfield =
'', $limit = 1000, $offset = 0,
string $filter =
'', $filtermode =
'AND')
463 $sql .=
" FROM ".$this->db->prefix().$this->table_element.
" as t";
464 if (!empty($this->isextrafieldmanaged) && $this->isextrafieldmanaged == 1) {
465 $sql .=
" LEFT JOIN ".$this->db->prefix().$this->table_element.
"_extrafields as te ON te.fk_object = t.rowid";
467 if (!empty($this->ismultientitymanaged) && (
int) $this->ismultientitymanaged == 1) {
468 $sql .=
" WHERE t.entity IN (".getEntity($this->element).
")";
469 } elseif (preg_match(
'/^\w+@\w+$/', (
string) $this->ismultientitymanaged)) {
470 $tmparray = explode(
'@', (
string) $this->ismultientitymanaged);
471 $sql .=
" LEFT JOIN ".$this->db->prefix().$tmparray[1].
" as pt ON t.".$this->db->sanitize($tmparray[0]).
" = pt.rowid";
472 $sql .=
" WHERE pt.entity IN (".getEntity($this->element).
")";
474 $sql .=
" WHERE 1 = 1";
481 $this->errors[] = $errormessage;
482 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
486 if (!empty($sortfield)) {
487 $sql .= $this->db->order($sortfield, $sortorder);
489 if (!empty($limit)) {
490 $sql .= $this->db->plimit($limit, $offset);
493 $resql = $this->db->query($sql);
495 $num = $this->db->num_rows($resql);
497 while ($i < ($limit ? min($limit, $num) : $num)) {
498 $obj = $this->db->fetch_object($resql);
500 $record =
new self($this->db);
501 $record->setVarsFromFetchObj($obj);
503 if (!empty($record->isextrafieldmanaged)) {
504 $record->fetch_optionals();
507 $records[$record->id] = $record;
511 $this->db->free($resql);
515 $this->errors[] =
'Error '.$this->db->lasterror();
516 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
541 public function delete(
User $user, $notrigger = 0)
558 $this->error =
'ErrorDeleteLineNotAllowedByObjectStatus';
577 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
582 if ($this->
status == self::STATUS_VALIDATED) {
583 dol_syslog(get_class($this).
"::validate action abandoned: already validated", LOG_WARNING);
600 if (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) {
603 $num = (string) $this->
ref;
605 $this->newref = $num;
609 $sql =
"UPDATE ".$this->db->prefix().$this->table_element;
611 if (!empty($this->fields[
'ref'])) {
612 $sql .=
" ref = '".$this->db->escape($num).
"',";
614 $sql .=
" status = ".self::STATUS_VALIDATED;
615 if (!empty($this->fields[
'date_validation'])) {
616 $sql .=
", date_validation = '".$this->db->idate($now).
"'";
618 if (!empty($this->fields[
'fk_user_valid'])) {
619 $sql .=
", fk_user_valid = ".((int) $user->id);
621 $sql .=
" WHERE rowid = ".((int) $this->
id);
623 dol_syslog(get_class($this).
"::validate()", LOG_DEBUG);
624 $resql = $this->db->query($sql);
627 $this->error = $this->db->lasterror();
631 if (!$error && !$notrigger) {
633 $result = $this->call_trigger(
'MYOBJECT_VALIDATE', $user);
642 $this->oldref = $this->ref;
645 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
647 $sql =
'UPDATE '.$this->db->prefix().
"ecm_files set filename = CONCAT('".$this->db->escape($this->newref).
"', SUBSTR(filename, ".(strlen($this->
ref) + 1).
")), filepath = 'myobject/".$this->db->escape($this->newref).
"'";
648 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'myobject/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
649 $resql = $this->db->query($sql);
652 $this->error = $this->db->lasterror();
654 $sql =
'UPDATE '.$this->db->prefix().
"ecm_files set filepath = 'myobject/".$this->db->escape($this->newref).
"'";
655 $sql .=
" WHERE filepath = 'myobject/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
656 $resql = $this->db->query($sql);
659 $this->error = $this->db->lasterror();
665 $dirsource = $conf->mymodule->dir_output.
'/myobject/'.$oldref;
666 $dirdest = $conf->mymodule->dir_output.
'/myobject/'.$newref;
667 if (!$error && file_exists($dirsource)) {
668 dol_syslog(get_class($this).
"::validate() rename dir ".$dirsource.
" into ".$dirdest);
670 if (@rename($dirsource, $dirdest)) {
673 $listoffiles =
dol_dir_list($conf->mymodule->dir_output.
'/myobject/'.$newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
674 foreach ($listoffiles as $fileentry) {
675 $dirsource = $fileentry[
'name'];
676 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
677 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
678 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
679 @rename($dirsource, $dirdest);
689 $this->
status = self::STATUS_VALIDATED;
696 $this->db->rollback();
712 if ($this->
status <= self::STATUS_DRAFT) {
723 return $this->
setStatusCommon($user, self::STATUS_DRAFT, $notrigger,
'MYMODULE_MYOBJECT_UNVALIDATE');
733 public function cancel($user, $notrigger = 0)
736 if ($this->
status != self::STATUS_VALIDATED) {
747 return $this->
setStatusCommon($user, self::STATUS_CANCELED, $notrigger,
'MYMODULE_MYOBJECT_CANCEL');
757 public function reopen($user, $notrigger = 0)
760 if ($this->
status == self::STATUS_VALIDATED) {
771 return $this->
setStatusCommon($user, self::STATUS_VALIDATED, $notrigger,
'MYMODULE_MYOBJECT_REOPEN');
788 return [
'optimize' => $langs->trans(
"ShowMyObject")];
790 $datas[
'picto'] =
img_picto(
'', $this->picto).
' <u>'.$langs->trans(
"MyObject").
'</u>';
791 if (isset($this->
status)) {
792 $datas[
'picto'] .=
' '.$this->getLibStatut(5);
794 if (property_exists($this,
'ref')) {
795 $datas[
'ref'] =
'<br><b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
797 if (property_exists($this,
'label')) {
798 $datas[
'label'] =
'<br>'.$langs->trans(
'Label').
':</b> '.$this->label;
814 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
816 global $conf, $langs, $hookmanager;
818 if (!empty($conf->dol_no_mouse_hover)) {
824 'id' => (string) $this->
id,
825 'objecttype' => $this->element.($this->module ?
'@'.$this->module :
''),
828 $classfortooltip =
'classfortooltip';
831 $classfortooltip =
'classforajaxtooltip';
832 $dataparams =
' data-params="'.dol_escape_htmltag(json_encode($params)).
'"';
839 $query = [
'id' => $this->id];
840 if ($option !==
'nolink') {
842 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
843 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
844 $add_save_lastsearch_values = 1;
846 if ($add_save_lastsearch_values) {
847 $query = array_merge($query, [
'save_lastsearch_values' => 1]);
853 if (empty($notooltip)) {
855 $label = $langs->trans(
"ShowMyObject");
856 $linkclose .=
' alt="'.dolPrintHTMLForAttribute($label).
'"';
858 $linkclose .= ($label ?
' title="'.dolPrintHTMLForAttribute($label).
'"' :
' title="tocomplete"');
859 $linkclose .= $dataparams.
' class="'.$classfortooltip.($morecss ?
' '.$morecss :
'').
'"';
861 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
864 if ($option ==
'nolink') {
865 $linkstart =
'<span';
867 $linkstart =
'<a href="'.$url.
'"';
869 $linkstart .= $linkclose.
'>';
870 if ($option ==
'nolink') {
871 $linkend =
'</span>';
876 $result .= $linkstart;
878 if (empty($this->showphoto_on_popup)) {
880 $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), (($withpicto != 2) ?
'class="paddingright"' :
''), 0, 0, $notooltip ? 0 : 1);
884 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
886 list($class, $module) = explode(
'@', $this->picto);
889 $filename = $filearray[0][
'name'];
890 if (!empty($filename)) {
891 $pospoint = strpos($filearray[0][
'name'],
'.');
893 $pathtophoto = $class.
'/'.$this->
ref.
'/thumbs/'.substr($filename, 0, $pospoint).
'_mini'.substr($filename, $pospoint);
895 $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>';
897 $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>';
902 $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), ($notooltip ? (($withpicto != 2) ?
'class="paddingright"' :
'') :
'class="'.(($withpicto != 2) ?
'paddingright ' :
'').
'"'), 0, 0, $notooltip ? 0 : 1);
907 if ($withpicto != 2) {
908 $result .= $this->ref;
914 global $action, $hookmanager;
915 $hookmanager->initHooks(array($this->element.
'dao'));
916 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
917 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
919 $result = $hookmanager->resPrint;
921 $result .= $hookmanager->resPrint;
936 global $conf, $langs;
938 $selected = (empty($arraydata[
'selected']) ? 0 : $arraydata[
'selected']);
940 $return =
'<div class="box-flex-item box-flex-grow-zero">';
941 $return .=
'<div class="info-box info-box-sm">';
942 $return .=
'<span class="info-box-icon bg-infobox-action">';
944 $return .=
'</span>';
945 $return .=
'<div class="info-box-content">';
946 $return .=
'<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this,
'getNomUrl') ? $this->
getNomUrl() : $this->ref).
'</span>';
947 if ($selected >= 0) {
948 $return .=
'<input id="cb'.$this->id.
'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->
id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
950 if (property_exists($this,
'label')) {
951 $return .=
' <div class="inline-block opacitymedium valignmiddle tdoverflowmax100">'.$this->label.
'</div>';
953 if (property_exists($this,
'thirdparty') && is_object($this->thirdparty)) {
954 $return .=
'<br><div class="info-box-ref tdoverflowmax150">'.$this->thirdparty->getNomUrl(1).
'</div>';
956 if (property_exists($this,
'amount')) {
958 $return .=
'<span class="info-box-label amount">'.price($this->
amount, 0, $langs, 1, -1, -1, $conf->currency).
'</span>';
960 if (method_exists($this,
'getLibStatut')) {
961 $return .=
'<br><div class="info-box-status">'.$this->getLibStatut(3).
'</div>';
1003 if (is_null($status)) {
1007 $paramsBadge = array(
'badgeParams' => array(
'attr' => array(
1008 'data-status-element' => $this->element,
1009 'data-status' => (
int) $status
1013 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
1016 $this->labelStatus[self::STATUS_DRAFT] = $langs->transnoentitiesnoconv(
'Draft');
1017 $this->labelStatus[self::STATUS_VALIDATED] = $langs->transnoentitiesnoconv(
'Enabled');
1018 $this->labelStatus[self::STATUS_CANCELED] = $langs->transnoentitiesnoconv(
'Disabled');
1019 $this->labelStatusShort[self::STATUS_DRAFT] = $langs->transnoentitiesnoconv(
'Draft');
1020 $this->labelStatusShort[self::STATUS_VALIDATED] = $langs->transnoentitiesnoconv(
'Enabled');
1021 $this->labelStatusShort[self::STATUS_CANCELED] = $langs->transnoentitiesnoconv(
'Disabled');
1024 $statusType =
'status'.$status;
1026 if ($status == self::STATUS_CANCELED) {
1027 $statusType =
'status6';
1030 return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status],
'', $statusType, $mode,
'', $paramsBadge);
1041 $sql =
"SELECT t.rowid, t.date_creation as datec";
1042 if (!empty($this->isextrafieldmanaged) && $this->isextrafieldmanaged == 1) {
1043 $sql .=
", GREATEST(t.tms, COALESCE(te.tms, t.tms)) as datem";
1045 $sql .=
", t.tms as datem";
1047 if (!empty($this->fields[
'date_validation'])) {
1048 $sql .=
", t.date_validation as datev";
1050 if (!empty($this->fields[
'fk_user_creat'])) {
1051 $sql .=
", t.fk_user_creat";
1053 if (!empty($this->fields[
'fk_user_modif'])) {
1054 $sql .=
", t.fk_user_modif";
1056 if (!empty($this->fields[
'fk_user_valid'])) {
1057 $sql .=
", t.fk_user_valid";
1059 $sql .=
" FROM ".$this->db->prefix().$this->table_element.
" as t";
1060 if (!empty($this->isextrafieldmanaged) && $this->isextrafieldmanaged == 1) {
1061 $sql .=
" LEFT JOIN ".$this->db->prefix().$this->table_element.
"_extrafields as te ON te.fk_object = t.rowid";
1063 $sql .=
" WHERE t.rowid = ".((int) $id);
1065 $result = $this->db->query($sql);
1067 if ($this->db->num_rows($result)) {
1068 $obj = $this->db->fetch_object($result);
1070 $this->
id = $obj->rowid;
1072 if (!empty($this->fields[
'fk_user_creat'])) {
1073 $this->user_creation_id = $obj->fk_user_creat;
1075 if (!empty($this->fields[
'fk_user_modif'])) {
1076 $this->user_modification_id = $obj->fk_user_modif;
1078 if (!empty($this->fields[
'fk_user_valid'])) {
1079 $this->user_validation_id = $obj->fk_user_valid;
1081 $this->date_creation = $this->db->jdate($obj->datec);
1082 $this->date_modification = empty($obj->datem) ?
'' : $this->db->jdate($obj->datem);
1083 if (!empty($obj->datev)) {
1084 $this->date_validation = empty($obj->datev) ?
'' : $this->db->jdate($obj->datev);
1088 $this->db->free($result);
1116 $this->lines = array();
1119 $result = $objectline->fetchAll(
'ASC',
'position', 0, 0,
'(fk_myobject:=:'.((
int) $this->
id).
')');
1121 if (is_numeric($result)) {
1125 $this->lines = $result;
1126 return $this->lines;
1137 global $langs, $conf;
1138 $langs->load(
"mymodule@mymodule");
1141 $conf->global->MYMODULE_MYOBJECT_ADDON =
'mod_myobject_standard';
1151 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
1152 foreach ($dirmodels as $reldir) {
1156 $mybool = $mybool || @include_once $dir.$file;
1164 if (class_exists($classname)) {
1165 $obj =
new $classname();
1166 '@phan-var-force ModeleNumRefMyObject $obj';
1167 $numref = $obj->getNextValue($this);
1169 if ($numref !=
'' && $numref !=
'-1') {
1172 $this->error = $obj->error;
1177 print $langs->trans(
"Error").
" ".$langs->trans(
"ClassNotFound").
' '.$classname;
1181 print $langs->trans(
"ErrorNumberingModuleNotSetup", $this->element);
1197 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
1202 $includedocgeneration = 0;
1204 $langs->load(
"mymodule@mymodule");
1207 if (!empty($this->model_pdf)) {
1208 $modele = $this->model_pdf;
1214 $modelpath =
"core/modules/mymodule/doc/";
1216 if ($includedocgeneration && !empty($modele)) {
1217 $result = $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
1237 return parent::validateField(
$fields, $fieldKey, $fieldValue);
1265 $this->db->commit();
1274require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobjectline.class.php';
1299 public $isextrafieldmanaged = 0;
1305 public $ismultientitymanaged = 0;
if(! $sortfield) if(! $sortorder) $object
Parent class of all other business classes (invoices, contracts, proposals, orders,...
deleteLineCommon(User $user, $idline, $notrigger=0)
Delete a line of object in database.
commonGenerateDocument($modelspath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams=null)
Common function for all objects extending CommonObject for generating documents.
setErrorsFromObject($object)
setErrorsFromObject
createCommon(User $user, $notrigger=0)
Create object in the database.
getFieldList($alias='', $excludefields=array())
Function to concat keys of fields.
updateCommon(User $user, $notrigger=0)
Update object into database.
setStatusCommon($user, $status, $notrigger=0, $triggercode='')
Set to a status.
initAsSpecimenCommon()
Initialise object with example values Id must be 0 if object instance is a specimen.
copy_linked_contact($objFrom, $source='internal')
Copy contact from one element to current.
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 to manage Dolibarr database access.
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
Create a document onto disk according to template module.
createFromClone(User $user, $fromid)
Clone an object into another one.
getKanbanView($option='', $arraydata=null)
Return a thumb for kanban views.
getLibStatut($mode=0)
Return the label of the status.
create(User $user, $notrigger=0)
Create object into database.
update(User $user, $notrigger=0)
Update object into database.
getTooltipContentArray($params)
getTooltipContentArray
reopen($user, $notrigger=0)
Set back to validated status.
setDraft($user, $notrigger=0)
Set draft status.
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 label of a given status.
validateField($fields, $fieldKey, $fieldValue)
Return validation test result for a field.
getNextNumRef()
Returns the reference to the following non used object depending on the active numbering module.
fetchAll($sortorder='', $sortfield='', $limit=1000, $offset=0, string $filter='', $filtermode='AND')
Load list of objects in memory from the database.
initAsSpecimen()
Initialize object with example values Id must be 0 if object instance is a specimen.
__construct(DoliDB $db)
Constructor.
deleteLine(User $user, $idline, $notrigger=0)
Delete a line of object in database.
cancel($user, $notrigger=0)
Set cancel status.
fetchLines($noextrafields=0)
Load object lines in memory from the database.
info($id)
Load the info information in the object.
doScheduledJob()
Action executed by scheduler CAN BE A CRON TASK.
fetch($id, $ref=null, $noextrafields=0, $nolines=0)
Load object in memory from the database.
getLabelStatus($mode=0)
Return the label of the status.
validate($user, $notrigger=0)
Validate object.
$fields
'type' field format: 'integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter[:Sortf...
getLinesArray()
Create an array of lines.
$parent_element
To overload.
$fk_parent_attribute
To overload.
__construct(DoliDB $db)
Constructor.
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...
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
dol_now($mode='gmt')
Return date for now.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
dolBuildUrl($url, $params=[], $addtoken=false)
Return path of url.
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.
forgeSQLFromUniversalSearchCriteria($filter, &$errorstr='', $noand=0, $nopar=0, $noerror=0)
forgeSQLFromUniversalSearchCriteria
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dolGetStatus($statusLabel='', $statusLabelShort='', $html='', $statusType='status0', $displayMode=0, $url='', $params=array())
Output the badge of a status.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
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.
if(getDolGlobalString( 'TAKEPOS_SHOW_CUSTOMER')) print $langs trans('Date')." left 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 PaymentTypeShortLIQ right SELECT p pos_change as p datep as p p num_paiement as f pf amount as amount