Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Mensual Color Plann...
 
Notifications
Clear all

Mensual Color Planning by ressource evolution

2 Posts
2 Users
0 Reactions
3,992 Views
(@raz)
Posts: 1
New Member
Topic starter
 
[#1152]

Hello,
i find this report very useful to give a general view.

The main default i see is : all the projets are listed in color legend and not only the active projects for the team or ressources selected.
To much color and projects to help visibilty.

So the result is a very large page with a scrollbar.

And the table is 100% width with first colomn 30% : the first column occupied half of the visible screen when working with lot of projects.

Personnally, i've patched it like that (no having any solution with the useful list of projects without recriting the entire sql query cause i'm not mastering the model in place).

- to sort the ressources by namae (i've added a asort($resources) in the colorPlan.php code just befor the foreach loop on $resources).
- limit the table to 1400 px for example (depend on the mean size of your screen) and limit the resource name column to 120px.


 
Posted : 07 May 2013 20H38
babynus
(@babynus)
Posts: 14952
Member Admin
 

all the projets are listed in color legend and not only the active projects for the team or ressources selected.

Fixed : only displayed projects apperar in legend.

So the result is a very large page with a scrollbar.

Fixed : new line every 8 projects in legend.

And the table is 100%

Fixed : remove the width, so it will be Resource + sum of days width.

width with first colomn 30% : the first column occupied half of the visible screen when working with lot of projects.

Fixed : fix width to 200px

to sort the ressources by namae (i've added a asort($resources) in the colorPlan.php code just befor the foreach loop on $resources).

Done, but with a natcasesort.

Thanks for reporting and proposales.


 
Posted : 08 May 2013 18H32
Share:

Scroll to Top