Skip to content

zampat/datainjection

 
 

Repository files navigation

Datainjection GLPI plugin

License Follow twitter Telegram Group Project Status: Active GitHub release GitHub build

Changes 09.07.2020 MOMI item_diskinjection.class.php added, replaces computerdiskinjection.class.php for GLPI 9.4 Attention: if Appliance plugin installed, it needs a change in usr/share/glpi/plugins/appliances/inc/applianceinjection.class.php CHANGE #43: add param: static function getTable($classname = NULL) {

Changes 23.06.2017: Enhanced memory and processor import Volumes import Automatic tasks for data injection

All customizations are signed by comments // WP // START

// END New files has Copyright string added

./inc/deviceprocessorinjection.class.php ./inc/computerdiskinjection.class.php ./inc/model.class.php ./inc/devicememoryinjection.class.php ./hook.php ./setup.php

Starting version: git remote add glpi_plugin_datainjection_orig https://github.com/pluginsGLPI/datainjection.git TAG 2.4.1

How do I get set up?

English

This plugin allows data import into GLPI using CSV files.

It allows to create models of injection for a future re-use. It's been created in order to:

  • import data coming from others asset management softwares
  • inject electronic delivery forms

Data to be imported using the plugins are:

  • inventory data (except softwares and licenses),
  • management data (contract, contact, supplier),
  • configuration data (user, group, entity).

Documentation

We maintain a detailed documentation here -> Documentation

Contact

For notices about major changes and general discussion of datainjection, subscribe to the /r/glpi subreddit. You can also chat with us via IRC in #glpi on freenode or @glpi on Telegram.

Professional Services

GLPI Network

The GLPI Network services are available through our Partner's Network. We provide special training, bug fixes with editor subscription, contributions for new features, and more.

Obtain a personalized service experience, associated with benefits and opportunities.

Contributing

  • Open a ticket for each bug/feature so it can be discussed
  • Follow development guidelines
  • Refer to GitFlow process for branching
  • Work on a new branch on your own fork
  • Open a PR that will be reviewed by a developer

Copying

  • Code: you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL-2.0).

Packages

No packages published

Languages

  • PHP 98.5%
  • Other 1.5%