dolibarr 21.0.0-alpha
list.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2013-2018 Jean-François FERRY <hello@librethic.io>
3 * Copyright (C) 2016 Christophe Battarel <christophe@altairis.fr>
4 * Copyright (C) 2018 Regis Houssin <regis.houssin@inodbox.com>
5 * Copyright (C) 2019-2021 Juanjo Menent <jmenent@2byte.es>
6 * Copyright (C) 2019-2020 Laurent Destailleur <eldy@users.sourceforge.net>
7 * Copyright (C) 2023 Charlene Benke <charlene@patas-monkey.com>
8 * Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
9 * Copyright (C) 2024 Benjamin Falière <benjamin.faliere@altairis.fr>
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 3 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program. If not, see <https://www.gnu.org/licenses/>.
23 */
24
31// Load Dolibarr environment
32require '../main.inc.php';
33require_once DOL_DOCUMENT_ROOT.'/ticket/class/actions_ticket.class.php';
34require_once DOL_DOCUMENT_ROOT.'/core/class/html.formticket.class.php';
35require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
36require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
37require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
38include_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
39include_once DOL_DOCUMENT_ROOT.'/core/class/html.formprojet.class.php';
40include_once DOL_DOCUMENT_ROOT.'/core/lib/project.lib.php';
41
42// Load translation files required by the page
43$langs->loadLangs(array("ticket", "companies", "other", "projects", "contracts"));
44
45// Get parameters
46$action = GETPOST('action', 'aZ09') ? GETPOST('action', 'aZ09') : 'view'; // The action 'add', 'create', 'edit', 'update', 'view', ...
47$massaction = GETPOST('massaction', 'alpha'); // The bulk action (combo box choice into lists)
48$show_files = GETPOSTINT('show_files'); // Show files area generated by bulk actions ?
49$confirm = GETPOST('confirm', 'alpha'); // Result of a confirmation
50$cancel = GETPOST('cancel', 'alpha'); // We click on a Cancel button
51$toselect = GETPOST('toselect', 'array'); // Array of ids of elements selected into a list
52$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'ticketlist'; // To manage different context of search
53$backtopage = GETPOST('backtopage', 'alpha'); // Go back to a dedicated page
54$optioncss = GETPOST('optioncss', 'aZ'); // Option for the css output (always '' except when 'print')
55$mode = GETPOST('mode', 'alpha');
56
57$id = GETPOSTINT('id');
58$msg_id = GETPOSTINT('msg_id');
59$socid = GETPOSTINT('socid');
60$contractid = GETPOSTINT('contractid');
61$projectid = GETPOSTINT('projectid');
62$project_ref = GETPOST('project_ref', 'alpha');
63$search_societe = GETPOST('search_societe', 'alpha');
64$search_fk_project = GETPOSTINT('search_fk_project') ? GETPOSTINT('search_fk_project') : GETPOSTINT('projectid');
65$search_fk_contract = GETPOSTINT('search_fk_contract') ? GETPOSTINT('search_fk_contract') : GETPOSTINT('contractid');
66
67$search_date_start = dol_mktime(0, 0, 0, GETPOSTINT('search_date_startmonth'), GETPOSTINT('search_date_startday'), GETPOSTINT('search_date_startyear'));
68$search_date_end = dol_mktime(23, 59, 59, GETPOSTINT('search_date_endmonth'), GETPOSTINT('search_date_endday'), GETPOSTINT('search_date_endyear'));
69$search_dateread_start = dol_mktime(0, 0, 0, GETPOSTINT('search_dateread_startmonth'), GETPOSTINT('search_dateread_startday'), GETPOSTINT('search_dateread_startyear'));
70$search_dateread_end = dol_mktime(23, 59, 59, GETPOSTINT('search_dateread_endmonth'), GETPOSTINT('search_dateread_endday'), GETPOSTINT('search_dateread_endyear'));
71$search_dateclose_start = dol_mktime(0, 0, 0, GETPOSTINT('search_dateclose_startmonth'), GETPOSTINT('search_dateclose_startday'), GETPOSTINT('search_dateclose_startyear'));
72$search_dateclose_end = dol_mktime(23, 59, 59, GETPOSTINT('search_dateclose_endmonth'), GETPOSTINT('search_dateclose_endday'), GETPOSTINT('search_dateclose_endyear'));
73
74
75// Load variable for pagination
76$limit = GETPOSTINT('limit') ? GETPOSTINT('limit') : $conf->liste_limit;
77$sortfield = GETPOST('sortfield', 'aZ09comma');
78$sortorder = GETPOST('sortorder', 'aZ09comma');
79$page = GETPOSTISSET('pageplusone') ? (GETPOSTINT('pageplusone') - 1) : GETPOSTINT("page");
80if (empty($page) || $page < 0 || GETPOST('button_search', 'alpha') || GETPOST('button_removefilter', 'alpha')) {
81 // If $page is not defined, or '' or -1 or if we click on clear filters
82 $page = 0;
83}
84$offset = $limit * $page;
85$pageprev = $page - 1;
86$pagenext = $page + 1;
87
88// Initialize a technical objects
89$object = new Ticket($db);
90$extrafields = new ExtraFields($db);
91$diroutputmassaction = $conf->ticket->dir_output.'/temp/massgeneration/'.$user->id;
92if ($socid > 0) {
93 $hookmanager->initHooks(array('thirdpartyticket', 'globalcard'));
94} elseif ($projectid > 0) {
95 $hookmanager->initHooks(array('projectticket', 'globalcard'));
96} else {
97 $hookmanager->initHooks(array('ticketlist'));
98}
99// Fetch optionals attributes and labels
100$extrafields->fetch_name_optionals_label($object->table_element);
101$search_array_options = $extrafields->getOptionalsFromPost($object->table_element, '', 'search_');
102
103// Default sort order (if not yet defined by previous GETPOST)
104if (!$sortfield) {
105 $sortfield = "t.datec";
106}
107if (!$sortorder) {
108 $sortorder = "DESC";
109}
110
111/*if (GETPOST('search_fk_status', 'alpha') == 'non_closed') {
112 $_GET['search_fk_statut'][] = 'openall'; // For backward compatibility
113}*/
114
115// Initialize array of search criteria
116$search_all = (GETPOSTISSET("search_all") ? GETPOST("search_all", 'alpha') : GETPOST('sall'));
117$search = array();
118foreach ($object->fields as $key => $val) {
119 if (GETPOST('search_'.$key, 'alpha') !== '') {
120 $search[$key] = GETPOST('search_'.$key, 'alpha');
121 } else {
122 $search[$key] = "";
123 }
124 if (preg_match('/^(date|timestamp|datetime)/', $val['type'])) {
125 $search[$key.'_dtstart'] = dol_mktime(0, 0, 0, GETPOSTINT('search_'.$key.'_dtstartmonth'), GETPOSTINT('search_'.$key.'_dtstartday'), GETPOSTINT('search_'.$key.'_dtstartyear'));
126 $search[$key.'_dtend'] = dol_mktime(23, 59, 59, GETPOSTINT('search_'.$key.'_dtendmonth'), GETPOSTINT('search_'.$key.'_dtendday'), GETPOSTINT('search_'.$key.'_dtendyear'));
127 }
128}
129
130// List of fields to search into when doing a "search in all"
131$fieldstosearchall = array();
132foreach ($object->fields as $key => $val) {
133 if (!empty($val['searchall'])) {
134 $fieldstosearchall['t.'.$key] = $val['label'];
135 }
136}
137$fieldstosearchall['s.name_alias'] = "AliasNameShort";
138$fieldstosearchall['s.zip'] = "Zip";
139$fieldstosearchall['s.town'] = "Town";
140
141// Definition of array of fields for columns
142$arrayfields = array();
143foreach ($object->fields as $key => $val) {
144 // If $val['visible']==0, then we never show the field
145 if (!empty($val['visible'])) {
146 $visible = (int) dol_eval($val['visible'], 1);
147 $arrayfields['t.'.$key] = array(
148 'label' => $val['label'],
149 'checked' => (($visible < 0) ? 0 : 1),
150 'enabled' => (abs($visible) != 3 && (bool) dol_eval($val['enabled'], 1)),
151 'position' => $val['position'],
152 'help' => isset($val['help']) ? $val['help'] : ''
153 );
154 }
155}
156// Extra fields
157include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_array_fields.tpl.php';
158
159$object->fields = dol_sort_array($object->fields, 'position');
160$arrayfields = dol_sort_array($arrayfields, 'position');
161
162
163// Security check
164if (!$user->hasRight('ticket', 'read')) {
166}
167// restrict view to current user's company
168if ($user->socid > 0) {
169 $socid = $user->socid;
170}
171
172// Store current page url
173$url_page_current = DOL_URL_ROOT.'/ticket/list.php';
174
175if ($project_ref) {
176 $tmpproject = new Project($db);
177 $tmpproject->fetch(0, $project_ref);
178 $projectid = $tmpproject->id;
179 $search_fk_project = $projectid;
180}
181
182$permissiontoread = $user->hasRight('ticket', 'read');
183$permissiontoadd = $user->hasRight('ticket', 'write');
184$permissiontodelete = $user->hasRight('ticket', 'delete');
185
186$error = 0;
187
188
189/*
190 * Actions
191 */
192
193if (GETPOST('cancel', 'alpha')) {
194 $action = 'list';
195 $massaction = '';
196}
197if (!GETPOST('confirmmassaction', 'alpha') && $massaction != 'presend' && $massaction != 'confirm_presend' && $massaction != 'presendonclose' && $massaction != 'close') {
198 $massaction = '';
199}
200
201$parameters = array('arrayfields' => &$arrayfields);
202if ($socid > 0) {
203 $parameters['socid'] = $socid;
204}
205if ($projectid > 0) {
206 $parameters['projectid'] = $projectid;
207}
208$reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
209if ($reshook < 0) {
210 setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
211}
212
213if (empty($reshook)) {
214 // Selection of new fields
215 include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';
216
217 // Purge search criteria
218 if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')) { // All tests are required to be compatible with all browsers
219 foreach ($object->fields as $key => $val) {
220 $search[$key] = '';
221 if (preg_match('/^(date|timestamp|datetime)/', $val['type'])) {
222 $search[$key.'_dtstart'] = '';
223 $search[$key.'_dtend'] = '';
224 }
225 }
226 $toselect = array();
227 $search_array_options = array();
228 $search_date_start = '';
229 $search_date_end = '';
230 $search_dateread_start = '';
231 $search_dateread_end = '';
232 $search_dateclose_start = '';
233 $search_dateclose_end = '';
234 }
235 if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')
236 || GETPOST('button_search_x', 'alpha') || GETPOST('button_search.x', 'alpha') || GETPOST('button_search', 'alpha')) {
237 $massaction = ''; // Protection to avoid mass action if we force a new search during a mass action confirmation
238 }
239
240 // Mass actions
241 $objectclass = 'Ticket';
242 $objectlabel = 'Ticket';
243 $uploaddir = $conf->ticket->dir_output;
244 include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
245
246 // Close records
247 if (!$error && $massaction == 'close' && $permissiontoadd) {
248 $objecttmp = new $objectclass($db);
249 if (!$error) {
250 $db->begin();
251
252 $nbok = 0;
253 foreach ($toselect as $toselectid) {
254 $result = $objecttmp->fetch($toselectid);
255 if ($result > 0) {
256 $result = $objecttmp->close($user);
257 if ($result < 0) {
258 setEventMessages($objecttmp->error, $objecttmp->errors, 'errors');
259 $error++;
260 break;
261 } else {
262 $nbok++;
263 }
264 } else {
265 setEventMessages($objecttmp->error, $objecttmp->errors, 'errors');
266 $error++;
267 break;
268 }
269 }
270
271 if (!$error) {
272 setEventMessages($langs->trans("RecordsModified", $nbok), null, 'mesgs');
273 $db->commit();
274 } else {
275 $db->rollback();
276 }
277 //var_dump($listofobjectthirdparties);exit;
278 }
279 }
280
281 // Reopen records
282 if (!$error && $massaction == 'reopen' && $permissiontoadd) {
283 $objecttmp = new $objectclass($db);
284 if (!$error) {
285 $db->begin();
286
287 $nbok = 0;
288 foreach ($toselect as $toselectid) {
289 $result = $objecttmp->fetch($toselectid);
290 if ($result > 0) {
291 if ($objecttmp->status == Ticket::STATUS_CLOSED || $objecttmp->status == Ticket::STATUS_CANCELED) {
292 $result = $objecttmp->setStatut(Ticket::STATUS_ASSIGNED);
293 if ($result < 0) {
294 setEventMessages($objecttmp->error, $objecttmp->errors, 'errors');
295 $error++;
296 break;
297 } else {
298 $nbok++;
299 }
300 } else {
301 $langs->load("errors");
302 setEventMessages($langs->trans("ErrorObjectMustHaveStatusClosedToBeReOpened", $objecttmp->ref), null, 'errors');
303 $error++;
304 break;
305 }
306 } else {
307 setEventMessages($objecttmp->error, $objecttmp->errors, 'errors');
308 $error++;
309 break;
310 }
311 }
312
313 if (!$error) {
314 setEventMessages($langs->trans("RecordsModified", $nbok), null, 'mesgs');
315 $db->commit();
316 } else {
317 $db->rollback();
318 }
319 //var_dump($listofobjectthirdparties);exit;
320 }
321 }
322}
323
324
325
326/*
327 * View
328 */
329
330$form = new Form($db);
331$formTicket = new FormTicket($db);
332
333$now = dol_now();
334
335$user_temp = new User($db);
336$socstatic = new Societe($db);
337
338$help_url = '';
339
340$moretitle = '';
341if ($socid > 0) {
342 $socstatic->fetch($socid);
343 $moretitle = $langs->trans("ThirdParty") . ' - ';
344 if (getDolGlobalString('MAIN_HTML_TITLE') && preg_match('/thirdpartynameonly/', $conf->global->MAIN_HTML_TITLE) && $socstatic->name) {
345 $moretitle = $socstatic->name . ' - ';
346 }
347}
348
349$title = $moretitle . $langs->trans('Tickets');
350$morejs = array();
351$morecss = array();
352
353
354// Build and execute select
355// --------------------------------------------------------------------
356$sql = 'SELECT ';
357$sql .= $object->getFieldList('t');
358// Add fields from extrafields
359if (!empty($extrafields->attributes[$object->table_element]['label'])) {
360 foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) {
361 $sql .= ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate' ? ", ef.".$key." as options_".$key : '');
362 }
363}
364// Add fields from hooks
365$parameters = array();
366$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
367$sql .= $hookmanager->resPrint;
368$sql = preg_replace('/,\s*$/', '', $sql);
369
370$sqlfields = $sql; // $sql fields to remove for count total
371
372$sql .= " FROM ".MAIN_DB_PREFIX.$object->table_element." as t";
373if (isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) {
374 $sql .= " LEFT JOIN ".MAIN_DB_PREFIX.$object->table_element."_extrafields as ef on (t.rowid = ef.fk_object)";
375}
376// Add table from hooks
377$parameters = array();
378$reshook = $hookmanager->executeHooks('printFieldListFrom', $parameters, $object); // Note that $action and $object may have been modified by hook
379$sql .= $hookmanager->resPrint;
380$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON (t.fk_soc = s.rowid)";
381$sql .= " WHERE t.entity IN (".getEntity($object->element).")";
382if ($socid > 0) {
383 $sql .= " AND t.fk_soc = ".((int) $socid);
384}
385
386foreach ($search as $key => $val) {
387 if ($key == 'fk_statut' && !empty($search['fk_statut'])) {
388 $newarrayofstatus = array();
389 foreach ($search['fk_statut'] as $key2 => $val2) {
390 if (in_array($val2, array('openall', 'closeall'))) {
391 continue;
392 }
393 $newarrayofstatus[] = $val2;
394 }
395 if ($search['fk_statut'] == 'openall' || in_array('openall', $search['fk_statut'])) {
396 $newarrayofstatus[] = Ticket::STATUS_NOT_READ;
397 $newarrayofstatus[] = Ticket::STATUS_READ;
398 $newarrayofstatus[] = Ticket::STATUS_ASSIGNED;
399 $newarrayofstatus[] = Ticket::STATUS_IN_PROGRESS;
400 $newarrayofstatus[] = Ticket::STATUS_NEED_MORE_INFO;
401 $newarrayofstatus[] = Ticket::STATUS_WAITING;
402 }
403 if ($search['fk_statut'] == 'closeall' || in_array('closeall', $search['fk_statut'])) {
404 $newarrayofstatus[] = Ticket::STATUS_CLOSED;
405 $newarrayofstatus[] = Ticket::STATUS_CANCELED;
406 }
407 if (count($newarrayofstatus)) {
408 $sql .= natural_search($key, implode(',', $newarrayofstatus), 2);
409 }
410 continue;
411 } elseif ($key == 'fk_user_assign' || $key == 'fk_user_create' || $key == 'fk_project' || $key == 'fk_contract') {
412 if ($search[$key] > 0) {
413 $sql .= natural_search($key, $search[$key], 2);
414 }
415 continue;
416 } elseif ($key == 'type_code') {
417 $newarrayoftypecodes = is_array($search[$key]) ? $search[$key] : (!empty($search[$key]) ? explode(',', $search[$key]) : array());
418 if (count($newarrayoftypecodes)) {
419 $sql .= natural_search($key, implode(',', $newarrayoftypecodes), 3);
420 }
421 continue;
422 }
423
424 $mode_search = ((!empty($object->fields[$key]) && ($object->isInt($object->fields[$key]) || $object->isFloat($object->fields[$key]))) ? 1 : 0);
425 // $search[$key] can be an array of values, or a string. We add filter if array not empty or if it is a string.
426 if ((is_array($search[$key]) && !empty($search[$key])) || (!is_array($search[$key]) && $search[$key] != '')) {
427 $sql .= natural_search($key, $search[$key], $mode_search);
428 }
429}
430if ($search_all) {
431 $sql .= natural_search(array_keys($fieldstosearchall), $search_all);
432}
433if ($search_societe) {
434 $sql .= natural_search('s.nom', $search_societe);
435}
436if ($search_fk_project > 0) {
437 $sql .= natural_search('fk_project', $search_fk_project, 2);
438}
439if ($search_fk_contract > 0) {
440 $sql .= natural_search('fk_contract', $search_fk_contract, 2);
441}
442if ($search_date_start) {
443 $sql .= " AND t.datec >= '".$db->idate($search_date_start)."'";
444}
445if ($search_date_end) {
446 $sql .= " AND t.datec <= '".$db->idate($search_date_end)."'";
447}
448if ($search_dateread_start) {
449 $sql .= " AND t.date_read >= '".$db->idate($search_dateread_start)."'";
450}
451if ($search_dateread_end) {
452 $sql .= " AND t.date_read <= '".$db->idate($search_dateread_end)."'";
453}
454if ($search_dateclose_start) {
455 $sql .= " AND t.date_close >= '".$db->idate($search_dateclose_start)."'";
456}
457if ($search_dateclose_end) {
458 $sql .= " AND t.date_close <= '".$db->idate($search_dateclose_end)."'";
459}
460
461if (!$user->socid && ($mode == "mine" || (!$user->admin && getDolGlobalString('TICKET_LIMIT_VIEW_ASSIGNED_ONLY')))) {
462 $sql .= " AND (t.fk_user_assign = ".((int) $user->id);
463 if (!getDolGlobalString('TICKET_LIMIT_VIEW_ASSIGNED_ONLY')) {
464 $sql .= " OR t.fk_user_create = ".((int) $user->id);
465 }
466 $sql .= ")";
467}
468
469// Add where from extra fields
470include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
471// Add where from hooks
472$parameters = array();
473$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $object); // Note that $action and $object may have been modified by hook
474$sql .= $hookmanager->resPrint;
475
476// Count total nb of records
477$nbtotalofrecords = '';
478if (!getDolGlobalInt('MAIN_DISABLE_FULL_SCANLIST')) {
479 /* The fast and low memory method to get and count full list converts the sql into a sql count */
480 $sqlforcount = preg_replace('/^'.preg_quote($sqlfields, '/').'/', 'SELECT COUNT(*) as nbtotalofrecords', $sql);
481 $sqlforcount = preg_replace('/GROUP BY .*$/', '', $sqlforcount);
482 $resql = $db->query($sqlforcount);
483 if ($resql) {
484 $objforcount = $db->fetch_object($resql);
485 $nbtotalofrecords = $objforcount->nbtotalofrecords;
486 } else {
487 dol_print_error($db);
488 }
489
490 if (($page * $limit) > $nbtotalofrecords) { // if total resultset is smaller than the paging size (filtering), goto and load page 0
491 $page = 0;
492 $offset = 0;
493 }
494 $db->free($resql);
495}
496
497// Complete request and execute it with limit
498$sql .= $db->order($sortfield, $sortorder);
499if ($limit) {
500 $sql .= $db->plimit($limit + 1, $offset);
501}
502
503$resql = $db->query($sql);
504if (!$resql) {
505 dol_print_error($db);
506 exit;
507}
508
509$num = $db->num_rows($resql);
510
511// Direct jump if only one record found
512if ($num == 1 && getDolGlobalString('MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $search_all && !$page) {
513 $obj = $db->fetch_object($resql);
514 $id = $obj->rowid;
515 header("Location: ".DOL_URL_ROOT.'/ticket/card.php?id='.$id);
516 exit;
517}
518
519
520// Output page
521// --------------------------------------------------------------------
522
523llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'mod-ticket page-list bodyforlist');
524
525if ($socid && !$projectid && !$project_ref && $user->hasRight('societe', 'lire')) {
526 $socstat = new Societe($db);
527 $res = $socstat->fetch($socid);
528 if ($res > 0) {
529 $tmpobject = $object;
530 $object = $socstat; // $object must be of type Societe when calling societe_prepare_head
531 $head = societe_prepare_head($socstat);
532 $object = $tmpobject;
533
534 print dol_get_fiche_head($head, 'ticket', $langs->trans("ThirdParty"), -1, 'company');
535
536 dol_banner_tab($socstat, 'socid', '', ($user->socid ? 0 : 1), 'rowid', 'nom');
537
538 print '<div class="fichecenter">';
539
540 print '<div class="underbanner clearboth"></div>';
541 print '<table class="border centpercent tableforfield">';
542
543 // Type Prospect/Customer/Supplier
544 print '<tr><td class="titlefield">'.$langs->trans('NatureOfThirdParty').'</td><td>';
545 print $socstat->getTypeUrl(1);
546 print '</td></tr>';
547
548 // Customer code
549 if ($socstat->client && !empty($socstat->code_client)) {
550 print '<tr><td class="titlefield">';
551 print $langs->trans('CustomerCode').'</td><td>';
552 print showValueWithClipboardCPButton(dol_escape_htmltag($socstat->code_client));
553 $tmpcheck = $socstat->check_codeclient();
554 if ($tmpcheck != 0 && $tmpcheck != -5) {
555 print ' <span class="error">('.$langs->trans("WrongCustomerCode").')</span>';
556 }
557 print '</td>';
558 print '</tr>';
559 }
560 // Supplier code
561 if ($socstat->fournisseur && !empty($socstat->code_fournisseur)) {
562 print '<tr><td class="titlefield">';
563 print $langs->trans('SupplierCode').'</td><td>';
564 print showValueWithClipboardCPButton(dol_escape_htmltag($socstat->code_fournisseur));
565 $tmpcheck = $socstat->check_codefournisseur();
566 if ($tmpcheck != 0 && $tmpcheck != -5) {
567 print ' <span class="error">('.$langs->trans("WrongSupplierCode").')</span>';
568 }
569 print '</td>';
570 print '</tr>';
571 }
572
573 print '</table>';
574 print '</div>';
575 print dol_get_fiche_end();
576
577 print '<br>';
578 }
579}
580
581if ($projectid > 0 || $project_ref) {
582 $projectstat = new Project($db);
583 if ($projectstat->fetch($projectid, $project_ref) > 0) {
584 $projectid = $projectstat->id;
585 $projectstat->fetch_thirdparty();
586
587 $savobject = $object;
588 $object = $projectstat;
589
590 // To verify role of users
591 //$userAccess = $object->restrictedProjectArea($user,'read');
592 $userWrite = $projectstat->restrictedProjectArea($user, 'write');
593 //$userDelete = $object->restrictedProjectArea($user,'delete');
594 //print "userAccess=".$userAccess." userWrite=".$userWrite." userDelete=".$userDelete;
595
596 $head = project_prepare_head($projectstat);
597 print dol_get_fiche_head($head, 'ticket', $langs->trans("Project"), -1, ($projectstat->public ? 'projectpub' : 'project'));
598
599 // Project card
600
601 $linkback = '<a href="'.DOL_URL_ROOT.'/projet/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
602
603 $morehtmlref = '<div class="refidno">';
604 // Title
605 $morehtmlref .= $object->title;
606 // Thirdparty
607 if (!empty($object->thirdparty->id) && $object->thirdparty->id > 0) {
608 $morehtmlref .= '<br>'.$object->thirdparty->getNomUrl(1, 'project');
609 }
610 $morehtmlref .= '</div>';
611
612 // Define a complementary filter for search of next/prev ref.
613 if (!$user->hasRight('projet', 'all', 'lire')) {
614 $objectsListId = $object->getProjectsAuthorizedForUser($user, 0, 0);
615 $object->next_prev_filter = "rowid IN (".$db->sanitize(count($objectsListId) ? implode(',', array_keys($objectsListId)) : '0').")";
616 }
617
618 dol_banner_tab($object, 'project_ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
619
620 print '<div class="fichecenter">';
621 print '<div class="underbanner clearboth"></div>';
622
623 print '<table class="border tableforfield centpercent">';
624
625 // Visibility
626 print '<tr><td class="titlefield">'.$langs->trans("Visibility").'</td><td>';
627 if ($projectstat->public) {
628 print img_picto($langs->trans('SharedProject'), 'world', 'class="paddingrightonly"');
629 print $langs->trans('SharedProject');
630 } else {
631 print img_picto($langs->trans('PrivateProject'), 'private', 'class="paddingrightonly"');
632 print $langs->trans('PrivateProject');
633 }
634 print '</td></tr>';
635
636 print "</table>";
637
638 print '</div>';
639 print dol_get_fiche_end();
640
641 print '<br>';
642
643 $object = $savobject;
644 } else {
645 print "ErrorRecordNotFound";
646 }
647}
648
649$arrayofselected = is_array($toselect) ? $toselect : array();
650
651$param = '';
652if (!empty($mode)) {
653 $param .= '&mode='.urlencode($mode);
654}
655if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) {
656 $param .= '&contextpage='.urlencode($contextpage);
657}
658if ($limit > 0 && $limit != $conf->liste_limit) {
659 $param .= '&limit='.((int) $limit);
660}
661foreach ($search as $key => $val) {
662 if (is_array($search[$key])) {
663 foreach ($search[$key] as $skey) {
664 if ($skey != '') {
665 $param .= '&search_'.$key.'[]='.urlencode($skey);
666 }
667 }
668 } elseif (preg_match('/(_dtstart|_dtend)$/', $key) && !empty($val)) {
669 $param .= '&search_'.$key.'month='.(GETPOSTINT('search_'.$key.'month'));
670 $param .= '&search_'.$key.'day='.(GETPOSTINT('search_'.$key.'day'));
671 $param .= '&search_'.$key.'year='.(GETPOSTINT('search_'.$key.'year'));
672 } elseif ($search[$key] != '') {
673 $param .= '&search_'.$key.'='.urlencode($search[$key]);
674 }
675}
676if ($optioncss != '') {
677 $param .= '&optioncss='.urlencode($optioncss);
678}
679// Add $param from extra fields
680include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
681// Add $param from hooks
682$parameters = array('param' => &$param);
683$reshook = $hookmanager->executeHooks('printFieldListSearchParam', $parameters, $object); // Note that $action and $object may have been modified by hook
684$param .= $hookmanager->resPrint;
685if ($socid > 0) {
686 $param .= '&socid='.urlencode((string) ($socid));
687}
688if ($search_societe) {
689 $param .= '&search_societe='.urlencode($search_societe);
690}
691if ($projectid > 0) {
692 $param .= '&projectid='.urlencode((string) ($projectid));
693}
694if ($contractid > 0) {
695 $param .= '&contractid='.urlencode((string) ($contractid));
696}
697if ($search_date_start) {
698 $tmparray = dol_getdate($search_date_start);
699 $param .= '&search_date_startday='.((int) $tmparray['mday']);
700 $param .= '&search_date_startmonth='.((int) $tmparray['mon']);
701 $param .= '&search_date_startyear='.((int) $tmparray['year']);
702}
703if ($search_date_end) {
704 $tmparray = dol_getdate($search_date_end);
705 $param .= '&search_date_endday='.((int) $tmparray['mday']);
706 $param .= '&search_date_endmonth='.((int) $tmparray['mon']);
707 $param .= '&search_date_endyear='.((int) $tmparray['year']);
708}
709if ($search_dateread_start) {
710 $tmparray = dol_getdate($search_dateread_start);
711 $param .= '&search_dateread_startday='.((int) $tmparray['mday']);
712 $param .= '&search_dateread_startmonth='.((int) $tmparray['mon']);
713 $param .= '&search_dateread_startyear='.((int) $tmparray['year']);
714}
715if ($search_dateread_end) {
716 $tmparray = dol_getdate($search_dateread_end);
717 $param .= '&search_dateread_endday='.((int) $tmparray['mday']);
718 $param .= '&search_dateread_endmonth='.((int) $tmparray['mon']);
719 $param .= '&search_dateread_endyear='.((int) $tmparray['year']);
720}
721if ($search_dateclose_start) {
722 $tmparray = dol_getdate($search_dateclose_start);
723 $param .= '&search_dateclose_startday='.((int) $tmparray['mday']);
724 $param .= '&search_dateclose_startmonth='.((int) $tmparray['mon']);
725 $param .= '&search_dateclose_startyear='.((int) $tmparray['year']);
726}
727if ($search_dateclose_end) {
728 $tmparray = dol_getdate($search_dateclose_end);
729 $param .= '&search_date_endday='.((int) $tmparray['mday']);
730 $param .= '&search_date_endmonth='.((int) $tmparray['mon']);
731 $param .= '&search_date_endyear='.((int) $tmparray['year']);
732}
733// List of mass actions available
734$arrayofmassactions = array(
735 //'presend'=>img_picto('', 'email', 'class="pictofixedwidth"').$langs->trans("SendByMail"),
736 //'builddoc'=>img_picto('', 'pdf', 'class="pictofixedwidth"').$langs->trans("PDFMerge"),
737);
738if ($permissiontoadd) {
739 $arrayofmassactions['presendonclose'] = img_picto('', 'close_title', 'class="pictofixedwidth"').$langs->trans("Close");
740 $arrayofmassactions['reopen'] = img_picto('', 'folder-open', 'class="pictofixedwidth"').$langs->trans("ReOpen");
741}
742if ($permissiontodelete) {
743 $arrayofmassactions['predelete'] = img_picto('', 'delete', 'class="pictofixedwidth"').$langs->trans("Delete");
744}
745if (GETPOSTINT('nomassaction') || in_array($massaction, array('presend', 'predelete'))) {
746 $arrayofmassactions = array();
747}
748$massactionbutton = $form->selectMassAction('', $arrayofmassactions);
749
750print '<form method="POST" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">'."\n";
751if ($optioncss != '') {
752 print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
753}
754print '<input type="hidden" name="token" value="'.newToken().'">';
755print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
756print '<input type="hidden" name="action" value="list">';
757print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
758print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
759print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
760print '<input type="hidden" name="mode" value="'.$mode.'" >';
761
762if ($socid) {
763 print '<input type="hidden" name="socid" value="'.$socid.'" >';
764}
765if ($projectid) {
766 print '<input type="hidden" name="projectid" value="'.$projectid.'" >';
767}
768
769$url = DOL_URL_ROOT.'/ticket/card.php?action=create'.($socid ? '&socid='.$socid : '').($projectid ? '&origin=projet_project&originid='.$projectid : '');
770if (!empty($socid)) {
771 $url .= '&socid='.$socid;
772}
773$newcardbutton = '';
774$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"].'?mode=common'.preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'));
775$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"].'?mode=kanban'.preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'));
776$newcardbutton .= dolGetButtonTitleSeparator();
777$newcardbutton .= dolGetButtonTitle($langs->trans('NewTicket'), '', 'fa fa-plus-circle', $url, '', $user->hasRight('ticket', 'write'));
778
779$picto = 'ticket';
780if ($socid > 0) {
781 $picto = '';
782}
783
784print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, $picto, 0, $newcardbutton, '', $limit, 0, 0, 1);
785
786if ($mode == 'mine') {
787 print '<div class="opacitymedium">'.$langs->trans('TicketAssignedToMeInfos').'</div><br>';
788}
789// Add code for pre mass action (confirmation or email presend form)
790$topicmail = "SendTicketRef";
791$modelmail = "ticket";
792$objecttmp = new Ticket($db);
793$trackid = 'tic'.$object->id;
794include DOL_DOCUMENT_ROOT.'/core/tpl/massactions_pre.tpl.php';
795
796// confirm auto send on close
797if ($massaction == 'presendonclose') {
798 $hidden_form = array([
799 "type" => "hidden",
800 "name" => "massaction",
801 "value" => "close"
802 ]);
803 $selectedchoice = getDolGlobalString('TICKET_NOTIFY_AT_CLOSING') ? "yes" : "no";
804 print $form->formconfirm($_SERVER["PHP_SELF"], $langs->trans("ConfirmMassTicketClosingSendEmail"), $langs->trans("ConfirmMassTicketClosingSendEmailQuestion"), 'confirm_send_close', $hidden_form, $selectedchoice, 0, 200, 500, 1);
805}
806
807if ($search_all) {
808 $setupstring = '';
809 foreach ($fieldstosearchall as $key => $val) {
810 $fieldstosearchall[$key] = $langs->trans($val);
811 $setupstring .= $key."=".$val.";";
812 }
813 print '<!-- Search done like if TICKET_QUICKSEARCH_ON_FIELDS = '.$setupstring.' -->'."\n";
814 print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $search_all).implode(', ', $fieldstosearchall).'</div>'."\n";
815}
816
817$moreforfilter = '';
818/*$moreforfilter.='<div class="divsearchfield">';
819$moreforfilter.= $langs->trans('MyFilter') . ': <input type="text" name="search_myfield" value="'.dol_escape_htmltag($search_myfield).'">';
820$moreforfilter.= '</div>';*/
821
822$parameters = array();
823$reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters, $object); // Note that $action and $object may have been modified by hook
824if (empty($reshook)) {
825 $moreforfilter .= $hookmanager->resPrint;
826} else {
827 $moreforfilter = $hookmanager->resPrint;
828}
829
830if (!empty($moreforfilter)) {
831 print '<div class="liste_titre liste_titre_bydiv centpercent">';
832 print $moreforfilter;
833 print '</div>';
834}
835
836$varpage = empty($contextpage) ? $_SERVER["PHP_SELF"] : $contextpage;
837$selectedfields = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage, getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')); // This also change content of $arrayfields
838$selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : '');
839
840print '<div class="div-table-responsive">'; // You can use div-table-responsive-no-min if you don't need reserved height for your table
841print '<div class="div-table-responsive-inside">';
842print '<table class="tagtable nobottomiftotal liste'.($moreforfilter ? " listwithfilterbefore" : "").'">'."\n";
843
844
845// Fields title search
846// --------------------------------------------------------------------
847print '<tr class="liste_titre_filter">';
848// Action column
849if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
850 print '<td class="liste_titre maxwidthsearch center">';
851 $searchpicto = $form->showFilterButtons('left');
852 print $searchpicto;
853 print '</td>';
854}
855foreach ($object->fields as $key => $val) {
856 $searchkey = empty($search[$key]) ? '' : $search[$key];
857 $cssforfield = (empty($val['csslist']) ? (empty($val['css']) ? '' : $val['css']) : $val['csslist']);
858 if ($key == 'fk_statut') {
859 $cssforfield .= ($cssforfield ? ' ' : '').'center';
860 } elseif (in_array($val['type'], array('date', 'datetime', 'timestamp'))) {
861 $cssforfield .= ($cssforfield ? ' ' : '').'center';
862 } elseif (in_array($val['type'], array('timestamp'))) {
863 $cssforfield .= ($cssforfield ? ' ' : '').'nowrap';
864 } elseif (in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) {
865 $cssforfield .= ($cssforfield ? ' ' : '').'right';
866 }
867 if (!empty($arrayfields['t.'.$key]['checked'])) {
868 if ($key == 'progress') {
869 print '<td class="liste_titre right'.($cssforfield ? ' '.$cssforfield : '').'">';
870 print '<input type="text" class="flat maxwidth50" name="search_'.$key.'" value="'.dol_escape_htmltag(empty($search[$key]) ? '' : $search[$key]).'">';
871 print '</td>';
872 } elseif ($key == 'type_code') {
873 print '<td class="liste_titre'.($cssforfield ? ' '.$cssforfield : '').'">';
874 $formTicket->selectTypesTickets(empty($search[$key]) ? '' : $search[$key], 'search_'.$key, '', 2, 1, 1, 0, (!empty($val['css']) ? $val['css'] : 'maxwidth150'), 1);
875 print '</td>';
876 } elseif ($key == 'category_code') {
877 print '<td class="liste_titre'.($cssforfield ? ' '.$cssforfield : '').'">';
878 $formTicket->selectGroupTickets(dol_escape_htmltag(empty($search[$key]) ? '' : $search[$key]), 'search_'.$key, '', 2, 1, 1, 0, (!empty($val['css']) ? $val['css'] : 'maxwidth150'));
879 print '</td>';
880 } elseif ($key == 'severity_code') {
881 print '<td class="liste_titre center'.($cssforfield ? ' '.$cssforfield : '').'">';
882 $formTicket->selectSeveritiesTickets(dol_escape_htmltag(empty($search[$key]) ? '' : $search[$key]), 'search_'.$key, '', 2, 1, 1, 0, (!empty($val['css']) ? $val['css'] : 'maxwidth150'));
883 print '</td>';
884 } elseif ($key == 'fk_user_assign' || $key == 'fk_user_create') {
885 print '<td class="liste_titre'.($cssforfield ? ' '.$cssforfield : '').'">';
886 print $form->select_dolusers((empty($search[$key]) ? '' : $search[$key]), 'search_'.$key, 1, null, 0, '', '', '0', 0, 0, '', 0, '', (!empty($val['css']) ? $val['css'] : 'maxwidth100'));
887 print '</td>';
888 } elseif ($key == 'fk_statut') {
889 $arrayofstatus = array();
890 $arrayofstatus['openall'] = '-- '.$langs->trans('OpenAll').' --';
891 foreach ($object->labelStatusShort as $key2 => $val2) {
892 if ($key2 == Ticket::STATUS_CLOSED) {
893 $arrayofstatus['closeall'] = '-- '.$langs->trans('ClosedAll').' --';
894 }
895 $arrayofstatus[$key2] = $val2;
896 }
897 print '<td class="liste_titre center parentonrightofpage'.($cssforfield ? ' '.$cssforfield : '').'">';
898 //var_dump($arrayofstatus);
899 //var_dump($search['fk_statut']);
900 //var_dump(array_values($search[$key]));
901 $selectedarray = null;
902 if (!empty($search[$key])) {
903 $selectedarray = array_values($search[$key]);
904 }
905 print Form::multiselectarray('search_fk_statut', $arrayofstatus, $selectedarray, 0, 0, 'search_status width150 onrightofpage', 1, 0, '', '', '');
906 print '</td>';
907 } elseif ($key == "fk_soc") {
908 print '<td class="liste_titre'.($cssforfield ? ' '.$cssforfield : '').'"><input type="text" class="flat maxwidth75" name="search_societe" value="'.dol_escape_htmltag($search_societe).'"></td>';
909 } elseif ($key == "datec" || $key == 'date_read' || $key == 'date_close') {
910 print '<td class="liste_titre center">';
911 print '<div class="nowrap">';
912 switch ($key) {
913 case 'datec':
914 print $form->selectDate($search_date_start ?: -1, 'search_date_start', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("From"));
915 break;
916 case 'date_read':
917 print $form->selectDate($search_dateread_start ?: -1, 'search_dateread_start', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("From"));
918 break;
919 case 'date_close':
920 print $form->selectDate($search_dateclose_start ?: -1, 'search_dateclose_start', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("From"));
921 }
922 print '</div>';
923 print '<div class="nowrap">';
924 switch ($key) {
925 case 'datec':
926 print $form->selectDate($search_date_end ?: -1, 'search_date_end', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("to"));
927 break;
928 case 'date_read':
929 print $form->selectDate($search_dateread_end ?: -1, 'search_dateread_end', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("to"));
930 break;
931 case 'date_close':
932 print $form->selectDate($search_dateclose_end ?: -1, 'search_dateclose_end', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("to"));
933 }
934 print '</div>';
935 print '</td>';
936 } else {
937 print '<td class="liste_titre'.($cssforfield ? ' '.$cssforfield : '').'">';
938 if (!empty($val['arrayofkeyval']) && is_array($val['arrayofkeyval'])) {
939 print $form->selectarray('search_'.$key, $val['arrayofkeyval'], $search[$key], $val['notnull'], 0, 0, '', 1, 0, 0, '', 'maxwidth100', 1);
940 } elseif (strpos($val['type'], 'integer:') === 0) {
941 print $object->showInputField($val, $key, !empty($search[$key]) ? $search[$key] : "", '', '', 'search_', 'maxwidth150', 1);
942 } elseif (!preg_match('/^(date|timestamp)/', $val['type'])) {
943 print '<input type="text" class="flat maxwidth75" name="search_'.$key.'" value="'.dol_escape_htmltag(empty($search[$key]) ? '' : $search[$key]).'">';
944 }
945 print '</td>';
946 }
947 }
948}
949// Extra fields
950include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';
951
952// Fields from hook
953$parameters = array('arrayfields' => $arrayfields);
954$reshook = $hookmanager->executeHooks('printFieldListOption', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
955print $hookmanager->resPrint;
956// Action column
957if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
958 print '<td class="liste_titre center maxwidthsearch">';
959 $searchpicto = $form->showFilterButtons();
960 print $searchpicto;
961 print '</td>';
962}
963print '</tr>'."\n";
964
965$totalarray = array();
966$totalarray['nbfield'] = 0;
967
968// Fields title label
969// --------------------------------------------------------------------
970print '<tr class="liste_titre">';
971if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
972 print getTitleFieldOfList(($mode != 'kanban' ? $selectedfields : ''), 0, $_SERVER["PHP_SELF"], '', '', '', '', $sortfield, $sortorder, 'center maxwidthsearch ')."\n";
973 $totalarray['nbfield']++;
974}
975foreach ($object->fields as $key => $val) {
976 $cssforfield = (empty($val['csslist']) ? (empty($val['css']) ? '' : $val['css']) : $val['csslist']);
977 if ($key == 'fk_statut' || $key == 'severity_code') {
978 $cssforfield .= ($cssforfield ? ' ' : '').'center';
979 } elseif (in_array($val['type'], array('date', 'datetime', 'timestamp'))) {
980 $cssforfield .= ($cssforfield ? ' ' : '').'center';
981 } elseif (in_array($val['type'], array('timestamp'))) {
982 $cssforfield .= ($cssforfield ? ' ' : '').'nowrap';
983 } elseif (in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) {
984 $cssforfield .= ($cssforfield ? ' ' : '').'right';
985 }
986 $cssforfield = preg_replace('/small\s*/', '', $cssforfield); // the 'small' css must not be used for the title label
987 if (!empty($arrayfields['t.'.$key]['checked'])) {
988 print getTitleFieldOfList($arrayfields['t.'.$key]['label'], 0, $_SERVER['PHP_SELF'], 't.'.$key, '', $param, ($cssforfield ? 'class="'.$cssforfield.'"' : ''), $sortfield, $sortorder, ($cssforfield ? $cssforfield.' ' : ''), 0, (empty($val['helplist']) ? '' : $val['helplist']))."\n";
989 $totalarray['nbfield']++;
990 }
991}
992// Extra fields
993include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
994// Hook fields
995$parameters = array('arrayfields' => $arrayfields, 'param' => $param, 'sortfield' => $sortfield, 'sortorder' => $sortorder, 'totalarray' => &$totalarray);
996$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
997print $hookmanager->resPrint;
998if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
999 print getTitleFieldOfList(($mode != 'kanban' ? $selectedfields : ''), 0, $_SERVER["PHP_SELF"], '', '', '', '', $sortfield, $sortorder, 'center maxwidthsearch ')."\n";
1000 $totalarray['nbfield']++;
1001}
1002print '</tr>'."\n";
1003
1004
1005// Detect if we need a fetch on each output line
1006$needToFetchEachLine = 0;
1007if (isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) {
1008 foreach ($extrafields->attributes[$object->table_element]['computed'] as $key => $val) {
1009 if (!is_null($val) && preg_match('/\$object/', $val)) {
1010 $needToFetchEachLine++; // There is at least one compute field that use $object
1011 }
1012 }
1013}
1014
1015
1016// Loop on record
1017// --------------------------------------------------------------------
1018$i = 0;
1019$savnbfield = $totalarray['nbfield'];
1020$totalarray = array();
1021$totalarray['nbfield'] = 0;
1022$imaxinloop = ($limit ? min($num, $limit) : $num);
1023$cacheofoutputfield = array();
1024while ($i < $imaxinloop) {
1025 $obj = $db->fetch_object($resql);
1026 if (empty($obj)) {
1027 break; // Should not happen
1028 }
1029
1030 // Store properties in $object
1031 $object->setVarsFromFetchObj($obj);
1032 $object->type_code = $obj->type_code;
1033 $object->status = $object->fk_statut; // because field name is fk_statut
1034
1035 if ($mode == 'kanban') {
1036 if ($i == 0) {
1037 print '<tr class="trkanban"><td colspan="'.$savnbfield.'">';
1038 print '<div class="box-flex-container kanban">';
1039 }
1040
1041 // get infos needed from object
1042 // TODO Create a cache on users
1043 $arraydata = array();
1044 if ($obj->fk_user_assign > 0) {
1045 $user_temp->fetch($obj->fk_user_assign);
1046 $arraydata['user_assignment'] = $user_temp->getNomUrl(-3);
1047 }
1048 $arraydata['selected'] = in_array($object->id, $arrayofselected);
1049
1050 // Output Kanban
1051 print $object->getKanbanView('', $arraydata);
1052 if ($i == ($imaxinloop - 1)) {
1053 print '</div>';
1054 print '</td></tr>';
1055 }
1056 } else {
1057 // Show line of result
1058 $j = 0;
1059 print '<tr data-rowid="'.$object->id.'" class="oddeven">';
1060
1061 // Action column
1062 if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
1063 print '<td class="nowrap center">';
1064 if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
1065 $selected = 0;
1066 if (in_array($object->id, $arrayofselected)) {
1067 $selected = 1;
1068 }
1069 print '<input id="cb'.$object->id.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$object->id.'"'.($selected ? ' checked="checked"' : '').'>';
1070 }
1071 print '</td>';
1072 if (!$i) {
1073 $totalarray['nbfield']++;
1074 }
1075 }
1076 // Fields
1077 foreach ($object->fields as $key => $val) {
1078 $cssforfield = (empty($val['csslist']) ? (empty($val['css']) ? '' : $val['css']) : $val['csslist']);
1079 if (in_array($val['type'], array('date', 'datetime', 'timestamp'))) {
1080 $cssforfield .= ($cssforfield ? ' ' : '').'center';
1081 }
1082
1083 if (in_array($val['type'], array('timestamp'))) {
1084 $cssforfield .= ($cssforfield ? ' ' : '').'nowrap';
1085 }
1086 if (in_array($key, array('ref', 'fk_project'))) {
1087 $cssforfield .= ($cssforfield ? ' ' : '').'nowraponall';
1088 }
1089
1090 if ($key == 'fk_statut' || $key == 'severity_code') {
1091 $cssforfield .= ($cssforfield ? ' ' : '').'center';
1092 }
1093 if (!empty($arrayfields['t.'.$key]['checked'])) {
1094 print '<td'.($cssforfield ? ' class="'.$cssforfield.((preg_match('/tdoverflow/', $cssforfield) && !in_array($val['type'], array('ip', 'url')) && !is_numeric($object->$key)) ? ' classfortooltip' : '').'"' : '');
1095 if (preg_match('/tdoverflow/', $cssforfield) && !in_array($val['type'], array('ip', 'url')) && !is_numeric($object->$key)) {
1096 print ' title="'.dol_escape_htmltag($object->$key).'"';
1097 }
1098 print '>';
1099 if ($key == 'fk_statut') {
1100 print $object->getLibStatut(5);
1101 } elseif ($key == 'subject') {
1102 $s = $obj->subject;
1103 print '<span title="'.dol_escape_htmltag($s).'">';
1104 print dol_escape_htmltag($s);
1105 print '</span>';
1106 } elseif ($key == 'type_code') {
1107 $s = $langs->getLabelFromKey($db, 'TicketTypeShort'.$object->type_code, 'c_ticket_type', 'code', 'label', $object->type_code);
1108 print '<span title="'.dol_escape_htmltag($s).'">';
1109 print $s;
1110 print '</span>';
1111 } elseif ($key == 'category_code') {
1112 $s = $langs->getLabelFromKey($db, 'TicketCategoryShort'.$object->category_code, 'c_ticket_category', 'code', 'label', $object->category_code);
1113 print '<span title="'.dol_escape_htmltag($s).'">';
1114 print $s;
1115 print '</span>';
1116 } elseif ($key == 'severity_code') {
1117 $s = $langs->getLabelFromKey($db, 'TicketSeverityShort'.$object->severity_code, 'c_ticket_severity', 'code', 'label', $object->severity_code);
1118 print '<span title="'.dol_escape_htmltag($s).'">';
1119 print $s;
1120 print '</span>';
1121 } elseif ($key == 'tms') {
1122 print dol_print_date($db->jdate($obj->$key), 'dayhour', 'tzuser');
1123 } elseif ($key == 'fk_user_create') {
1124 if ($object->fk_user_create > 0) {
1125 if (isset($conf->cache['user'][$object->fk_user_create])) {
1126 $user_temp = $conf->cache['user'][$object->fk_user_create];
1127 } else {
1128 $user_temp = new User($db);
1129 $user_temp->fetch($object->fk_user_create);
1130 $conf->cache['user'][$object->fk_user_create] = $user_temp;
1131 }
1132 print $user_temp->getNomUrl(-1);
1133 }
1134 } elseif ($key == 'fk_user_assign') {
1135 if ($object->fk_user_assign > 0) {
1136 if (isset($conf->cache['user'][$object->fk_user_assign])) {
1137 $user_temp = $conf->cache['user'][$object->fk_user_assign];
1138 } else {
1139 $user_temp = new User($db);
1140 $user_temp->fetch($object->fk_user_assign);
1141 $conf->cache['user'][$object->fk_user_assign] = $user_temp;
1142 }
1143 print $user_temp->getNomUrl(-1);
1144 }
1145 } elseif (in_array($val['type'], array('date', 'datetime', 'timestamp'))) {
1146 print $object->showOutputField($val, $key, $db->jdate($obj->$key), '');
1147 } elseif ($key == 'ref') {
1148 print $object->showOutputField($val, $key, $obj->$key, '');
1149
1150 // display a warning on untreated tickets
1151 $is_open = ($object->status != Ticket::STATUS_CLOSED && $object->status != Ticket::STATUS_CANCELED);
1152 $should_show_warning = (getDolGlobalString('TICKET_DELAY_SINCE_LAST_RESPONSE') || getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE'));
1153 if ($is_open && $should_show_warning) {
1154 $date_last_msg_sent = (int) $object->date_last_msg_sent;
1155 $hour_diff = ($now - $date_last_msg_sent) / 3600 ;
1156
1157 if (getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE') && $date_last_msg_sent == 0) {
1158 $creation_date = $object->datec;
1159 $hour_diff_creation = ($now - $creation_date) / 3600 ;
1160 if ($hour_diff_creation > getDolGlobalInt('TICKET_DELAY_BEFORE_FIRST_RESPONSE')) {
1161 print " " . img_picto($langs->trans('Late') . ' : ' . $langs->trans('TicketsDelayForFirstResponseTooLong', getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE')), 'warning', 'style="color: red;"', false, 0, 0, '', '');
1162 }
1163 } elseif (getDolGlobalString('TICKET_DELAY_SINCE_LAST_RESPONSE') && $hour_diff > getDolGlobalInt('TICKET_DELAY_SINCE_LAST_RESPONSE')) {
1164 print " " . img_picto($langs->trans('Late') . ' : ' . $langs->trans('TicketsDelayFromLastResponseTooLong', getDolGlobalString('TICKET_DELAY_SINCE_LAST_RESPONSE')), 'warning');
1165 }
1166 }
1167 } else { // Example: key=fk_soc, obj->key=123 val=array('type'=>'integer', ...
1168 $tmp = explode(':', $val['type']);
1169 if ($tmp[0] == 'integer' && !empty($tmp[1]) && class_exists($tmp[1])) {
1170 // It is a type of an foreign field. We will try to reduce the number of fetch that the showOutputField is making.
1171 //var_dump('eeee-'.$key.'-'.$obj->$key.'-'.$val['type']);
1172 if ($key && $obj->$key && $val['type'] && array_key_exists($key.'-'.$obj->$key.'-'.$val['type'], $cacheofoutputfield)) {
1173 $result = $cacheofoutputfield[$key.'-'.$obj->$key.'-'.$val['type']];
1174 } else {
1175 $result = $object->showOutputField($val, $key, $obj->$key, '');
1176 $cacheofoutputfield[$key.'-'.$obj->$key.'-'.$val['type']] = $result;
1177 }
1178 } else {
1179 $result = $object->showOutputField($val, $key, $obj->$key, '');
1180 }
1181 print $result;
1182 }
1183
1184 print '</td>';
1185 if (!$i) {
1186 $totalarray['nbfield']++;
1187 }
1188 if (!empty($val['isameasure']) && $val['isameasure'] == 1) {
1189 if (!$i) {
1190 $totalarray['pos'][$totalarray['nbfield']] = 't.'.$key;
1191 }
1192 if (!isset($totalarray['val'])) {
1193 $totalarray['val'] = array();
1194 }
1195 if (!isset($totalarray['val']['t.'.$key])) {
1196 $totalarray['val']['t.'.$key] = 0;
1197 }
1198 $totalarray['val']['t.'.$key] += $object->$key;
1199 }
1200 }
1201 }
1202 // Extra fields
1203 include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
1204 // Fields from hook
1205 $parameters = array('arrayfields' => $arrayfields, 'object' => $object, 'obj' => $obj, 'i' => $i, 'totalarray' => &$totalarray);
1206 $reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
1207 print $hookmanager->resPrint;
1208
1209 // Action column
1210 if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
1211 print '<td class="nowrap center">';
1212 if ($massactionbutton || $massaction) { // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
1213 $selected = 0;
1214 if (in_array($object->id, $arrayofselected)) {
1215 $selected = 1;
1216 }
1217 print '<input id="cb'.$object->id.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$object->id.'"'.($selected ? ' checked="checked"' : '').'>';
1218 }
1219 print '</td>';
1220 if (!$i) {
1221 $totalarray['nbfield']++;
1222 }
1223 }
1224
1225 print '</tr>'."\n";
1226 }
1227
1228 $i++;
1229}
1230
1231// Show total line
1232include DOL_DOCUMENT_ROOT.'/core/tpl/list_print_total.tpl.php';
1233
1234
1235// If no record found
1236if ($num == 0) {
1237 $colspan = 1;
1238 foreach ($arrayfields as $key => $val) {
1239 if (!empty($val['checked'])) {
1240 $colspan++;
1241 }
1242 }
1243 print '<tr><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
1244}
1245
1246
1247$db->free($resql);
1248
1249$parameters = array('arrayfields' => $arrayfields, 'sql' => $sql);
1250$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters, $object); // Note that $action and $object may have been modified by hook
1251print $hookmanager->resPrint;
1252
1253print '</table>'."\n";
1254print '</div>'."\n";
1255print '</div>'."\n"; // end div-responsive-inside
1256
1257print '</form>'."\n";
1258
1259
1260
1261if (in_array('builddoc', array_keys($arrayofmassactions)) && ($nbtotalofrecords === '' || $nbtotalofrecords)) {
1262 $hidegeneratedfilelistifempty = 1;
1263 if ($massaction == 'builddoc' || $action == 'remove_file' || $show_files) {
1264 $hidegeneratedfilelistifempty = 0;
1265 }
1266
1267 require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
1268 $formfile = new FormFile($db);
1269
1270 // Show list of available documents
1271 $urlsource = $_SERVER['PHP_SELF'].'?sortfield='.$sortfield.'&sortorder='.$sortorder;
1272 $urlsource .= str_replace('&amp;', '&', $param);
1273
1274 $filedir = $diroutputmassaction;
1275 $genallowed = $permissiontoread;
1276 $delallowed = $permissiontoadd;
1277
1278 print $formfile->showdocuments('massfilesarea_ticket', '', $filedir, $urlsource, 0, $delallowed, '', 1, 1, 0, 48, 1, $param, $title, '', '', '', null, $hidegeneratedfilelistifempty);
1279}
1280
1281// End of page
1282llxFooter();
1283$db->close();
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Definition card.php:58
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Definition wrapper.php:70
Class to manage standard extra fields.
Class to offer components to list and upload files.
Class to manage generation of HTML components Only common components must be here.
static multiselectarray($htmlname, $array, $selected=array(), $key_in_label=0, $value_as_key=0, $morecss='', $translate=0, $width=0, $moreattrib='', $elemtype='', $placeholder='', $addjscombo=-1)
Show a multiselect form from an array.
Class to manage projects.
Class to manage third parties objects (customers, suppliers, prospects...)
const STATUS_NOT_READ
Status.
Class to manage Dolibarr users.
societe_prepare_head(Societe $object)
Return array of tabs to used on pages for third parties cards.
llxFooter()
Footer empty.
Definition document.php:107
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
showValueWithClipboardCPButton($valuetocopy, $showonlyonhover=1, $texttoshow='')
Create a button to copy $valuetocopy in the clipboard (for copy and paste feature).
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
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.
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.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
dol_eval($s, $returnvalue=1, $hideerrors=1, $onlysimplestring='1')
Replace eval function to add more security.
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.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
dol_sort_array(&$array, $index, $order='asc', $natsort=0, $case_sensitive=0, $keepindex=0)
Advanced sort array by the value of a given key, which produces ascending (default) or descending out...
getTitleFieldOfList($name, $thead=0, $file="", $field="", $begin="", $moreparam="", $moreattrib="", $sortfield="", $sortorder="", $prefix="", $disablesortlink=0, $tooltip='', $forcenowrapcolumntitle=0)
Get title line of an array.
dolGetButtonTitleSeparator($moreClass="")
Add space between dolGetButtonTitle.
print_barre_liste($title, $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.
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.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_getdate($timestamp, $fast=false, $forcetimezone='')
Return an array with locale date info.
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...
Class to generate the form for creating a new ticket.
project_prepare_head(Project $project, $moreparam='')
Prepare array with list of tabs.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.