GLPI features requests on userecho has been discontinued, please use https://github.com/glpi-project/roadmap/discussions to submit your suggestions

+1

purge unused Software and Places

asdf 7 лет назад 0

Is there a possibility to purge old Softwareelements which arent used anymore? Same question is given for other Elements like Places and so on.

+1

Auto populate location details of the requester in creating ticket.

cleomar 7 лет назад обновлен JYL-63 1 год назад 1

I'd like to know if this is applicable to majority. Is it possible to auto populate location details of the requester in the ticket location field. Requesting user already have location details. This is necessary in generating report by locations.

Image 261

Best Regards,

+1
На рассмотрении

Make the status of tasks more visual

Pablo Piñero 7 лет назад обновлен glpi 7 лет назад 1

It would be very useful to have more visual control of tasks, for example:

- When a task is completed, in addition to the checkbox appearing as checked, it should be painted green and bold (older versions of GLPI were much more visual in this sense).

- When filtering by tasks in the Timeline, you can sort them by state, for example put the "To do" tasks at the top and the completed ones at the bottom.

+1

extend maximum page size for scrolling and search results

asdf 7 лет назад обновлен 6 лет назад 1

Actual there is a maximum of 200 for the settings "extend maximum page size for scrolling" and "search results".

Maybe it's possible to extend this to something of around 500?

+1

Minimized search criteria in saved search

ArriMa 7 лет назад 0

With the new search criteria restyling, some filter could be quite extended and half screen are occuped from the filter conditions.

It will be great if in saved search will be the option to load that view in minimized or maximized search criteria.

+1

Include Group in charge on Dashboard

anjoze 7 лет назад 0

Image 208

Here is the code:

inc/ticket.class.php:

showFormHelpdesk()
Line 3916
echo "";
showCentralList()
Line 5578
echo "";
Line 5866 - 5867
echo "".__('Group in charge of the hardware')."";
echo "".__('Technician in charge of the ticket')."";
showVeryShort()
Line 6408 - 6443
// Categoria ITIL
echo "";
//$job->fields[];
$categ = new ITILCategory();
$categ->getFromDB($job->fields['itilcategories_id']);
echo "" . $categ->fields['name'] . "
";
// Grupo
if (isset($job->groups[CommonITILActor::ASSIGN])
&& count($job->groups[CommonITILActor::ASSIGN])) {
foreach ($job->groups[CommonITILActor::ASSIGN] as $d) {
echo Dropdown::getDropdownName("glpi_groups", $d["groups_id"]);
echo "
";
}
}
echo "";

echo "";
//user
if (isset($job->users[CommonITILActor::ASSIGN])
&& count($job->users[CommonITILActor::ASSIGN])) {
foreach ($job->users[CommonITILActor::ASSIGN] as $d) {
if ($d["users_id"] > 0) {
$userdata = getUserName($d["users_id"], 2);
$name = "".$userdata['name']."";
$name = sprintf(__('%1$s %2$s'), $name,
Html::showToolTip($userdata["comment"],
['link' => $userdata["link"],
'display' => false]));
echo $name;
} else {
echo $d['alternative_email']." ";
}
echo "
";
}
}
echo "";

+1

Comment masquer les machines obsolètes dans les tickets ?

rdouard 7 лет назад 0

Quand je suis dans GLPI, J'ai des doublons de machines. Je voudrais savoir comment masquer ces machines sans les supprime pour les avoir toujours sous la main. 

+1

Global display rack

jeckchen 7 лет назад 0

缺乏全帧全局图,例如opendcim,你可以看到所有机架和机架的空间使用情况

+1

Plugin Zabbix for GLPI 9.4

Rodolfo 7 лет назад 0
Is there a forecast for creating the webservice plugin for glpi 9.4?

Сервис поддержки клиентов работает на платформе UserEcho