PESCMSTicket customer service ticket system (hereinafter referred to as PT) is an open source customer service ticket system released based on the GPLv2 protocol. In addition to the traditional on-site work order submission mode, we use a new design concept to develop cross-domain work order submission based on Javascript language. Implemented in any system and any page, you only need to call a Javascript code to generate a work order system!
PESCMSTicket customer service ticket system operating environment:
PHP7.0 and above
Mysql5.5 and above
IE browser does not guarantee compatibility
Installation and use of PESCMSTicket customer service ticket system:
Download and unzip the program to the directory where your HTTP running environment is located.
If the virtual host is not configured, access the Public directory. Otherwise, please configure the virtual host directory to Public
Fill in the corresponding data according to the installation program to complete the software installation.
Quick use:
Log in to the system backend--Work Order Model--Create a work order. After creation, click the 'Generate JS' button. Save the JS file locally. Finally, on any page, introduce the following code to implement your work order system.
PESCMSTicketv1.3.12 update log:
1. Fixed the problem of serious token loss in some cases.
2. Fixed the problem that when the chromium core of some browsers is lower than version 89, the JS syntax is too advanced, causing a global system error.
3. Fixed a security vulnerability and temporarily removed the model import function.
4. Add 302 status jump prompt box.