[Koha-bugs] [Bug 17168] Add a command line script for updating patron category based on status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 17:43:39 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 60279
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60279&action=edit
Bug 17168 - Add a command line script for updating patron category based on
status

This patch adds a new script update_patrons_category.pl which allows for
updating patron categories in a batch upon meeting provided criteria.
This script additionally can replace j2a.pl.

To test:
1 - perl update_patrons_category.pl -h
2 - Ensure help text makes sense and covers all options
3 - Test converting patrons supplying only fromcat and tocat
    perl update_patrons_category.pl -f PT -t J -v
    perl update_patrons_category.pl -f PT -t J -v
4 - All patrons should have been switched to and from Juveniles
5 - Try with -n switch
    perl update_patrons_category.pl -f PT -t J -v -n
6 - Should list all patrons but not update
7 - Set the age for juvenile patrons to be outside the range provided in
categories (or set the upper age limit for juveniles to '2')
8 - Test with verbosity and with without -n
    perl update_patrons_category.pl -f J -a -t PT -v -n
    perl update_patrons_category.pl -f J -a -t PT -v
9 - Repeat above and verify linked/unlinked guarantors are removed in above
scenario
10 - Test various fine and registration limits
11 - Test matching on specific fields i.e. --field surname=acosta
12 - Sign off

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


More information about the Koha-bugs mailing list