==============================================================================
 MODULE srv-glpi NOTES
==============================================================================

PLUGINS
------------------------------------------------------------------------------

after physical installation (in /usr/share/glpi-<ver>/plugins directory),
plugins must be "installed" (in software), and activated:

1. menu Setup -> Plugins
2. select plugin
3. Actions -> install
4. Actions -> enable (or click 'enable' on popup after install)


PLUGIN: ADDITIONAL FIELDS (example)
------------------------------------------------------------------------------

add usefull keys (windows activation, TPM recovery, etc) to Computers

1. menu Setup -> Additional fields
2. +Add
3. Label: Keys
4. Type: Add Tab (will create a new tab for the asset)
5. Associated item type: Computers

now enter in the new created block

1. Fields 
2. add new field -> Windows activation, text
3. add new field -> TPM recoverty, text

this new tab will shows at bottom of tabs side menu, in Computer assets

note: "Add Tab on specific tab" would be nice, but has a fixed/limited
	tabs to place, with "Add Tab" you can place fields in any managed
	form, but only at the bottom of tab list ... meh



PLUGIN: GENERIC OBJECTS (example)

as name says, add generic object to glpi database; as example you can
keep track of badges given to employees, used for door access control:

1. menu Setup -> Objects management
2. +Add
3. Internal identifier: access_badges
4. Family of type of object: click on '+' to add new 'Access Badges'
   (will become a menu entry under Assets)
5. activate needed usages, ie: Historical, Assistance

the object does not have any field but the Name and Comments; use
Additional Fields plugin to add yours

==============================================================================
