-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: CFA 2020R1
-
Component/s: Allocations
-
Labels:None
-
Sprint:CFAMX 2020R1 - SA Sprint 3, CFAMX 2020R1 - SA Sprint 4, CFAMX 2020R1 - SA Sprint 5
-
SCRUM Team:Globogym Purple Cobras
-
Story Points:4
-
Work Type Classification:Sustaining
Story
As a supply chain user, I would like the ability to import an allocation file and have it start today, even if future orders exist.
Details
Modify the code "CheckAllocationExists" so an allocation file can be imported for the same day. The code should also be modified so the allocation file can be imported even when orders placed orders exist for the allocation.
This enhancement will remove the following validation logic for the Allocation Import:
Current Day Import Validation
Max Order Days in the Future Import Validation
Removing the current day validation will allow an allocation file to be consumed by InFORM on the same business day and allow the start date for the allocation to be the current business day.
Removing the Max Order Days in the Future validation will allow an allocation file to be consumed by InFORM even if the item currently has valid orders placed against it. The allocation should start with any new orders going forward. Any orders in a placed status will not be considered. Any orders in a draft state will receive a warning if the allocation quantity is exceeded when placed.
Acceptance Criteria:
- Confirm an allocation file can be imported into InFORM on the current business day.
- Confirm the allocation file can have a start date of the current business day.
- Confirm the allocation will start immediately if the start day is today.
- Confirm the allocation file can be imported into the system if the inventory item is on future orders.
- Confirm the allocation starts with any new order going forward.
- Confirm any orders in a draft state generate a warning message if the allocation quantity is exceeded when placed.
- implements
-
CFAMX-5979 SO- Enhance Allocations Functionality
- Closed