25require
'../main.inc.php';
26require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
27require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formprojet.class.php';
33$langs->loadLangs(array(
"mrp",
"companies"));
38$action =
GETPOST(
'action',
'aZ09');
39$cancel =
GETPOST(
'cancel',
'aZ09');
40$backtopage =
GETPOST(
'backtopage',
'alpha');
45$diroutputmassaction = $conf->mrp->dir_output.
'/temp/massgeneration/'.$user->id;
46$hookmanager->initHooks(array(
'monote',
'globalcard'));
49$extrafields->fetch_name_optionals_label($object->table_element);
52include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
53if ($id > 0 || !empty($ref)) {
54 $upload_dir = $conf->mrp->multidir_output[empty($object->entity) ? $conf->entity : $object->entity].
"/".$object->id;
60$isdraft = (($object->status == $object::STATUS_DRAFT) ? 1 : 0);
61$result =
restrictedArea($user,
'mrp', $object->id,
'mrp_mo',
'',
'fk_soc',
'rowid', $isdraft);
63$permissionnote = $user->rights->mrp->write;
72$reshook = $hookmanager->executeHooks(
'doActions', array(), $object, $action);
77 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
90llxHeader(
'', $langs->trans(
'Mo'), $help_url);
92if ($id > 0 || !empty($ref)) {
93 $object->fetch_thirdparty();
97 print
dol_get_fiche_head($head,
'note', $langs->trans(
"ManufacturingOrder"), -1, $object->picto);
101 $linkback =
'<a href="'.dol_buildpath(
'/mrp/mo_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
103 $morehtmlref =
'<div class="refidno">';
108 if (is_object($object->thirdparty)) {
109 $morehtmlref .= $object->thirdparty->getNomUrl(1,
'customer');
110 if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) {
111 $morehtmlref .=
' (<a href="'.DOL_URL_ROOT.
'/commande/list.php?socid='.$object->thirdparty->id.
'&search_societe='.urlencode($object->thirdparty->name).
'">'.$langs->trans(
"OtherOrders").
'</a>)';
115 if (isModEnabled(
'project')) {
116 $langs->load(
"projects");
117 if (is_object($object->thirdparty)) {
118 $morehtmlref .=
'<br>';
121 $morehtmlref .=
img_picto($langs->trans(
"Project"),
'project',
'class="pictofixedwidth"');
122 if ($action !=
'classify') {
123 $morehtmlref .=
'<a class="editfielda" href="'.$_SERVER[
'PHP_SELF'].
'?action=classify&token='.newToken().
'&id='.$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'SetProject')).
'</a> ';
125 $morehtmlref .= $form->form_project($_SERVER[
'PHP_SELF'].
'?id='.$object->id, $object->socid, $object->fk_project, ($action ==
'classify' ?
'projectid' :
'none'), 0, 0, 0, 1,
'',
'maxwidth300');
127 if (!empty($object->fk_project)) {
129 $proj->fetch($object->fk_project);
130 $morehtmlref .= $proj->getNomUrl(1);
132 $morehtmlref .=
'<span class="opacitymedium"> - '.dol_escape_htmltag($proj->title).
'</span>';
137 $morehtmlref .=
'</div>';
139 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
142 print
'<div class="fichecenter">';
143 print
'<div class="underbanner clearboth"></div>';
146 $cssclass =
"titlefield";
147 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage projects.
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
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.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
img_edit($titlealt='default', $float=0, $other='')
Show logo editer/modifier fiche.
moPrepareHead($object)
Prepare array of tabs for Mo.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.