forked from pluginsGLPI/credit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
71 lines (71 loc) · 2.72 KB
/
plugin.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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Credit</name>
<key>credit</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/credit/master/plugin-icon2.png</logo>
<description>
<short>
<fr><![CDATA[Ce plugin vous permet de déclarer et suivre (par entité) les consommations de différents coupons de crédits directement à partir du formulaire Ticket.]]></fr>
<en><![CDATA[This plugin allows you to declare and follow (by entity) the consumptions of different credit vouchers directly from the Ticket form.]]></en>
</short>
<long>
<fr><![CDATA[Ce plugin vous permet de déclarer et suivre (par entité) les consommations de différents coupons de crédits directement à partir du formulaire Ticket.]]></fr>
<en><![CDATA[This plugin allows you to declare and follow (by entity) the consumptions of different credit vouchers directly from the Ticket form.]]></en>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/credit</homepage>
<download>https://github.com/pluginsGLPI/credit/releases</download>
<issues>https://github.com/pluginsGLPI/credit/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/credit/master/README.md</readme>
<authors>
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>1.1.1</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.1.0</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.0.1</num>
<compatibility>9.1.2</compatibility>
</version>
<version>
<num>1.0.0</num>
<compatibility>9.1.2</compatibility>
</version>
</versions>
<langs>
<lang>fr_FR</lang>
<lang>en_GB</lang>
</langs>
<license>GPLv3</license>
<category></category>
<tags>
<fr>
<tag>assistance</tag>
<tag>service</tag>
<tag>carnets</tag>
<tag>crédits</tag>
<tag>gestion</tag>
<tag>ticket</tag>
</fr>
<en>
<tag>helpdesk</tag>
<tag>services</tag>
<tag>vouchers</tag>
<tag>credits</tag>
<tag>management</tag>
<tag>ticket</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/credit/master/screenshots/fr_ticket-tab.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/credit/master/screenshots/fr_entity-tab.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/credit/master/screenshots/fr_detail-consumed.png</screenshot>
</screenshots>
</root>