Merge remote-tracking branch 'origin/new/bug_929'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / picture-upload.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Upload Patron Images</h1>
4
5 <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>
6
7 <ul>
8         <li>Create a txt file and title it "DATALINK.TXT" or "IDLINK.TXT"</li>
9         <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
10 <ul>
11         <li>Make sure that your TXT file is a plain text document, not RTF.</li>
12 </ul>
13 </li>
14         <li>Zip up the text file and the image files</li>
15         <li>Go to the Upload Patron Images Tool</li>
16         <li>For a single image, simply point to the image file and enter the patron card number</li>
17         <li>For multiple images, choose to upload a zip file</li>
18         <li>After uploading you will be presented with a confirmation</li>
19 </ul>
20
21 <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>
22
23 <p><strong>See the full documentation for the Patron Image Uploader in the <a href="http://manual.koha-community.org/3.6/en/uploadpatronimages.html">manual</a> (online).</strong></p>
24
25 [% INCLUDE 'help-bottom.inc' %]