Bug 20834 - Allow saving scheduled report output as a list/virtualshelf
Summary: Allow saving scheduled report output as a list/virtualshelf
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-30 09:30 UTC by paxed
Modified: 2018-05-30 09:30 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2018-05-30 09:30:33 UTC
When scheduling a saved report, it would be useful if it was possible to save the report output as a (public) list - this way administrators could create automatically updating lists.

Thinking of code changes:
- probably need a new virtualshelves.category to denote automatically generated list
- handling the category in the virtualshelves UI, disallow adding/removing items from the list. How to handle deleting the list?
- the saved sql report should only select biblionumbers. Not quite sure how to do the UI side - maybe allow creating a new list from scheduler.tt, and autopicking the list number? 
- some changes needed in runreport.pl