MT 2050, Follow-up, Fast Cataloging
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / picture-upload.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h1>       
4            Upload Patron Images</h1><p>This tool allows you to upload multiple patron images as a batch.</p>
5            
6            <p><strong>IMPORTANT:</strong> Requires that the 'patronimages' system preference is set to 'ON' to use this feature.</p>
7                 <ul>
8                         <li><em>Get there: </em>More &gt; Administration &gt; Global System Preferences &gt; Patrons &gt; patronimages</li>
9                 </ul><h2>Upload images in bulk</h2>
10                 <ul>
11                         <li>Go to the 'Tools' module (usually under 'More' in your Global Nav)</li>
12                         <li>Choose 'Upload patron images'</li>
13                         <li>You can choose to upload images in bulk by making a zip file with the images and a text file entitled &quot;DATALINK.TXT&quot; or &quot;IDLINK.TXT&quot;</li>
14                         <li>For each group of pictures that has the cardnumber of the patron and the file containing that patrons picture. One patron per line separated by either commas or tabs.<br/>
15                         <ul>
16                                 <li>                       
17                            IMPORTANT: Make sure that your TXT file is a plain text document, not RTF.</li>
18                                 <li>                       
19                            
20                             <span>
21 IMPORTANT: Make sure that you use either a comma or a tab to separate IDs from image names</span></li>
22                         </ul></li>
23                         <li>Add the images and the TXT file to a .ZIP file</li>
24                         <li>Browse for the file from the Koha interface</li>
25                         <li>Click 'Unpack' and you will receive a confirmation screen</li>
26                         <li>To see the image(s) you imported search for the patron(s) and view their profile</li>
27                         <li>If you'd like to change the image, just upload a new image</li>
28                         <li>If you'd like to delete the patron image, click the 'Delete' button under 'Manage Patron Image'</li>
29                 </ul>      
30            <p><strong>Uploading Single Images</strong>
31 If you only have one patron image you might want to upload it via the patron information page instead of using this bulk tool.</p>
32
33                 <ul>
34                         <li>Go to the Patrons menu at the top of the staff client</li>
35                         <li>Search for the patron you have the image for</li>
36                         <li>If there is more than one result, click on the name of the patron you'd like to add an image to</li>
37                         <li>Scroll down to the image upload form</li>
38                         <li>Browse for the image on your computer and click 'Upload'</li>
39                         <li>If you'd like to change the image, just upload a new image</li>
40                         <li>If you'd like to delete the patron image, click the 'Delete' button under 'Manage Patron Image'</li>
41                 </ul><h3>Why can't I upload patron images?</h3>
42 <p>First you will need
43             <span class="ex">
44 a patronimages/</span>directory.  If you do not have this directory you will see an error.</p>
45                         <ul>
46                                 <li>Contact your system administrator to create this directory and you'll be set to go.</li>
47                         </ul>
48 <h3>What size should my images be?</h3>
49 <p>There is a limit of 100K on the size of the picture uploaded and it is recommended that the image be 120x200 pixels, but smaller images will work as well.</p>
50 <h3>What image formats are supported?</h3>
51 <p>Only PNG, GIF, JPEG, XPM formats are supported.</p>
52         
53 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->