Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt
Jonathan Druart b08913370f Bug 18817: Update links manually
Without the anchor it is not possible to retrieve the html page, so
these occurrences have been updated manually (and yes it was painful)

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-25 10:22:14 -03:00

25 lines
1.3 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Upload patron images</h1>
<p>Patron images can be uploaded in bulk if you are allowing patron images to be attached to patron records. These images can also be used when creating patron cards.</p>
<ul>
<li>Create a txt file and title it "DATALINK.TXT" or "IDLINK.TXT"</li>
<li>On each line in the text file enter the patron's card number followed by comma (or tab) and then the image file name
<ul>
<li>Make sure that your TXT file is a plain text document, not RTF.</li>
</ul>
</li>
<li>Zip up the text file and the image files</li>
<li>Go to the Upload Patron Images Tool</li>
<li>For a single image, simply point to the image file and enter the patron card number</li>
<li>For multiple images, choose to upload a zip file</li>
<li>After uploading you will be presented with a confirmation</li>
</ul>
<p style="color:#990000;">Important: There is a limit of 520K on the size of the picture uploaded and it is recommended that the image be 200x300 pixels, but smaller images will work as well.</p>
<p><strong>See the full documentation for the Patron Image Uploader in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/03_tools.html#upload-patron-images">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]