Please check if the feature has not already been requested.
If not, please describe it
Change view based on profile
Hello,
Would it be possible to make the change view as configurable as the ticket view as to allow a certain profile to onyl see the tickets that is either attributed to a user, a group/profile ?
The only options are to see the changes on which you are author or all changes.
search date in the future
it is not possible to use the search engine to search date indicated in the future.
for exemple, if I want to search for certificate that will expire soon, it is not possible to indicate in the search engine a relative date like +2MONTH as only negative relative date are present
to do so, it can be easy based on how GLPI is built, just add the following in inc/html.class.php :
for ($i=1; $i<=12; $i++) {
$dates[$i.'MONTH'] = sprintf(_n('+ %d month', '+ %d months', $i), $i);
}
right after :
for ($i=1; $i<=12; $i++) {
$dates['-'.$i.'MONTH'] = sprintf(_n('- %d month', '- %d months', $i), $i);
}
the rest will do the job
Make webservice plugin usable in security aware companies/customers.
In last version of webservice plugin can call listObjects and getObject only admin user. This makes this plugin useless for security aware company.
For example. If I want to integrate GLPI for example with ansible I can do it using glpi_ansible (https://github.com/Webelys/glpi_ansible) This ansible plugin calls listObjects and getObject and stores credentials in text file. Due to limitation of web service plugin I have to create service account in GLPI with administrator privileges. When servers administrators which are using ansible are not GLPI administrators, the they will got credentials for administrators access to GLPI and this is BAD.
Allow use listObjects and getObject for non admin user and control access to object types according standard GLPI rights.
Allow bigger display of file names
As you can see filenames are cut quite short for optimal display.
It shows "Configuring the Exist..."
Other columns, like Mime type, allow full (or at least) bigger names without trim.
It would be nice if the field was bigger, or even configurable.
Transfer characteristics of models from Components to Dropdowns
It is better to transfer charecteristics of models in properties of Component then describe them every time / Лучше перенести характеристики моделей в свойства Компонента, чем описывать их каждый раз
Permitir Observadores aprovarem a solução dos chamados
Permissão de os observadores do chamado poderem aprovar a solução do chamado.
Daily reminder for ticket not yet taken over.
Hi, I was wondering if the GLPI platform provides a function that notifies me every day of new tickets, not yet taken over.
allow to order tabs
in forms, the tab is listed by certain order, not clear how is organized.
After add plugins or add new field tabs/blocks it list before the "All" and "Duplicate/Copy" tab.
It will be nice to be able to re-order the tabs to make it easier for accessing.
Possibility to import files of massive load format CSV or Excel
Good day, I would like to know if you can upload a file in CSV or Excel format to the GLPI Inventory, because I need to add more than 500 teams but I have all of them registered in Excel, so creating one team per team is very tedious and time consuming . If anyone can tell me if this possibility exists or if you can only add the GLPI inventory manually.
Thank you
Add name of collector in history
Be interesting if ticket open from collector, the name of the collector is identify in ticket history.
Service d'assistance aux clients par UserEcho