Files
tomolino-processmaker/processmaker.xml
tomolimo 8168c7a8ed Added GLPI_TICKET_ID to case after ticket creation via simplified interface
Added GLPI_ITEM_TYPE to case at ticket creation via simplified interface
Fixed problem of ticket text in simplified interface
Fixed problem of viewing pm task when task is too high in simplified interface
Created scripts folder and moved importUsersGLPI2PM.php into it
Set version to 3.1.6
2017-09-01 10:47:29 +02:00

49 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Processmaker</name>
<key>processmaker</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/tomolimo/processmaker/master/processmaker.png</logo>
<description>
<short>
<fr>Ce plugin fournit la possibilité d'intégrer un processus (workflow) aux tickets.</fr>
<en>This plugin provides a process (workflow) management linked to tickets></en>
</short>
<long>
<en>This plugin is dedicated to provide a process (workflow) management linked to tickets. This goal is achieved using ProcessMaker (URL: http://www.processmaker.com/). ProcessMaker will provide Process design and Workflow execution. This plugin is the glue between GLPI and ProcessMaker.</en>
<fr>Ce plugin est dédié à la gestion de processus (workflows) liés à des tickets. Ce but est atteint par l'utilisation de ProcessMaker (URL: http://www.processmaker.com/). ProcessMaker fournit un outil graphique de création de processus et permet l'exécution de ceux-ci. Ce plugin sert de glue entre GLPI et ProcessMaker.</fr>
</long>
</description>
<homepage>https://github.com/tomolimo/processmaker</homepage>
<download>https://github.com/tomolimo/processmaker/releases</download>
<issues>https://github.com/tomolimo/processmaker/issues</issues>
<readme>https://github.com/tomolimo/processmaker/wiki</readme>
<authors>
<author>Olivier Moron</author>
</authors>
<versions>
<version>
<num>3.1.6</num>
<compatibility>9.1</compatibility>
</version>
</versions>
<langs>
<lang>en_gb</lang>
<lang>fr_fr</lang>
</langs>
<license>GPL v2+</license>
<tags>
<fr>
<tag>Processus</tag>
<tag>Workflow</tag>
<tag>Helpdesk</tag>
<tag>Tickets</tag>
</fr>
<en>
<tag>Processes</tag>
<tag>Helpdesk</tag>
<tag>Workflows</tag>
<tag>Tickets</tag>
</en>
</tags>
</root>