User Tools

Site Tools


cat:labelprinting-continuous

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cat:labelprinting-continuous [2019/02/20 02:37] tlittlecat:labelprinting-continuous [2020/07/31 12:38] – [Common Fields to Add or Modify] ehardy
Line 1: Line 1:
 ====== Label Printing (Continuous Roll) ====== ====== Label Printing (Continuous Roll) ======
  
-Spine or spine/pocket labels can be printed either directly from Evergreen to a continuous feed label printer, directly to a laser printer using sheets of labels, or by exporting data to a third party program. 
  
-Spine and pocket label printing from Evergreen is functional on both Chrome and Firefoxbut there are several unresolved issues surrounding label printing and Hatch.+**Continuous feed printers** use label stock that is a continuous formconnected by a perforated edge.
  
-<note warning>At this time, we do not recommend you use Hatch for printing if you are printing labels.</note> 
  
-Once you set up a spine label print template(s) that suits your label stock and printing needs, be sure to Export the template(s) to a backup location in case you ever need to restore it. Be sure to keep the exported templates up to date.+===== Creating label stock =====
  
-Spine and pocket labels can be printed from several places in Evergreen, depending on the needs of your workflowSee **[[cat:labelprinting-continuous#open_the_label_printing_interface|Open the label printing interface]]** for the areas where you can access printing labels.+Unlike the common 8.5x11 laser printer paper, continuous roll label stock is often a custom size. For your printer to understand how big that individual label is, you need to define its size. To do this, you will need to create a custom paper size.
  
 +**In Windows**
 +  - Click the Windows Start button
 +  - Click **Control Panel**
 +  - Choose **Devices and Printers**
 +  - Right-click on your label printer
 +  - Select **Printing Preferences**
  
-**Continuous feed printers** use label stock that is a continuous formconnected by a perforated edge.+From here, each model of label printer will have its own drivers and interfaceso the configuration screens will vary.
  
- 
-===== Printer Settings ===== 
- 
-Open up your label printer's preferences (in Windows, go to Devices and Printers, then right-click on the printer name and select Printing Preferences). Each variety of label printer has its own printer drivers, so the configuration screen will vary. 
- 
-===== Creating label stock ===== 
  
 **Example: TSC TPP-247** **Example: TSC TPP-247**
Line 116: Line 114:
 ==== Call Numbers Tab ==== ==== Call Numbers Tab ====
  
-Use this section to finely control how each spine label prints. For example, if you have a long call number with a skinny book, you may make changes to the display to adjust that individual spine label without affecting other spine labels. There is currently no way to edit information in the pocket label at this point.+Use this section to finely control how each spine label prints. For example, if you have a long call number with a skinny book, you may make changes to the display to adjust that individual spine label without affecting other spine labels. There is currently no way to directly edit information in the pocket label.
  
 Any changes you make on this tab are not saved to your template; they are on the fly changes. Any changes you make on this tab are not saved to your template; they are on the fly changes.
Line 128: Line 126:
 Use this section to define the size, spacing, and fonts of your spine/pocket labels. Some fields are optional and there to provide additional spacing and font control only if needed. Use this section to define the size, spacing, and fonts of your spine/pocket labels. Some fields are optional and there to provide additional spacing and font control only if needed.
  
-When entering sizes, you may use millimeters (mm), centimeters (cm), or inches (in). For example: 3mm or 0.5in. Zeros must be input before decimals: 0.5in not .5in, for example. 
  
 **Print Feed Option:** Continuous **Print Feed Option:** Continuous
Line 236: Line 233:
 Be sure to complete filling out the Settings tab and Save your work before editing the Label Template tab.  Be sure to complete filling out the Settings tab and Save your work before editing the Label Template tab. 
  
-To add fields to the pocket label, scroll to the bottom section of the Label Template tab. You will see the code that has been generated for the label layout you have defined. You may add additional fields in this section, change the order of the fields, or modify how the fields wrap. +To add fields to the pocket label, scroll to the bottom section of the Label Template tab. You will see the code that has been generated for the label layout you have defined. You may add additional fields in this section, change the order of the fields, or modify how the fields wrap. The highlighted area below shows the area you may edit to add or modify fields. Be careful not to modify the rest of the code on the page, or it can break your template. (If this happens, click Default to reset the template to default settings and start over.) 
 + 
 +{{ :cat:spine-label-editing-fields.jpg?600 |}}
  
 If you do not understand the HTML and CSS that is shown, export the template you have to an external file, then attach it to a [[https://help.georgialibraries.org|Help Desk]] ticket along with what you are trying to do, and the PINES staff will assist you.  If you do not understand the HTML and CSS that is shown, export the template you have to an external file, then attach it to a [[https://help.georgialibraries.org|Help Desk]] ticket along with what you are trying to do, and the PINES staff will assist you. 
Line 251: Line 250:
 **Title (limited to 30 characters):** <nowiki>{{col.c ? (get_bib_for(col.c).title | limitTo:30) : ''}}</nowiki> **Title (limited to 30 characters):** <nowiki>{{col.c ? (get_bib_for(col.c).title | limitTo:30) : ''}}</nowiki>
  
-<note tip>[[:cat:spine-label-fields|Click here for a list of all available fields]]</note>+**Author (limited to 30 characters):** <nowiki>{{col.c ? (get_bib_for(col.c).author | limitTo:30) ''}}</nowiki>
  
-You can add multiple fields to one line with spaces in between the fields. For example, if you want to add the library's policy name after the barcode, enter it as such+**Price:** <nowiki>{{col.c ? col.c['price'] : '' | currency}}</nowiki> 
 + 
 +<note tip>[[:cat:spine-label-fields-2|Click here for a list of all available fields]]</note> 
 + 
 +You can add multiple fields to one line with spaces in between the fields. For example, if you want to add the library's policy name after the barcode, enter it as
  
 {{ :cat:cont_feed_5.png?600 |}} {{ :cat:cont_feed_5.png?600 |}}
Line 267: Line 270:
 Several libraries have requested the ability to print the spine labels sideways to be able to print more characters in one row on a single spine label for thinner spines. To do this requires editing the code on the Label Template tab and adjusting the settings for call number wrapping.  Several libraries have requested the ability to print the spine labels sideways to be able to print more characters in one row on a single spine label for thinner spines. To do this requires editing the code on the Label Template tab and adjusting the settings for call number wrapping. 
  
-1Look for this section towards the bottom of the page:+1.Look for this section towards the bottom of the page:
  
-<nowiki><pre class="{{col.cls}}" style="border: none; margin-bottom: 0; margin-top: 0; overflow: hidden;" ng-if="col.cls === 'spine'"> +**<nowiki><pre class="{{col.cls}}" style="border: none; margin-bottom: 0; margin-top: 0; overflow: hidden;" ng-if="col.cls === 'spine'"> 
-{{col.c ? get_cn_for(col.c) : ''}}</pre></nowiki>+{{col.c ? get_cn_for(col.c) : ''}}</pre></nowiki>**
  
 And replace it with this: And replace it with this:
  
-<nowiki><pre class="{{col.cls}}" style="border: none; margin-bottom: 0px; margin-top: 0px; overflow: hidden;" ng-if="col.cls === 'spine'"><div style="transform:rotate(90deg);margin-top:35px;"> +**<nowiki><pre class="{{col.cls}}" style="border: none; margin-bottom: 0px; margin-top: 0px; overflow: hidden;" ng-if="col.cls === 'spine'"><div style="transform:rotate(90deg);margin-top:35px;"> 
-{{col.c ? get_cn_for(col.c) : ''}}</div></pre></nowiki>+{{col.c ? get_cn_for(col.c) : ''}}</div></pre></nowiki>** 
 + 
 +2. Go to the Setting tab and change the "Item Print Label - Call Number Wrap Filter Height" to 1 (for one line) 
 + 
 +3. Change the "Item Print Label Call Number Wrap Filter Width" to at least 15 (or however many characters can print on the one line).  
 + 
 +=== Moving the Call Number Down on the Spine Label === 
 + 
 +You can use the 'Item Print Label - Inline CSS Field' to fine-tune some of the settings. For example, if you want your spine labels to start partway down the label rather than at the top of the label, you can add this text into the Inline CSS field: 
 + 
 +<nowiki>.spine{padding-top:30px}</nowiki>
  
 +=== Different Font Size for Spine and Pocket Labels ===
  
 +You can make the spine label have a different font-size from the pocket label by setting the regular font size using 'Item Print Label Font Size' and then using the 'Item Print Label - Inline CSS Field' like this (where 14pt is the desired font size):
  
-2) Go to the Setting tab and change the "Item Print Label - Call Number Wrap Filter Height" to 1 (for one line) and change the "Item Print Label Call Number Wrap Filter Width" to at least 15 (or however many characters can print on the one line)+<nowiki>.spine{font-size:14pt;}</nowiki>
  
 ===== Importing and Exporting Templates ===== ===== Importing and Exporting Templates =====
cat/labelprinting-continuous.txt · Last modified: 2024/03/01 15:34 by tlittle