https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1993
--- Comment #48 from David Cook <[email protected]> --- I'm also working on a related feature via my work on bug 10662. My work is also sponsored by folks in Sweden, so hurray Sweden! I've been thinking about opening a new bug, or looking up one of these bugs to post patches. Basically, I've written a task scheduler, which accepts a few variables (e.g. start_time, repeat_interval, task_type, params). It then uses plugin modules to run the actual task. I've already written plugins to download records via OAI-PMH, and to upload those records to a new Koha API for OAI-PMH records specifically. It would be fairly trivial to create a "Report" plugin. The web user interface relies on a template include which is matched to the plugin. The whole thing needs some work, but I'm hoping folks will test it and I'm looking at polishing it up... At the moment, it's all at bug 10662, but I'm thinking of breaking into different bug reports... -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
