[jira] Created: (OFBIZ-546) Deep Copy of Work Effort

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-546) Deep Copy of Work Effort

Nicolas Malin (Jira)
Deep Copy of Work Effort
------------------------

                 Key: OFBIZ-546
                 URL: http://issues.apache.org/jira/browse/OFBIZ-546
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: workeffort
            Reporter: Anil K Patel


Service to create a Clone of WorkEffort. It should do Deep copy. It should copy WorkEffort and its associations (WorkEffortAssoc entity).  
Are there other relationships that I should worry for?


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-546) Deep Copy of Work Effort

Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-546?page=comments#action_12458203 ]
           
Anil K Patel commented on OFBIZ-546:
------------------------------------

This is based on David's Idea of using WorkEffort for keeping template of Preventive maintenance on FixedAsset. When a Preventive maintenance comes up, Make a deep copy of template workEffort and add it to FixedAssetMaint. I think Manufacturing can also use something like this.



> Deep Copy of Work Effort
> ------------------------
>
>                 Key: OFBIZ-546
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-546
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: workeffort
>            Reporter: Anil K Patel
>
> Service to create a Clone of WorkEffort. It should do Deep copy. It should copy WorkEffort and its associations (WorkEffortAssoc entity).  
> Are there other relationships that I should worry for?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-546) Deep Copy of Work Effort

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-546?page=comments#action_12458843 ]
           
Jacopo Cappellato commented on OFBIZ-546:
-----------------------------------------

In manufacturing there is something similar: the routing (a special type of workeffort) is the template and is cloned into a 'real' production run (another type of workeffort). Both the standard template tasks in the routing and the production run tasks are again special types of workeffort (that are associated to the main workeffort, the routing or the production run using the WorkEffort.workEffortParentId field).


> Deep Copy of Work Effort
> ------------------------
>
>                 Key: OFBIZ-546
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-546
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: workeffort
>            Reporter: Anil K Patel
>
> Service to create a Clone of WorkEffort. It should do Deep copy. It should copy WorkEffort and its associations (WorkEffortAssoc entity).  
> Are there other relationships that I should worry for?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-546) Deep Copy of Work Effort

Chandresh Turakhia
Hi ,

Can I take up this work. Have done some similar work.

It is usually not so easy to do so in Java Middleware.
PL/SQL Block is more efficient.

Nice if Anil or Jacopo can guide me. I need hand-handling
to contribute.

Chand

>     [ http://issues.apache.org/jira/browse/OFBIZ-546?
page=comments#action_12458843 ]
>            
> Jacopo Cappellato commented on OFBIZ-546:
> -----------------------------------------
>
> In manufacturing there is something similar: the routing
(a special type of workeffort) is
the template and is cloned into a 'real' production run
(another type of workeffort). Both
the standard template tasks in the routing and the
production run tasks are again special
types of workeffort (that are associated to the main
workeffort, the routing or the
production run using the WorkEffort.workEffortParentId
field).
>
>
> > Deep Copy of Work Effort
> > ------------------------
> >
> >                 Key: OFBIZ-546
> >                 URL:
http://issues.apache.org/jira/browse/OFBIZ-546
> >             Project: OFBiz (The Open for Business
Project)
> >          Issue Type: Improvement
> >          Components: workeffort
> >            Reporter: Anil K Patel
> >
> > Service to create a Clone of WorkEffort. It should do
Deep copy. It should copy
WorkEffort and its associations (WorkEffortAssoc entity).  
> > Are there other relationships that I should worry for?
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the
administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
http://www.atlassian.com/software/jira
>
>        
>


----------------------------------------------------------
http://www.bhartitelesoft.com
Telecommunication and E-Commerce solutions for the future.


Reply | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-546) Deep Copy of Work Effort

Anil Patel-2
Chand,
Thanks for your offer. I just read Jacopo's comments.
First I'll like to find more about WorkEffort's use in Manufacturing. To
make sure we are not duplicating effort.
Regards
Anil Patel


On 12/15/06, [hidden email] <
[hidden email]> wrote:

>
> Hi ,
>
> Can I take up this work. Have done some similar work.
>
> It is usually not so easy to do so in Java Middleware.
> PL/SQL Block is more efficient.
>
> Nice if Anil or Jacopo can guide me. I need hand-handling
> to contribute.
>
> Chand
>
> >     [ http://issues.apache.org/jira/browse/OFBIZ-546?
> page=comments#action_12458843 ]
> >
> > Jacopo Cappellato commented on OFBIZ-546:
> > -----------------------------------------
> >
> > In manufacturing there is something similar: the routing
> (a special type of workeffort) is
> the template and is cloned into a 'real' production run
> (another type of workeffort). Both
> the standard template tasks in the routing and the
> production run tasks are again special
> types of workeffort (that are associated to the main
> workeffort, the routing or the
> production run using the WorkEffort.workEffortParentId
> field).
> >
> >
> > > Deep Copy of Work Effort
> > > ------------------------
> > >
> > >                 Key: OFBIZ-546
> > >                 URL:
> http://issues.apache.org/jira/browse/OFBIZ-546
> > >             Project: OFBiz (The Open for Business
> Project)
> > >          Issue Type: Improvement
> > >          Components: workeffort
> > >            Reporter: Anil K Patel
> > >
> > > Service to create a Clone of WorkEffort. It should do
> Deep copy. It should copy
> WorkEffort and its associations (WorkEffortAssoc entity).
> > > Are there other relationships that I should worry for?
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > If you think it was sent incorrectly contact one of the
> administrators:
> http://issues.apache.org/jira/secure/Administrators.jspa
> > -
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> >
> >
> >
>
>
> ----------------------------------------------------------
> http://www.bhartitelesoft.com
> Telecommunication and E-Commerce solutions for the future.
>
>
>
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-546) Deep Copy of Work Effort

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-546?page=comments#action_12458932 ]
           
Jacopo Cappellato commented on OFBIZ-546:
-----------------------------------------

Anil,

just to clarify: I'm not saying that the deep copy feature is already implemented in the manufacturing component. My previous comment was just to explain that in the manufacturing component we have already implemented a 'specialized' version of the deep copy.
By the way, I think it could be a nice feature to have, maybe with the option to clone more entities related to WorkEffort (something like the 'copy product' feature, where you can specify which entities to copy)



> Deep Copy of Work Effort
> ------------------------
>
>                 Key: OFBIZ-546
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-546
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: workeffort
>            Reporter: Anil K Patel
>
> Service to create a Clone of WorkEffort. It should do Deep copy. It should copy WorkEffort and its associations (WorkEffortAssoc entity).  
> Are there other relationships that I should worry for?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-546) Deep Copy of Work Effort

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-546?page=comments#action_12458941 ]
           
Anil K Patel commented on OFBIZ-546:
------------------------------------

Jacopo,
Thanks for your comments, I'll work in this direction.




> Deep Copy of Work Effort
> ------------------------
>
>                 Key: OFBIZ-546
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-546
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: workeffort
>            Reporter: Anil K Patel
>
> Service to create a Clone of WorkEffort. It should do Deep copy. It should copy WorkEffort and its associations (WorkEffortAssoc entity).  
> Are there other relationships that I should worry for?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira