dolibarr/htdocs/ticket
thibdrev aa8e6e1232
qual: phpstan for htdocs/ticket/class/ticket.class.php
htdocs/ticket/class/ticket.class.php	192	Property Ticket::$datec (int) does not accept default value of type string.
htdocs/ticket/class/ticket.class.php	197	Property Ticket::$tms (int) does not accept default value of type string.
htdocs/ticket/class/ticket.class.php	202	Property Ticket::$date_read (int) does not accept default value of type string.
htdocs/ticket/class/ticket.class.php	207	Property Ticket::$date_last_msg_sent (int) does not accept default value of type string.
htdocs/ticket/class/ticket.class.php	212	Property Ticket::$date_close (int) does not accept default value of type string.
htdocs/ticket/class/ticket.class.php	272	PHPDoc type array of property Ticket::$lines is not covariant with PHPDoc type array of overridden property CommonObject::$lines.
htdocs/ticket/class/ticket.class.php	449	Property Ticket::$progress (int) does not accept string.
htdocs/ticket/class/ticket.class.php	1007	Property Ticket::$progress (int) does not accept string.
htdocs/ticket/class/ticket.class.php	1249	Property Ticket::$progress (int) does not accept string.
htdocs/ticket/class/ticket.class.php	1254	Property Ticket::$datec (int) does not accept string.
htdocs/ticket/class/ticket.class.php	1255	Property Ticket::$date_read (int) does not accept string.
htdocs/ticket/class/ticket.class.php	1256	Property Ticket::$date_last_msg_sent (int) does not accept string.
htdocs/ticket/class/ticket.class.php	1257	Property Ticket::$date_close (int) does not accept string.
htdocs/ticket/class/ticket.class.php	1258	Property Ticket::$tms (int) does not accept string.
2024-01-31 22:37:40 +01:00
..
class qual: phpstan for htdocs/ticket/class/ticket.class.php 2024-01-31 22:37:40 +01:00
css Fix php8.2 warnings 2023-11-27 12:08:48 +01:00
img compress png with zopflipng 2020-04-06 19:03:48 +02:00
stats Clean code 2024-01-09 13:08:22 +01:00
tpl Fix phpcs 2023-12-13 12:46:23 +01:00
agenda.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
card.php fix incorrect case and remove exclude check (#27449) 2024-01-12 20:40:34 +01:00
contact.php fix incorrect case and remove exclude check (#27449) 2024-01-12 20:40:34 +01:00
document.php Fix php8.2 warnings 2023-11-27 12:08:48 +01:00
index.php Qual: Spelling htdocs/[q-z]* (#27447) 2024-01-12 17:18:52 +01:00
list.php Qual: Spelling htdocs/[q-z]* (#27447) 2024-01-12 17:18:52 +01:00
messaging.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
README.md Debug v14 2021-06-26 15:39:52 +02:00

Ticket module

An issue tracker that provides a delicate balance between simplicity and power and complete integration with the other modules. Offer your customers an easy to use interface to report and follow status of their issue. Manage your issues from your backoffice.

By enabling the Email Collector module, you can also having your ticket created automatically from input emails.