Info | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Work in Progress
|
...
|
UI TICKETS
Katalog
Inventarisierung
Use Cases
Mock-ups
Scenarios
Note |
---|
Scenarios need to be revised |
Potential addition for manually changing the average cost:
Scenario
Given the user is in the inventory app and viewing the item record
When the user clicks on Edit
Then the display in edit mode should be extended with an "Acquisition" accordion containing the following
Average cost
Scenario
Given the user is in the inventory app and editing the item record (edit mode)
item already has an order
a POL is linked
"Acquisition" accordion is open
When the user clicks on the prefilled calculated average price
Then the user can overwrite this price and save the updated value
Changing this value in the Item record has no effect on values in other Apps
Scenario
Given the user is in the inventory app and viewing the item record (view mode)
item already has an order
a POL is linked
the user has already overwritten the calculated value for average cost manually
When the user opens the "Acquisition" accordion
Then the manually changed value for average cost is displayed
Scenario
Given the user is in the inventory app and viewing the item record (view mode)
item has no order and/or
a POL is not linked
the user has already overwritten the calculated value for average cost manually
When the user opens the "Acquisition" accordion
Then the an empty field for average cost is displayed
Scenario
Given the user is in the inventory app and editing the item record (edit mode)
item has no order and/or
a POL is not linked
"Acquisition" accordion is open
When the user clicks on the empty field for average price
Then the user can manually enter a price and save this value
Entering this value in the Item record has no effect on values in other Apps
Scenario
Given the user is in the inventory app and viewing the item record (view mode)
item has no order and/or
a POL is not linked
the user has already entered a value for average cost manually
When the user opens the "Acquisition" accordion
Then the manually entered value for average cost is displayed
OUT OF SCOPE:
The next scenario is probably only hypothetical, as this case should not occur in reality (following a consultation with the SME). For reasons of completeness, the hypothetically expected behaviour is listed here nevertheless.
Scenario
...
Given the user is in the inventory app and viewing the item record (view mode)
item has no order and/or
a POL is not linked
the user has already entered a value for average cost manually
...
When the item is retroactively linked to a POL
Then the manually entered value for average cost is displayed (tbd)
...