Details
-
Feature
-
Status: Approved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
The API for generating Daily Plan orders considers one date only. However, in the GUI users can choose a date interval. As a consequence the API will called n times for n days.
Desired Behavior
The API for creating Daily Plan orders should consider an array of dates. This allows to call the API just once for a number of days for which orders should be created.