[Koha-bugs] [Bug 12503] New: Alignment

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 30 16:53:34 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12503

            Bug ID: 12503
           Summary: Alignment
 Change sponsored?: ---
           Product: Koha
           Version: 3.14
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Label/patron card printing
          Assignee: cnighswonger at foundations.edu
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Created attachment 29375
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29375&action=edit
PDF file generated by the partner library.

This appears to be a re-occurrence of bug 6075, which was closed because the
issue could not be replicated.

Description of the problem:

A call number of the form XXX YYY ZZZ will print out such that the last line is
shifted left by roughly the width of one character:

    XXX
    YYY
   ZZZ

If the first row is missing (e.g. YYY ZZZ), the last row will again be shifted:

    YYY
   ZZZ


We are using 'Layout 1', with no 

Layout ID    Layout    Barcode Type    Print Type    Fields to Print    Select
1    SPINE    CODE39    BIB    itemcallnumber    
mysql> select * from creator_layouts\G 
*************************** 1. row ***************************
    layout_id: 1
 barcode_type: CODE39
  start_label: 1
printing_type: BIB
  layout_name: SPINE
     guidebox: 0
         font: C
    font_size: 14
        units: POINT
callnum_split: 1
 text_justify: C
format_string: itemcallnumber
   layout_xml: 
      creator: Labels
1 row in set (0.00 sec)

We are using the following template, with no profile specified.

mysql> select * from creator_templates\G                                        
*************************** 1. row ***************************
     template_id: 1
      profile_id: 0
   template_code: Spine Lable Template
   template_desc: To be used with Gaylord 1 1/2" x 1 1/8"
      page_width: 8.5
     page_height: 11
     label_width: 1.125
    label_height: 1.5
 top_text_margin: 0.25
left_text_margin: 0.25
      top_margin: 0.7
     left_margin: 0.35
            cols: 6
            rows: 6
         col_gap: 0.2
         row_gap: 0.2
           units: INCH
         creator: Labels

Here are the associated call numbers from the Partner Library's items table:

FIC ROB
LP FIC ROB
OB 641.5636 DEN
973.932 MCC
395.2 POS

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list