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

+1

Add new datas for GLPIInventory ( 'list of admins' , 'external_ip' , ... )

jean-claude cavaille il y a 1 an 0

I will add new datas, during the Inventory task scheduled by GLPIAgent, 

* list_admins:         the list of local admins (in a Windows environment)
  Why ?                 identify, in a parc, the rogue admins

* external_ip:          the external ip of the host

    Why ?             identify if its location , Is it in telework or on a specific site 

+1

Minimize search bar

Brandon R il y a 1 an mis à jour par Conrad C il y a 1 an 1

Create a minimize button that hides your search criteria. Specifically under assistance I have a 6 line search that takes up the screen if we could minimize and maybe list the saved search you are using that would make visibility and usability much better IE  

Image 488

If this part of the assistance Tickets window was like minimized to show the search button, Name of search, And maximize it would save so much space on screen.

+1

Search and History

joaoseguro il y a 1 an mis à jour par Erique Souza il y a 1 an 1

Hello,

Do you develop some funcionality that shows history of:

Computer asset --> witch users passed by that computer

User --> wich computers have

With dates?

Thanks.

+1

Computers and licence assigned to users

joaoseguro il y a 1 an mis à jour il y a 1 an 1

Hello. 

We use GLPI to assign hardware to certain users, and software too. We have microsoft 365 and what i desire is to, have some license associated to certain user, and automaticaly, associate to computer user. For example:


User AA is in computer AA-Pc-001. The User AA, in next day, will have assigned some Microsoft 365 Office licence.

When go to licence apply to the user, i want to automatically show in the computer asset the licence. When the user change pc, the licence is updated with new computer.

Can we do that?

+1

Add a dropdown menu to choose predefined texts for the description field in tickets

RicardoForigua il y a 2 ans 0

Hello, I would like GLPI to have the functionality to have a dropdown menu to fill in the description field of tickets with predefined texts, for example, to have some generic description templates for tickets. This is something I have seen in other help desk platforms and I find it quite useful.

+1

allow access to GLPI from different domains

Alex il y a 2 ans 0

Up until version 10, it's possible to access GLPI through various domains by using different virtual hosts in Apache. It seems that in version 11, this won't be possible anymore. Is there any way to allow this type of usage?

https://github.com/glpi-project/glpi/issues/16963

+1

Add USB hub to monitor ports

petertuharsky il y a 2 ans 0

There are several possible ports assignable to monitor, however we miss an "USB hub" option.

+1

PHP 7.4.0 - 8.4.0 (exclusive) required

Akram il y a 2 ans 0

hello all 


i am facing problem after i install  GLPI at the server and install all the settings i cant open it at web and give me this messuage " PHP 7.4.0 - 8.4.0 (exclusive) required " at web page  but i already download PHP 8.3 please your help.



Thanks.

+1

Permanently delete computer and have an orphaned junk cleanup cron

Erique Souza il y a 2 ans 0

When we are deleting an item from the GLPI recycle bin, for example a computer, 2 ways of deletion are always presented:

  • Permanently delete but keep devices
  • Permanently delete and remove devices

The issue is that I have always noticed that when permanent deletion is chosen asking to remove the devices together, some items are not excluded, leaving several inventory requirements that will no longer exist behind, such as: Software, monitor and devices

I believe that this behavior is incorrect and that everything related to that equipment should be removed.

I know that there is an automatic action task that cleans software and software versions that are no longer linked to any computer, this partially resolves the garbage left by a deleted computer, for example.

But today there is no automatic task that deletes unlinked orphan devices that were in automatic inventory, I believe that perhaps this is the way to go, to leave them in the GLPI as optional, or to clean them when deleting the equipment.

+1

##IF with regexp for notification template

Jhonnatan Semler il y a 2 ans 0

We need to customize the notification template according to the "ticket.category" value that will be something like "IT>Support", "IT>Maintenance", "General>Other", "HR>Something", etc. So, we need to check if "ticket.category" contains "IT" word (something like ##IFticket.category CONTAINS "IT"##), maybe a function with some kind of regexp can do the job.