25 require
'../main.inc.php';
27 require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
28 require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
30 require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formprojet.class.php';
37 $langs->loadLangs(array(
"mrp",
"companies",
"other",
"mails"));
40 $action =
GETPOST(
'action',
'aZ09');
46 $limit =
GETPOST(
'limit',
'int') ?
GETPOST(
'limit',
'int') : $conf->liste_limit;
47 $sortfield =
GETPOST(
"sortfield",
'alpha');
48 $sortorder =
GETPOST(
"sortorder",
'alpha');
50 if (empty($page) || $page == -1) { $page = 0; }
51 $offset = $limit * $page;
52 $pageprev = $page - 1;
53 $pagenext = $page + 1;
54 if (!$sortorder) $sortorder =
"ASC";
55 if (!$sortfield) $sortfield =
"name";
59 $object =
new Mo($db);
61 $diroutputmassaction = $conf->mrp->dir_output.
'/temp/massgeneration/'.$user->id;
62 $hookmanager->initHooks(array(
'modocument',
'globalcard'));
65 $extrafields->fetch_name_optionals_label($object->table_element);
68 include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
70 if ($id > 0 || !empty($ref)) $upload_dir = $conf->mrp->multidir_output[$object->entity ? $object->entity : $conf->entity].
"/mo/".
get_exdir(0, 0, 0, 1, $object);
75 $isdraft = (($object->status == $object::STATUS_DRAFT) ? 1 : 0);
76 $result =
restrictedArea($user,
'mrp', $object->id,
'mrp_mo',
'',
'fk_soc',
'rowid', $isdraft);
83 include_once DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
90 $form =
new Form($db);
93 $title = $langs->trans(
"Mo").
' - '.$langs->trans(
"Files");
108 $filearray =
dol_dir_list($upload_dir,
"files", 0,
'',
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) ==
'desc' ?SORT_DESC:SORT_ASC), 1);
110 foreach ($filearray as $key => $file)
112 $totalsize += $file[
'size'];
117 $linkback =
'<a href="'.dol_buildpath(
'/mrp/mo_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
119 $morehtmlref =
'<div class="refidno">';
124 $morehtmlref .= $langs->trans(
'ThirdParty').
' : '.(is_object($object->thirdparty) ? $object->thirdparty->getNomUrl(1) :
'');
126 if (!empty($conf->projet->enabled))
128 $langs->load(
"projects");
129 $morehtmlref .=
'<br>'.$langs->trans(
'Project').
' ';
130 if ($permissiontoadd)
132 if ($action !=
'classify')
133 $morehtmlref .=
'<a class="editfielda" href="'.$_SERVER[
'PHP_SELF'].
'?action=classify&id='.$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'SetProject')).
'</a> : ';
134 if ($action ==
'classify') {
136 $morehtmlref .=
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'">';
137 $morehtmlref .=
'<input type="hidden" name="action" value="classin">';
138 $morehtmlref .=
'<input type="hidden" name="token" value="'.newToken().
'">';
139 $morehtmlref .= $formproject->select_projects($object->fk_soc, $object->fk_project,
'projectid', 0, 0, 1, 0, 1, 0, 0,
'', 1);
140 $morehtmlref .=
'<input type="submit" class="button valignmiddle" value="'.$langs->trans(
"Modify").
'">';
141 $morehtmlref .=
'</form>';
143 $morehtmlref .= $form->form_project(
$_SERVER[
'PHP_SELF'].
'?id='.$object->id, $object->fk_soc, $object->fk_project,
'none', 0, 0, 0, 1);
146 if (!empty($object->fk_project)) {
148 $proj->fetch($object->fk_project);
149 $morehtmlref .=
': '.$proj->getNomUrl();
155 $morehtmlref .=
'</div>';
157 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
159 print '<div class="fichecenter">';
161 print '<div class="underbanner clearboth"></div>';
162 print '<table class="border centpercent tableforfield">';
165 print '<tr><td class="titlefield">'.$langs->trans(
"NbOfAttachedFiles").
'</td><td colspan="3">'.count($filearray).
'</td></tr>';
168 print '<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td colspan="3">'.$totalsize.
' '.$langs->trans(
"bytes").
'</td></tr>';
177 $permission = $user->rights->mrp->write;
178 $permtoedit = $user->rights->mrp->write;
179 $param =
'&id='.$object->id;
182 $relativepathwithnofile =
'mo/'.dol_sanitizeFileName($object->ref).
'/';
184 include_once DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
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.
img_edit($titlealt= 'default', $float=0, $other= '')
Show logo editer/modifier fiche.
moPrepareHead($object)
Prepare array of tabs for Mo.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname.
Class to manage projects.
get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart= '')
Return a path to have a the directory according to object where files are stored. ...
restrictedArea($user, $features, $objectid=0, $tableandshare= '', $feature2= '', $dbt_keyfield= 'fk_soc', $dbt_select= 'rowid', $isdraft=0)
Check permissions of a user to show a page and an object.
accessforbidden($message= '', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program Calling this function terminate execution ...
dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0)
Scan a directory and return a list of files/directories.
print $_SERVER["PHP_SELF"]
Edit parameters.
dol_get_fiche_head($links=array(), $active= '', $title= '', $notab=0, $picto= '', $pictoisfullpath=0, $morehtmlright= '', $morecss= '', $limittoshow=0, $moretabssuffix= '')
Show tabs of a record.
print
Draft customers invoices.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
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.