Bug 17516

Summary: Add CSV export option to item search *after* displaying output to screen
Product: Koha Reporter: rhilliker
Component: Staff interfaceAssignee: Nick Clemens <nick>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: claire_gravely, gmcharlt, katrin.fischer, kyle, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 17516 - Add CSV export option to item search after displaying output to screen
Bug 17516 - Add CSV export option to item search after displaying output to screen
Bug 17516 - Add CSV export option to item search after displaying output to screen

Description rhilliker 2016-10-27 19:12:09 UTC
Currently, if you do an item search, you have to select whether to have the output be "csv" or "screen" on the same page (/cgi-bin/koha/catalogue/itemsearch.pl) as where you input the search parameters.

It would be a useful enhancement to add a button or link to download the csv for folks who choose to output to the screen: then they could check that the results look appropriate before downloading the data.
Comment 1 Nick Clemens 2016-10-31 13:54:05 UTC
Created attachment 56998 [details] [review]
Bug 17516 - Add CSV export option to item search after displaying output to screen

To test:
1 - Perform an item search
2 - Note you now have a link to output to csv
3 - Click that link
4 - Page should not change and you should recieve a csv
5 - Ensure nothing breaks
6 - Sign off
    High five!
Comment 2 Claire Gravely 2016-11-02 17:35:46 UTC
Created attachment 57107 [details] [review]
Bug 17516 - Add CSV export option to item search after displaying output to screen

To test:
1 - Perform an item search
2 - Note you now have a link to output to csv
3 - Click that link
4 - Page should not change and you should recieve a csv
5 - Ensure nothing breaks
6 - Sign off
    High five!

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Comment 3 Jonathan Druart 2016-11-23 09:55:01 UTC
Created attachment 57724 [details] [review]
Bug 17516 - Add CSV export option to item search after displaying output to screen

To test:
1 - Perform an item search
2 - Note you now have a link to output to csv
3 - Click that link
4 - Page should not change and you should recieve a csv
5 - Ensure nothing breaks
6 - Sign off
    High five!

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Kyle M Hall 2016-12-09 18:26:22 UTC
Pushed to master for 17.05, thanks Nick!
Comment 5 Katrin Fischer 2016-12-12 22:32:15 UTC
This won't get backported to 16.11.x as it is an enhancement.