View | Details | Raw Unified | Return to bug 13136
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-manage.tt (-1 / +105 lines)
Line 0 Link Here
0
- 
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>Manage Labels</h1>
4
5
<h2>Layouts</h2>
6
7
<p>A layout is used to define the fields you want to appear on your labels.</p>
8
9
<h3>Add a Layout</h3>
10
11
<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>
12
13
<p>Using the form that appears you can create a profile to fix any problems with your template.</p>
14
15
<p>After saving, your layouts will appear on the 'Manage Layouts' page.</p>
16
17
<p><strong>See the full documentation for Label Layouts in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/labelcreator.html#labellayouts">manual</a> (online).</strong></p>
18
19
<h2>Templates</h2>
20
21
<p>A template is based on 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>
22
23
<h3>Add a Template</h3>
24
25
<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>
26
27
<p>Using the form that appears you can define the template for your sheet of labels or cards.</p>
28
29
<ul>
30
    <li>Template ID will be automatically generated after saving your template, this is simply a system generated unique id</li>
31
    <li>Template Code should be something you can use to identify your template on a list of templates</li>
32
    <li>You can use the Template Description to add additional information about the template</li>
33
    <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.&nbsp;</li>
34
	<li>The measurements, number of columns and number of rows can be found on the vendor product packaging or website.
35
<ul>
36
	<li style="color: #990000">Important: If you do not supply a left text margin in the template, a 3/16" (13.5 point) left text margin will apply by default.</li>
37
</ul>
38
</li>
39
	<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).
40
<ul>
41
	<li>Before picking a profile try printing some sample labels so that you can easily define a profile that is right for your printer/template combination.</li>
42
	<li>After finding any anomalies in the printed document, create a profile and assign it to the template.</li>
43
</ul>
44
</li>
45
</ul>
46
47
<p>After saving, your templates will appear on the 'Manage Templates' page.</p>
48
49
<p><strong>See the full documentation for Label Templates in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/labelcreator.html#labeltemplates">manual</a> (online).</strong></p>
50
51
<h2>Profiles</h2>
52
53
<p>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). This means if you set a template up and then print a sample set of data and find that the items are not all aligned the same on each label, you need to set up a profile for each printer to make up for the differences in printing styles, such as the shifting of text to the left, right, top or bottom.</p>
54
55
<p>If your labels are printing just the way you want, you will not need a profile.</p>
56
57
<h3>Add a Profile</h3>
58
59
<p>To add a new profile, you want to click on the 'Profiles' button at the top of your page and choose 'New Profile'</p>
60
61
<p>Using the form that appears you can create a profile to fix any problems with your template.</p>
62
63
<ul>
64
    <li>The Printer Name and Paper Bin do not have to match your printer exactly, they are for your reference so you can remember what printer you have set the profile for. So if you want to use the Printer model number in printer name or you can call it 'the printer on my desk'</li>
65
	<li>Template will be filled in once you have chosen which template to apply the profile to on the template edit form</li>
66
    <li>The Units pull down is used to define what measurement scale you're going to be using for your profile.&nbsp;</li>
67
    <li>Offset describes what happens when the entire image is off center either vertically or horizontally and creep describes a condition where the distance between the labels changes across the page or up and down the page
68
<ul>
69
	<li>For these values, negative numbers move the error up and to the left and positive numbers move the error down and to the right</li>
70
	<li>Example: the text is .25" from the left edge of the first label, .28" from the left edge of the second label and .31" from the left edge of the third label. This means the horizontal creep should be set to .03" to make up for this difference.</li>
71
</ul>
72
</li>
73
</ul>
74
75
<p>After saving, your profiles will appear on the 'Manage Profiles' page.</p>
76
77
<p>Once you have saved your new profile, you can return to the list of templates and choose to edit the template that this profile is for.</p>
78
79
<p><strong>See the full documentation for Label Profiles in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/labelcreator.html#labelprofiles">manual</a> (online).</strong></p>
80
81
<h2>Batches</h2>
82
83
<p>Batches are made up of the barcodes you would like to print. Once in this tool you can search for the item records you would like to print out labels for.</p>
84
85
<h3>Add a Batch</h3>
86
87
<p>Batches can be created in one of two ways. The first is to click the 'Create Label Batch' link on the 'Staged MARC Management' page</p>
88
89
<p>The other is to choose to create a new batch from the label creator tool</p>
90
91
<p>You will be brought to an empty batch with an 'Add item(s)' button at the top of the page. Clicking 'Add item(s)' will open a search window for you to find the items you want to add to the batch.</p>
92
93
<p>From the search results, click the check box next to the items you want to add to the batch and click the 'Add checked' button. You can also add items one by one by clicking the 'Add' link to the left of each item.</p>
94
95
<p>Once you have added all of the items click the 'Done' button. The resulting page will list the items you have selected.</p>
96
97
<p>To print your labels, click the 'Export Batch' button. To print only some of the labels, click the 'Export Item(s)' button. Either way you will be presented with a confirmation screen where you can choose your template and layout.</p>
98
99
<p>You will then be presented with three download options: PDF, Excel, and CSV.</p>
100
101
<p>After saving your file, simply print to the blank labels you have in your library.</p>
102
103
<p><strong>See the full documentation for Label Batches in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/labelcreator.html#labelbatches">manual</a> (online).</strong></p>
104
105
[% INCLUDE 'help-bottom.inc' %]

Return to bug 13136