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.
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!
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>
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>
Pushed to master for 17.05, thanks Nick!
This won't get backported to 16.11.x as it is an enhancement.