[
https://issues.apache.org/jira/browse/OFBIZ-10585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666077#comment-16666077 ]
Ankush Upadhyay commented on OFBIZ-10585:
-----------------------------------------
Following are the issues found:
# System creates product run job for quantities by checking components inventory, so if user ordered 10 quantity order but system found inventory for only 5 quantity then it creates production run job for 5 quantity only and also produce marketing package inventory at the same time but never create any product run job for remaining unavailable quantities.
# System does not create any production run job if not found inventory for components.
# Order view page only shows one production run job at a time.
Expectation:
For #1, System should produce marketing package inventory based on available component inventory And create production run job for remaining unavailable ordered quantities with created status.
For #2, System should create production run job for full ordered quantities in case of no found any inventory for components.
For #3, Order view page should show all production run job associated with order.
As per the expectation, I have made changes in service to handle above mentioned scenarios.
> Production run not created for marketing package auto type product if component inventory is not available
> ----------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-10585
> URL:
https://issues.apache.org/jira/browse/OFBIZ-10585> Project: OFBiz
> Issue Type: Bug
> Components: manufacturing
> Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12
> Reporter: Yashwant Dhakad
> Assignee: Ankush Upadhyay
> Priority: Major
>
> When we create an order for marketing package auto, the system checks the component inventory and if found then it creates the production run job and produce marketing package inventory, but if component quantity not available then it does not create the job. So if we don't have an inventory item of component then production run should be created with created status.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)