You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ This package is a ticketing system for [Laravel 5](https://laravel.com/) PHP fra
5
5
6
6
*[Description](#description)
7
7
+[Overview](#overview)
8
+
+[Translations](#translations)
8
9
+[A ticket step by step example](#a-ticket-step-by-step-example)
9
10
+[Feature synopsis](#features)
10
11
+[Features in detail (link to the Wiki)](https://github.com/panichelpdesk/panichd/wiki/Current-features)
@@ -29,6 +30,18 @@ This ticketing system is actually mean to be used in a corporate support environ
29
30
* Only registered users or ticket managers are able to add tickets. For any manager, a ticket can only be assigned to an owner which is registered.
30
31
* We have included all required asset files in the package structure because we want it to be usable in our LAN even without working internet connection (think about IT corporate support)
31
32
33
+
#### Translations
34
+
This package is multilingual. Current full covered languages are Catalan, English and Brazillian Portuguese.
35
+
The following are other translations that come from Ticketit and are'nt up to date. A helping hand on any of them will be very welcome:
36
+
* Armenian
37
+
* Deutsch
38
+
* Farsi
39
+
* French
40
+
* Hungarian
41
+
* Italian
42
+
* Russian
43
+
* Spanish
44
+
32
45
#### A ticket step by step example
33
46
1. A user registers a new ticket for a specific issue
34
47
2. The ticket gets automatically assigned to an agent (a ticket manager) that receives an e-mail notification.
0 commit comments