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.
Hello,
I have a problem in my version of projector'RIA. Before when we went into the planning, you could see the milestones in different ways (red, green, empty) and now I see red or green (not empty).
I wish to know the exact place where these conditions are treated (file + + function lines in the function) and what is the principle.
Milestones are displayed in different ways depending on status :
Empty / Full
- Empty if Milestone is not done (have no real end date)
- Full if milstone is done (have a real end date)
Green / Red
- Green if planned end date validated end date
Yes but what file and in what function this display option is to manage?
Etraction of Data : /tool/jsonPlanning.php
Formating of data to jsGantt format : /view/js/projector.js, function drawGantt()
Display Gannt from data : /tool/js/sGantt.js
Thank