forked from pluginsGLPI/fields
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
104 lines (94 loc) · 3.8 KB
/
plugin.xml
File metadata and controls
104 lines (94 loc) · 3.8 KB
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
<root>
<name>Fields</name>
<key>field</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/fields/master/plugin.png</logo>
<description>
<short>
<en>The fields plugin allows you to add custom fields on glpi types : tickets, computers, users...</en>
<fr>Le plugin 'Champs supplémentaires' (Fields) permet d’ajouter des champs personnalisés sur les différents objets gérés par GLPI : tickets, ordinateurs, utilisateurs...</fr>
</short>
<long>
<en>
The fields plugin allows you to add custom fields on glpi types : tickets, computers, users...
Directories "inc" and "front" should be available in writing for apache user.
Addionnal data can be added :
* In object tab
* In main form of object (above save button)
* In form of a tab (Warning, this feature is experimental)
Possible fields type are :
* Header (title bloc)
* Text (single line)
* Text (multiple lines)
* Number
* Dropdown (always a tree dropdown)
* Yes / No
* Date
* Date / Hour
* Glpi User list
There is a [migration script](https://github.com/pluginsGLPI/customfields/blob/master/scripts/migrate-to-fields.php) from "customfields" plugin.
**WARNING : this one is experimental and deserved to be more tested. We strongly advise you to backup your data before using it**
</en>
<fr>
Le plugin 'Champs supplémentaires' (Fields) permet d’ajouter des champs personnalisés sur les différents objets gérés par GLPI : tickets, ordinateurs, utilisateurs...
Les répertoires "inc" et "front" du plugin doivent être accessible en écriture pour l'utilisateur apache.
Les données supplémentaires peuvent être ajoutées :
* Dans un onglet de l'objet
* Dans le formulaire principal de l'objet (au dessus du bouton sauvegarder)
* Dans le formulaire d'un onglet existant (attention, cette fonctionnalité est expérimental)
Les types de champs possibles sont :
* Entête (bloc de titre)
* Texte (ligne simple)
* Texte (ligne multiples)
* Nombre
* Liste déroulante (intitulés, forcement un arbre)
* Oui / Non
* Date
* Date / Heure
* liste d'utilisateurs de glpi
Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/blob/master/scripts/migrate-to-fields.php) depuis le plugin "customfields".
**Attention : celui ci est expérimental et mérité d'être testé plus fortement. Nous vous conseillons fortement de sauvegarder vos données avant de l'utiliser**
</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/fields</homepage>
<download>https://github.com/pluginsGLPI/fields/releases</download>
<issues>https://github.com/pluginsGLPI/fields/issues</issues>
<readme>https://github.com/pluginsGLPI/fields/blob/master/README.md</readme>
<authors>
<author>Teclib'</author>
<author>Alexandre Delaunay</author>
<author>Jérémy Moreau</author>
<author>François Legastelois</author>
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>0.90-1.1</num>
<compatibility>0.90</compatibility>
<compatibility>0.85</compatibility>
</version>
<version>
<num>0.90-1.0</num>
<compatibility>0.90</compatibility>
<compatibility>0.85</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL v2+</license>
<tags>
<en>
<tag>custom fields</tag>
</en>
<lang>
<tag>champs personnalisés</tag>
</lang>
</tags>
<screenshots>
<screenshot>https://github.com/pluginsGLPI/fields/raw/0.84/bugfixes/documentation/pics/fields_bloc.png</screenshot>
<screenshot>https://github.com/pluginsGLPI/fields/raw/0.84/bugfixes/documentation/pics/fields_champ.png</screenshot>
</screenshots>
</root>