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

+2

Duration Project task

Dev Apps 10 years ago updated 9 years ago 2

In Project tasks, can you change the list of Planned duration and Effective duration as the Duration in Ticket Task ? 15mn in 15mn instead of 1mn in 1 mn then 1 hour in 1 hour.

Because it's impossible to select 1h15 for example.


These fields can they be calculated automatically when Planned start date and Planned end date or Real start date and Real end date are indicated ?


Thanks.

+2

Add more qty in stock consumables

Gilberto Tuñon 10 years ago updated by Thiago Passamani 10 years ago 2

If possible add more qty on qty stock, consumables. Actual max value is 100. I need 1000 or 2000 items.

Image 44

+2

Integrate the "IP report" plugin natively into GLPI

Yvan B 10 years ago updated 10 years ago 0

The idea is to have a report of used IPs by subnets. When you are creating an asset for planning an installation, you have to plan also the IP that you want to attribute. Having such a report will allow you to see what are your unused IPs.

"IP report" plugin is already doing that very well but is only available til version 85.3

+2
Completed

Knowledge Base Editor

Gareth 10 years ago updated by glpi 9 years ago 3

Would love an advanced text editor for knowledge base and reminders.

+2

GLPI CLI

Loïc FONTAINE 10 years ago updated by Walid Nouh 10 years ago 2

It should be better if we can administrate GLPI using a CLI in order to accelerate integration (specially to deploy dictionary rules)

+2
Completed

Open Type License

Juan Fernando Villa Hernández 10 years ago updated by Walid Nouh 9 years ago 8

Please. Add a option to select the open proper license by the selection:

Software: GPL, APACHE, MIT, Public Domain etc.

Hardware: Open Hardware, Creative Commons etc.

+2

Mask in mac-address field

Javier Samaniego 10 years ago updated 10 years ago 2

Put a mask in mac-address field.

See this plugin of jQuery: https://igorescobar.github.io/jQuery-Mask-Plugin/


MAC: aa:bb:cc:dd:ee:ff


It could be useful for IP, number telephone, etc.


Thanks.

+2

Backup in Google Drive or Dropbox

Juan Fernando Villa Hernández 10 years ago updated by anonymous 10 years ago 2

Enable the posibility of save the backups in the Owncloud, Google Drive, Dropbox or Mega.

+2

Business Rule to associate items to the ticket

Javier Samaniego 10 years ago updated 8 years ago 2

Hi,

i'm trying to do this:

http://forum.glpi-project.org/viewtopic.php?pid=261392#p261392

http://forum.glpi-project.org/viewtopic.php?pid=88814#p88814

the first one is mine


basically I try to implement this rule:

Criteria:

Criterion: Description
Condition: regular expression matches
Reason: /([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})/

Actions:
Fields: Associated element
Action type: Assign: equipment by IP address
Value: #0


and also with the computer name:

Criteria:

Criterion: Description
Condition: regular expression matches
Reason: /(myprefix[0-9]{1,5})/

Actions:
Fields: Associated element
Action type: Assign: equipment by name + domain
Value: #0


not working...


GLPI version: i've tried with 0.84 and 0.90


Thanks in advance!