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'];
45 $mo_static =
new Mo($db);
46 $res = $mo_static->fetch(
$object->id);
47 $TMoChilds = $mo_static->getMoChilds();
49 $hookmanager->initHooks(
'LinesLinkedObjectBlock');
50 $parameters = array(
'TMoChilds' => $TMoChilds);
51 $reshook = $hookmanager->executeHooks(
'LinesLinkedObjectBlock', $parameters,
$object, $action);
52 if (empty($reshook)) {
58 echo
'<tr class="' . $trclass .
'" >';
59 echo
'<td class="linkedcol-element tdoverflowmax100">' . $langs->trans(
"ManufacturingOrder");
60 if (!empty($showImportButton) && $conf->global->MAIN_ENABLE_IMPORT_LINKED_OBJECT_LINES) {
61 print
'<a class="objectlinked_importbtn" href="' .
$objectlink->getNomUrl(0,
'', 0, 1) .
'&action=selectlines" data-element="' .
$objectlink->element .
'" data-id="' .
$objectlink->id .
'" > <i class="fa fa-indent"></i> </a';
64 echo
'<td class="linkedcol-name nowraponall" >' .
$objectlink->getNomUrl(1) .
'</td>';
66 echo
'<td class="linkedcol-ref center">';
70 echo
'<td class="linkedcol-amount right">-</td>';
71 echo
'<td class="linkedcol-statut right">' .
$objectlink->getLibStatut(3) .
'</td>';
72 echo
'<td class="linkedcol-action right">';
75 $sql =
" Select rowid from " . MAIN_DB_PREFIX .
"element_element";
78 $resql = $db->query($sql);
81 $obj = $db->fetch_object($resql);
82 if ($obj->rowid && $obj->rowid > 0) {
86 echo
'<a class="reposition" href="' . $_SERVER[
"PHP_SELF"] .
'?id=' .
$object->id .
'&action=dellink&token=' .
newToken() .
'&dellinkid=' . $k .
'">' .
img_picto($langs->transnoentitiesnoconv(
"RemoveLink"),
'unlink') .
'</a>';
92 $linkedObjectBlock =
dol_sort_array($linkedObjectBlock,
'date',
'desc', 0, 0, 1);
96 foreach ($linkedObjectBlock as $key =>
$objectlink) {
100 if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) {
101 $trclass .=
' liste_sub_total';
104 print
'<td class="linkedcol-element tdoverflowmax100">'.$langs->trans(
"ManufacturingOrder");
105 if (!empty($showImportButton) && $conf->global->MAIN_ENABLE_IMPORT_LINKED_OBJECT_LINES) {
106 $url = DOL_URL_ROOT.
'/mrp/mo_card.php?id='.
$objectlink->id;
107 print
'<a class="objectlinked_importbtn" href="'.$url.
'&action=selectlines" data-element="'.
$objectlink->element.
'" data-id="'.
$objectlink->id.
'" > <i class="fa fa-indent"></i> </a>';
111 print
'<td class="linkedcol-name tdoverflowmax150">'.$objectlink->getNomUrl(1).
'</td>';
112 print
'<td class="linkedcol-ref" >'.$objectlink->ref_client.
'</td>';
113 print
'<td class="linkedcol-date center">'.dol_print_date(
$objectlink->date_start_planned,
'day').
'</td>';
114 print
'<td class="linkedcol-amount right">-</td>';
115 print
'<td class="linkedcol-statut right">'.$objectlink->getLibStatut(3).
'</td>';
116 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>';
121echo
"<!-- 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...