Details
-
Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
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 a from-to date interval. This allows to call the API just once for a number of days for which orders should be created.