https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42336
--- Comment #2 from Chris Mathevet <[email protected]> --- Created attachment 198836 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198836&action=edit Bug 42336: Move reports output options into include file This patch modifies several of Koha's built-in reports templates in order to move duplicated markup into an include file. Many reports have the same section for controlling the output of the results: To display in the browser or to download as a file. To test, apply the patch and restart services. Test the following reports to confirm that the "Output" forms work as they should. In each case the report output on the screen should match the CSV output. Test various options for CSV delimiter. - Reports -> Statistics Wizards -> Acquisitions - Reports -> Statistics Wizards -> Patrons - Reports -> Statistics Wizards -> Catalog - Reports -> Statistics Wizards -> Circulation - Reports -> Statistics Wizards -> Serials - Reports -> Statistics Wizards -> Holds - Reports -> Patrons with the most checkouts - Reports -> Patrons who haven't checked out - Reports -> Most-circulated items - Reports -> Average loan time - Administration -> Budgets -> View funds for a budget -> Planning - The output form is in the sidebar Sponsored-by: Athens County Public Libraries Signed-off-by: Chris Mathevet <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
