Bug 31936

Summary: Link to advanced search form in acquisitions is missing
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Staff interfaceAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: blocker    
Priority: P5 - low CC: gmcharlt, lucas
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33014
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00
Bug Depends on: 30952    
Bug Blocks:    
Attachments: Bug 31936: Restore link to advanced search in acquisitions header
Bug 31936: Restore link to advanced search in acquisitions header
Bug 31936: Restore link to advanced search in acquisitions header

Description Katrin Fischer 2022-10-24 09:57:31 UTC
In acq there is an advanced search page that can be accessed by the link from the acq specific search tab. There is no link now.

Ideas:
* Add a static link to the search bar that is always visible 
* Add a link to the navigation on the left

I'd prefer doing the first or both - having easy access to this form is something we had come up in training.
Comment 1 Owen Leonard 2022-10-24 13:40:26 UTC
Created attachment 142506 [details] [review]
Bug 31936: Restore link to advanced search in acquisitions header

This patch adds back the link to the advanced order search page which
was previously in the acquisitions header search. Some CSS is tweaked to
make the form style comfortable.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Acquisitions.
- In the header search form, click "Orders search"
- Click the icon in the search form to expand the additional options.
- You should see an "Advanced search" link which is the same style as
  other standard links.
- The link should take you to the order search form.
Comment 2 David Nind 2022-10-24 13:52:01 UTC
Created attachment 142507 [details] [review]
Bug 31936: Restore link to advanced search in acquisitions header

This patch adds back the link to the advanced order search page which
was previously in the acquisitions header search. Some CSS is tweaked to
make the form style comfortable.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Acquisitions.
- In the header search form, click "Orders search"
- Click the icon in the search form to expand the additional options.
- You should see an "Advanced search" link which is the same style as
  other standard links.
- The link should take you to the order search form.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2022-10-24 15:04:20 UTC
This restores previous functionality with the same amount of clicks - so nothing to complain about. Just wish it was a little more accessible/easier to spot somehow.
Comment 4 Katrin Fischer 2022-10-24 15:06:20 UTC
Created attachment 142519 [details] [review]
Bug 31936: Restore link to advanced search in acquisitions header

This patch adds back the link to the advanced order search page which
was previously in the acquisitions header search. Some CSS is tweaked to
make the form style comfortable.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Acquisitions.
- In the header search form, click "Orders search"
- Click the icon in the search form to expand the additional options.
- You should see an "Advanced search" link which is the same style as
  other standard links.
- The link should take you to the order search form.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Comment 5 Tomás Cohen Arazi 2022-10-24 16:24:14 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!