Skip to content

Commit 14210bd

Browse files
committed
Added ticket search page description
Patched ticket filters description also
1 parent 93c4f9d commit 14210bd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This ticketing system is actually mean to be used in a corporate support environ
3434
#### Translations
3535
This package comes with Catalan, English and Brazillian Portuguese language files. For any of them you don't need to do anything: PanicHD will get your Laravel configuration.
3636

37-
You may also you may create your own language files. There are some outdated language files that come from Ticketit and can be a good starting point. We encourage you to make your own language files and publish them to share with other speakers.
37+
You may also you may create your own language files. There are some outdated language files that come from Ticketit and can be a good starting point. We encourage you to make your own language files and create a pull request in PanicHD to share with other speakers.
3838

3939
#### A ticket step by step example
4040
1. A user registers a new ticket for a specific issue
@@ -71,10 +71,18 @@ This is a synopsis of the main PanicHD features. For detailed descriptions, exam
7171
- By comments added from both of them within a ticket card
7272
- By e-mail notifications: All of them will receive notifications relative to relevant changes in the ticket made by any of them
7373
- Manager may add user hidden messages called "internal notes". If the ticket is assigned to another agent, he will receive a related e-mail notification also
74+
75+
* Ticket filters
76+
- All ticket lists include a filter panel that lets you use a specific criteria in some relevant fields (Calendar, category, agent)
77+
- These filters are kept in user session until you change or deletes them
78+
- Only members with permissions to manage at least one category will be able to use the filter panel
79+
- You may activate a field by URL, [as we explain in the wiki](https://github.com/panichelpdesk/panichd/wiki/Laravel-integrations#load-list-with-specified-filters)
7480

75-
* List filtering
76-
- The ticket list includes a filter panel that may help managers to filter the ticket list by the most relevant criteria
77-
- The ticket table is powered by Datatables, so it can be reordered and filtered by search input
81+
* Ticket search
82+
- There is a dedicated search form where you may specify it by any of the ticket related fields
83+
- We have added some advanced search options, like search text in any field, text in comments, text in attachment fields, search by specific date criteria...
84+
- After executing the search, you will have a button with a permanent link to it, which has all specified parameters and values in URL
85+
- It is enabled for all members with permissions
7886

7987
* For Admins
8088
- Any classification element may be edited

0 commit comments

Comments
 (0)