GithubHelp home page GithubHelp logo

baplb / tasklists Goto Github PK

View Code? Open in Web Editor NEW

This project forked from infotelglpi/tasklists

0.0 1.0 0.0 312 KB

Plugin tasklists for GLPI (Kanban)

License: GNU General Public License v2.0

PHP 83.34% Shell 0.20% Perl 0.51% CSS 3.30% JavaScript 8.85% TSQL 3.79%

tasklists's Introduction

Plugin Tasklists for GLPI

Plugin tasklists

This plugin is on Transifex - Help us to translate : https://www.transifex.com/infotelGLPI/GLPI_tasklists/

See wiki for use it ? https://github.com/InfotelGLPI/tasklists/wiki

Adding a management of tasks & a kanban. This plugin adds in GLPI, an interface to add tasks & manage them into a kanban

Last features :

  • Clone task
  • Add comments to tasks
  • See authors tasks filter
  • See archived tasks filter
  • See in progress tasks filter
  • Send notifications for add / change / delete task
  • Use richtext on tasks
  • Add templates by context
  • Add entity pre-selection
  • Use a default Backlog from list
  • Link to tickets
  • Preference : context by default
  • See percentage of completion from tasks
  • Order States
  • Add context to States
  • Add color to States
  • Minimize closed tasks
  • Can be used with mail collector to create tasks
  • Add notification for revive user in charge
  • Add min - max by state
  • Add notifications to comments

For GLPI versions <9.1, for use it with mail collector you must to modify "inc/rulemailcollector.class.php" file, into "executeActions" fonction, into switch : switch ($action->fields["action_type"]), add a default case :

default:
   //plugins actions
   $executeaction = clone $this;
   $output = $executeaction->executePluginsActions($action, $output, $params);
   break;

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.