[Bug 15219] New: Load checkouts table incrementally
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Bug ID: 15219 Summary: Load checkouts table incrementally Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Circulation Assignee: julian.maurice@biblibre.com Reporter: julian.maurice@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Some libraries have patrons with more than 1000 checkouts. Loading all of them at once can be very long, and sometimes can cause timeout errors. Following patches will prevent that by loading checkouts in the table by batches. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 --- Comment #1 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 45018 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45018&action=edit Bug 15219: Load checkouts table incrementally Some libraries have patrons with more than 1000 checkouts. Loading all of them at once can be very long, and sometimes can cause timeout errors. This patch prevent that by loading checkouts in the table by batches of 100. This affects patron's checkouts and patron's relatives' checkouts tables on pages circ/circulation.pl and members/moremember.pl. Additionally, this patch: - adds a switch to turn off and on row grouping (today's checkouts vs previous checkouts) (on by default) - adds a global filter text input on all tables - adds "column settings" for relatives' checkouts tables - factorize some code that was duplicated across the two DataTables configurations (mDataProp) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 --- Comment #2 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 45036 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45036&action=edit Bug 15219: Fix content of "Export" column -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 --- Comment #3 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 45054 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45054&action=edit Bug 15219: Fix column settings in table moremember/issues-table -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |15235 Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15235 [Bug 15235] Add column filters to checkouts table -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED --- Comment #4 from Julian Maurice <julian.maurice@biblibre.com> --- Changed status to ASSIGNED, the patches still need some work. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org