26require 
'../main.inc.php';
 
   27require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
 
   28require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
 
   29require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
 
   32require_once DOL_DOCUMENT_ROOT.
'/webhook/class/target.class.php';
 
   34global $conf, $db, $hookmanager, $langs, $user;
 
   37$langs->loadLangs(array(
'other'));
 
   40$action      = 
GETPOST(
'action', 
'aZ09') ? 
GETPOST(
'action', 
'aZ09') : 
'view';    
 
   41$massaction  = 
GETPOST(
'massaction', 
'alpha');    
 
   42$show_files  = 
GETPOST(
'show_files', 
'int');    
 
   43$confirm     = 
GETPOST(
'confirm', 
'alpha');    
 
   44$cancel      = 
GETPOST(
'cancel', 
'alpha');    
 
   45$toselect    = 
GETPOST(
'toselect', 
'array');    
 
   46$contextpage = 
GETPOST(
'contextpage', 
'aZ') ? 
GETPOST(
'contextpage', 
'aZ') : 
'targetlist';    
 
   47$backtopage  = 
GETPOST(
'backtopage', 
'alpha');    
 
   48$optioncss   = 
GETPOST(
'optioncss', 
'aZ');    
 
   51  $mode = 
'modulesetup';
 
   57$limit = 
GETPOST(
'limit', 
'int') ? 
GETPOST(
'limit', 
'int') : $conf->liste_limit;
 
   58$sortfield = 
GETPOST(
'sortfield', 
'aZ09comma');
 
   59$sortorder = 
GETPOST(
'sortorder', 
'aZ09comma');
 
   60$page = GETPOSTISSET(
'pageplusone') ? (
GETPOST(
'pageplusone') - 1) : 
GETPOST(
"page", 
'int');
 
   61if (empty($page) || $page < 0 || 
GETPOST(
'button_search', 
'alpha') || 
GETPOST(
'button_removefilter', 
'alpha')) {
 
   65$offset = $limit * $page;
 
   72$diroutputmassaction = $conf->webhook->dir_output.
'/temp/massgeneration/'.$user->id;
 
   73$hookmanager->initHooks(array(
'targetlist')); 
 
   76$extrafields->fetch_name_optionals_label($object->table_element);
 
   79$search_array_options = $extrafields->getOptionalsFromPost($object->table_element, 
'', 
'search_');
 
   83  reset($object->fields);         
 
   84  $sortfield = 
"t.".key($object->fields); 
 
   91$search_all = 
GETPOST(
'search_all', 
'alphanohtml');
 
   93foreach ($object->fields as $key => $val) {
 
   94  if (
GETPOST(
'search_'.$key, 
'alpha') !== 
'') {
 
   95    $search[$key] = 
GETPOST(
'search_'.$key, 
'alpha');
 
   97  if (preg_match(
'/^(date|timestamp|datetime)/', $val[
'type'])) {
 
   98    $search[$key.
'_dtstart'] = 
dol_mktime(0, 0, 0, 
GETPOST(
'search_'.$key.
'_dtstartmonth', 
'int'), 
GETPOST(
'search_'.$key.
'_dtstartday', 
'int'), 
GETPOST(
'search_'.$key.
'_dtstartyear', 
'int'));
 
   99    $search[$key.
'_dtend'] = 
dol_mktime(23, 59, 59, 
GETPOST(
'search_'.$key.
'_dtendmonth', 
'int'), 
GETPOST(
'search_'.$key.
'_dtendday', 
'int'), 
GETPOST(
'search_'.$key.
'_dtendyear', 
'int'));
 
  104$fieldstosearchall = array();
 
  105foreach ($object->fields as $key => $val) {
 
  106  if (!empty($val[
'searchall'])) {
 
  107    $fieldstosearchall[
't.'.$key] = $val[
'label'];
 
  112$arrayfields = array();
 
  113foreach ($object->fields as $key => $val) {
 
  115  if (!empty($val[
'visible'])) {
 
  116    $visible = (int) 
dol_eval($val[
'visible'], 1);
 
  117    $arrayfields[
't.'.$key] = array(
 
  118      'label'=>$val[
'label'],
 
  119      'checked'=>(($visible < 0) ? 0 : 1),
 
  120      'enabled'=>(abs($visible) != 3 && 
dol_eval($val[
'enabled'], 1)),
 
  121      'position'=>$val[
'position'],
 
  122      'help'=> isset($val[
'help']) ? $val[
'help'] : 
'' 
  128include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_array_fields.tpl.php';
 
  137$enablepermissioncheck = 0;
 
  138if ($enablepermissioncheck) {
 
  139  $permissiontoread = $user->hasRight(
'webhook', 
'target', 
'read');
 
  140  $permissiontoadd = $user->hasRight(
'webhook', 
'target', 
'write');
 
  141  $permissiontodelete = $user->hasRight(
'webhook', 
'target', 
'delete');
 
  143  $permissiontoread = 1;
 
  144  $permissiontoadd = 1;
 
  145  $permissiontodelete = 1;
 
  149if ($user->socid > 0) {
 
  156if (!isModEnabled(
'webhook')) {
 
  159if (!$permissiontoread) {
 
  168if (
GETPOST(
'cancel', 
'alpha')) {
 
  172if (!
GETPOST(
'confirmmassaction', 
'alpha') && $massaction != 
'presend' && $massaction != 
'confirm_presend') {
 
  176$parameters = array();
 
  177$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action); 
 
  182if (empty($reshook)) {
 
  184  include DOL_DOCUMENT_ROOT.
'/core/actions_changeselectedfields.inc.php';
 
  187  if (
GETPOST(
'button_removefilter_x', 
'alpha') || 
GETPOST(
'button_removefilter.x', 
'alpha') || 
GETPOST(
'button_removefilter', 
'alpha')) { 
 
  188    foreach ($object->fields as $key => $val) {
 
  190      if (preg_match(
'/^(date|timestamp|datetime)/', $val[
'type'])) {
 
  191        $search[$key.
'_dtstart'] = 
'';
 
  192        $search[$key.
'_dtend'] = 
'';
 
  196    $search_array_options = array();
 
  198  if (
GETPOST(
'button_removefilter_x', 
'alpha') || 
GETPOST(
'button_removefilter.x', 
'alpha') || 
GETPOST(
'button_removefilter', 
'alpha')
 
  199    || 
GETPOST(
'button_search_x', 
'alpha') || 
GETPOST(
'button_search.x', 
'alpha') || 
GETPOST(
'button_search', 
'alpha')) {
 
  204  $objectclass = 
'Target';
 
  205  $objectlabel = 
'Target';
 
  206  $uploaddir = $conf->webhook->dir_output;
 
  207  include DOL_DOCUMENT_ROOT.
'/core/actions_massactions.inc.php';
 
  216$form = 
new Form($db);
 
  221$title = $langs->trans(
'ListOf', $langs->transnoentitiesnoconv(
"Targets"));
 
  229$sql .= $object->getFieldList(
't');
 
  231if (!empty($extrafields->attributes[$object->table_element][
'label'])) {
 
  232  foreach ($extrafields->attributes[$object->table_element][
'label'] as $key => $val) {
 
  233    $sql .= ($extrafields->attributes[$object->table_element][
'type'][$key] != 
'separate' ? 
", ef.".$key.
" as options_".$key : 
'');
 
  237$parameters = array();
 
  238$reshook = $hookmanager->executeHooks(
'printFieldListSelect', $parameters, $object); 
 
  239$sql .= $hookmanager->resPrint;
 
  240$sql = preg_replace(
'/,\s*$/', 
'', $sql);
 
  242$sql .= 
" FROM ".MAIN_DB_PREFIX.$object->table_element.
" as t";
 
  244if (isset($extrafields->attributes[$object->table_element][
'label']) && is_array($extrafields->attributes[$object->table_element][
'label']) && count($extrafields->attributes[$object->table_element][
'label'])) {
 
  245  $sql .= 
" LEFT JOIN ".MAIN_DB_PREFIX.$object->table_element.
"_extrafields as ef on (t.rowid = ef.fk_object)";
 
  248$parameters = array();
 
  249$reshook = $hookmanager->executeHooks(
'printFieldListFrom', $parameters, $object); 
 
  250$sql .= $hookmanager->resPrint;
 
  251if ($object->ismultientitymanaged == 1) {
 
  252  $sql .= 
" WHERE t.entity IN (".getEntity($object->element).
")";
 
  254  $sql .= 
" WHERE 1 = 1";
 
  256foreach ($search as $key => $val) {
 
  257  if (array_key_exists($key, $object->fields)) {
 
  258    if ($key == 
'status' && $search[$key] == -1) {
 
  261    $mode_search = (($object->isInt($object->fields[$key]) || $object->isFloat($object->fields[$key])) ? 1 : 0);
 
  262    if ((strpos($object->fields[$key][
'type'], 
'integer:') === 0) || (strpos($object->fields[$key][
'type'], 
'sellist:') === 0) || !empty($object->fields[$key][
'arrayofkeyval'])) {
 
  263      if ($search[$key] == 
'-1' || ($search[$key] === 
'0' && (empty($object->fields[$key][
'arrayofkeyval']) || !array_key_exists(
'0', $object->fields[$key][
'arrayofkeyval'])))) {
 
  268    if ($search[$key] != 
'') {
 
  269      $sql .= 
natural_search(
"t.".$db->escape($key), $search[$key], (($key == 
'status') ? 2 : $mode_search));
 
  272    if (preg_match(
'/(_dtstart|_dtend)$/', $key) && $search[$key] != 
'') {
 
  273      $columnName = preg_replace(
'/(_dtstart|_dtend)$/', 
'', $key);
 
  274      if (preg_match(
'/^(date|timestamp|datetime)/', $object->fields[$columnName][
'type'])) {
 
  275        if (preg_match(
'/_dtstart$/', $key)) {
 
  276          $sql .= 
" AND t.".$db->escape($columnName).
" >= '".$db->idate($search[$key]).
"'";
 
  278        if (preg_match(
'/_dtend$/', $key)) {
 
  279          $sql .= 
" AND t.".$db->escape($columnName).
" <= '".$db->idate($search[$key]).
"'";
 
  286  $sql .= 
natural_search(array_keys($fieldstosearchall), $search_all);
 
  290include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_sql.tpl.php';
 
  292$parameters = array();
 
  293$reshook = $hookmanager->executeHooks(
'printFieldListWhere', $parameters, $object); 
 
  294$sql .= $hookmanager->resPrint;
 
  322$nbtotalofrecords = 
'';
 
  338  $sqlforcount = preg_replace(
'/^SELECT[a-zA-Z0-9\._\s\(\),=<>\:\-\']+\sFROM/Ui', 
'SELECT COUNT(*) as nbtotalofrecords FROM', $sql);
 
  339  $resql = $db->query($sqlforcount);
 
  340  $objforcount = $db->fetch_object($resql);
 
  341  $nbtotalofrecords = $objforcount->nbtotalofrecords;
 
  343  if (($page * $limit) > $nbtotalofrecords) { 
 
  351$sql .= $db->order($sortfield, $sortorder);
 
  353  $sql .= $db->plimit($limit + 1, $offset);
 
  356$resql = $db->query($sql);
 
  362$num = $db->num_rows($resql);
 
  366if ($num == 1 && 
getDolGlobalString(
'MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $search_all && !$page) {
 
  367  $obj = $db->fetch_object($resql);
 
  369  header(
"Location: ".
dol_buildpath(
'/webhook/target_card.php', 1).
'?id='.$id);
 
  376$title = $langs->trans(
"Targets");
 
  377llxHeader(
'', $title, $help_url, 
'', 0, 0, $morejs, $morecss, 
'', 
'');
 
  379if ($mode == 
'modulesetup') {
 
  380  require_once 
'lib/webhook.lib.php';
 
  383  $page_name = 
"WebhookSetup";
 
  385  $linkback = 
'<a href="'.($backtopage ? $backtopage : DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1').
'">'.$langs->trans(
"BackToModuleList").
'</a>';
 
  386  print 
load_fiche_titre($langs->trans($page_name), $linkback, 
'title_setup');
 
  407$arrayofselected = is_array($toselect) ? $toselect : array();
 
  411  $param .= 
'&mode='.urlencode($mode);
 
  413if (!empty($contextpage) && $contextpage != $_SERVER[
"PHP_SELF"]) {
 
  414  $param .= 
'&contextpage='.urlencode($contextpage);
 
  416if ($limit > 0 && $limit != $conf->liste_limit) {
 
  417  $param .= 
'&limit='.((int) $limit);
 
  419foreach ($search as $key => $val) {
 
  420  if (is_array($search[$key]) && count($search[$key])) {
 
  421    foreach ($search[$key] as $skey) {
 
  423        $param .= 
'&search_'.$key.
'[]='.urlencode($skey);
 
  426  } elseif ($search[$key] != 
'') {
 
  427    $param .= 
'&search_'.$key.
'='.urlencode($search[$key]);
 
  430if ($optioncss != 
'') {
 
  431  $param .= 
'&optioncss='.urlencode($optioncss);
 
  434include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_param.tpl.php';
 
  436$parameters = array(
'param' => &$param);
 
  437$reshook = $hookmanager->executeHooks(
'printFieldListSearchParam', $parameters, $object); 
 
  438$param .= $hookmanager->resPrint;
 
  441$arrayofmassactions = array(
 
  447if ($permissiontodelete) {
 
  448  $arrayofmassactions[
'predelete'] = 
img_picto(
'', 
'delete', 
'class="pictofixedwidth"').$langs->trans(
"Delete");
 
  450if (
GETPOST(
'nomassaction', 
'int') || in_array($massaction, array(
'presend', 
'predelete'))) {
 
  451  $arrayofmassactions = array();
 
  453$massactionbutton = $form->selectMassAction(
'', $arrayofmassactions);
 
  455print 
'<form method="POST" id="searchFormList" action="'.$_SERVER[
"PHP_SELF"].
'">'.
"\n";
 
  456if ($optioncss != 
'') {
 
  457  print 
'<input type="hidden" name="optioncss" value="'.$optioncss.
'">';
 
  459print 
'<input type="hidden" name="token" value="'.newToken().
'">';
 
  460print 
'<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
 
  461print 
'<input type="hidden" name="action" value="list">';
 
  462print 
'<input type="hidden" name="sortfield" value="'.$sortfield.
'">';
 
  463print 
'<input type="hidden" name="sortorder" value="'.$sortorder.
'">';
 
  464print 
'<input type="hidden" name="page" value="'.$page.
'">';
 
  465print 
'<input type="hidden" name="contextpage" value="'.$contextpage.
'">';
 
  466print 
'<input type="hidden" name="mode" value="'.$mode.
'">';
 
  473$newcardbutton .= 
dolGetButtonTitle($langs->trans(
'New'), 
'', 
'fa fa-plus-circle', 
dol_buildpath(
'/webhook/target_card.php', 1).
'?action=create&backtopage='.urlencode($_SERVER[
'PHP_SELF']).
'?mode=modulesetup', 
'', $permissiontoadd);
 
  475print_barre_liste($title, $page, $_SERVER[
"PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 
"", 0, $newcardbutton, 
'', $limit, 0, 0, 1);
 
  478$topicmail = 
"SendTargetRef";
 
  479$modelmail = 
"target";
 
  480$objecttmp = 
new Target($db);
 
  481$trackid = 
'xxxx'.$object->id;
 
  482include DOL_DOCUMENT_ROOT.
'/core/tpl/massactions_pre.tpl.php';
 
  485  foreach ($fieldstosearchall as $key => $val) {
 
  486    $fieldstosearchall[$key] = $langs->trans($val);
 
  488  print 
'<div class="divsearchfieldfilter">'.$langs->trans(
"FilterOnInto", $search_all).join(
', ', $fieldstosearchall).
'</div>';
 
  496$parameters = array();
 
  497$reshook = $hookmanager->executeHooks(
'printFieldPreListTitle', $parameters, $object); 
 
  498if (empty($reshook)) {
 
  499  $moreforfilter .= $hookmanager->resPrint;
 
  501  $moreforfilter = $hookmanager->resPrint;
 
  504if (!empty($moreforfilter)) {
 
  505  print 
'<div class="liste_titre liste_titre_bydiv centpercent">';
 
  506  print $moreforfilter;
 
  510$varpage = empty($contextpage) ? $_SERVER[
"PHP_SELF"] : $contextpage;
 
  511$selectedfields = $form->multiSelectArrayWithCheckbox(
'selectedfields', $arrayfields, $varpage); 
 
  512$selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons(
'checkforselect', 1) : 
'');
 
  514print 
'<div class="div-table-responsive">'; 
 
  515print 
'<table class="tagtable nobottomiftotal liste'.($moreforfilter ? 
" listwithfilterbefore" : 
"").
'">'.
"\n";
 
  520print 
'<tr class="liste_titre">';
 
  521foreach ($object->fields as $key => $val) {
 
  522  $cssforfield = (empty($val[
'csslist']) ? (empty($val[
'css']) ? 
'' : $val[
'css']) : $val[
'csslist']);
 
  523  if ($key == 
'status') {
 
  524    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'center';
 
  525  } elseif (in_array($val[
'type'], array(
'date', 
'datetime', 
'timestamp'))) {
 
  526    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'center';
 
  527  } elseif (in_array($val[
'type'], array(
'timestamp'))) {
 
  528    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'nowrap';
 
  529  } elseif (in_array($val[
'type'], array(
'double(24,8)', 
'double(6,3)', 
'integer', 
'real', 
'price')) && $val[
'label'] != 
'TechnicalID' && empty($val[
'arrayofkeyval'])) {
 
  530    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'right';
 
  532  if (!empty($arrayfields[
't.'.$key][
'checked'])) {
 
  533    print 
'<td class="liste_titre'.($cssforfield ? 
' '.$cssforfield : 
'').
'">';
 
  534    if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
 
  535      print $form->selectarray(
'search_'.$key, $val[
'arrayofkeyval'], (isset($search[$key]) ? $search[$key] : 
''), $val[
'notnull'], 0, 0, 
'', 1, 0, 0, 
'', 
'maxwidth100', 1);
 
  536    } elseif ((strpos($val[
'type'], 
'integer:') === 0) || (strpos($val[
'type'], 
'sellist:') === 0)) {
 
  537      print $object->showInputField($val, $key, (isset($search[$key]) ? $search[$key] : 
''), 
'', 
'', 
'search_', 
'maxwidth125', 1);
 
  538    } elseif (preg_match(
'/^(date|timestamp|datetime)/', $val[
'type'])) {
 
  539      print 
'<div class="nowrap">';
 
  540      print $form->selectDate($search[$key.
'_dtstart'] ? $search[$key.
'_dtstart'] : 
'', 
"search_".$key.
"_dtstart", 0, 0, 1, 
'', 1, 0, 0, 
'', 
'', 
'', 
'', 1, 
'', $langs->trans(
'From'));
 
  542      print 
'<div class="nowrap">';
 
  543      print $form->selectDate($search[$key.
'_dtend'] ? $search[$key.
'_dtend'] : 
'', 
"search_".$key.
"_dtend", 0, 0, 1, 
'', 1, 0, 0, 
'', 
'', 
'', 
'', 1, 
'', $langs->trans(
'to'));
 
  545    } elseif ($key == 
'lang') {
 
  546      require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formadmin.class.php';
 
  548      print $formadmin->select_language($search[$key], 
'search_lang', 0, 
null, 1, 0, 0, 
'minwidth150 maxwidth200', 2);
 
  550      print 
'<input type="text" class="flat maxwidth75" name="search_'.$key.
'" value="'.
dol_escape_htmltag(isset($search[$key]) ? $search[$key] : 
'').
'">';
 
  556include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_input.tpl.php';
 
  559$parameters = array(
'arrayfields'=>$arrayfields);
 
  560$reshook = $hookmanager->executeHooks(
'printFieldListOption', $parameters, $object); 
 
  561print $hookmanager->resPrint;
 
  566print 
'<td class="liste_titre maxwidthsearch">';
 
  567$searchpicto = $form->showFilterButtons();
 
  572$totalarray = array();
 
  573$totalarray[
'nbfield'] = 0;
 
  577print 
'<tr class="liste_titre">';
 
  578foreach ($object->fields as $key => $val) {
 
  579  $cssforfield = (empty($val[
'csslist']) ? (empty($val[
'css']) ? 
'' : $val[
'css']) : $val[
'csslist']);
 
  580  if ($key == 
'status') {
 
  581    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'center';
 
  582  } elseif (in_array($val[
'type'], array(
'date', 
'datetime', 
'timestamp'))) {
 
  583    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'center';
 
  584  } elseif (in_array($val[
'type'], array(
'timestamp'))) {
 
  585    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'nowrap';
 
  586  } elseif (in_array($val[
'type'], array(
'double(24,8)', 
'double(6,3)', 
'integer', 
'real', 
'price')) && $val[
'label'] != 
'TechnicalID' && empty($val[
'arrayofkeyval'])) {
 
  587    $cssforfield .= ($cssforfield ? 
' ' : 
'').
'right';
 
  589  if (!empty($arrayfields[
't.'.$key][
'checked'])) {
 
  590    print 
getTitleFieldOfList($arrayfields[
't.'.$key][
'label'], 0, $_SERVER[
'PHP_SELF'], 
't.'.$key, 
'', $param, ($cssforfield ? 
'class="'.$cssforfield.
'"' : 
''), $sortfield, $sortorder, ($cssforfield ? $cssforfield.
' ' : 
'')).
"\n";
 
  591    $totalarray[
'nbfield']++;
 
  595include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_title.tpl.php';
 
  597$parameters = array(
'arrayfields'=>$arrayfields, 
'param'=>$param, 
'sortfield'=>$sortfield, 
'sortorder'=>$sortorder, 
'totalarray'=>&$totalarray);
 
  598$reshook = $hookmanager->executeHooks(
'printFieldListTitle', $parameters, $object); 
 
  599print $hookmanager->resPrint;
 
  605print 
getTitleFieldOfList(($mode != 
'kanban' ? $selectedfields : 
''), 0, $_SERVER[
"PHP_SELF"], 
'', 
'', 
'', 
'', $sortfield, $sortorder, 
'center maxwidthsearch ').
"\n";
 
  606$totalarray[
'nbfield']++;
 
  611$needToFetchEachLine = 0;
 
  612if (isset($extrafields->attributes[$object->table_element][
'computed']) && is_array($extrafields->attributes[$object->table_element][
'computed']) && count($extrafields->attributes[$object->table_element][
'computed']) > 0) {
 
  613  foreach ($extrafields->attributes[$object->table_element][
'computed'] as $key => $val) {
 
  614    if (!is_null($val) && preg_match(
'/\$object/', $val)) {
 
  615      $needToFetchEachLine++; 
 
  624$savnbfield = $totalarray[
'nbfield'];
 
  625$totalarray[
'nbfield'] = 0;
 
  626$imaxinloop = ($limit ? min($num, $limit) : $num);
 
  627while ($i < $imaxinloop) {
 
  628  $obj = $db->fetch_object($resql);
 
  633  if (empty($obj->ref)) {
 
  634    $obj->ref = $obj->rowid;
 
  638  $object->setVarsFromFetchObj($obj);
 
  640  if ($mode == 
'kanban') {
 
  642      print 
'<tr class="trkanban"><td colspan="'.$savnbfield.
'">';
 
  643      print 
'<div class="box-flex-container kanban">';
 
  647    if ($massactionbutton || $massaction) { 
 
  649      if (in_array($object->id, $arrayofselected)) {
 
  653    print $object->getKanbanView(
'', array(
'selected' => $selected));
 
  654    if ($i == ($imaxinloop - 1)) {
 
  661    print 
'<tr data-rowid="'.$object->id.
'" class="oddeven">';
 
  662    foreach ($object->fields as $key => $val) {
 
  663      $cssforfield = (empty($val[
'csslist']) ? (empty($val[
'css']) ? 
'' : $val[
'css']) : $val[
'csslist']);
 
  664      if (in_array($val[
'type'], array(
'date', 
'datetime', 
'timestamp'))) {
 
  665        $cssforfield .= ($cssforfield ? 
' ' : 
'').
'center';
 
  666      } elseif ($key == 
'status') {
 
  667        $cssforfield .= ($cssforfield ? 
' ' : 
'').
'center';
 
  670      if (in_array($val[
'type'], array(
'timestamp'))) {
 
  671        $cssforfield .= ($cssforfield ? 
' ' : 
'').
'nowrap';
 
  672      } elseif ($key == 
'ref') {
 
  673        $cssforfield .= ($cssforfield ? 
' ' : 
'').
'nowrap';
 
  676      if (in_array($val[
'type'], array(
'double(24,8)', 
'double(6,3)', 
'integer', 
'real', 
'price')) && !in_array($key, array(
'rowid', 
'status')) && empty($val[
'arrayofkeyval'])) {
 
  677        $cssforfield .= ($cssforfield ? 
' ' : 
'').
'right';
 
  681      if (!empty($arrayfields[
't.'.$key][
'checked'])) {
 
  682        print 
'<td'.($cssforfield ? 
' class="'.$cssforfield.
'"' : 
'').
'>';
 
  683        if ($key == 
'status') {
 
  684          print $object->getLibStatut(5);
 
  685        } elseif ($key == 
'rowid') {
 
  686          print $object->showOutputField($val, $key, $object->id, 
'');
 
  688          print $object->showOutputField($val, $key, $object->$key, 
'');
 
  692          $totalarray[
'nbfield']++;
 
  694        if (!empty($val[
'isameasure']) && $val[
'isameasure'] == 1) {
 
  696            $totalarray[
'pos'][$totalarray[
'nbfield']] = 
't.'.$key;
 
  698          if (!isset($totalarray[
'val'])) {
 
  699            $totalarray[
'val'] = array();
 
  701          if (!isset($totalarray[
'val'][
't.'.$key])) {
 
  702            $totalarray[
'val'][
't.'.$key] = 0;
 
  704          $totalarray[
'val'][
't.'.$key] += $object->$key;
 
  709    include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_print_fields.tpl.php';
 
  711    $parameters = array(
'arrayfields'=>$arrayfields, 
'object'=>$object, 
'obj'=>$obj, 
'i'=>$i, 
'totalarray'=>&$totalarray);
 
  712    $reshook = $hookmanager->executeHooks(
'printFieldListValue', $parameters, $object); 
 
  713    print $hookmanager->resPrint;
 
  718    print 
'<td class="nowrap center">';
 
  719    if ($massactionbutton || $massaction) { 
 
  721      if (in_array($object->id, $arrayofselected)) {
 
  724      print 
'<input id="cb'.$object->id.
'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$object->id.
'"'.($selected ? 
' checked="checked"' : 
'').
'>';
 
  728      $totalarray[
'nbfield']++;
 
  738include DOL_DOCUMENT_ROOT.
'/core/tpl/list_print_total.tpl.php';
 
  743  foreach ($arrayfields as $key => $val) {
 
  744    if (!empty($val[
'checked'])) {
 
  748  print 
'<tr><td colspan="'.$colspan.
'"><span class="opacitymedium">'.$langs->trans(
"NoRecordFound").
'</span></td></tr>';
 
  754$parameters = array(
'arrayfields'=>$arrayfields, 
'sql'=>$sql);
 
  755$reshook = $hookmanager->executeHooks(
'printFieldListFooter', $parameters, $object); 
 
  756print $hookmanager->resPrint;
 
  758print 
'</table>'.
"\n";
 
  763if (in_array(
'builddoc', array_keys($arrayofmassactions)) && ($nbtotalofrecords === 
'' || $nbtotalofrecords)) {
 
  764  $hidegeneratedfilelistifempty = 1;
 
  765  if ($massaction == 
'builddoc' || $action == 
'remove_file' || $show_files) {
 
  766    $hidegeneratedfilelistifempty = 0;
 
  769  require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
 
  773  $urlsource = $_SERVER[
'PHP_SELF'].
'?sortfield='.$sortfield.
'&sortorder='.$sortorder;
 
  774  $urlsource .= str_replace(
'&', 
'&', $param);
 
  776  $filedir = $diroutputmassaction;
 
  777  $genallowed = $permissiontoread;
 
  778  $delallowed = $permissiontoadd;
 
  780  print $formfile->showdocuments(
'massfilesarea_webhook', 
'', $filedir, $urlsource, 0, $delallowed, 
'', 1, 1, 0, 48, 1, $param, $title, 
'', 
'', 
'', 
null, $hidegeneratedfilelistifempty);
 
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
 
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed informations (by default a local PHP server timestamp) Re...
 
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
 
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_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
 
dolGetButtonTitle($label, $helpText='', $iconClass='fa fa-file', $url='', $id='', $status=1, $params=array())
Function dolGetButtonTitle : this kind of buttons are used in title in list.
 
natural_search($fields, $value, $mode=0, $nofirstand=0)
Generate natural SQL search string for a criteria (this criteria can be tested on one or several fiel...
 
dol_now($mode='auto')
Return date for now.
 
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
 
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
 
dol_sort_array(&$array, $index, $order='asc', $natsort=0, $case_sensitive=0, $keepindex=0)
Advanced sort array by second index function, which produces ascending (default) or descending output...
 
dol_eval($s, $returnvalue=0, $hideerrors=1, $onlysimplestring='1')
Replace eval function to add more security.
 
getTitleFieldOfList($name, $thead=0, $file="", $field="", $begin="", $moreparam="", $moreattrib="", $sortfield="", $sortorder="", $prefix="", $disablesortlink=0, $tooltip='', $forcenowrapcolumntitle=0)
Get title line of an array.
 
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.
 
print_barre_liste($titre, $page, $file, $options='', $sortfield='', $sortorder='', $morehtmlcenter='', $num=-1, $totalnboflines='', $picto='generic', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limit=-1, $hideselectlimit=0, $hidenavigation=0, $pagenavastextinput=0, $morehtmlrightbeforearrow='')
Print a title with navigation controls for pagination.
 
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
 
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
 
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
 
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.
 
webhookAdminPrepareHead()
Prepare admin pages header.