23if (empty($conf) || !is_object($conf)) {
24 print
"Error, template page can't be called as URL";
28print
"<!-- BEGIN PHP TEMPLATE mrp/tpl/linkedobjectblock.tpl.php -->\n";
30global $user, $db, $hookmanager;
31global $noMoreLinkedObjectBlockAfter;
33$langs = $GLOBALS[
'langs'];
34'@phan-var-force Translate $langs';
35$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
36'@phan-var-force array<CommonObject> $linkedObjectBlock';
46 $mo_static =
new Mo($db);
47 $res = $mo_static->fetch(
$object->id);
48 $TMoChilds = $mo_static->getMoChilds();
49 '@phan-var-force Mo[] $TMoChilds';
51 $hookmanager->initHooks(array(
'LinesLinkedObjectBlock'));
52 $parameters = array(
'TMoChilds' => $TMoChilds);
53 $reshook = $hookmanager->executeHooks(
'LinesLinkedObjectBlock', $parameters,
$object, $action);
54 if (empty($reshook)) {
60 echo
'<tr class="' . $trclass .
'" >';
61 echo
'<td class="linkedcol-element tdoverflowmax100">' . $langs->trans(
"ManufacturingOrder");
62 if (!empty($showImportButton) && $conf->global->MAIN_ENABLE_IMPORT_LINKED_OBJECT_LINES) {
63 print
'<a class="objectlinked_importbtn" href="' .
$objectlink->getNomUrl(0,
'', 0, 1) .
'&action=selectlines&token='.newToken().
'" data-element="' .
$objectlink->element .
'" data-id="' .
$objectlink->id .
'" > <i class="fa fa-indent"></i> </a';
66 echo
'<td class="linkedcol-name nowraponall" >' .
$objectlink->getNomUrl(1) .
'</td>';
68 echo
'<td class="linkedcol-ref center">';
72 echo
'<td class="linkedcol-amount right">-</td>';
73 echo
'<td class="linkedcol-statut right">' .
$objectlink->getLibStatut(3) .
'</td>';
74 echo
'<td class="linkedcol-action right">';
77 $sql =
" Select rowid from " . MAIN_DB_PREFIX .
"element_element";
80 $resql = $db->query($sql);
83 $obj = $db->fetch_object($resql);
84 if ($obj->rowid && $obj->rowid > 0) {
88 echo
'<a class="reposition" href="' . $_SERVER[
"PHP_SELF"] .
'?id=' .
$object->id .
'&action=dellink&token=' .
newToken() .
'&dellinkid=' . $k .
'">' .
img_picto($langs->transnoentitiesnoconv(
"RemoveLink"),
'unlink') .
'</a>';
94 $linkedObjectBlock =
dol_sort_array($linkedObjectBlock,
'date',
'desc', 0, 0, 1);
95 '@phan-var-force array<CommonObject> $linkedObjectBlock';
98 foreach ($linkedObjectBlock as $key =>
$objectlink) {
101 $trclass =
'oddeven';
102 if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) {
103 $trclass .=
' liste_sub_total';
106 print
'<td class="linkedcol-element tdoverflowmax100">'.$langs->trans(
"ManufacturingOrder");
107 if (!empty($showImportButton) && $conf->global->MAIN_ENABLE_IMPORT_LINKED_OBJECT_LINES) {
108 $url = DOL_URL_ROOT.
'/mrp/mo_card.php?id='.
$objectlink->id;
109 print
'<a class="objectlinked_importbtn" href="'.$url.
'&action=selectlines&token='.
newToken().
'" data-element="'.
$objectlink->element.
'" data-id="'.
$objectlink->id.
'" > <i class="fa fa-indent"></i> </a>';
113 print
'<td class="linkedcol-name tdoverflowmax150">'.$objectlink->getNomUrl(1).
'</td>';
114 print
'<td class="linkedcol-ref" >'.$objectlink->ref_client.
'</td>';
115 print
'<td class="linkedcol-date center">'.dol_print_date(
$objectlink->date_start_planned,
'day').
'</td>';
116 print
'<td class="linkedcol-amount right">-</td>';
117 print
'<td class="linkedcol-statut right">'.$objectlink->getLibStatut(3).
'</td>';
118 print
'<td class="linkedcol-action right"><a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&action=dellink&token='.
newToken().
'&dellinkid='.$key.
'">'.
img_picto($langs->transnoentitiesnoconv(
"RemoveLink"),
'unlink').
'</a></td>';
123echo
"<!-- END PHP TEMPLATE -->\n";
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
dol_sort_array(&$array, $index, $order='asc', $natsort=0, $case_sensitive=0, $keepindex=0)
Advanced sort array by the value of a given key, which produces ascending (default) or descending out...
newToken()
Return the value of token currently saved into session with name 'newtoken'.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...