29require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
31require_once DOL_DOCUMENT_ROOT.
'/bom/class/bomline.class.php';
33if (isModEnabled(
'workstation')) {
34 require_once DOL_DOCUMENT_ROOT.
'/workstation/class/workstation.class.php';
46 public $module =
'bom';
51 public $element =
'bom';
56 public $table_element =
'bom_bom';
61 public $picto =
'bom';
68 const STATUS_DRAFT = 0;
69 const STATUS_VALIDATED = 1;
70 const STATUS_CANCELED = 9;
103 public $fields = array(
104 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'visible' => -2,
'position' => 1,
'notnull' => 1,
'index' => 1,
'comment' =>
"Id",),
105 'entity' => array(
'type' =>
'integer',
'label' =>
'Entity',
'enabled' => 1,
'visible' => 0,
'notnull' => 1,
'default' => 1,
'index' => 1,
'position' => 5),
106 'ref' => array(
'type' =>
'varchar(128)',
'label' =>
'Ref',
'enabled' => 1,
'noteditable' => 1,
'visible' => 4,
'position' => 10,
'notnull' => 1,
'default' =>
'(PROV)',
'index' => 1,
'searchall' => 1,
'comment' =>
"Reference of BOM",
'showoncombobox' => 1,
'csslist' =>
'nowraponall'),
107 'label' => array(
'type' =>
'varchar(255)',
'label' =>
'Label',
'enabled' => 1,
'visible' => 1,
'position' => 30,
'notnull' => 1,
'searchall' => 1,
'showoncombobox' =>
'2',
'autofocusoncreate' => 1,
'css' =>
'minwidth300 maxwidth400',
'csslist' =>
'tdoverflowmax200'),
108 'bomtype' => array(
'type' =>
'integer',
'label' =>
'Type',
'enabled' => 1,
'visible' => 1,
'position' => 33,
'notnull' => 1,
'default' =>
'0',
'arrayofkeyval' => array(0 =>
'Manufacturing', 1 =>
'Disassemble'),
'css' =>
'minwidth175',
'csslist' =>
'minwidth175 center'),
110 'fk_product' => array(
'type' =>
'integer:Product:product/class/product.class.php:1:((finished:is:null) or (finished:!=:0))',
'label' =>
'Product',
'picto' =>
'product',
'enabled' => 1,
'visible' => 1,
'position' => 35,
'notnull' => 1,
'index' => 1,
'help' =>
'ProductBOMHelp',
'css' =>
'maxwidth500',
'csslist' =>
'tdoverflowmax100'),
111 'description' => array(
'type' =>
'text',
'label' =>
'Description',
'enabled' => 1,
'visible' => -1,
'position' => 60,
'notnull' => -1,),
112 'qty' => array(
'type' =>
'real',
'label' =>
'Quantity',
'enabled' => 1,
'visible' => 1,
'default' => 1,
'position' => 55,
'notnull' => 1,
'isameasure' => 1,
'css' =>
'maxwidth50imp right'),
114 'duration' => array(
'type' =>
'duration',
'label' =>
'EstimatedDuration',
'enabled' => 1,
'visible' => -1,
'position' => 101,
'notnull' => -1,
'css' =>
'maxwidth50imp',
'help' =>
'EstimatedDurationDesc'),
115 'fk_warehouse' => array(
'type' =>
'integer:Entrepot:product/stock/class/entrepot.class.php:0',
'label' =>
'WarehouseForProduction',
'picto' =>
'stock',
'enabled' => 1,
'visible' => -1,
'position' => 102,
'css' =>
'maxwidth500',
'csslist' =>
'tdoverflowmax100'),
116 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'enabled' => 1,
'visible' => -2,
'position' => 161,
'notnull' => -1,),
117 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'enabled' => 1,
'visible' => -2,
'position' => 162,
'notnull' => -1,),
118 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'enabled' => 1,
'visible' => -2,
'position' => 300,
'notnull' => 1,),
119 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModification',
'enabled' => 1,
'visible' => -2,
'position' => 501,
'notnull' => 1,),
120 'date_valid' => array(
'type' =>
'datetime',
'label' =>
'DateValidation',
'enabled' => 1,
'visible' => -2,
'position' => 502,
'notnull' => 0,),
121 'fk_user_creat' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserCreation',
'picto' =>
'user',
'enabled' => 1,
'visible' => -2,
'position' => 510,
'notnull' => 1,
'foreignkey' =>
'user.rowid',
'csslist' =>
'tdoverflowmax100'),
122 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'picto' =>
'user',
'enabled' => 1,
'visible' => -2,
'position' => 511,
'notnull' => -1,
'csslist' =>
'tdoverflowmax100'),
123 'fk_user_valid' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserValidation',
'picto' =>
'user',
'enabled' => 1,
'visible' => -2,
'position' => 512,
'notnull' => 0,
'csslist' =>
'tdoverflowmax100'),
124 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'visible' => -2,
'position' => 1000,
'notnull' => -1,),
125 'model_pdf' => array(
'type' =>
'varchar(255)',
'label' =>
'Model pdf',
'enabled' => 1,
'visible' => 0,
'position' => 1010),
126 'status' => array(
'type' =>
'integer',
'label' =>
'Status',
'enabled' => 1,
'visible' => 2,
'position' => 1000,
'notnull' => 1,
'default' => 0,
'index' => 1,
'arrayofkeyval' => array(0 =>
'Draft', 1 =>
'Enabled', 9 =>
'Disabled')),
162 public $fk_user_creat;
167 public $fk_user_modif;
172 public $fk_user_valid;
177 public $fk_warehouse;
213 public $table_element_line =
'bom_bomline';
218 public $fk_element =
'fk_bom';
223 public $class_element_line =
'BOMLine';
233 protected $childtablesoncascade = array(
'bom_bomline');
238 public $lines = array();
243 public $total_cost = 0;
248 public $unit_cost = 0;
258 global
$conf, $langs;
262 $this->ismultientitymanaged = 1;
263 $this->isextrafieldmanaged = 1;
266 $this->fields[
'rowid'][
'visible'] = 0;
268 if (!isModEnabled(
'multicompany') && isset($this->fields[
'entity'])) {
269 $this->fields[
'entity'][
'enabled'] = 0;
273 foreach ($this->fields as $key => $val) {
274 if (isset($val[
'enabled']) && empty($val[
'enabled'])) {
275 unset($this->fields[$key]);
280 foreach ($this->fields as $key => $val) {
281 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
282 foreach ($val[
'arrayofkeyval'] as $key2 => $val2) {
283 $this->fields[$key][
'arrayofkeyval'][$key2] = $langs->trans($val2);
298 if ($this->efficiency <= 0 || $this->efficiency > 1) {
299 $this->efficiency = 1;
314 global $langs, $hookmanager, $extrafields;
324 $result =
$object->fetchCommon($fromid);
325 if ($result > 0 && !empty(
$object->table_element_line)) {
339 $default_ref = $this->fields[
'ref'][
'default'] ??
null;
340 $object->ref = empty($default_ref) ? $langs->trans(
"copy_of_").$object->ref : $default_ref;
342 $object->label = empty($this->fields[
'label'][
'default']) ? $langs->trans(
"CopyOf").
" ".
$object->label : $this->fields[
'label'][
'default'];
343 $object->status = self::STATUS_DRAFT;
346 if (is_array(
$object->array_options) && count(
$object->array_options) > 0) {
347 $extrafields->fetch_name_optionals_label(
$object->table_element);
348 foreach (
$object->array_options as $key => $option) {
349 $shortkey = preg_replace(
'/options_/',
'', $key);
350 if (!empty($extrafields->attributes[$this->element][
'unique'][$shortkey])) {
352 unset(
$object->array_options[$key]);
358 $object->context[
'createfromclone'] =
'createfromclone';
359 $result =
$object->createCommon($user);
363 $this->errors =
$object->errors;
376 if (property_exists($this,
'socid') && $this->socid ==
$object->socid) {
387 unset(
$object->context[
'createfromclone']);
394 $this->db->rollback();
406 public function fetch($id, $ref =
null)
410 if ($result > 0 && !empty($this->table_element_line)) {
425 $this->lines = array();
440 $this->lines = array();
442 $objectlineclassname = get_class($this).
'Line';
443 if (!class_exists($objectlineclassname)) {
444 $this->error =
'Error, class '.$objectlineclassname.
' not found during call of fetchLinesCommon';
448 $objectline =
new $objectlineclassname($this->db);
450 '@phan-var-force BOMLine $objectline';
452 $sql =
"SELECT ".$objectline->getFieldList(
'l');
453 $sql .=
" FROM ".$this->db->prefix().$objectline->table_element.
" as l";
454 $sql .=
" LEFT JOIN ".$this->db->prefix().
"product as p ON p.rowid = l.fk_product";
455 $sql .=
" WHERE l.fk_".$this->db->escape($this->element).
" = ".((int) $this->
id);
456 $sql .=
" AND p.fk_product_type = ". ((int) $typeproduct);
457 if (isset($objectline->fields[
'position'])) {
458 $sql .= $this->db->order(
'position',
'ASC');
461 $resql = $this->db->query($sql);
463 $num_rows = $this->db->num_rows($resql);
465 while ($i < $num_rows) {
466 $obj = $this->db->fetch_object($resql);
468 $newline =
new $objectlineclassname($this->db);
469 '@phan-var-force BOMLine $newline';
470 $newline->setVarsFromFetchObj($obj);
472 $this->lines[] = $newline;
479 $this->error = $this->db->lasterror();
480 $this->errors[] = $this->error;
497 public function fetchAll($sortorder =
'', $sortfield =
'', $limit = 0, $offset = 0, $filter =
'', $filtermode =
'AND')
505 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
506 if ($this->ismultientitymanaged) {
507 $sql .=
' WHERE t.entity IN ('.getEntity($this->element).
')';
509 $sql .=
' WHERE 1 = 1';
516 $this->errors[] = $errormessage;
517 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
521 if (!empty($sortfield)) {
522 $sql .= $this->db->order($sortfield, $sortorder);
524 if (!empty($limit)) {
525 $sql .= $this->db->plimit($limit, $offset);
528 $resql = $this->db->query($sql);
530 $num = $this->db->num_rows($resql);
532 while ($obj = $this->db->fetch_object($resql)) {
533 $record =
new self($this->db);
534 $record->setVarsFromFetchObj($obj);
536 $records[$record->id] = $record;
538 $this->db->free($resql);
542 $this->errors[] =
'Error '.$this->db->lasterror();
543 dol_syslog(__METHOD__.
' '.implode(
',', $this->errors), LOG_ERR);
558 if ($this->efficiency <= 0 || $this->efficiency > 1) {
559 $this->efficiency = 1;
572 public function delete(
User $user, $notrigger = 1)
594 public function addLine($fk_product, $qty, $qty_frozen = 0, $disable_stock_change = 0, $efficiency = 1.0, $position = -1, $fk_bom_child =
null, $import_key =
null, $fk_unit = 0, $array_options = array(), $fk_default_workstation =
null)
596 global $mysoc,
$conf, $langs, $user;
598 $logtext =
"::addLine bomid=$this->id, qty=$qty, fk_product=$fk_product, qty_frozen=$qty_frozen, disable_stock_change=$disable_stock_change, efficiency=$efficiency";
599 $logtext .=
", fk_bom_child=$fk_bom_child, import_key=$import_key";
600 dol_syslog(get_class($this).$logtext, LOG_DEBUG);
602 if ($this->statut == self::STATUS_DRAFT) {
603 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
609 if (empty($qty_frozen)) {
612 if (empty($disable_stock_change)) {
613 $disable_stock_change = 0;
615 if (empty($efficiency)) {
618 if (empty($fk_bom_child)) {
619 $fk_bom_child =
null;
621 if (empty($import_key)) {
624 if (empty($position)) {
629 $efficiency = (float)
price2num($efficiency);
630 $position = (float)
price2num($position);
636 $rankToUse = $position;
637 if ($rankToUse <= 0 or $rankToUse > $rangMax) {
638 $rankToUse = $rangMax + 1;
640 foreach ($this->lines as $bl) {
641 if ($bl->position >= $rankToUse) {
649 $line =
new BOMLine($this->db);
651 $line->context = $this->context;
653 $line->fk_bom = $this->id;
654 $line->fk_product = $fk_product;
656 $line->qty_frozen = $qty_frozen;
657 $line->disable_stock_change = $disable_stock_change;
658 $line->efficiency = $efficiency;
659 $line->fk_bom_child = $fk_bom_child;
660 $line->import_key = $import_key;
661 $line->position = $rankToUse;
662 $line->fk_unit = $fk_unit;
663 $line->fk_default_workstation = $fk_default_workstation;
665 if (is_array($array_options) && count($array_options) > 0) {
666 $line->array_options = $array_options;
669 $result = $line->create($user);
677 dol_syslog(get_class($this).
"::addLine error=".$this->error, LOG_ERR);
678 $this->db->rollback();
682 dol_syslog(get_class($this).
"::addLine status of BOM must be Draft to allow use of ->addLine()", LOG_ERR);
702 public function updateLine($rowid, $qty, $qty_frozen = 0, $disable_stock_change = 0, $efficiency = 1.0, $position = -1, $import_key =
null, $fk_unit = 0, $array_options = array(), $fk_default_workstation =
null)
706 $logtext =
"::updateLine bomid=$this->id, qty=$qty, qty_frozen=$qty_frozen, disable_stock_change=$disable_stock_change, efficiency=$efficiency";
707 $logtext .=
", import_key=$import_key";
708 dol_syslog(get_class($this).$logtext, LOG_DEBUG);
710 if ($this->statut == self::STATUS_DRAFT) {
711 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
717 if (empty($qty_frozen)) {
720 if (empty($disable_stock_change)) {
721 $disable_stock_change = 0;
723 if (empty($efficiency)) {
726 if (empty($import_key)) {
729 if (empty($position)) {
734 $efficiency = (float)
price2num($efficiency);
735 $position = (float)
price2num($position);
740 $line =
new BOMLine($this->db);
741 $line->fetch($rowid);
742 $line->fetch_optionals();
744 $staticLine = clone $line;
745 $line->oldcopy = $staticLine;
746 $line->context = $this->context;
749 $rankToUse = (int) $position;
750 if ($rankToUse != $line->oldcopy->position) {
751 foreach ($this->lines as $bl) {
752 if ($bl->position >= $rankToUse and $bl->position < ($line->oldcopy->position + 1)) {
756 if ($bl->position <= $rankToUse and $bl->position > ($line->oldcopy->position)) {
764 $line->fk_bom = $this->id;
766 $line->qty_frozen = $qty_frozen;
767 $line->disable_stock_change = $disable_stock_change;
768 $line->efficiency = $efficiency;
769 $line->import_key = $import_key;
770 $line->position = $rankToUse;
773 if (!empty($fk_unit)) {
774 $line->fk_unit = $fk_unit;
778 if (is_array($array_options) && count($array_options) > 0) {
780 foreach ($array_options as $key => $value) {
781 $line->array_options[$key] = $array_options[$key];
784 if ($line->fk_default_workstation != $fk_default_workstation) {
785 $line->fk_default_workstation = ($fk_default_workstation > 0 ? $fk_default_workstation : 0);
788 $result = $line->update($user);
796 dol_syslog(get_class($this).
"::addLine error=".$this->error, LOG_ERR);
797 $this->db->rollback();
801 dol_syslog(get_class($this).
"::addLine status of BOM must be Draft to allow use of ->addLine()", LOG_ERR);
817 $this->error =
'ErrorDeleteLineNotAllowedByObjectStatus';
824 $line =
new BOMLine($this->db);
825 $line->fetch($idline);
826 $line->fetch_optionals();
828 $staticLine = clone $line;
829 $line->oldcopy = $staticLine;
830 $line->context = $this->context;
832 $result = $line->delete($user, $notrigger);
835 foreach ($this->lines as $bl) {
836 if ($bl->position > ($line->oldcopy->position)) {
848 dol_syslog(get_class($this).
"::addLine error=".$this->error, LOG_ERR);
849 $this->db->rollback();
863 global $langs,
$conf;
873 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
874 foreach ($dirmodels as $reldir) {
878 $mybool = ((bool) @include_once $dir.$file) || $mybool;
886 $obj =
new $classname();
887 '@phan-var-force ModeleNumRefBoms $obj';
888 $numref = $obj->getNextValue($prod, $this);
893 $this->error = $obj->error;
898 print $langs->trans(
"Error").
" ".$langs->trans(
"Error_BOM_ADDON_NotDefined");
914 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
919 if ($this->
status == self::STATUS_VALIDATED) {
920 dol_syslog(get_class($this).
"::validate action abandoned: already validated", LOG_WARNING);
929 if (!$error && (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref))) {
938 $sql =
"UPDATE ".MAIN_DB_PREFIX.$this->table_element;
939 $sql .=
" SET ref = '".$this->db->escape($num).
"',";
940 $sql .=
" status = ".self::STATUS_VALIDATED.
",";
941 $sql .=
" date_valid='".$this->db->idate($now).
"',";
942 $sql .=
" fk_user_valid = ".((int) $user->id);
943 $sql .=
" WHERE rowid = ".((int) $this->
id);
945 dol_syslog(get_class($this).
"::validate()", LOG_DEBUG);
946 $resql = $this->db->query($sql);
949 $this->error = $this->db->lasterror();
953 if (!$error && !$notrigger) {
963 $this->oldref = $this->ref;
966 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
968 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filename = CONCAT('".$this->db->escape($this->newref).
"', SUBSTR(filename, ".(strlen($this->
ref) + 1).
")), filepath = 'bom/".$this->db->escape($this->newref).
"'";
969 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'bom/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
970 $resql = $this->db->query($sql);
973 $this->error = $this->db->lasterror();
975 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filepath = 'bom/".$this->db->escape($this->newref).
"'";
976 $sql .=
" WHERE filepath = 'bom/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
977 $resql = $this->db->query($sql);
980 $this->error = $this->db->lasterror();
986 $dirsource =
$conf->bom->dir_output.
'/'.$oldref;
987 $dirdest =
$conf->bom->dir_output.
'/'.$newref;
988 if (!$error && file_exists($dirsource)) {
989 dol_syslog(get_class($this).
"::validate() rename dir ".$dirsource.
" into ".$dirdest);
991 if (@rename($dirsource, $dirdest)) {
994 $listoffiles =
dol_dir_list(
$conf->bom->dir_output.
'/'.$newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
995 foreach ($listoffiles as $fileentry) {
996 $dirsource = $fileentry[
'name'];
997 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
998 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
999 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
1000 @rename($dirsource, $dirdest);
1010 $this->
status = self::STATUS_VALIDATED;
1014 $this->db->commit();
1017 $this->db->rollback();
1032 if ($this->
status <= self::STATUS_DRAFT) {
1036 return $this->
setStatusCommon($user, self::STATUS_DRAFT, $notrigger,
'BOM_UNVALIDATE');
1046 public function cancel($user, $notrigger = 0)
1049 if ($this->
status != self::STATUS_VALIDATED) {
1053 return $this->
setStatusCommon($user, self::STATUS_CANCELED, $notrigger,
'BOM_CLOSE');
1063 public function reopen($user, $notrigger = 0)
1066 if ($this->
status != self::STATUS_CANCELED) {
1070 return $this->
setStatusCommon($user, self::STATUS_VALIDATED, $notrigger,
'BOM_REOPEN');
1081 global
$conf, $langs, $user;
1083 $langs->loadLangs([
'product',
'mrp']);
1088 return [
'optimize' => $langs->trans(
"ShowBillOfMaterials")];
1090 $picto =
img_picto(
'', $this->picto).
' <u class="paddingrightonly">'.$langs->trans(
"BillOfMaterials").
'</u>';
1091 if (isset($this->
status)) {
1092 $picto .=
' '.$this->getLibStatut(5);
1094 $datas[
'picto'] = $picto;
1095 $datas[
'ref'] =
'<br><b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
1096 if (isset($this->label)) {
1097 $datas[
'label'] =
'<br><b>'.$langs->trans(
'Label').
':</b> '.$this->label;
1099 if (!empty($this->fk_product) && $this->fk_product > 0) {
1100 include_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
1101 $product =
new Product($this->db);
1102 $resultFetch = $product->fetch($this->fk_product);
1103 if ($resultFetch > 0) {
1104 $datas[
'product'] =
"<br><b>".$langs->trans(
"Product").
'</b>: '.$product->ref.
' - '.$product->label;
1121 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
1123 global $db,
$conf, $langs, $hookmanager;
1125 if (!empty(
$conf->dol_no_mouse_hover)) {
1132 'objecttype' => $this->element,
1133 'option' => $option,
1135 $classfortooltip =
'classfortooltip';
1138 $classfortooltip =
'classforajaxtooltip';
1139 $dataparams =
' data-params="'.dol_escape_htmltag(json_encode($params)).
'"';
1145 $url = DOL_URL_ROOT.
'/bom/bom_card.php?id='.$this->id;
1147 if ($option !=
'nolink') {
1149 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
1150 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
1151 $add_save_lastsearch_values = 1;
1153 if ($add_save_lastsearch_values) {
1154 $url .=
'&save_lastsearch_values=1';
1159 if (empty($notooltip)) {
1161 $label = $langs->trans(
"ShowBillOfMaterials");
1162 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
1164 $linkclose .= ($label ?
' title="'.dol_escape_htmltag($label, 1).
'"' :
' title="tocomplete"');
1165 $linkclose .= $dataparams.
' class="'.$classfortooltip.($morecss ?
' '.$morecss :
'').
'"';
1167 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
1170 $linkstart =
'<a href="'.$url.
'"';
1171 $linkstart .= $linkclose.
'>';
1174 $result .= $linkstart;
1176 $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), (($withpicto != 2) ?
'class="paddingright"' :
''), 0, 0, $notooltip ? 0 : 1);
1178 if ($withpicto != 2) {
1179 $result .= $this->ref;
1181 $result .= $linkend;
1184 global $action, $hookmanager;
1185 $hookmanager->initHooks(array(
'bomdao'));
1186 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
1187 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
1189 $result = $hookmanager->resPrint;
1191 $result .= $hookmanager->resPrint;
1219 if (empty($this->labelStatus)) {
1222 $this->labelStatus[self::STATUS_DRAFT] = $langs->transnoentitiesnoconv(
'Draft');
1223 $this->labelStatus[self::STATUS_VALIDATED] = $langs->transnoentitiesnoconv(
'Enabled');
1224 $this->labelStatus[self::STATUS_CANCELED] = $langs->transnoentitiesnoconv(
'Disabled');
1227 $statusType =
'status'.$status;
1228 if ($status == self::STATUS_VALIDATED) {
1229 $statusType =
'status4';
1231 if ($status == self::STATUS_CANCELED) {
1232 $statusType =
'status6';
1235 return dolGetStatus($this->labelStatus[$status], $this->labelStatus[$status],
'', $statusType, $mode);
1246 $sql =
'SELECT rowid, date_creation as datec, tms as datem,';
1247 $sql .=
' fk_user_creat, fk_user_modif';
1248 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
1249 $sql .=
' WHERE t.rowid = '.((int) $id);
1250 $result = $this->db->query($sql);
1252 if ($this->db->num_rows($result)) {
1253 $obj = $this->db->fetch_object($result);
1255 $this->
id = $obj->rowid;
1257 $this->user_creation_id = $obj->fk_user_creat;
1258 $this->user_modification_id = $obj->fk_user_modif;
1259 $this->date_creation = $this->db->jdate($obj->datec);
1260 $this->date_modification = empty($obj->datem) ?
'' : $this->db->jdate($obj->datem);
1263 $this->db->free($result);
1276 $this->lines = array();
1278 $objectline =
new BOMLine($this->db);
1279 $result = $objectline->fetchAll(
'ASC',
'position', 0, 0,
'(fk_bom:=:'.((
int) $this->
id).
')');
1281 if (is_numeric($result)) {
1282 $this->error = $objectline->error;
1283 $this->errors = $objectline->errors;
1286 $this->lines = $result;
1287 return $this->lines;
1302 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
1304 global
$conf, $langs;
1306 $langs->load(
"mrp");
1307 $outputlangs->load(
"products");
1312 if ($this->model_pdf) {
1313 $modele = $this->model_pdf;
1319 $modelpath =
"core/modules/bom/doc/";
1320 if (!empty($modele)) {
1321 return $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
1337 include_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
1338 include_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
1340 $sdir .=
'/'.get_exdir(0, 0, 0, 0, $this,
'bom');
1343 if (file_exists($dir_osencoded)) {
1344 $handle = opendir($dir_osencoded);
1345 if (is_resource($handle)) {
1346 while (($file = readdir($handle)) !==
false) {
1348 $file = mb_convert_encoding($file,
'UTF-8',
'ISO-8859-1');
1368 $this->
ref =
'BOM-123';
1369 $this->date_creation =
dol_now() - 20000;
1383 global
$conf, $langs;
1399 $this->db->commit();
1412 global
$conf, $hookmanager;
1414 include_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
1415 $this->unit_cost = 0;
1416 $this->total_cost = 0;
1418 $parameters = array();
1419 $reshook = $hookmanager->executeHooks(
'calculateCostsBom', $parameters, $this);
1422 return $hookmanager->resPrint;
1425 if (is_array($this->lines) && count($this->lines)) {
1426 require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.product.class.php';
1428 $tmpproduct =
new Product($this->db);
1430 foreach ($this->lines as &$line) {
1431 $tmpproduct->cost_price = 0;
1432 $tmpproduct->pmp = 0;
1433 $result = $tmpproduct->fetch($line->fk_product,
'',
'',
'', 0, 1, 1);
1435 if ($tmpproduct->type == $tmpproduct::TYPE_PRODUCT) {
1436 if (empty($line->fk_bom_child)) {
1438 $this->error = $tmpproduct->error;
1441 $unit_cost = (!empty($tmpproduct->cost_price)) ? $tmpproduct->cost_price : $tmpproduct->pmp;
1442 $line->unit_cost = (float)
price2num($unit_cost);
1443 if (empty($line->unit_cost)) {
1444 if ($productFournisseur->find_min_price_product_fournisseur($line->fk_product) > 0) {
1445 if ($productFournisseur->fourn_remise_percent !=
"0") {
1446 $line->unit_cost = $productFournisseur->fourn_unitprice_with_discount;
1448 $line->unit_cost = $productFournisseur->fourn_unitprice;
1453 $line->total_cost = (float)
price2num($line->qty * $line->unit_cost,
'MT');
1455 $this->total_cost += $line->total_cost;
1457 $bom_child =
new BOM($this->db);
1458 $res = $bom_child->fetch($line->fk_bom_child);
1460 $bom_child->calculateCosts();
1461 $line->childBom[] = $bom_child;
1462 $this->total_cost += (float)
price2num($bom_child->total_cost * $line->qty,
'MT');
1463 $this->total_cost += $line->total_cost;
1465 $this->error = $bom_child->error;
1471 require_once DOL_DOCUMENT_ROOT.
'/core/class/cunits.class.php';
1472 $measuringUnits =
new CUnits($this->db);
1473 $measuringUnits->fetch($line->fk_unit);
1476 $qtyhourforline = $line->qty * (int) $measuringUnits->scale / 3600;
1478 if (isModEnabled(
'workstation') && !empty($line->fk_default_workstation)) {
1480 $res = $workstation->fetch($line->fk_default_workstation);
1483 $line->total_cost = (float)
price2num($qtyhourforline * ($workstation->thm_operator_estimated + $workstation->thm_machine_estimated),
'MT');
1485 $this->error = $workstation->error;
1489 $defaultdurationofservice = $tmpproduct->duration;
1491 $qtyhourservice = 0;
1492 if (preg_match(
'/^(\d+)([a-z]+)$/', $defaultdurationofservice, $reg)) {
1496 if ($qtyhourservice) {
1497 $line->total_cost = (float)
price2num($qtyhourforline / $qtyhourservice * $tmpproduct->cost_price,
'MT');
1499 $line->total_cost = (float)
price2num($line->qty * $tmpproduct->cost_price,
'MT');
1503 $this->total_cost += $line->total_cost;
1507 $this->total_cost = (float)
price2num($this->total_cost,
'MT');
1509 if ($this->qty > 0) {
1510 $this->unit_cost = (float)
price2num($this->total_cost / $this->qty,
'MU');
1511 } elseif ($this->qty < 0) {
1512 $this->unit_cost = (float)
price2num($this->total_cost * $this->qty,
'MU');
1545 if (!empty($this->lines)) {
1546 foreach ($this->lines as $line) {
1547 if (!empty($line->childBom)) {
1548 foreach ($line->childBom as $childBom) {
1549 $childBom->getNetNeeds($TNetNeeds, $line->qty * $qty);
1552 if (empty($TNetNeeds[$line->fk_product][
'qty'])) {
1553 $TNetNeeds[$line->fk_product][
'qty'] = 0.0;
1557 $TNetNeeds[$line->fk_product][
'fk_unit'] = $line->fk_unit;
1558 $TNetNeeds[$line->fk_product][
'qty'] += $line->qty * $qty;
1574 if (!empty($this->lines)) {
1575 foreach ($this->lines as $line) {
1576 if (!empty($line->childBom)) {
1577 foreach ($line->childBom as $childBom) {
1578 $TNetNeeds[$childBom->id][
'bom'] = $childBom;
1579 $TNetNeeds[$childBom->id][
'parentid'] = $this->id;
1583 $TNetNeeds[$childBom->id][
'qty'] = $line->qty * $qty;
1584 $TNetNeeds[$childBom->id][
'level'] = $level;
1585 $childBom->getNetNeedsTree($TNetNeeds, $line->qty * $qty, $level + 1);
1590 if (!isset($TNetNeeds[$this->
id][
'product'])) {
1591 $TNetNeeds[$this->id][
'product'] = array();
1593 if (!isset($TNetNeeds[$this->
id][
'product'][$line->fk_product])) {
1594 $TNetNeeds[$this->id][
'product'][$line->fk_product] = array();
1596 $TNetNeeds[$this->id][
'product'][$line->fk_product][
'fk_unit'] = $line->fk_unit;
1597 if (!isset($TNetNeeds[$this->
id][
'product'][$line->fk_product][
'qty'])) {
1598 $TNetNeeds[$this->id][
'product'][$line->fk_product][
'qty'] = 0.0;
1600 $TNetNeeds[$this->id][
'product'][$line->fk_product][
'qty'] += $line->qty * $qty;
1601 $TNetNeeds[$this->id][
'product'][$line->fk_product][
'level'] = $level;
1619 if ($level > 1000) {
1623 if (empty($bom_id)) {
1624 $bom_id = $this->id;
1627 $sql =
'SELECT l.fk_bom, b.label
1628 FROM '.MAIN_DB_PREFIX.
'bom_bomline l
1629 INNER JOIN '.MAIN_DB_PREFIX.$this->table_element.
' b ON b.rowid = l.fk_bom
1630 WHERE fk_bom_child = '.((int) $bom_id);
1632 $resql = $this->db->query($sql);
1633 if (!empty($resql)) {
1634 while ($res = $this->db->fetch_object($resql)) {
1635 $TParentBom[$res->fk_bom] = $res->fk_bom;
1652 $selected = (empty($arraydata[
'selected']) ? 0 : $arraydata[
'selected']);
1654 $return =
'<div class="box-flex-item box-flex-grow-zero">';
1655 $return .=
'<div class="info-box info-box-sm">';
1656 $return .=
'<span class="info-box-icon bg-infobox-action">';
1658 $return .=
'</span>';
1659 $return .=
'<div class="info-box-content">';
1660 $return .=
'<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this,
'getNomUrl') ? $this->
getNomUrl() :
'').
'</span>';
1661 if ($selected >= 0) {
1662 $return .=
'<input id="cb'.$this->id.
'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->
id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
1664 $arrayofkeyval = $this->fields[
'bomtype'][
'arrayofkeyval'] ??
null;
1665 if (!empty($arrayofkeyval)) {
1666 $return .=
'<br><span class="info-box-label opacitymedium">'.$langs->trans(
"Type").
' : </span>';
1667 if ($this->bomtype == 0) {
1668 $return .=
'<span class="info-box-label">'.$arrayofkeyval[0].
'</span>';
1670 $return .=
'<span class="info-box-label">'.$arrayofkeyval[1].
'</span>';
1673 if (!empty($arraydata[
'prod'])) {
1674 $prod = $arraydata[
'prod'];
1675 $return .=
'<br><span class="info-box-label">'.$prod->getNomUrl(1).
'</span>';
1677 if (method_exists($this,
'getLibStatut')) {
1678 $return .=
'<br><div class="info-box-status">'.$this->getLibStatut(3).
'</div>';
1681 $return .=
'</div>';
1682 $return .=
'</div>';
1683 $return .=
'</div>';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
static replaceProduct(DoliDB $db, $origin_id, $dest_id)
Function used to replace a product id with another one.
fetchLines()
Load object lines in memory from the database.
is_photo_available($sdir)
Return if at least one photo is available.
__construct(DoliDB $db)
Constructor.
calculateCosts()
BOM costs calculation based on cost_price or pmp of each BOM line.
info($id)
Load the info information in the object.
getLibStatut($mode=0)
Return label of the status.
initAsSpecimen()
Initialise object with example values Id must be 0 if object instance is a specimen.
validate($user, $notrigger=0)
Validate bom.
reopen($user, $notrigger=0)
Reopen if canceled.
cancel($user, $notrigger=0)
Set cancel status.
LibStatut($status, $mode=0)
Return the status.
doScheduledJob()
Action executed by scheduler CAN BE A CRON TASK.
getParentBomTreeRecursive(&$TParentBom, $bom_id=0, $level=1)
Recursively retrieves all parent bom in the tree that leads to the $bom_id bom.
getTooltipContentArray($params)
getTooltipContentArray
fetchLinesbytypeproduct($typeproduct=0)
Load object lines in memory from the database by type of product.
deleteLine(User $user, $idline, $notrigger=0)
Delete a line of object in database.
createFromClone(User $user, $fromid)
Clone an object into another one.
fetch($id, $ref=null)
Load object in memory from the database.
getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1)
Return a link to the object card (with optionally the picto)
updateLine($rowid, $qty, $qty_frozen=0, $disable_stock_change=0, $efficiency=1.0, $position=-1, $import_key=null, $fk_unit=0, $array_options=array(), $fk_default_workstation=null)
Update an BOM line into database.
getNetNeeds(&$TNetNeeds=array(), $qty=0)
Get Net needs by product.
create(User $user, $notrigger=1)
Create object into database.
getNextNumRef($prod)
Returns the reference to the following non used BOM depending on the active numbering module defined ...
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
Create a document onto disk according to template module.
getLinesArray()
Create an array of lines.
setDraft($user, $notrigger=0)
Set draft status.
getKanbanView($option='', $arraydata=null)
Return clickable link of object (with eventually picto)
update(User $user, $notrigger=1)
Update object into database.
fetchAll($sortorder='', $sortfield='', $limit=0, $offset=0, $filter='', $filtermode='AND')
Load list of objects in memory from the database.
addLine($fk_product, $qty, $qty_frozen=0, $disable_stock_change=0, $efficiency=1.0, $position=-1, $fk_bom_child=null, $import_key=null, $fk_unit=0, $array_options=array(), $fk_default_workstation=null)
Add an BOM line into database (linked to BOM)
getNetNeedsTree(&$TNetNeeds=array(), $qty=0, $level=0)
Get/add Net needs Tree by product or bom.
Class of dictionary type of thirdparty (used by imports)
Parent class of all other business classes (invoices, contracts, proposals, orders,...
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.
fetch_product()
Load the product with id $this->fk_product into this->product.
fetchLinesCommon($morewhere='', $noextrafields=0)
Load object in memory from the database.
static commonReplaceProduct(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a product id with another one.
line_max($fk_parent_line=0)
Get max value used for position of line (rang)
fetchCommon($id, $ref=null, $morewhere='', $noextrafields=0)
Load object in memory from the database.
deleteCommon(User $user, $notrigger=0, $forcechilddeletion=0)
Delete object in database.
call_trigger($triggerName, $user)
Call trigger based on this instance.
Class to manage Dolibarr database access.
Class to manage predefined suppliers products.
Class to manage products or services.
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...
convertDurationtoHour($duration_value, $duration_unit)
Convert duration to hour.
dol_is_file($pathoffile)
Return if path is a file.
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
dol_osencode($str)
Return a string encoded into OS filesystem encoding.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
forgeSQLFromUniversalSearchCriteria($filter, &$errorstr='', $noand=0, $nopar=0, $noerror=0)
forgeSQLFromUniversalSearchCriteria
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
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_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
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.
utf8_check($str)
Check if a string is in UTF8.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
image_format_supported($file, $acceptsvg=0)
Return if a filename is file name of a supported image format.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...