[OPEN-ILS-DEV] Developer needed (job offer) at the International Institute of Social History

2010-12-14 Thread Afelonne Doek
The International Institute of Social History (IISH) is the world’s largest documentation and research centre in the field of social history. Since its foundation in 1935, the institute has dedicated itself to the collection, preservation and availability of the heritage of social movements

[OPEN-ILS-DEV] Placeholder Auto-barcodes, Take Two

2010-12-14 Thread Dan Wells
Hello all, Way back in March I sent a message to the list about adding an auto-barcode database trigger which didn't get a whole lot of traction, so this is a second, simpler attempt at the same idea. To be clear, I am not talking about functionality where we auto-generate *real* barcodes

[OPEN-ILS-DEV] Format Selector Search

2010-12-14 Thread Rayner, June
Hi Folks We're trying to change the format selectors that we can use for searches. The defaults are Books, Large Print Books, E-books, Audiobooks, Video Recordings, Music, and Electronic Resources.We know where to add additional values to the Format Selector drop down, but what we can't

Re: [OPEN-ILS-DEV] Format Selector Search

2010-12-14 Thread Jason Etheridge
We’re trying to change the format selectors that we can use for searches. The defaults are Books, Large Print Books, E-books, Audiobooks, Video Recordings, Music, and Electronic Resources.    We know where to add additional values to the Format Selector drop down, but what we can’t find is

Re: [OPEN-ILS-DEV] Format Selector Search

2010-12-14 Thread Rayner, June
Thanks Jason This is helpful. You're correct that one of the things we need to do is distinguish the video formats. We don't think there's anything in the fixed fields that covers that either. So, what if we wanted to have Evergreen search something other than the fixed fields, like a

Re: [OPEN-ILS-DEV] Placeholder Auto-barcodes, Take Two

2010-12-14 Thread Dan Wells
Hello again, This topic was discussed at the IRC developer's meeting today. Here is an updated version of the function for review: CREATE OR REPLACE FUNCTION asset.autogenerate_placeholder_barcode ( ) RETURNS TRIGGER AS $$ BEGIN IF NEW.barcode LIKE '@@%' THEN