[
https://issues.apache.org/jira/browse/OFBIZ-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14325863#comment-14325863 ]
Christian Carlow commented on OFBIZ-5532:
-----------------------------------------
Thanks for the feedback Pierre,
I'm willing to abandon the proposed patch based on your concerns but the system still seems incapable tracking when a worker finishes a task and the quantity they produced and rejected. I've since removed the need for quantityProduced and quantityRejected for TimeEntry by using the InventoryItemDetail entity with an added reference to TimeEntry for quantity tracking instead. I've found no way to determine how much a worker produced at a specific time and how many were rejected by an inspector at a specific time.
> 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)