Sorry for being a little late to this discussion, but I wanted to chime in after a recent discussion I had with our cataloging team about spine labels. We thought the requirements Elaine Hardy listed were great and covered almost all of our needs.
In addition, we would add the ability to store the batches for printing at a later time and the ability to add some type of free-text field to the label. We also like the way you can add images to receipts in Evergreen by using the <img> tag in the receipt template editor and would love to see the same functionality for label templates. Libraries could then print nice bookplate-type labels for donations. Elaine had mentioned pulling in bibliographic fields for pocket label printing, but there may be times when this is useful for a spine labels as well. Grant, is this something you are actively developing? Thanks! Kathy Lussier ------------------------------------------------------------- Kathy Lussier Project Coordinator Massachusetts Library Network Cooperative (508) 756-0172 (508) 755-3721 (fax) [email protected] IM: kmlussier (AOL & Yahoo) Facebook: http://www.facebook.com/techielibrarian Twitter: http://www.twitter.com/kmlussier > -----Original Message----- > From: [email protected] [mailto:open-ils-dev- > [email protected]] On Behalf Of open-ils-dev- > [email protected] > Sent: Tuesday, June 22, 2010 12:00 PM > To: [email protected] > Subject: Open-ils-dev Digest, Vol 51, Issue 24 > > Send Open-ils-dev mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://libmail.georgialibraries.org/mailman/listinfo/open-ils-dev > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Open-ils-dev digest..." > > > Today's Topics: > > 1. Opening Spine labels again... (Grant Johnson) > 2. tag rel_1_6_1_0: missing sql files? (Don McMorris) > 3. Re: tag rel_1_6_1_0: missing sql files? (Mike Rylander) > 4. Re: tag rel_1_6_1_0: missing sql files? (Scott McKellar) > 5. Re: tag rel_1_6_1_0: missing sql files? (Mike Rylander) > 6. Re: Opening Spine labels again... (Jason Etheridge) > 7. Re: Opening Spine labels again... (Hardy, Elaine) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 21 Jun 2010 16:57:20 -0300 > From: "Grant Johnson" <[email protected]> > Subject: [OPEN-ILS-DEV] Opening Spine labels again... > To: "[email protected]" > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII > > Any work been done on this that we can start from? > > > > F. Grant Johnson > Systems Coordinator > 309 Robertson Library > University of Prince Edward Island > 902-566-0630(w), 902-393-4920(c) > > > > > > > ------------------------------ > > Message: 2 > Date: Mon, 21 Jun 2010 16:04:37 -0400 > From: Don McMorris <[email protected]> > Subject: [OPEN-ILS-DEV] tag rel_1_6_1_0: missing sql files? > To: Evergreen Development Discussion List > <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > In attempting to install an Evergreen system based on tag rel_1_6_1_0 > [1], I received some "file not found" errors. Upon further > investigation, it seems 2 files in Open-ILS/src/sql/Pg/[2] are > referenced in build-db.sh[3], which appears to be called from > eg_db_config.pl[4] as part of the installation process [5], are > missing from tag rel_1_6_1_0. > The files are: > 008.schema.query.sql > 015.schema.staging.sql > > The files appear to be missing from branch rel_1_6_1 [6] and branch > rel_1_6 [7] as well, but they do appear in trunk. > > --Don > > [1] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0 > [2] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open- > ILS/src/sql/Pg/ > [3] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open- > ILS/src/sql/Pg/build-db.sh > [4] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open- > ILS/src/support-scripts/eg_db_config.pl > [5] http://evergreen-ils.org/dokuwiki/doku.php?id=server:1.6.0:install > [6] http://svn.open-ils.org/trac/ILS/browser/branches/rel_1_6_1/Open- > ILS/src/sql/Pg > [7] http://svn.open-ils.org/trac/ILS/browser/branches/rel_1_6/Open- > ILS/src/sql/Pg > [8] http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/sql/Pg > > > ------------------------------ > > Message: 3 > Date: Mon, 21 Jun 2010 17:10:51 -0400 > From: Mike Rylander <[email protected]> > Subject: Re: [OPEN-ILS-DEV] tag rel_1_6_1_0: missing sql files? > To: Evergreen Development Discussion List > <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Mon, Jun 21, 2010 at 4:04 PM, Don McMorris <[email protected]> > wrote: > > In attempting to install an Evergreen system based on tag rel_1_6_1_0 > > [1], I received some "file not found" errors. ?Upon further > > investigation, it seems 2 files in Open-ILS/src/sql/Pg/[2] are > > referenced in build-db.sh[3], which appears to be called from > > eg_db_config.pl[4] as part of the installation process [5], are > > missing from tag rel_1_6_1_0. > > The files are: > > 008.schema.query.sql > > 015.schema.staging.sql > > > > The files appear to be missing from branch rel_1_6_1 [6] and branch > > rel_1_6 [7] as well, but they do appear in trunk. > > > > You can safely ignore those, unless they're causing the db build to > fail (which they should not). I'll make sure that build-db.sh forgets > those RSN. > > Related, there will be a new release, 1.6.1.1, cut soon to address a > security issue. No DB or OPAC changes, just one change to cstore. > > --miker > > > --Don > > > > [1] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0 > > [2] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open- > ILS/src/sql/Pg/ > > [3] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open- > ILS/src/sql/Pg/build-db.sh > > [4] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open- > ILS/src/support-scripts/eg_db_config.pl > > [5] http://evergreen-ils.org/dokuwiki/doku.php?id=server:1.6.0:install > > [6] http://svn.open-ils.org/trac/ILS/browser/branches/rel_1_6_1/Open- > ILS/src/sql/Pg > > [7] http://svn.open-ils.org/trac/ILS/browser/branches/rel_1_6/Open- > ILS/src/sql/Pg > > [8] http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/sql/Pg > > > > > > -- > Mike Rylander > | VP, Research and Design > | Equinox Software, Inc. / The Evergreen Experts > | phone: 1-877-OPEN-ILS (673-6457) > | email: [email protected] > | web: http://www.esilibrary.com > > > ------------------------------ > > Message: 4 > Date: Mon, 21 Jun 2010 15:55:34 -0700 (PDT) > From: Scott McKellar <[email protected]> > Subject: Re: [OPEN-ILS-DEV] tag rel_1_6_1_0: missing sql files? > To: Evergreen Development Discussion List > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > > > > --- On Mon, 6/21/10, Mike Rylander <[email protected]> wrote: > <snip/> > > > Related, there will be a new release, 1.6.1.1, cut soon to > > address a > > security issue.? No DB or OPAC changes, just one > > change to cstore. > > > > --miker > > <pedantic> > If this is the change I think it is, then you meant pcrud. The cstore > server should not be affected. > </pedantic> > > Scott McKellar > > > > ------------------------------ > > Message: 5 > Date: Mon, 21 Jun 2010 19:25:00 -0400 > From: Mike Rylander <[email protected]> > Subject: Re: [OPEN-ILS-DEV] tag rel_1_6_1_0: missing sql files? > To: Evergreen Development Discussion List > <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Mon, Jun 21, 2010 at 6:55 PM, Scott McKellar <[email protected]> wrote: > > > > > > --- On Mon, 6/21/10, Mike Rylander <[email protected]> wrote: > > <snip/> > > > >> Related, there will be a new release, 1.6.1.1, cut soon to > >> address a > >> security issue.? No DB or OPAC changes, just one > >> change to cstore. > >> > >> --miker > > > > <pedantic> > > If this is the change I think it is, then you meant pcrud. ?The cstore > server should not be affected. > > </pedantic> > > > > Indeed. In 1.6, open-ils.pcrud and open-ils.cstore are in the same C > module, thus my fuzziness. To be specific, oils_cstore.c is updated. > > Thanks for providing clarity, Scott! > > --miker > > > > Scott McKellar > > > > > > > > -- > Mike Rylander > | VP, Research and Design > | Equinox Software, Inc. / The Evergreen Experts > | phone: 1-877-OPEN-ILS (673-6457) > | email: [email protected] > | web: http://www.esilibrary.com > > > ------------------------------ > > Message: 6 > Date: Mon, 21 Jun 2010 23:35:11 -0400 > From: Jason Etheridge <[email protected]> > Subject: Re: [OPEN-ILS-DEV] Opening Spine labels again... > To: Evergreen Development Discussion List > <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Mon, Jun 21, 2010 at 3:57 PM, Grant Johnson <[email protected]> wrote: > > Any work been done on this that we can start from? > > Hey Grant, > > In trunk, I recently added the ability to feed the label output to any > arbitrary command line invocation as a text file, in lieu of printing > via the normal dialog. Nothing else is on my plate at the moment, > though I'd love to see to improvements there. > > What are you looking for? I'd still like to see multiple templates, > configurable call number wrapping algorithms, easy access to the > entire bib record, and better support for sheet labels. > > -- > Jason Etheridge > | VP, Tactical Development > | Equinox Software, Inc. / Your Library's Guide to Open Source > | phone: 1-877-OPEN-ILS (673-6457) > | email: [email protected] > | web: http://www.esilibrary.com > > Please come by and visit the Equinox team and learn more about > Evergreen, Koha, and open source options > ALA Annual meeting in Washington, DC > June 24-28, 2010 > booth # 1303 > > > ------------------------------ > > Message: 7 > Date: Tue, 22 Jun 2010 08:46:37 -0400 (EDT) > From: "Hardy, Elaine" <[email protected]> > Subject: Re: [OPEN-ILS-DEV] Opening Spine labels again... > To: Evergreen Development Discussion List > <[email protected]> > Message-ID: > <1286837111.47801.1277210797297.javamail.r...@hagrid.georgialibrarie > s.org> > > Content-Type: text/plain; charset="utf-8" > > The ability to easily print sheet labels (spine and pocket) would be > fantastic. As would better call number wrapping and multiple templates > > > > > > > Elaine > > > J. Elaine Hardy > PINES Bibliographic Projects & Metadata Manager > Georgia Public Library Service > 1800 Century Place, Ste 150 > Atlanta, Ga. 30345-4304 > > 404.235-7128 > 404.235-7201, fax > [email protected] > www.georgialibraries.org > www.georgialibraries.org/pines > > > > > From: "Jason Etheridge" <[email protected]> > To: "Evergreen Development Discussion List" <open-ils- > [email protected]> > Sent: Monday, June 21, 2010 11:35:11 PM > Subject: Re: [OPEN-ILS-DEV] Opening Spine labels again... > > On Mon, Jun 21, 2010 at 3:57 PM, Grant Johnson <[email protected]> wrote: > > Any work been done on this that we can start from? > > Hey Grant, > > In trunk, I recently added the ability to feed the label output to any > arbitrary command line invocation as a text file, in lieu of printing > via the normal dialog. Nothing else is on my plate at the moment, > though I'd love to see to improvements there. > > What are you looking for? I'd still like to see multiple templates, > configurable call number wrapping algorithms, easy access to the > entire bib record, and better support for sheet labels. > > -- > Jason Etheridge > | VP, Tactical Development > | Equinox Software, Inc. / Your Library's Guide to Open Source > | phone: 1-877-OPEN-ILS (673-6457) > | email: [email protected] > | web: http://www.esilibrary.com > > Please come by and visit the Equinox team and learn more about > Evergreen, Koha, and open source options > ALA Annual meeting in Washington, DC > June 24-28, 2010 > booth # 1303 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://libmail.georgialibraries.org/pipermail/open-ils- > dev/attachments/20100622/5e9ded2a/attachment-0001.htm > > End of Open-ils-dev Digest, Vol 51, Issue 24 > ********************************************
