But 5742: Batch edit patrons
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 28 Mar 2012 15:43:13 +0000 (17:43 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 15 May 2012 15:44:19 +0000 (17:44 +0200)
commita6c6946dfc89b523988fc9478a94040d81d287a8
tree03452b63123e99f789f611abe4bf6c59fdeec114
parentab35e1f5f7c4dc22279b253f8c57e451053b46ad
But 5742: Batch edit patrons

new permission : edit_patrons

Plan test:
- Go on the page: tools > Patrons modification (modborrowers.pl)
- Enter a list of cardnumbers (or use a file)
- Modify one or more patron's fields (you can modify surname, firstname,
branchname, category, sort1, sort2, date of enrollment, date of expiry,
debarred date, debarred comment and borrower note)
- Save
- Check on the result page (or in database for non-displayed fields) if
modifications have been correctly made.
- re test with different attributes. For each attributes filled with an
authorized value category, you can select a value in a drop-down list.
Else it's a free input text. If your attribute is filled with a patron
category, the modification performs only on patrons belonging to this
category
- Save
- Verify on the result page

Signed-off-by: Mathilde Formery <mathilde.formery@ville-nimes.fr>
Signed-off-by: Stéphane Delaye <stephane.delaye@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
15 files changed:
C4/Members.pm
C4/Members/AttributeTypes.pm
C4/Members/Attributes.pm
Koha/Template/Plugin/KohaDates.pm
installer/data/mysql/de-DE/mandatory/userpermissions.sql
installer/data/mysql/en/mandatory/userpermissions.sql
installer/data/mysql/es-ES/mandatory/userpermissions.sql
installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.sql
installer/data/mysql/it-IT/necessari/userpermissions.sql
installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql
installer/data/mysql/pl-PL/mandatory/userpermissions.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt
tools/modborrowers.pl [new file with mode: 0755]