Git Product home page Git Product logo

room's Introduction

Room Management plugin for GLPI

This is a plugin to add room management feature to GLPI assets inventory software.

Description

This plugin allows you to manage the rooms and the elements that are included in. A room is not the same as a location that already exists in GLPI because it can not contain items nor be loaned (which a room can be).

GLPI 9.5.1 compatibility added and tested. Translation fixed (gettext domain). I also added a basic hungarian translation :)

Installation

This plugins installs as any other GLPI plugin.

  1. Place the current source code tree in a directory named room and move this one inside the plugins directory of your GLPI installation.
  2. Go to Setup > Plugins.
  3. Look for the Room Management plugin's row.
  4. Click on the Install button.
  5. Click on the Enable button.

Uninstallation

This plugins uninstalls as any other GLPI plugin.

  1. Go to Setup > Plugins.
  2. Look for the Room Management plugin's row.
  3. Click on the Disable button.
  4. Click on the Uninstall button.
  5. Delete the plugins/room directory of your GLPI installation.

Contributing

Please follow the following rules for contributing:

  • Respect PSR-1 and PSR-2.
  • Open an issue 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 for merging. It will be reviewed by a developer.

Coding standards

Respect of coding standard is checked by PHP Coding Standards Fixer. The .php_cs.dist file contains the standards to conform to.

Command to list all PHP files with standard issues:

php php-cs-fixer-v2.phar fix --config .php_cs.dist --dry-run.

Same command but includes detail of actual lines with standard issues:

php php-cs-fixer-v2.phar fix --config .php_cs.dist --dry-run --diff .

Command to fix thoses issues:

php php-cs-fixer-v2.phar fix --config .php_cs.dist .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.