Details
-
Fix
-
Status: Released (View Workflow)
-
Medium
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The History->Daily Plan Submissions view displays information at two grouping levels:
- level 1: Daily Plan date
- level 2: Orders included with the selected Daily Plan date.
- The current implementation reads any orders for any Daily Plan date within the scope of filters in place and then applies the limit specified with the user's profile. As a result some Daily Plan dates will not be displayed if the number of orders included with previous Daily Plan dates exceeds the limits. To the users this looks as if no submission of orders had been effected.
Desired Behavior
- Information at level 1 should always be displayed. This includes to display the number of orders available for each Daily Plan date.
- Information at level 2 should be retrieved from the database and displayed with the GUI only after the user clicks on the Daily Plan date. The limits for display of orders should be applied to the number of orders for an individual Daily Plan date displayed.