[Bug 10108] New: can't print more than one page of overdues
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Bug ID: 10108 Summary: can't print more than one page of overdues Classification: Unclassified Change sponsored?: --- Product: Koha Version: 3.10 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: nengard@gmail.com CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com There is no way to print more than one page of the overdues report found in the circulation module. When you choose to print it stops after the first page in all tests I've run. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> --- This actually happens with all reports- not just the overdues one. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.10 |master --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Confirmed in master. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Circulation |Browser compatibility Assignee|koha-bugs@lists.koha-commun |oleonard@myacpl.org |ity.org | --- Comment #3 from Owen Leonard <oleonard@myacpl.org> ---
Confirmed in master.
Correction: Confirmed in master when using Firefox (on both Windows 7 and Ubuntu). The problem doesn't show when using Chrome or Opera. This sounds like Bug 6291 which unfortunately didn't exactly get a "real" fix. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 18082 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18082&action=edit Bug 10108 - can't print more than one page of overdues Printing a report like overdues in Firefox results in a printout which cuts off in the middle. I traced the cause to something in the YUI grid system, although I'm not sure what specific definition is the cause. This patch adds a "screen" parameter to the @import which loads the YUI grid CSS file. This will disable YUI grid layouts in print views. The main disadvantage to this, as far as I can tell, is that it will "linearize" some layouts. For instance: the patron detail page (moremember.pl) which on screen is divided into two columns. I think this disadvantage is outweighed by the ability to make complete prints. To test, apply the patch and clear your cache. Try printing various reports from Firefox. Printouts should look correct and be complete. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 --- Comment #5 from Nicole C. Engard <nengard@gmail.com> --- Should this work for reports run from the saved reports page? Because it doesn't appear to be. I have 200 lines set to show and then I print but only get 1 page. It is working for the Holds Queue though. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 --- Comment #6 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #5)
Should this work for reports run from the saved reports page?
It works in my tests. Can you try again? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18082|0 |1 is obsolete| | --- Comment #7 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 18134 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18134&action=edit [SIGNED-OFF] Bug 10108 - can't print more than one page of overdues Printing a report like overdues in Firefox results in a printout which cuts off in the middle. I traced the cause to something in the YUI grid system, although I'm not sure what specific definition is the cause. This patch adds a "screen" parameter to the @import which loads the YUI grid CSS file. This will disable YUI grid layouts in print views. The main disadvantage to this, as far as I can tell, is that it will "linearize" some layouts. For instance: the patron detail page (moremember.pl) which on screen is divided into two columns. I think this disadvantage is outweighed by the ability to make complete prints. To test, apply the patch and clear your cache. Try printing various reports from Firefox. Printouts should look correct and be complete. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18134|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 18140 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18140&action=edit [PASSED QA] Bug 10108 - can't print more than one page of overdues Printing a report like overdues in Firefox results in a printout which cuts off in the middle. I traced the cause to something in the YUI grid system, although I'm not sure what specific definition is the cause. This patch adds a "screen" parameter to the @import which loads the YUI grid CSS file. This will disable YUI grid layouts in print views. The main disadvantage to this, as far as I can tell, is that it will "linearize" some layouts. For instance: the patron detail page (moremember.pl) which on screen is divided into two columns. I think this disadvantage is outweighed by the ability to make complete prints. To test, apply the patch and clear your cache. Try printing various reports from Firefox. Printouts should look correct and be complete. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> CSS only change, no strings involved. Tested with a saved SQL report 'select * from borrowers'. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master and 3.12.x. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 Fridolyn SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolyn.somers@biblibre.co | |m See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=6291 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org