26require
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/knowledgemanagement/class/knowledgerecord.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/knowledgemanagement/lib/knowledgemanagement_knowledgerecord.lib.php';
32$langs->loadLangs(array(
"knowledgemanagement",
"companies"));
37$action =
GETPOST(
'action',
'aZ09');
38$cancel =
GETPOST(
'cancel',
'aZ09');
39$backtopage =
GETPOST(
'backtopage',
'alpha');
44$diroutputmassaction = $conf->knowledgemanagement->dir_output.
'/temp/massgeneration/'.$user->id;
45$hookmanager->initHooks(array(
'knowledgerecordnote',
'globalcard'));
47$extrafields->fetch_name_optionals_label($object->table_element);
50include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
51if ($id > 0 || !empty($ref)) {
52 $upload_dir = $conf->knowledgemanagement->multidir_output[$object->entity].
"/".$object->id;
55$permissionnote = $user->hasRight(
'knowledgemanagement',
'knowledgerecord',
'write');
56$permissiontoadd = $user->hasRight(
'knowledgemanagement',
'knowledgerecord',
'write');
61$isdraft = (($object->status == $object::STATUS_DRAFT) ? 1 : 0);
62restrictedArea($user, $object->module, $object->id, $object->table_element, $object->element,
'',
'rowid', $isdraft);
69$reshook = $hookmanager->executeHooks(
'doActions', array(), $object, $action);
74 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
86llxHeader(
'', $langs->trans(
'KnowledgeRecord'), $help_url);
88if ($id > 0 || !empty($ref)) {
89 $object->fetch_thirdparty();
93 print
dol_get_fiche_head($head,
'note', $langs->trans(
"KnowledgeRecord"), -1, $object->picto);
97 $linkback =
'<a href="'.dol_buildpath(
'/knowledgemanagement/knowledgerecord_list.php', 1).
'?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.
Class for KnowledgeRecord.
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.
knowledgerecordPrepareHead($object)
Prepare array of tabs for KnowledgeRecord.
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.