Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.3.2
-
None
Description
Current Situation
When submitting planned orders in the Daily Plan view it is possible to submit orders by schedule and by workflow. When submitting orders by schedule/workflow then all planned orders that are assigned the selected schedule/workflow will be submitted disregarding the fact whether they are planned for the given daily plan date.
For example, an order O1 with Schedule S1 is planned for 1st April, O2 with Schedule S1 is planned for 2nd April. When selecting the daily plan date for 2nd April and submitting all Orders for S1, then also O1 will be submitted.
Desired Behavior
When submitting orders by schedule/workflow then all planned orders that are assigned the currently selected schedule/workflow will be submitted for the current daily plan date.
Only the orders that are shown in the drop down list in the group by view should be submitted.
For example, an order O1 is planned with Schedule S1 for 1st April, O2 is planned with Schedule S1 for 2nd April. When selecting the daily plan date for 2nd April and submitting all Orders for S1, then only O2 should be submitted.
Implementation
Instead of specifying the schedule/workflow of the selected node the order ids that are shown in the drop down list of the schedule/workflow should be specified in the post body.