Please check if the feature has not already been requested.
If not, please describe it
UNC link for documents and files
Add the possibility of saving a UNC link in the documents tab of a hardware, software, project ... To use documents already centralized on a file server and to be able to use the notion of working folder in projects
multiple sorting
It would be really nice to be able to apply multiple sorting on tickets and others things.
For example sorting ticket by type first and then by priority.
So the ticket would be sorted like this:
- First all the request, sort by priority.
- Then all the incident, sort by priority.
This is possible directly in sql, so I guess this is also possible directly in GLPI :
SELECT * FROM `glpi_tickets` ORDER BY `glpi_tickets`.`TYPE` ASC, `glpi_tickets`.`PRIORITY` ASC;
Of course the "TYPE" and "PRIORITY" do not have this name in the DB, but I think this could be done ?!
Thank you in advance !
Best regards.
add a button transfer on ticket form
add a button transfer on ticket form to facilitate the transfer to another entity
Ticket assignment rule option to check calender
We would need a function to assign tickets different, depending on the time.
Example:
From 7 am until 4:30 pm first level group is assigned but the remaining time the second level should get the tickets direct.
Rich text and picture WYSIWYG editor (CKEditor) to add picture from HDD
Remplacer l’éditeur WYSIWYG (même celui de la version 9.1RC2) par CKEditor :
- Permettra d'ajouter une image depuis son HDD vers le serveur GLPI...
Replace the WYSIWYG editor (even that of 9.1RC2 view) by CKEditor:
- Will add an image from the HDD to the GLPI server ...
Demo : http://ckeditor.com/demo
Or the same like using on the userecho.com website ?
I read all the articles :
- http://glpi.userecho.com/topics/136-rich-text-editor-for-followups/
- http://forum.glpi-project.org/viewtopic.php?pid=163462
- http://glpi.userecho.com/topics/73-update-mceeditor-of-knowbase/
- https://github.com/glpi-project/glpi/pull/723
- http://forum.glpi-project.org/viewtopic.php?id=155329
personal / global view
Hi,
Is it possible to add a button to swith between global and personal view ? For now, if a personal view is defined we need to delete this one to display global view.
Topic on GLPI's forum : http://forum.glpi-project.org/viewtopic.php?id=154548
Add many actions in rules ticket
Hi,
I use a lot your mail ticket creator and it's a really great tools but I think some actions are missing.
Indeed, I can't create a ticket an assigning some information like a machine id in a mail.
If I create a rule like this :
- Criterion : descriptions contains --1845
- Actions : add the PC with id 1845 to this ticket. or something like:
- Criterion : descriptions contains @@14
- Actions : set the duartion of the ticket to 14 days.
Do you think it's possible to implement this features ?
Best Regards.
Split email notification informations
Ability to split notification informations (admin email, signature) for helpdesk & inventory.
In some cases, it's not managed by the same service, so emails must not be sent with the same email & signature.
asset : management TAB : destruction date
Since this tab manages buy date, value, warranty, It should also manage Destruction date or something equivalent to follow which assets are destroyed.
Status "destroyed" can be used but can not help for answering : wich asset was detrroyed last year ?,
Customer support service by UserEcho