-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Sprint:2022.R2 New Features Sprint 4, 2022.R2 New Features Sprint 5
-
SCRUM Team:Brotherhood of Mutants
-
Story Points:2
-
Work Type Classification:Sustaining
Story
As a developer, I would like to place the right icon next to the cost information.
Description
<i id="item-POS" ng-show="Item.Source == 1" class="fa fa-desktop" title="Item.SourceLabel"></i>
<i id="item-InFORM" ng-show="Item.Source == 2" class="fa fa-user-o" title="Item.SourceLabel"></i>
<i id="item-API" ng-show="Item.Source == 3" class="fa fa-cloud" title="Item.SourceLabel"></i>
AC
Confirm that if the adjustment data is coming from POS a fa-desktop icon should be displayed
Confirm that if the adjustment data is coming from InFORM a fa-user icon should be displayed
Confirm that if the adjustment data is coming from API a fa-cloud icon should be displayed
- is blocked by
-
CFAMX-19422 Inventory Adjustment History Not Displaying Grid Correctly on iPad Version: 14.4.1
- Done