Associating Maintenance Plan Template WorkEffort with Product Maintenance
------------------------------------------------------------------------- Key: OFBIZ-678 URL: https://issues.apache.org/jira/browse/OFBIZ-678 Project: OFBiz (The Open for Business Project) Issue Type: Improvement Reporter: Anil K Patel Adding support for associating Detailed Maintenance Plan template with Product Maintenance. This will mean adding relationship between ProductMaint entity and WorkEffort Entity i.e Add field maintTemplateWorkEffortId to ProductMaint table pointing to WorkEffortId of WorkEffort that is Maintenance Plan Template. How will this be used? A template WorkEffort can be defined with WorkEffortAssocs (if needed) to define a Plan for Performing Maintenance on a Fixed Asset. Id of this workEffort will set as maintTemplateWorkEffortId in ProductMaint table. So when a Maintenance on a Fixed Asset is created with ProductMaintSeqId, Look for related Template WorkEffort, Clone this workEffort and add it to FixedAssetMaint. Enhancements to create/update FixedAssetMaint will be part of saparate Jira Issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel updated OFBIZ-678: ------------------------------- Attachment: ProductMaintTemplateWorkEffort.patch A very small patch adding a field maintTemplateWorkEffortId to ProductMaint table and Updated Add/Edit Forms to handle this field. > Associating Maintenance Plan Template WorkEffort with Product Maintenance > ------------------------------------------------------------------------- > > Key: OFBIZ-678 > URL: https://issues.apache.org/jira/browse/OFBIZ-678 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Reporter: Anil K Patel > Attachments: ProductMaintTemplateWorkEffort.patch > > > Adding support for associating Detailed Maintenance Plan template with Product Maintenance. This will mean adding relationship between ProductMaint entity and WorkEffort Entity i.e Add field maintTemplateWorkEffortId to ProductMaint table pointing to WorkEffortId of WorkEffort that is Maintenance Plan Template. > How will this be used? > A template WorkEffort can be defined with WorkEffortAssocs (if needed) to define a Plan for Performing Maintenance on a Fixed Asset. Id of this workEffort will set as maintTemplateWorkEffortId in ProductMaint table. So when a Maintenance on a Fixed Asset is created with ProductMaintSeqId, Look for related Template WorkEffort, Clone this workEffort and add it to FixedAssetMaint. > Enhancements to create/update FixedAssetMaint will be part of saparate Jira Issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David E. Jones closed OFBIZ-678. -------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: David E. Jones Looks just right Anil, and follows the various patterns and conventions well. Your changes are in SVN rev 501963. > Associating Maintenance Plan Template WorkEffort with Product Maintenance > ------------------------------------------------------------------------- > > Key: OFBIZ-678 > URL: https://issues.apache.org/jira/browse/OFBIZ-678 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Reporter: Anil K Patel > Assigned To: David E. Jones > Fix For: SVN trunk > > Attachments: ProductMaintTemplateWorkEffort.patch > > > Adding support for associating Detailed Maintenance Plan template with Product Maintenance. This will mean adding relationship between ProductMaint entity and WorkEffort Entity i.e Add field maintTemplateWorkEffortId to ProductMaint table pointing to WorkEffortId of WorkEffort that is Maintenance Plan Template. > How will this be used? > A template WorkEffort can be defined with WorkEffortAssocs (if needed) to define a Plan for Performing Maintenance on a Fixed Asset. Id of this workEffort will set as maintTemplateWorkEffortId in ProductMaint table. So when a Maintenance on a Fixed Asset is created with ProductMaintSeqId, Look for related Template WorkEffort, Clone this workEffort and add it to FixedAssetMaint. > Enhancements to create/update FixedAssetMaint will be part of saparate Jira Issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |