[Koha-bugs] [Bug 15219] Load checkouts table incrementally

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 19 16:11:22 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219

--- Comment #1 from Julian Maurice <julian.maurice at 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.


More information about the Koha-bugs mailing list