Merge branch 'new/bug_4330' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / picture-upload.tt
1 [% INCLUDE '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 style="color: #990000;">IMPORTANT: 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 style="color: #990000;">                       
17                            IMPORTANT: Make sure that your TXT file is a plain text document, not RTF.</li>
18                                 <li style="color: #990000;">                       
19 IMPORTANT: Make sure that you use either a comma or a tab to separate IDs from image names</li>
20                         </ul></li>
21                         <li>Add the images and the TXT file to a .ZIP file</li>
22                         <li>Browse for the file from the Koha interface</li>
23                         <li>Click 'Unpack' and you will receive a confirmation screen</li>
24                         <li>To see the image(s) you imported search for the patron(s) and view their profile</li>
25                         <li>If you'd like to change the image, just upload a new image</li>
26                         <li>If you'd like to delete the patron image, click the 'Delete' button under 'Manage Patron Image'</li>
27                 </ul>      
28            <p><strong>Uploading Single Images</strong>
29 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>
30
31                 <ul>
32                         <li>Go to the Patrons menu at the top of the staff client</li>
33                         <li>Search for the patron you have the image for</li>
34                         <li>If there is more than one result, click on the name of the patron you'd like to add an image to</li>
35                         <li>Scroll down to the image upload form</li>
36                         <li>Browse for the image on your computer and click 'Upload'</li>
37                         <li>If you'd like to change the image, just upload a new image</li>
38                         <li>If you'd like to delete the patron image, click the 'Delete' button under 'Manage Patron Image'</li>
39                 </ul><h3>Why can't I upload patron images?</h3>
40 <p>First you will need
41             <span class="ex">
42 a patronimages/</span>directory.  If you do not have this directory you will see an error.</p>
43                         <ul>
44                                 <li>Contact your system administrator to create this directory and you'll be set to go.</li>
45                         </ul>
46 <h3>What size should my images be?</h3>
47 <p>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>
48 <h3>What image formats are supported?</h3>
49 <p>Only PNG, GIF, JPEG, XPM formats are supported.</p>
50         
51 [% INCLUDE 'help-bottom.inc' %]