[jira] [Comment Edited] (OFBIZ-9533) User should be notified with success message on MRP run in manufacturing component

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

[jira] [Comment Edited] (OFBIZ-9533) User should be notified with success message on MRP run in manufacturing component

Nicolas Malin (Jira)

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

Humera Khan edited comment on OFBIZ-9533 at 4/29/19 3:57 AM:
-------------------------------------------------------------

1. We can not return the success message from executeMrp service because it will run in async mode.
2. Also, we can not return the success message from MrpExection screen because the same screen will render on another request as well.
3. Hence added a new screen to show the success message on MRP run.

Please review the attached patch.


was (Author: humera.khan):
Please review the attached patch.

> User should be notified with success message on MRP run in manufacturing component
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9533
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9533
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Aditya Sharma
>            Assignee: Humera Khan
>            Priority: Trivial
>         Attachments: OFBIZ-9533.patch
>
>
> Steps to regenerate:
> 1. Go to Manufacturing component (https://demo-trunk.ofbiz.apache.org/manufacturing/control/main)
> 2. Click on Mrp sub menu (https://demo-trunk.ofbiz.apache.org/manufacturing/control/FindInventoryEventPlan)
> 3. Click on Run Mrp button.(https://demo-trunk.ofbiz.apache.org/manufacturing/control/RunMrp)
> 4. Select Facility/Facility Group and Click Submit button.
> On success, the user should be notified with success message like "Mrp run is scheduled".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)