-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: CFA 2018R4
-
Component/s: Ordering
-
Labels:
-
Sprint:CFAMX 2018R4 Sprint 5
-
SOW (Time Tracking) Project:44795
As a store manager I want the system to restrict the number of future days available to me when I am creating an order so that my chance of making a mistake is reduced
Notes
- Towards the end of the month, a user may inadvertently click into the next month, and select a date in that month instead of the current month
- Add a new configuration
- Use the configuration to restrict available delivery dates
- Today -> (Today + ( config * 1))
- Use the configuration to restrict available Cover Until dates
- Today -> (Today + ( config * 2))
- This means that if the user can select 1st to 8th for the delivery date, they can select 1st to 15th for the cover until date
- The same rules still apply around the cover until date:
- By default the cover until date is the delivery date + 1
- If the user selects a delivery date that is later than he cover until date, the cover until date changes to be one day greater than the delivery date
- The same rules still apply around the cover until date:
Acceptance Criteria
- Confirm that there is a new configuration setting:
- Configuration Manager > Mobile > Ordering > Create Order - Max days in the future
- text: Used to control the delivery and cover until dates available for selection when creating an order. Delivery = today + (config * 1). Cover Until = today = (config * 2).
- Default value should be 7
- If no value, or zero, is entered, the check should not be performed
- Confirm that when the configuration setting is enabled, and a user creates an order the delivery dates that are available for selection reflect the configuration
- Confirm that when the configuration setting is enabled, and a user creates an order the Cover Until dates that are available for selection reflect the configuration * 2
- implements
-
CFAMX-17 Prevent user from selecting a delivery date that is the past and cover date that is more than 7 days in the future - INF-9281
- Done
There are no Sub-Tasks for this issue.