Skip to content

clesssalvein/GlpiClient

Repository files navigation

About GLPI

GLPI (https://glpi-project.org/) is an open source IT Asset Management, issue tracking system and service desk system. This software is written in PHP and distributed as open-source software under the GNU General Public License. (https://en.wikipedia.org/wiki/GLPi)

About GlpiClient

This App is a simple Desktop client for GLPI that allows you to create Tickets in GLPI system right from you PC.

Requirements

  • Server: GLPI >= 10.0.x
  • Client: Windows OS >= 7

Necessary preliminary GLPI server settings

To make this App work you have to configure GLPI server with Users, Groups and Profiles.

Group:

20-1

Profile:

30-1

30-2

30-3

30-4

30-5

30-6

User:

10-1

10-2

10-3

Also you have to turn ON API and add an App-token

API:

40-1

App-token:

40-2

GlpiClient settings

You have to edit the config file config/config.ini by replacing corresponding variable values

Usage

  • Run GlpiClient.exe, Sign in and feel free to use it!

50-1

50-2

Thanks

Waitingspinnerwidget

The MIT License (MIT)
Copyright (c) 2012-2014 Alexander Turkin
Copyright (c) 2014 William Hallatt
Copyright (c) 2015 Jacob Dawid
Copyright (c) 2016 Luca Weiss
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.