You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Hans Bakker (JIRA)" <ji...@apache.org> on 2007/12/11 03:48:43 UTC

[jira] Created: (OFBIZ-1509) Allow for more status values for a task in the project.

Allow for more status values for a task in the project.
-------------------------------------------------------

                 Key: OFBIZ-1509
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
             Project: OFBiz
          Issue Type: Improvement
          Components: ProjectMgr
            Reporter: Hans Bakker


Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'

For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.

I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.

The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550347 ] 

Hans Bakker commented on OFBIZ-1509:
------------------------------------

I looked at the workeffort status possibilities and would like to use the existing structure however I see the following possibilities for the CALENDAR_STATUS:
Needs Action, Sent, Declined, Delegated, Cancelled

I was more looking for a status series like:
created, implemented, confirmed, approved, canceled, onhold
or:
created, completed, tested, delivered, canceled, onhold

Is there some against if i create a new status for a PROJECT_TASK  using one of the 2 series?

this can still have tha TASK_STATUS as its child and the WORK_EFFORT_STATUS as its parent



> Allow for more status values for a task in the project.
> -------------------------------------------------------
>
>                 Key: OFBIZ-1509
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ProjectMgr
>            Reporter: Hans Bakker
>
> Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'
> For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.
> I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.
> The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550873 ] 

Hans Bakker commented on OFBIZ-1509:
------------------------------------

Another series could be:

unassigned, assigned, implemented, approved, cancelled, onhold.

Then we can still use the assignment function (declined=back to unassigned) to a resource and we have the approval and onhold function.


> Allow for more status values for a task in the project.
> -------------------------------------------------------
>
>                 Key: OFBIZ-1509
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ProjectMgr
>            Reporter: Hans Bakker
>
> Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'
> For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.
> I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.
> The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-1509) Allow for more status values for a task in the project.

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

Hans Bakker reassigned OFBIZ-1509:
----------------------------------

    Assignee: Hans Bakker

> Allow for more status values for a task in the project.
> -------------------------------------------------------
>
>                 Key: OFBIZ-1509
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: projectmgr
>            Reporter: Hans Bakker
>            Assignee: Hans Bakker
>
> Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'
> For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.
> I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.
> The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550285 ] 

David E. Jones commented on OFBIZ-1509:
---------------------------------------

These use the parentTypeId for the status types involved. Look at lines 109 to 149 for all statuses for tasks and events, including shared status for all "calendar" status sub-types.

The existing WorkEffort forms use this, BTW, if you're looking for an example (ie they populate with both status type ids).

> Allow for more status values for a task in the project.
> -------------------------------------------------------
>
>                 Key: OFBIZ-1509
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ProjectMgr
>            Reporter: Hans Bakker
>
> Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'
> For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.
> I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.
> The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1509) Allow for more status values for a task in the project.

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

Hans Bakker closed OFBIZ-1509.
------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

> Allow for more status values for a task in the project.
> -------------------------------------------------------
>
>                 Key: OFBIZ-1509
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: projectmgr
>            Reporter: Hans Bakker
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>
> Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'
> For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.
> I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.
> The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550281 ] 

David E. Jones commented on OFBIZ-1509:
---------------------------------------

Aren't those just the statuses for a party assigned to a WorkEffort, and not the WorkEffort itself? There are quite a few more, even specifically for a task.

> Allow for more status values for a task in the project.
> -------------------------------------------------------
>
>                 Key: OFBIZ-1509
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ProjectMgr
>            Reporter: Hans Bakker
>
> Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'
> For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.
> I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.
> The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550282 ] 

Hans Bakker commented on OFBIZ-1509:
------------------------------------

if i look in the entity statusItem for the statusTypeId: TASK_STATUS i find these 2 status items

> Allow for more status values for a task in the project.
> -------------------------------------------------------
>
>                 Key: OFBIZ-1509
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1509
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ProjectMgr
>            Reporter: Hans Bakker
>
> Currently the status values of a task in the workeffort manager only allow for : 'accepted' and 'completed'
> For a project Task this is not enough, we need to have an indication not only that the task is completed but for example is tested with another person.
> I would like to add another status called 'confirmed' to indicate that another authority has confirmed the task is really completed.
> The question is do we add this status to the workeffort manager or we create a new workEffortType only used in the project manager application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.