572c586793
This patch uses the version number of the Koha database to dynamically generate links from help to the appropriate version of the manual. Test plan (for 3.15 branch): - Open a help page - Verify the manual link is correct (point to 3.14 manual) - change the version in mysql: update systempreferences set value="3.1600000" where variable="version"; - Verify the manual link now points to the future 3.16 manual. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as described. No koha-qa errors Tested on top of Bug 10671 On master (BD version 3.13.xxx) help links point to 3.12 manual Changing version to 3.14/15 points to 3.14 manual Changing version to 3.16 points to the future :) Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
25 lines
1.2 KiB
Text
25 lines
1.2 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://manual.koha-community.org/[% helpVersion %]/en/uploadpatronimages.html">manual</a> (online).</strong></p>
|
|
|
|
[% INCLUDE 'help-bottom.inc' %]
|