Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Kyle M Hall 011d8e9855 Bug 12543 - Add userid as matchpoint for "Import patrons" tool
The a patron's userid should be a matchpoint in the same manner as
cardnumber. Though not enforced as a unique key by the database yet
( pending bug 1861 ), this field is effectively unique as uniqueness
is enforced by Koha itself.

Test Plan:
1) Apply this patch
2) Browse to tools/import_borrowers.pl
3) Download the starter CSV file
4) Edit the csv file to include 1 or more patrons
   * Make sure to leave the borrowernumber field empty
   * Make sure the userid field matches the patrons you wish to overwrite
5) From import_borrowers.pl, upload your file
   * Set "Field to use for record matching" to "Username"
   * Set "If matching record is already in the borrowers table" to "Overwrite the existing one with this"
6) Click "Import"
7) Verify the patrons in your file have been updated in Koha

Signed-off-by: Frederic Demians <f.demians@tamil.fr>

Do exactly what's announced. This may help.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-02-09 13:45:06 -03:00
..
batch_delete_records.tt Bug 12403 [Follow-up] Batch record deletion 2014-11-07 15:26:02 -03:00
batchMod-del.tt
batchMod-edit.tt
batchMod.tt
cleanborrowers.tt
csv-profiles.tt
export.tt Bug 13040 - multiple branch selections in exporter 2015-01-26 16:22:07 -03:00
holidays.tt Bug 13289: document.write breaks DataTables 2014-11-19 21:33:01 -03:00
import_borrowers.tt Bug 12543 - Add userid as matchpoint for "Import patrons" tool 2015-02-09 13:45:06 -03:00
inventory.tt Bug 12909 - item withdrawn is missing in inventory results 2014-11-21 15:27:15 -03:00
koha-news.tt
letter.tt Bug 13215: Fix notice deletion 2014-11-27 11:42:21 -03:00
manage-marc-import.tt Bug 11876 - Add a diff view for staged MARC records. 2014-10-31 14:24:58 -03:00
marc_modification_templates.tt Bug 11413: Reflect the changes to the interface 2014-11-14 12:05:44 -03:00
modborrowers.tt Bug 13638 - Batch patron modification tool missing option to switch language 2015-02-09 10:22:51 -03:00
overduerules.tt
picture-upload.tt
quotes-upload.tt
quotes.tt
scheduler.tt
showdiffmarc.tt Bug 11876 [Follow-up] Add a diff view to staged MARC Records 2014-10-31 14:25:11 -03:00
stage-marc-import.tt
tools-home.tt Bug 12403 [Follow-up] Batch record deletion 2014-11-07 15:26:02 -03:00
upload-images.tt
viewlog.tt