Welcome to GLPi feature request service.
Please check if the feature has not already been requested.
If not, please describe it

+1

Get the PC name in a ticket

Javier Samaniego il y a 10 ans mis à jour par Ariel il y a 9 ans 5

Is it possible get or associate the PC that send the ticket to the ticket?


Thank you.

+1
Écarté

Plugin news choisir la page d'affichage

Riesu il y a 10 ans mis à jour par glpi il y a 9 ans 2
Il serai bien de pouvoir choisir sur quel page afficher l'alerte, par exemple n'avoir que la page d'accueil ou/avec celle des tickets.
+1

Pretty URLs with htaccess

Juan Fernando Villa Hernández il y a 10 ans 0

The URL at today is: http://myurl.com/front/funtionality.php?id=XXX or http://myurl.com/plugin/funtionality.php the idea it's change this trough htaccess for http://myrul.com/funtionality/ID I mean the URL change to this: Example the URL for projects it is:http://myurl.com/plugins/projet/front/projet.php the htaccess change just for /project/ and when you chooose a project appear form this must be changed too so: form + ID it's reduced so the final it's http://myurl.com/projet/01 or ticket case Example the ticket URL it's: http://myurl.com/front/ticket.form.php?id=000000 the htaccess change just for /ticket/ and when you chooose a ticket appear form this must be changed too so: form + ID it's reduced so the final it's http://myurl.com/Ticket/20153001

+1
Résolu

Integrate Talk plugin to the project section.

biet-j il y a 10 ans mis à jour par glpi il y a 10 ans 3
(Sorry for my bad english)
I'm falling in love with the talk plugins
http://plugins.glpi-project.org/#/plugin/talk
it's very usefull, so, is it possible to have the same plugin for the project?

Thx!
+1
Écarté

DO NOT clear fields when a mandatory field is missing

Matthias Delamare il y a 10 ans mis à jour par glpi il y a 9 ans 4

When you try to close a ticket and you missed to fill a mandatory field (eg category), the response field you took time to fill is TOTALLY EMPTY after clicking on save...

+1

add ipam fonctions

Quette Nicolas il y a 10 ans 0

I would like in the future version to glpi a ipam

0

Ability to change the order of tasks in ticket templates

Augustin il y a 2 jours 0

It could be great if we can change the position of each task in a ticket template because some tasks needs to be done before others.

0

Feature Request: Button Actives for current user in Help Desk

Edwin Elias il y a 4 jours 0

There is a possibility to add feature in a future a button to list all the current actives in the logged user in helpdesk

Even its possible to send a notification when a active is assigned to an user.

Image 519

0

gantt plugin - Proposal new features

Núria Costa il y a 5 jours 0

We use the plugin and it works very well for us, but we are missing some functionalities. Could you consider including them in future versions?

  • Improvements for the filter: make it search in the titles of projects, tasks, and subtasks.
  • Export format: try to add some format like PDF or Excel for printing.
  • Add the option to Show/Hide linked tickets in subtasks and make them clickable. The idea is that it should be optional. They should only be displayed if "Show" is selected.
  • Add the possibility to add tickets directly, just like it currently allows adding new subtasks. Provide the option to add tickets in subtasks and have them linked to the project and the project task.
0

GLPIPlanning.getHeight in planning.js

Gabriele Bertolucci il y a 2 semaines 0

I'm using GLPI 11.0.4 as a Docker container.

In planning view I was not able to use the full available window height.

The only method I found was to manually edit line 93 of file planning.js inside the container, from 

height: options.height,

to

height: '100%',

and fully refresh the page in browser.

This value seems to have a default value set at line 55

height: GLPIPlanning.getHeight,


This behaviour is a bit annoying because I have to reproduce this modification at every containter recreation.

It should be nice if that value was parameterized somehow as many other parameters are already.