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

0

Problem with plugin reports

Tiamiyou M. 7 years ago updated 7 years ago 1

Good morning,

Recently, I work with glpi and the plugin reports. I managed to create a few reports but the problem is that this plugin is blocking some access on GLPI. I can't view the content of the drop-down lists. This content displays: Loading Failed. The problem is solved when I disable the plugin reports. Could you help me solve this problem please? I really need this plugin. Thank you.

0

[API REST] Solution approbation

yves tesniere 7 years ago updated 7 years ago 0

api can create tickets, add followup, tasks solution;


solution approbation is missing : can't add followup with [close] or [add_reopen] params.

it would be usefull to provide api solution approbation


0

Hi, it would be interesting to be able to define the entity in a specific stock of the toner model.

cabana es 7 years ago updated by Sebastien 7 years ago 1

Example: 100 toners of the model EPSON M4000 are bought, this purchase is sent to 3 different buildings 25 to one, 25 to another and the rest, 50 to a third. The problem is that we do not know how to assign these differentiated quantities to each building since the entity is determined in the model and not on the stock of the same. If the total stock is located in an entity superior GLPI does not allow the allocation of toner to the printers of the lower entities, without the administrators have privileges in that higher entity. If there is a way to carry out this division of stock, I would appreciate the solution. Thank you

0

Add an option to disable a mysql replicate

Walid Nouh 7 years ago 0

When a mysql replicate is disable in glpi general configuration, the config_db_slave.php file is removed.

By doing so, when the replicate is enabled again, all previous informations are lost.


It would be interesting to add a class parameter to disable the replicate (without removing the file), for example when there's a replication failure and you want to investigate or rebuild a the slave server

0

[rest api] add with template

Hynek Petrak 7 years ago 0

Hi, would it be possible to add object via REST API based on a template or object of a same class? Use of template would be recognized if input contains a valid id.

A sort of (in python):

headers = {'Content-Type': 'application/json',
       "Authorization": "user_token " + user_token, "App-Token": app_token }
data = """{"input": [{ "id" : 2032, "name" : "asset from template",  }]}"""
requests.post(url + sub_url, headers=headers, data=data)


0

Filter in column

ciadch 7 years ago 0

Hello,


It could be really useful to have a "second level" of filter in columns. First one is to query what we want (the actual filters / search methods) and a second one to filter in table (for exemple with jQuery tablesorter plugin).


Thanks

0

Conformité CNIL - Apposer une mention en bas de page

richard michalowicz 7 years ago updated by yves tesniere 7 years ago 1

j'ai besoin d'apposer une mention cnil en bas de page pour la conformité avec la loi informatique et libertés afin de prévenir de l'utilisation des données à caractère personnel au sein du logiciel à mes utilisateurs. Le champ disponible actuellement pour remplir cette fonction au moment de la connexion n'est pas suffisant car dans un contexte de SSO celui-ci n'est pas visible par mes utilisateurs. Comment faire sans altérer le code source ?
merci par avance

0

use glpi as subdomain

Helquisson (Micromed) 7 years ago 0

hello guys,
Well, i'm using GLPI as subdomain (glpi.mydomain.com), but some links is broken, because i need to use "$CFG_GLPI['root_doc']" empty for the GLPI works like a subdomain, but i see what some parts of the code don't get the configuration automatically, one sample is the file commonglpi.class.php in the function "showNavigationHeader($options=array())", in the $target variable for example get the value with $_SERVER['PHP_SELF'], getting the document root of the application, and this ocurrency exists in the other parts of the project.



Has anyone ever experienced this? Or exists other solution?



Regards.

0

In Setup->Components to do names of components with images, with match of the type of component

zegordo 7 years ago 0

hello

now we have this page
and seems to be good add an images, to interact more quickly and better

for example:



0

new notification when file is rejected

Bruno Joffredo 7 years ago updated 7 years ago 0

Hello,
When a ticket is created or a follow-up is added by sending an e-mail with an attached file,
the user does not receives a new notification if the file is rejected.


Today, there is just an indication of rejection in place of the web link in the "new ticket" or "new follow-up" notification. But this information is drowned among others.
It would be more striking if a new notification will inform that the file is not passed.


Thank you.