You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2008-02-22 15:45:22

gcamacho
Member
From: Quito - Ecuador
Registered: 2006-06-21
Posts: 36

Installation Plugin

I am ussing the Installation Plugin in with my GLPI implementation, every day I receibe a mail in frech like this:

subject:    Une tche was outdated
message:
Name : xxxxx
Installation manager :
Usuario : xxxxx yyyyy
Grupo : xxxxx
Name of task : Reinstallation of this computer
Task manager : xxxxx yyyyy
Supplier responsible of the task : xxxxx
Affected user : xxxxx yyyyyy
Task carried out : No
Descripción :
This equipment is now reinstalled and ready to be used.
Planification :
Begin date : 20-02-2008 08:33
End date : 20-02-2008 08:48
Duración : 15 Minutes

In my view over plugins I see the Delivery date envisaged field in red.
My question, How I can close this installation? or what are the correct form to use this plugin?

Thank you for your help.

Offline

#2 2008-02-22 18:44:20

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Installation Plugin

this is a task which is outdated not an install.

+

There is a bug in the mailing.

For no receive emails :
In the task -> you set it to installed.

and in plugin_install_alerting() in inc/plugin_install.functions_display.php

you modify row 41 :

$query.= " glpi_plugin_install_tasks.end_date <= '".$date."' AND glpi_plugin_install.is_template='0' AND  glpi_plugin_install.deleted = '0' AND glpi_plugin_install_tasks.deleted='0'";

to

$query.= " glpi_plugin_install_tasks.end_date <= '".$date."' AND glpi_plugin_install_tasks.installed='0' AND glpi_plugin_install.is_template='0' AND  glpi_plugin_install.deleted = '0' AND glpi_plugin_install_tasks.deleted='0'";

Xavier Caillaud
Blog GLPI Infotel

Offline

#3 2008-02-25 21:57:29

gcamacho
Member
From: Quito - Ecuador
Registered: 2006-06-21
Posts: 36

Re: Installation Plugin

Thanks  for your help, I add a new task but I can set to installed, I add a new task with the Task carried out in Yes, and see the that the task is in green, but the principal viewe is in red.

Offline

#4 2008-02-25 23:59:24

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Installation Plugin

with this, if your task are carried out, do you don't receive mails.


Xavier Caillaud
Blog GLPI Infotel

Offline

Board footer

Powered by FluxBB