how to change bakgrowand colour in Koha
On 12/15/11, [email protected] <[email protected]> wrote: > Send Koha mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.katipo.co.nz/mailman/listinfo/koha > 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 Koha digest..." > > > Today's Topics: > > 1. Re: how can i view all the contents of the libary, Please > make it more clear (Stefano Bargioni) > 2. Error in Guided Report (Vimal Kumar) > 3. Update on link resolver + Koha? (Amy Schuler) > 4. Re: Update on link resolver + Koha? (Owen Leonard) > 5. Checkout fails (Perch) > 6. Call for News for the December Newsletter (Daniel Grobani) > 7. Equinox offering two scholarships for the 2012 Code4Lib > conference (Galen Charlton) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 14 Dec 2011 09:22:00 +0100 > From: Stefano Bargioni <[email protected]> > To: [email protected] > Subject: Re: [Koha] how can i view all the contents of the libary, > Please make it more clear > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Maybe the select suggested in the wiki > > SELECT > items.price,items.replacementprice,biblio.title,biblio.author,items.itemcallnumber > FROM items > LEFT JOIN biblioitems ON > (items.biblioitemnumber=biblioitems.biblioitemnumber) > LEFT JOIN biblio ON (biblioitems.biblionumber=biblio.biblionumber) > WHERE items.homebranch=<<Home branch|branches>> > ORDER BY items.itemcallnumber ASC > > could be enhanced using the cn_sort field, that cointains the sort form of > itemcallnumber, changing the ORDER BY clause into > ORDER BY items.cn_sort ASC > Stefano > >> There is a report for a complete shelf list on the wiki - >> http://wiki.koha-community.org/wiki/SQL_Reports_Library#Complete_Shelf_list >> >> You should be able to use that as a starting place to get what you're >> looking for. >> >> Liz Rea > > > ------------------------------ > > Message: 2 > Date: Wed, 14 Dec 2011 14:59:02 +0530 > From: Vimal Kumar <[email protected]> > To: Koha-List <[email protected]> > Subject: [Koha] Error in Guided Report > Message-ID: > <CAEaJrwUCEkcj4Mp3YYC_je_xWin8xDxu9zKLAFCmYgicjD=-p...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Dear Friends,I got the following message when try to create report from > > Reports > Guided Reports > Build New > > in the second step "Pick a report Type", Tabular. > > My koha version is 3.4.7 > > Software error: > > Undefined subroutine &C4::Reports::Guided::themelanguage called at > /usr/share/koha/lib/C4/Reports/Guided.pm line 714. > > For help, please send mail to the webmaster (webmaster@comp), giving this > error message and the time and date of the error. > > > -- > Vimal Kumar V. > Mahatma Gandhi University Library > Kottayam, Kerala- 686 560 > Web: www.vimalkumar.org > Blog: http://linuxhalwa.blogspot.com > --------------------------------------------------------------------------- > "I forget what I was taught. I only remember what I have learnt" > -Patrick White > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://lists.katipo.co.nz/pipermail/koha/attachments/20111214/f72dfe48/attachment-0001.html> > > ------------------------------ > > Message: 3 > Date: Wed, 14 Dec 2011 10:29:20 -0500 > From: Amy Schuler <[email protected]> > To: "[email protected]" <[email protected]> > Subject: [Koha] Update on link resolver + Koha? > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > Hello, > I was just wondering if any of the developers could provide an update on the > status of link resolver support for Koha. I read a few posts about this and > see that as of August 2010, the request for link resolver functionality was > submitted as a bug/patch. > Any news? > > Thanks! > > > Amy C. Schuler > Director, Information Services & Library > Cary Institute of Ecosystem Studies > PO Box AB, 2801 Sharon Turnpike > Millbrook, New York, 12545 > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://lists.katipo.co.nz/pipermail/koha/attachments/20111214/a7c2f13e/attachment-0001.html> > > ------------------------------ > > Message: 4 > Date: Wed, 14 Dec 2011 11:50:37 -0500 > From: Owen Leonard <[email protected]> > To: Amy Schuler <[email protected]> > Cc: "[email protected]" <[email protected]> > Subject: Re: [Koha] Update on link resolver + Koha? > Message-ID: > <CAO4qe2N+P-rGTD1+6vtRXBMNOxuQEh4=kquuugx-sjdf8uv...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > >> I was just wondering if any of the developers could provide an update on >> the >> status of link resolver support for Koha.? I read a few posts about this >> and >> see that as of August 2010, the request for link resolver functionality >> was >> submitted as a bug/patch. > > The original patch doesn't seem to have gained any traction when it > was first submitted. Since then a lot of Koha code has changed, so it > would require re-working to get it into a state where it could be > tested. Since this feature doesn't seem to have any active sponsor > there was no motivation for it to continue to be updated. > > However, if the code is good it could probably be made to work again. > Someone just needs to take it on. > > -- Owen > > -- > Web Developer > Athens County Public Libraries > http://www.myacpl.org > > > ------------------------------ > > Message: 5 > Date: Wed, 14 Dec 2011 11:22:29 -0800 (PST) > From: Perch <[email protected]> > To: [email protected] > Subject: [Koha] Checkout fails > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Upon trying to check items out to a patron this message appears: > > -- > Software error: > > Can't call method "subfield" on an undefined value at > /usr/share/koha/lib/C4/Biblio.pm line 3008. > > For help, please send mail to the webmaster (webmaster@vps185), giving this > error message and the time and date of the error. > -- > > The item gets checked out (i.e. it appears in the list of items checked out > to the client when you go return to the checkout page). The same happens > with check in. The items get checked in, but Koha stops at the error > message. > > Similar error message appears when trying to add a new issue to an existing > subscription. I think the problem might be related to error I received when > updating the database to new Koha version > (http://koha.1045719.n5.nabble.com/Database-update-errors-td5068234.html). > > Any help here? We really really need to get this working. > > -- > View this message in context: > http://koha.1045719.n5.nabble.com/Checkout-fails-tp5075418p5075418.html > Sent from the Koha-general mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 6 > Date: Wed, 14 Dec 2011 12:35:51 -0800 > From: Daniel Grobani <[email protected]> > To: [email protected], [email protected] > Subject: [Koha] Call for News for the December Newsletter > Message-ID: > <caoekewjo-loo94jejrj7jg1qnkfkttsp632kz-yfwtgvvik...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Dear Koha Kommunitarians, > > I'm harvesting news for the December newsletter. Please send me by the > 25th anything you think your fellow community members might like to > know about. > > "News" can be as short as a sentence or as long as a paper. I > especially encourage you to send me a line or two about what you're > currently working on for publication in the gossip/society column. And > if you know of a go-live not announced on the list, please be sure to > let me know about it. > > Please note that it's not too late to send in your reports or > reminiscences of KohaCon11! > > Happy holidays, > Daniel Grobani > > > ------------------------------ > > Message: 7 > Date: Wed, 14 Dec 2011 16:18:48 -0500 > From: Galen Charlton <[email protected]> > To: [email protected], [email protected], Evergreen > Discussion Group <[email protected]> > Subject: [Koha] Equinox offering two scholarships for the 2012 > Code4Lib conference > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252; format=flowed > > [Please excuse the cross-posting. Potential applicants should be aware > of a new piece of information since the initial announcement: as part of > our overall sponsorship of the conference, Equinox had one attendance > slot that was reserved for an Equinox employee. We are now using that > slot in order to make the scholarship of benefit to somebody who would > otherwise not be able to attend the conference. If you meet the > eligibility criteria and either didn't register for the conference yet > or are on the waiting list, we encourage you to apply for the scholarship.] > > Equinox Software is offering 2 scholarships to the code4lib conference > in February. > > The scholarships will reimburse travel and accommodation expenses up to > $750.00 USD for a full-time employee from public libraries using either > Evergreen or Koha to attend the Code4Lib Conference in Seattle, > Washington, USA, from February 6-9, 2012. The awardees will also > receive (depending on their circumstances) free registration to Code4Lib > or reimbursement of an already-paid registration. > > ELIGIBILITY > The applicants must be presently working in a public library that is > currently using or is actively committed to moving to either Evergreen > or Koha as their ILS. > > The applicants must indicate any amount and source of additional funding > which, combined with the Scholarship, will permit them to cover their > expenses to attend the Conference. (This will not reduce the amount of > the award.) > > Preference will be given to underfunded libraries or libraries in budget > crisis. > > DEADLINE FOR APPLICATION December 31, 2011 > > The email application should include a current resume, including all > contact information, education, and experience, along with an essay as > described below. > > The applicants will write up to 750 words of narrative in English to > address the following: > ? Description of the library?s mission and commitment to open source > solutions > ? How attendance may benefit the applicant > ? How the applicant intends to share the benefit of the experience > with colleagues > ? Description of funding constraints, budgetary limitations, or > travel/hiring freezes pertinent to the applicant?s situation > > APPLICATION ADDRESS: Please send resumes and essays to Grace Dunbar > before December 31, 2011 by email attachment to [email protected] > > NOTIFICATION: The successful applicants will be notified by January 5, > 2012. > > Feel free to re-post this announcement and/or our press release > (http://esilibrary.com/esi/newsitem.php?id=2182) > > Regards, > > Galen > -- > Galen Charlton > Director of Support and Implementation > Equinox Software, Inc. / The Open Source Experts > email: [email protected] > direct: +1 770-709-5581 > cell: +1 404-984-4366 > skype: gmcharlt > web: http://www.esilibrary.com/ > Supporting Koha and Evergreen: http://koha-community.org & > http://evergreen-ils.org > > > ------------------------------ > > _______________________________________________ > Koha mailing list > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > > > End of Koha Digest, Vol 74, Issue 30 > ************************************ > -- Jagadish M Ningasani Assistant Librarian Gogte Institute of Technology Dept:Management Studies & Research MBA@GIT Library Information Centre 8095483352 _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

