View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Show milestone name in Gantt - ProjeQtOr
 
 

Show milestone name in Gantt

More
26 Jan 2024 11:22 #1 by jmmbb
Hello,

in Gantt view, it will be great to show milestone name like activity name on bars.
So we can produce synthetic view for milestones for a group or all project.

Regards,

Please Log in or Create an account to join the conversation.

More
26 Jan 2024 11:25 - 26 Jan 2024 11:27 #2 by jmmbb
Replied by jmmbb on topic Show milestone name in Gantt
Also capability to add milestone in timeline will be usefull so we can produce a full timeline for a specific view in project, usefull for présentations out of ProjeQtOr.
Last edit: 26 Jan 2024 11:27 by jmmbb.

Please Log in or Create an account to join the conversation.

More
29 Jan 2024 10:30 #3 by Arkhanje
Ticket # 7984 et Ticket # 7976  recorded
Ticket # 7809 already existing

Please Log in or Create an account to join the conversation.

More
17 Feb 2024 19:27 - 17 Feb 2024 19:36 #4 by jmmbb
Replied by jmmbb on topic Show milestone name in Gantt
Doing this to show name of milestone in Gantt (also change a little size of done milestone and recorded milestone for more visibility) in jsgantt.js (line 1669 and below) :         
    
// Modified by JMMBB
          // Show name of mileStone in Gantt if showTaskNameOnPlanning is set to "yes"
          if (vTaskStart && vTaskEnd && Date.parse(vMaxDate)>=Date.parse(vTaskList.getEnd())) {
            // Construc visual for milestone
            const mileIcon = vTaskList.getCompVal() < 100 ? '◊' : '♦';
            // Get size for visuals, diamond is little bigger that losange for better render
            const mileIconSize = vTaskList.getCompVal() < 100 ? '1.6rem' : '2rem';
            // Show visual
            vRightTableTempMile += '<span style="font-size:' + mileIconSize + ';margin-top:-4.5px">' + mileIcon + '</span>' ;
            // If showTaskNameOnPlanning; add a sapn to show name of milestone with a smaller font size (80%)
            if(showTaskNameOnPlanningBar==1) {
              vRightTableTempMile += '<span style="font-size:0.8rem; margin-top: -1.5px!important">' + vTaskList.getNameTitle() + '</span>' ;
            }
            // Close div
            vRightTableTempMile += '</div>';
 
Last edit: 17 Feb 2024 19:36 by jmmbb.

Please Log in or Create an account to join the conversation.

More
17 Feb 2024 19:38 #5 by jmmbb
Replied by jmmbb on topic Show milestone name in Gantt
@Babynus : it's not really me, it's my son who change the code for me, you remember the young developer meet in Open Source Forum in Paris ? :)

Please Log in or Create an account to join the conversation.

More
18 Feb 2024 13:08 #6 by jmmbb
Replied by jmmbb on topic Show milestone name in Gantt
Work on V11.1.3 (not V 13 :) !)

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.032 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.