Merge remote branch 'kc/master' into new/enh/bug_5917
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / patroncards / edit-template.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h1>Templates</h1>
4
5 <p>A template is the label/card stock you are using. This might be Avery 5160 for address labels, Gaylord 47-284 for spine labels or Avery 28371 for your patron cards, just to give a couple of examples. These labels will include all of the information you will need for setting up a Koha, this information may be on the packaging, and if not it can usually be found on the vendor's website.</p>
6
7 <h2>Add a Template</h2>
8
9 <p>To add a new template, you want to click on the 'Templates' button at the top of your page and choose 'New Template'</p>
10
11 <p>Using the form that appears you can define the template for your sheet of labels or cards.</p>
12
13 <ul>
14         <li>Template ID will be automatically generated after saving your template, this is simply a system generated unique id</li>
15         <li>Template Code should be something you can use to identify your template on a list of templates</li>
16         <li>You can use the Template Description to add additional information about the template</li>
17         <li>The Units pull down is used to define what measurement scale you're going to be using for the template. This should probably match the unit of measurement used on the template description provided by the product vendor.</li>
18         <li>The measurements can be found on the vendor product packaging or website.</li>
19         <li>A profile is a set of "adjustments" applied to a given template just prior to printing which compensates for anomalies unique and peculiar to a given printer (to which the profile is assigned).
20 <ul>
21         <li>Before picking a profile try printing some sample cards so that you can easily define a profile that is right for your printer/template combination.</li>
22         <li>After finding any anomalies in the printed document, create a profile and assign it to the template.
23 After saving, your templates will appear on the 'Manage Templates' page.</li>
24 </ul>
25 </li>
26 </ul>
27
28 <!-- TMPL_INCLUDE name="help-bottom.inc" -->