Details
Assignee
UnassignedUnassignedReporter
Aaron NeslinAaron NeslinLabels
Priority
TBDDevelopment Team
ThunderjetTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Aaron Neslin
Aaron NeslinLabels
Priority
Development Team
Thunderjet
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 24, 2025 at 5:43 PM
Updated March 14, 2025 at 12:56 PM
Description
Purpose:
When there is an single match for an Orders and order lines, the order line or order record is opened. This is a convenience issue that saves clicks
When a new search is done in orders or order lines and a record is open, then close the currently open record before displaying new results
(151)
User story statements(s):
As an acquisitions librarian
I want an order pane or purchase order line pane to open when I search for an order and there is only one result
So that I can save times and clicks when viewing an order or purchase order line
As an acquisitions librarian
I want a order or purchase order line pane to close when doing a new search
So that I can save time and clicks when searching for an order or purchase order line
Scenarios
Scenario 1: Open Order pane when it is the only results
Given a user is searching for an order
And the search will return only one result
When a user hits the search button
Then the result will open in the right pane
Scenario 2: Open Purchase Order line pane when it is the only results
Given a user is searching for a purchase order line
And the search will return only one result
When a user hits the search button
Then the result will open in the right pane
Scenario 3: Close order pane when new search is performed
Given a user has performed an order search
And a search result is open in the right pane
When the User performs a new search
Than the order pane will close
Scenario 4: Close purchase order pane when new search is performed
Given a user has performed a purchase order line search
And a search result is open in the right pane
When the User performs a new search
Than the purchase order line pane will close