You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "youssef khaye (Created) (JIRA)" <ji...@apache.org> on 2011/11/21 11:22:51 UTC

[jira] [Created] (OFBIZ-4584) improve proect manager service by using entity-views instead of loops

improve proect manager service by using entity-views instead of loops
---------------------------------------------------------------------

                 Key: OFBIZ-4584
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4584
             Project: OFBiz
          Issue Type: Improvement
          Components: specialpurpose/projectmgr
            Reporter: youssef khaye


to calcluate project or project-phase information, we loop on all project task, all task entries.
this done for 
estiamte, real start, end date, planned hours, actual hours, origialActualhours (without rates) non billed hours
included patch define some view that do this without looping in services.
this Isuue depends on : https://issues.apache.org/jira/browse/OFBIZ-4573


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OFBIZ-4584) improve proect manager service by using entity-views instead of loops

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

Erwan de FERRIERES closed OFBIZ-4584.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

done at r1205554
Thanks Youssef.
BTW, I modified your patch by removing comments

Cheers,
                
> improve proect manager service by using entity-views instead of loops
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4584
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4584
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/projectmgr
>            Reporter: youssef khaye
>            Assignee: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: patch-projectPhaseTaskInfo.patch
>
>
> to calcluate project or project-phase information, we loop on all project task, all task entries.
> this done for 
> estiamte, real start, end date, planned hours, actual hours, origialActualhours (without rates) non billed hours
> included patch define some view that do this without looping in services.
> this Isuue depends on : https://issues.apache.org/jira/browse/OFBIZ-4573

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (OFBIZ-4584) improve proect manager service by using entity-views instead of loops

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

Erwan de FERRIERES reassigned OFBIZ-4584:
-----------------------------------------

    Assignee: Erwan de FERRIERES
    
> improve proect manager service by using entity-views instead of loops
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4584
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4584
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/projectmgr
>            Reporter: youssef khaye
>            Assignee: Erwan de FERRIERES
>         Attachments: patch-projectPhaseTaskInfo.patch
>
>
> to calcluate project or project-phase information, we loop on all project task, all task entries.
> this done for 
> estiamte, real start, end date, planned hours, actual hours, origialActualhours (without rates) non billed hours
> included patch define some view that do this without looping in services.
> this Isuue depends on : https://issues.apache.org/jira/browse/OFBIZ-4573

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4584) improve proect manager service by using entity-views instead of loops

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

Erwan de FERRIERES updated OFBIZ-4584:
--------------------------------------

    Issue Type: Sub-task  (was: Improvement)
        Parent: OFBIZ-4573
    
> improve proect manager service by using entity-views instead of loops
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4584
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4584
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/projectmgr
>            Reporter: youssef khaye
>         Attachments: patch-projectPhaseTaskInfo.patch
>
>
> to calcluate project or project-phase information, we loop on all project task, all task entries.
> this done for 
> estiamte, real start, end date, planned hours, actual hours, origialActualhours (without rates) non billed hours
> included patch define some view that do this without looping in services.
> this Isuue depends on : https://issues.apache.org/jira/browse/OFBIZ-4573

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4584) improve proect manager service by using entity-views instead of loops

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

youssef khaye updated OFBIZ-4584:
---------------------------------

    Attachment: patch-projectPhaseTaskInfo.patch

this patch should be applied after acceptence of the patch included in https://issues.apache.org/jira/browse/OFBIZ-4573
                
> improve proect manager service by using entity-views instead of loops
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4584
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4584
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>            Reporter: youssef khaye
>         Attachments: patch-projectPhaseTaskInfo.patch
>
>
> to calcluate project or project-phase information, we loop on all project task, all task entries.
> this done for 
> estiamte, real start, end date, planned hours, actual hours, origialActualhours (without rates) non billed hours
> included patch define some view that do this without looping in services.
> this Isuue depends on : https://issues.apache.org/jira/browse/OFBIZ-4573

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira