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 2010-08-18 22:51:49

u_sup
Member
Registered: 2010-08-06
Posts: 23

Gantt Project Plug-in

Hello,

How do I order the Project/rows by start date column in a gantt chart?

any way to modify the code ?


Thanks

Last edited by u_sup (2010-08-18 22:52:32)

Offline

#2 2010-08-19 09:04:28

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

Re: Gantt Project Plug-in

Yes you can modify the code


Xavier Caillaud
Blog GLPI Infotel

Offline

#3 2010-08-29 14:05:21

u_sup
Member
Registered: 2010-08-06
Posts: 23

Re: Gantt Project Plug-in

Hello,

Could you help me to find the PHP file ligne wich I should modify to order my Project/rows by Project name column in a gantt chart?

Thanks

Last edited by u_sup (2010-08-29 14:05:54)

Offline

#4 2010-09-02 11:10:43

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

Re: Gantt Project Plug-in

plugin version ?


Xavier Caillaud
Blog GLPI Infotel

Offline

#5 2010-09-02 19:49:16

u_sup
Member
Registered: 2010-08-06
Posts: 23

Re: Gantt Project Plug-in

the plug-in Ver. is     1.0.1

Regards

Offline

#6 2010-09-02 20:59:47

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

Re: Gantt Project Plug-in

function showGlobalGantt dans inc/projet.class.php

Modify the ORDER BY


Xavier Caillaud
Blog GLPI Infotel

Offline

#7 2010-09-03 07:19:44

u_sup
Member
Registered: 2010-08-06
Posts: 23

Re: Gantt Project Plug-in

Sorry to disturb you again, maybe it will better if you give me please the line number.
but there is many query with order by !
should I order by `glpi_plugin_projet.name`or just name ?

Thanks for your help

Offline

#8 2010-09-07 09:56:15

u_sup
Member
Registered: 2010-08-06
Posts: 23

Re: Gantt Project Plug-in

Hello,

any news?

Thanks

Offline

#9 2010-09-10 12:19:37

u_sup
Member
Registered: 2010-08-06
Posts: 23

Re: Gantt Project Plug-in

and what about the old ver. project  1.0.0, it's the same function "showGlobalGantt"?

Thanks

Offline

#10 2010-09-13 13:51:57

u_sup
Member
Registered: 2010-08-06
Posts: 23

Re: Gantt Project Plug-in

NO body want to help me ??

Offline

#11 2010-10-05 10:25:16

u_sup
Member
Registered: 2010-08-06
Posts: 23

Re: Gantt Project Plug-in

it's done you could close it:

the solution was :


$query.= " AND status != '5'
                AND show_gantt='1'";
        $query.= "ORDER BY FK_entities ASC, name";

Offline

Board footer

Powered by FluxBB