-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from bacus99/1.0.6
1.0.6
- Loading branch information
Showing
16 changed files
with
461 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Services | ||
GLPI ITIL Services project | ||
|
||
The goal of this plugin is to associate servers, devices, printers, ... to a specific service based on ITIL concepts. | ||
|
||
This include | ||
- TCO association for costs redistributions between entities | ||
- Information related to disaster recovery (date, plan, doc, ...) | ||
- Ownership of service within an enterprise |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?php | ||
/* | ||
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $ | ||
------------------------------------------------------------------------- | ||
Services plugin for GLPI | ||
Copyright (C) 2003-2011 by the Services Development Team. | ||
https://forge.indepnet.net/projects/services | ||
------------------------------------------------------------------------- | ||
LICENSE | ||
This file is part of Services. | ||
Services is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
(at your option) any later version. | ||
Services is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Services. If not, see <http://www.gnu.org/licenses/>. | ||
-------------------------------------------------------------------------- | ||
*/ | ||
|
||
include ('../../../inc/includes.php'); | ||
|
||
$dropdown = new PluginServicesServiceServerType(); | ||
include (GLPI_ROOT . "/front/dropdown.common.form.php"); | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?php | ||
/* | ||
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $ | ||
------------------------------------------------------------------------- | ||
Services plugin for GLPI | ||
Copyright (C) 2003-2011 by the Services Development Team. | ||
https://forge.indepnet.net/projects/services | ||
------------------------------------------------------------------------- | ||
LICENSE | ||
This file is part of Services. | ||
Services is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
(at your option) any later version. | ||
Services is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Services. If not, see <http://www.gnu.org/licenses/>. | ||
-------------------------------------------------------------------------- | ||
*/ | ||
|
||
include ('../../../inc/includes.php'); | ||
|
||
$dropdown = new PluginServicesServiceServerType(); | ||
include (GLPI_ROOT . "/front/dropdown.common.php"); | ||
|
||
?> |
Oops, something went wrong.