forked from SupportFlow/supportflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
69 lines (47 loc) · 2.37 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=== SupportFlow ===
Contributors: VarunAgw, danielbachhuber, Viper007Bond, andrewspittle
Tags: Ticket, support, admin, customer, customer support, help desk, helpdesk, IT, support, ticket
Tested up to: 3.9.2
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
SupportFlow is a web based help desk software. It allows teams to manage support tickets using a web interface.
== Description ==
SupportFlow is a web based help desk software. SupportFlow is a web based help desk software. It allows teams to manage support tickets using a web interface.
###A few of its features are:
+ Allow agents to create/reply tickets using web interface.
+ Customers can create ticket by sending an E-Mail or filling a web based form.
+ Agents can opt to get E-Mail notifications of replies of tickets.
+ Administrator can limit agents access to particular tags.
+ Administrators can see daily/weekly/monthly ticket statistics.
+ Agents can view tickets assigned to them in admin dashboard.
+ Agents can insert predefined replies to the tickets.
+ Agents can add their signature to tickets using one-click.
+ Agents can forward whole conversation to anyone using its E-Mail ID.
To contribute to SupportFlow visit [github] (http://github.com/SupportFlow/supportflow/).
== Installation ==
1. Install SupportFlow either via the WordPress.org plugin directory, or by uploading the files to your server and activate it.
2. After activating open E-Mail accounts page in SupportFlow menu and add an E-Mail account you wish to use with SupportFlow.
Now you are ready to use SupportFlow.
== Frequently Asked Questions ==
###How can I insert a SupportFlow contact form in my site.
Just add **[supportflow_submissionform]** shortcode to the post you want to add SupportFlow form to.
== Changelog ==
= 0.3 =
* Auto-saving tickets
* Recently created tickets widget in dashboard
* Ticket assigned to current agent widget in dashboard
* Other tickets by the customer in view ticket page
* Allow agents to add signature in ticket
* Allowing basic HTML in replies
* Easy creation of support form using [supportflow_submissionform] shortcode
* Securely saving attachments
* Fixed bugs
= 0.2 =
* Fix nonce and escaping bugs.
* Add ability to forward a ticket to someone outside of SupportFlow.
* Add a statistics page.
* Various minor bug fixes.
* Various UI and UX tweaks.
= 0.1 =
* Initial release.