26 require
'../main.inc.php';
28 require_once DOL_DOCUMENT_ROOT.
'/workstation/class/workstation.class.php';
29 require_once DOL_DOCUMENT_ROOT.
'/workstation/lib/workstation_workstation.lib.php';
32 $langs->loadLangs(array(
"workstation",
"companies"));
37 $action =
GETPOST(
'action',
'aZ09');
38 $cancel =
GETPOST(
'cancel',
'aZ09');
39 $backtopage =
GETPOST(
'backtopage',
'alpha');
44 $diroutputmassaction = $conf->workstation->dir_output.
'/temp/massgeneration/'.$user->id;
45 $hookmanager->initHooks(array(
'workstationnote',
'globalcard'));
47 $extrafields->fetch_name_optionals_label($object->table_element);
50 include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
51 if ($id > 0 || !empty($ref)) {
52 $upload_dir = $conf->workstation->multidir_output[$object->entity].
"/".$object->id;
55 $permissionnote = $user->rights->workstation->workstation->write;
56 $permissiontoadd = $user->rights->workstation->workstation->write;
60 restrictedArea($user, $object->element, $object->id, $object->table_element,
'workstation',
'fk_soc',
'rowid', $isdraft);
66 $reshook = $hookmanager->executeHooks(
'doActions', array(), $object, $action);
70 if (empty($reshook)) {
71 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
85 if ($id > 0 || !empty($ref)) {
86 $object->fetch_thirdparty();
90 print
dol_get_fiche_head($head,
'note', $langs->trans(
"Workstation"), -1, $object->picto);
94 $linkback =
'<a href="'.DOL_URL_ROOT.
'/workstation/workstation_list.php?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
96 $morehtmlref =
'<div class="refidno">';
134 $morehtmlref .=
'</div>';
137 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
140 print
'<div class="fichecenter">';
141 print
'<div class="underbanner clearboth"></div>';
144 $cssclass =
"titlefield";
145 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
if($cancel &&!$id) if($action== 'add'&&!$cancel) if($action== 'delete') if($id) $form
Actions.
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOCSRFCHECK')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
if(GETPOST('button_removefilter_x', 'alpha')||GETPOST('button_removefilter.x', 'alpha')||GETPOST('button_removefilter', 'alpha')) if(GETPOST('button_search_x', 'alpha')||GETPOST('button_search.x', 'alpha')||GETPOST('button_search', 'alpha')) if($action=="save"&&empty($cancel)) $help_url
View.
setEventMessages($mesg, $mesgs, $style= 'mesgs', $messagekey= '')
Set event messages in dol_events session object.
workstationPrepareHead($object)
Prepare array of tabs for Workstation.
restrictedArea($user, $features, $objectid=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.
dol_get_fiche_head($links=array(), $active= '', $title= '', $notab=0, $picto= '', $pictoisfullpath=0, $morehtmlright= '', $morecss= '', $limittoshow=0, $moretabssuffix= '')
Show tabs of a record.
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.