[jira] Created: (OFBIZ-1234) mrp to support products w/o orders

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

[jira] Created: (OFBIZ-1234) mrp to support products w/o orders

Nicolas Malin (Jira)
mrp to support products w/o orders
-----------------------------------

                 Key: OFBIZ-1234
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1234
             Project: OFBiz
          Issue Type: Improvement
          Components: manufacturing
            Reporter: Si Chen
             Fix For: SVN trunk


Improve mrp to support to products which have no orders against them

1.  Add new inventoryEventPlannedTypeId = "Inventory Below Stock"
2.  Find a list of all Productfacility records for current facilities where inventory is below ProductFacility.minimumStock
3.  As inventoryEventPlanned are created from sales orders, manufacturing, purchasing, remove productId from list in #2
4.  At the end, if there are any productIds left in #2, create an InventoryEventPlanned for them.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1234) mrp to support products w/o orders

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527537 ]

Mario Cappellato commented on OFBIZ-1234:
-----------------------------------------

I agree with step #1, #2 and #3.
It is important that in step #4 the InventoryEventPlanned records are created with quantity = 0: this should be enough to trigger the MRP algorithm on these products without altering the results.
Also, all these steps (2,3,4) have to be exacuted in the MRP init method and not during/after the MRP algorithm.


> mrp to support products w/o orders
> -----------------------------------
>
>                 Key: OFBIZ-1234
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1234
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: manufacturing
>            Reporter: Si Chen
>             Fix For: SVN trunk
>
>
> Improve mrp to support to products which have no orders against them
> 1.  Add new inventoryEventPlannedTypeId = "Inventory Below Stock"
> 2.  Find a list of all Productfacility records for current facilities where inventory is below ProductFacility.minimumStock
> 3.  As inventoryEventPlanned are created from sales orders, manufacturing, purchasing, remove productId from list in #2
> 4.  At the end, if there are any productIds left in #2, create an InventoryEventPlanned for them.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1234) mrp to support products w/o orders

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1234.
------------------------------------

    Resolution: Fixed

Implemented in rev. 644523

> mrp to support products w/o orders
> -----------------------------------
>
>                 Key: OFBIZ-1234
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1234
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: manufacturing
>            Reporter: Si Chen
>             Fix For: SVN trunk
>
>
> Improve mrp to support to products which have no orders against them
> 1.  Add new inventoryEventPlannedTypeId = "Inventory Below Stock"
> 2.  Find a list of all Productfacility records for current facilities where inventory is below ProductFacility.minimumStock
> 3.  As inventoryEventPlanned are created from sales orders, manufacturing, purchasing, remove productId from list in #2
> 4.  At the end, if there are any productIds left in #2, create an InventoryEventPlanned for them.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.