You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Gaudin Pierre (JIRA)" <ji...@apache.org> on 2011/05/27 10:45:50 UTC

[jira] [Created] (OFBIZ-4298) fix js Gantt display for milestone and associated workeffort

fix js Gantt display for milestone and associated workeffort
------------------------------------------------------------

                 Key: OFBIZ-4298
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4298
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/projectmgr
    Affects Versions: SVN trunk
            Reporter: Gaudin Pierre
             Fix For: SVN trunk


The aim of this patch is to fix the display of the milestones and the task on the diagram of gantt.

Here are the errors at present:
 1 - If a task has several associated tasks only the last one appears as bound 
 2 - the milestones seem systematically ended even if the status is not ended 
 3 - duration is not display for milestone in ressource column

The patch corrects these three points.

To validate the patch it is necessary to:
 1 - Create a new project
 2 - Create 1 phase 
 3 - Create 3 tasks 
 4 - Associated first task with the last two tasks 
Result = > the first task appears connected to both following ones on the diagram of gantt

 5 - Edit one of the task and set the type to milestone
Result = > it appears as not ended on the diagram
Result = > the column "ressource" contains the number the estimated duration of the task

  5 - Put the status of the milestone as "ended"
Result = > it appears as ended on the diagram


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (OFBIZ-4298) fix js Gantt display for milestone and associated workeffort

Posted by "Gaudin Pierre (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gaudin Pierre updated OFBIZ-4298:
---------------------------------

    Attachment: OFBIZ-4298_fix_js_Gantt_display_for_milestone_and_associated_workeffort.patch

> fix js Gantt display for milestone and associated workeffort
> ------------------------------------------------------------
>
>                 Key: OFBIZ-4298
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4298
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Gaudin Pierre
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4298_fix_js_Gantt_display_for_milestone_and_associated_workeffort.patch
>
>
> The aim of this patch is to fix the display of the milestones and the task on the diagram of gantt.
> Here are the errors at present:
>  1 - If a task has several associated tasks only the last one appears as bound 
>  2 - the milestones seem systematically ended even if the status is not ended 
>  3 - duration is not display for milestone in ressource column
> The patch corrects these three points.
> To validate the patch it is necessary to:
>  1 - Create a new project
>  2 - Create 1 phase 
>  3 - Create 3 tasks 
>  4 - Associated first task with the last two tasks 
> Result = > the first task appears connected to both following ones on the diagram of gantt
>  5 - Edit one of the task and set the type to milestone
> Result = > it appears as not ended on the diagram
> Result = > the column "ressource" contains the number the estimated duration of the task
>   5 - Put the status of the milestone as "ended"
> Result = > it appears as ended on the diagram

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (OFBIZ-4298) fix js Gantt display for milestone and associated workeffort

Posted by "Gaudin Pierre (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042126#comment-13042126 ] 

Gaudin Pierre commented on OFBIZ-4298:
--------------------------------------

Hi commiters !

Is there any one of you interested by this patch?

Thanks

Pierre

> fix js Gantt display for milestone and associated workeffort
> ------------------------------------------------------------
>
>                 Key: OFBIZ-4298
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4298
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Gaudin Pierre
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4298_fix_js_Gantt_display_for_milestone_and_associated_workeffort.patch
>
>
> The aim of this patch is to fix the display of the milestones and the task on the diagram of gantt.
> Here are the errors at present:
>  1 - If a task has several associated tasks only the last one appears as bound 
>  2 - the milestones seem systematically ended even if the status is not ended 
>  3 - duration is not display for milestone in ressource column
> The patch corrects these three points.
> To validate the patch it is necessary to:
>  1 - Create a new project
>  2 - Create 1 phase 
>  3 - Create 3 tasks 
>  4 - Associated first task with the last two tasks 
> Result = > the first task appears connected to both following ones on the diagram of gantt
>  5 - Edit one of the task and set the type to milestone
> Result = > it appears as not ended on the diagram
> Result = > the column "ressource" contains the number the estimated duration of the task
>   5 - Put the status of the milestone as "ended"
> Result = > it appears as ended on the diagram

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (OFBIZ-4298) fix js Gantt display for milestone and associated workeffort

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES closed OFBIZ-4298.
-------------------------------------

    Resolution: Fixed

Done at r1130143

Thanks Pierre

> fix js Gantt display for milestone and associated workeffort
> ------------------------------------------------------------
>
>                 Key: OFBIZ-4298
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4298
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Gaudin Pierre
>            Assignee: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4298_fix_js_Gantt_display_for_milestone_and_associated_workeffort.patch
>
>
> The aim of this patch is to fix the display of the milestones and the task on the diagram of gantt.
> Here are the errors at present:
>  1 - If a task has several associated tasks only the last one appears as bound 
>  2 - the milestones seem systematically ended even if the status is not ended 
>  3 - duration is not display for milestone in ressource column
> The patch corrects these three points.
> To validate the patch it is necessary to:
>  1 - Create a new project
>  2 - Create 1 phase 
>  3 - Create 3 tasks 
>  4 - Associated first task with the last two tasks 
> Result = > the first task appears connected to both following ones on the diagram of gantt
>  5 - Edit one of the task and set the type to milestone
> Result = > it appears as not ended on the diagram
> Result = > the column "ressource" contains the number the estimated duration of the task
>   5 - Put the status of the milestone as "ended"
> Result = > it appears as ended on the diagram

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (OFBIZ-4298) fix js Gantt display for milestone and associated workeffort

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES reassigned OFBIZ-4298:
-----------------------------------------

    Assignee: Erwan de FERRIERES

> fix js Gantt display for milestone and associated workeffort
> ------------------------------------------------------------
>
>                 Key: OFBIZ-4298
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4298
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Gaudin Pierre
>            Assignee: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4298_fix_js_Gantt_display_for_milestone_and_associated_workeffort.patch
>
>
> The aim of this patch is to fix the display of the milestones and the task on the diagram of gantt.
> Here are the errors at present:
>  1 - If a task has several associated tasks only the last one appears as bound 
>  2 - the milestones seem systematically ended even if the status is not ended 
>  3 - duration is not display for milestone in ressource column
> The patch corrects these three points.
> To validate the patch it is necessary to:
>  1 - Create a new project
>  2 - Create 1 phase 
>  3 - Create 3 tasks 
>  4 - Associated first task with the last two tasks 
> Result = > the first task appears connected to both following ones on the diagram of gantt
>  5 - Edit one of the task and set the type to milestone
> Result = > it appears as not ended on the diagram
> Result = > the column "ressource" contains the number the estimated duration of the task
>   5 - Put the status of the milestone as "ended"
> Result = > it appears as ended on the diagram

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira