[Koha-bugs] [Bug 9811] Patrons search improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 19 15:56:38 CET 2013


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

--- Comment #13 from Paul Poulain <paul.poulain at biblibre.com> ---
Created attachment 16403
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16403&action=edit
Bug 9811: Patron search improvement

This patch add DataTables using server-side processing for the patrons
search.

It adds:
- 1 module C4/Utils/DataTables/Members.pm
- 1 service svc/members/search
- 1 template members/tables/members_results.tt
- 1 new practice which is to add template for DataTables in a
  subdirectory named 'tables'.

Impacted scripts: members/members-home.pl and members/members.pl

To go further: We can imagine that all patrons searches use the same
service with no big changes: 1 little template creates a JSON file and
to implement DataTables on the template page, that's all.

Test plan:
- Check that there is no regression on searching patrons.
- Try filters on the left of the screen
- Try to sort each column
- Try the "Browse by last name" links.
- Check that the "Clear" button clears yours filters.
- Try with IndependantBranches ON and OFF

Signed-off-by: Cedric Vita <cedric.vita at dracenie.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list