Koha/tools
Galen Charlton 5cafd551be patron attributes - batch import
When ExtendedPatronAttributes is ON, the batch
patron import tool's behavior changes as follows:

[1] A new (required) column is added to the input CSV
    format.  This column should contain a list of
    attributes to set for the record, each value
    preceded by its type code.  For example, if
    the superlibrarian has defined two types,
    a unique identifier INSTID and a repeatable
    BASEBALL, this field could contain:

    "INSTID:12345,BASEBALL:Cubs"

    This field must be wrapped in quotes if multiple
    values are defined.  Since values can contain
    spaces, additional doubled-quotes may be required:

    "INSTID:12345,BASEBALL:Cubs,""BASEBALL:White Sox"""

    When replacing a patron record, any attributes specified
    in the input file replace all of the attribute values
    of any type that were previously assigned to the patron
    record.

[2] It is possible to specify a field other than the
    cardnumber to use for looking for matching patrons.
    Specifically, any attribute marked as a unique ID
    can be used.  The operator is asked to specify
    which ID type to use; if an input record has an
    attribute value of that type, and exactly one patron
    record in the database has that value, then the
    record will be overlaid or ignored according to the
    overlay setting.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-12 09:03:10 -05:00
..
background-job-progress.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
cleanborrowers.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
exceptionHolidays.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
export.pl BUGFIX : encoding problem & security problem 2008-04-14 23:46:53 -05:00
holidays.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
import_borrowers.pl patron attributes - batch import 2008-05-12 09:03:10 -05:00
inventory.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
koha-news.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
letter.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
manage-marc-import.pl staging import - enhance record overlay behavior 2008-04-30 21:58:46 -05:00
newHolidays.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
overduerules.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
pdfViewer.pl tools subdir - Dates.pm integration and warnings fixes. 2007-12-04 18:01:30 -06:00
picture-upload.pl Bugfix: Handling cases where the image is the correct pixel dimensions 2008-04-11 16:54:54 -05:00
runreport.pl Fixing a hardcoded email address, changing to use the KohaAdminEmailAddress sys pref 2007-11-06 06:26:38 -06:00
scheduler.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
stage-marc-import.pl staging import - enhance record overlay behavior 2008-04-30 21:58:46 -05:00
tools-home.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
upload-file-progress.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
upload-file.pl granular permissions - updated Tools 2008-04-10 15:53:30 -05:00
viewlog.pl Small template cleanup: display library name and cat description instead of codes 2008-04-22 17:54:19 -05:00