[
https://issues.apache.org/jira/browse/OFBIZ-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332343#comment-14332343 ]
Christian Carlow commented on OFBIZ-5532:
-----------------------------------------
Thanks Jacques,
The functionality requested in this issue is not already done however I will close anyway because it was created to support OFBIZ-5569 which I'll leave open for now. OFBIZ-5706 allows multiple parties to be assigned to a single production run task but there is still no way to track how much quantity they produced and rejected at different times during manufacturing. My approach to tracking such information was to implement inventory tracking within a production run with OFBIZ-6085 which would require time entries to be created during task declarations and the timeEntryId added to InventoryItemDetail so that the time and quantity of manufacturing could be determined.
> Improve production run task declarations to create time entries for each declaration
> ------------------------------------------------------------------------------------
>
> Key: OFBIZ-5532
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5532> Project: OFBiz
> Issue Type: Improvement
> Components: manufacturing
> Affects Versions: Trunk
> Reporter: Christian Carlow
> Assignee: Pierre Smits
> Attachments: OFBIZ-5532.patch
>
>
> Timesheet entries are supposed to be created when produced and rejected quantities are declared for production run tasks. ProductionRunServices.updateProductionRunTask accepts the partyId as a parameter but code that is supposed to use it to create timesheet entries has been commented out. Rev 910230 shows that the commented code has always existed. There are also FIXME comments to add quantityProduced, quantityRejected, and setupTime fields to the timesheet entity.
> This functionality is vital for determining which employees are responsible for rejects.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)