Done
Details
Assignee
Michal KuklisMichal KuklisReporter
Charlotte WhittCharlotte WhittTester Assignee
Charlotte WhittCharlotte WhittPriority
P3Story Points
5Sprint
NoneDevelopment Team
ProkopovychTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Michal Kuklis
Michal KuklisReporter
Charlotte Whitt
Charlotte WhittTester Assignee
Charlotte Whitt
Charlotte WhittPriority
Story Points
5
Sprint
None
Development Team
Prokopovych
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 10, 2019 at 8:41 AM
Updated August 16, 2024 at 3:25 PM
Resolved February 16, 2022 at 11:13 AM
Purpose: Statistical code is an element in all three record types in Inventory. This story is about the Statistical code in the Instance record. Statistical codes are concatenated data: Statistical code type: Statistical code - Statistical code names.
The filter for Statistical code is one of the collapsed filters in the Filter & Search pane in the Instance segment. The implementation here is quite similar to what has been implemented in the Orders app, segment for Order lines.
Scenarios:
Scenario
Login to FOLIO Snapshot, go to Inventory
When the Instance segment is selected
Then filter for Statistical code is listed in the order according to (after: Date updated, and before Instance status). The Statistical code filter is displayed collapsed by default
Scenario
When click on the little caret the filter will be unfold
Then Statistical code filter displays a search box
Scenario
Reference values for Statistical code is defined in Settings > Inventory > Instance, holdings, item > Statistical codes
Scenario
When start enter search term for a Statistical code by having the cursor in the search box
Then a drop down menu with the first six values from the drop down menu in the edit view is displayed:
Scenario
When search on Statistical codes which holds the word music following is to be displayed:
||Statistical code types||Statistical codes||Statistical code names||
|ARL (Collection stats)|emusic|Music scores, electronic|
|ARL (Collection stats) |music|Music scores, print (music)|
|ARL (Collection stats) |rmusic|Music sound recordings|
|ARL (Collection stats) |rnonmusic|Non-music sound recordings (rnonmusic)|
The way to concatenate the values are to be similar with the way the drop down menu in the edit form displays. See screen dump in 4 Scenario
Scenario
The search is performed as type ahead. So when start enter, e.g.:
"re" following options is displayed:
ARL (Collection stats): emusic - Music scores, electronic
ARL (Collection stats): music - Music scores, print (music)
ARL (Collection stats): rmusic - Music sound recordings
ARL (Collection stats): rnonmusic - Non-music sound recordings (rnonmusic)
RECM (Record management): arch - Archives (arch)
RECM (Record management): its -Information Technology Services (its)
RECM (Record management): mss - Manuscripts (mss)
RECM (Record management): polsky - Polsky TECHB@R (polsky)
RECM (Record management): XOCLC - Do not share with OCLC
the list is actually longer, but the example here illustrate how to have the Statistical codes listed in alphabetic order
Scenario
The search is performed as keyword. So when entered:
"music" following options is displayed
ARL (Collection stats): emusic - Music scores, electronic
ARL (Collection stats): music - Music scores, print (music)
ARL (Collection stats): rmusic - Music sound recordings
ARL (Collection stats): rnonmusic - Non-music sound recordings (rnonmusic)|
Scenario
When selecting "emusic" in the drop down menu
Then the search result is narrowed down to only return instance records, where the Statistical code is "emusic"