forked from pluginsGLPI/mreporting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mreporting.xml
119 lines (109 loc) · 4 KB
/
mreporting.xml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<root>
<name>More Reporting</name>
<key>mreporting</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/pics/chart-garea.png</logo>
<description>
<short>
<en>Add (and develop) new graphical reports for glpi</en>
<fr>Ajouter (et développer) de nouveaux rapports graphiques pour glpi</fr>
</short>
<long>
<en>Add (and develop) new graphical reports for glpi.
This plugins embed a set of new statistics reports :
* Helpdesk
* Backlog
* Ticket age
* Tickets per group or technician
* Top categories or requester groups
* Number of group changes
* 5 SLA reports
* Inventory
* Os versions and distributions
* Top manufacturers
* Top types (server, laptop, ...)
* Top status
* Age of computers
* FusionInventory agents
* Logs distribution
You can also develop new report with the framework of plugin.
See documentation : https://github.com/PluginsGLPI/mreporting/wiki
</en>
<fr>Ajouter (et développer) de nouveaux rapports grahiques pour glpi.
Ce plugin contient un ensemble de nouveaux rapports statistiques.
* Assistance
* Backlog
* Ancienneté des tickets
* Tickets par groupes ou techniciens
* Top catégories ou groupes demandeurs
* Nombre de changement de groupes
* 5 rapports SLA
* Inventaire
* Versions et distributions des OS
* Top fabricants
* top types (serveurs, portables, ...)
* Top statuts
* Age des ordinateurs
* Agents FusionInventory
* Répartition des logs
Vous pouvez aussi ajouter vos propre rapports en utilisant le "framework" fourni par le plugin
Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/mreporting/</homepage>
<download>https://github.com/pluginsGLPI/mreporting/releases</download>
<issues>https://github.com/pluginsGLPI/mreporting/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/README.md</readme>
<authors>
<author>Teclib'</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>0.85+1.0-RC4</num>
<compatibility>0.85</compatibility>
</version>
<version>
<num>0.90+1.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
</version>
<version>
<num>0.84+2.3.3</num>
<compatibility>0.84</compatibility>
</version>
<version>
<num>0.84+2.3.2</num>
<compatibility>0.84</compatibility>
</version>
<version>
<num>0.84+2.3.1</num>
<compatibility>0.84</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL v2+</license>
<tags>
<en>
<tag>Reporting</tag>
<tag>Reports</tag>
</en>
<fr>
<tag>Graphiques</tag>
</fr>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/dashboard.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/mreporting_area.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/mreporting_garea.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/mreporting_gline.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/mreporting_hbar.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/mreporting_hgbar.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/mreporting_line.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/mreporting/master/screenshots/mreporting_pie.png</screenshot>
</screenshots>
</root>