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>
36 lines
No EOL
2.2 KiB
Text
36 lines
No EOL
2.2 KiB
Text
[% INCLUDE 'help-top.inc' %]
|
|
|
|
<h1>Layouts</h1>
|
|
|
|
<p>A layout defines the text and images that will be printed on to the card and where it will appear.</p>
|
|
|
|
<h2>Add a Layout</h2>
|
|
|
|
<p>To add a new layout, you want to click on the 'Layouts' button at the top of your page and choose 'New Layout'</p>
|
|
|
|
<p>Using the form that appears you can create a profile to fix any problems with your template.</p>
|
|
|
|
<ul>
|
|
<li>The name you assign to the layout is for your benefit, name it something that will be easy to identify at a later date</li>
|
|
<li>The Units pull down is used to define what measurement scale you're going to be using for your layout. </li>
|
|
<li>Next note if this layout is for the front or the back of the patron card
|
|
<ul>
|
|
<li>You will need a layout for both the front and back of your card if you have 2-sided library cards</li>
|
|
</ul>
|
|
</li>
|
|
<li>You have the option of adding up to 3 lines of text to your card. Your text can be static text of your choosing and/or fields from the patron record. If you want to print fields from the patron record you want to put the field names in brackets like so - <firstname></li>
|
|
<li>For each line of text, you can choose your font, font size and the location of the text on the card using the lower X and Y coordinates</li>
|
|
<li>In order to show the barcode and the patron card number you will need to check the 'Print Card Number as Barcode' option. This will turn the patron card number into a barcode. If you want the number to print in human readable format you will need to check the 'Print Card Number as Text Under Barcode' option.</li>
|
|
<li>Finally you can choose up to two images to print on the card.
|
|
<ul>
|
|
<li>One can be the patron image which you can resize to meet your needs.</li>
|
|
<li>The other image can be something like a library logo or symbol that you uploaded using the 'Manage Images' module of the Patron Card Creator Tool.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>After saving, your layouts will appear on the 'Manage Layouts' page.</p>
|
|
|
|
<p><strong>See the full documentation for the Patron Card Layouts in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patroncardcreator.html#cardlayouts">manual</a> (online).</strong></p>
|
|
|
|
[% INCLUDE 'help-bottom.inc' %] |