27require
'../main.inc.php';
29require_once DOL_DOCUMENT_ROOT.
'/workstation/class/workstation.class.php';
30require_once DOL_DOCUMENT_ROOT.
'/workstation/lib/workstation_workstation.lib.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->workstation->dir_output.
'/temp/massgeneration/'.$user->id;
46$hookmanager->initHooks(array(
'workstationnote',
'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->workstation->multidir_output[$object->entity].
"/".$object->id;
57$permissionnote = $user->rights->workstation->workstation->write;
58$permissiontoadd = $user->rights->workstation->workstation->write;
62restrictedArea($user, $object->element, $object->id, $object->table_element,
'workstation',
'fk_soc',
'rowid', $isdraft);
69$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
74 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
84$help_url =
'EN:Module_Workstation';
86llxHeader(
'', $langs->trans(
'Workstation'), $help_url);
88if ($id > 0 || !empty($ref)) {
89 $object->fetch_thirdparty();
93 print
dol_get_fiche_head($head,
'note', $langs->trans(
"Workstation"), -1, $object->picto);
97 $linkback =
'<a href="'.DOL_URL_ROOT.
'/workstation/workstation_list.php?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
99 $morehtmlref =
'<div class="refidno">';
137 $morehtmlref .=
'</div>';
140 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
143 print
'<div class="fichecenter">';
144 print
'<div class="underbanner clearboth"></div>';
147 $cssclass =
"titlefield";
148 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.
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.
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.
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.
workstationPrepareHead($object)
Prepare array of tabs for Workstation.