Giter Club home page Giter Club logo

pescms-ticket's Introduction

PESCMS Ticket

mahua mahua
PESMCS Ticket(下称PT)是一款基于GPLv2协议发布的开源客服工单系统。PT以全新的设计理念,实现一句JS即可嵌入任意页面中,让工单系统变得更加轻便。

反馈和建议

邮箱:sale#pescms.com
演示地址:https://ticket.pescms.com
反馈问题:https://www.pescms.com/page/11.html
开发文档:https://www.pescms.com/d/index
PESCMS官方QQ 1群:451828934(已满) PESCMS官方1群
PESCMS官方QQ 2群:496804032 PESCMS官方2群

运行环境

PHP 5.6及以上版本
Mysql 5.5及以上版本
IE浏览器不保证兼容

安装使用

  • 下载并解压程序至您的HTTP运行环境所在目录。
  • 没有配置虚拟主机,则访问Public目录。反之,请将虚拟主机目录配置到Public
  • 根据安装程序填写对应数据,完成软件安装。

快速使用

登入系统后台--工单模型--创建工单 。创建完毕后,点击'生成JS'按钮。将JS文件保存到本地。最后在任意的页面中,引入如下代码,则可实现您的工单系统。

<html>
<head>
    <meta charset="utf-8">
</head>
<body>
<!--JQ是必须组件-->
<script src="http://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
<!--JQ是必须组件-->

<script src="PESCMS TICKET生成的工单JS文件" id="ticket"></script>
<script>
    var ticket = PT.createForm("ticket");
</script>
</body>
</html>

其他说明

除了通过一句话引入JS生成工单,本系统支持站内提交工单,且支持登录验证或沿用JS中的匿名方式提交。

界面预览

工单系统首页

提交工单列表

提交工单详细页

查看工单详细内容以及回复

后台首页

后台工单列表

pescms-ticket's People

Contributors

lazyphp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.