Hello :) I need your valuable help and opinion! I would like to create new Shelving locations and collection codes in KOHA. I have tried to do so but unfortunately it was not possible. I have three different libraries hosted in the system and I need to create the above for one of them. Thank you in advance for the help! -----Original Message----- From: Koha [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of koha-request@lists.katipo.co.nz Sent: Sunday, May 10, 2015 3:00 AM To: koha@lists.katipo.co.nz Subject: Koha Digest, Vol 115, Issue 15 Send Koha mailing list submissions to koha@lists.katipo.co.nz To subscribe or unsubscribe via the World Wide Web, visit https://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz You can reach the person managing the list at koha-owner@lists.katipo.co.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Lost status not available in batch item modify tool (clint.deckard) 2. Re: Lost status not available in batch item modify tool (Ian Bays) 3. Re: staff member responsible of loan/renewal recorded in issues? (Giuseppe Angilella) 4. Re: Remove blank space at bottom of printer receipts (Iming Chan) ---------------------------------------------------------------------- Message: 1 Date: Sat, 09 May 2015 12:06:21 +1200 From: "clint.deckard" <clint.deckard@frontiers.co.nz> To: Koha-List <koha@lists.katipo.co.nz> Subject: [Koha] Lost status not available in batch item modify tool Message-ID: <554D4F7D.2020208@frontiers.co.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Koha 3.16 via Debian packages; Using the batch item modification tool although the lost status displays there is no 1- Lost status entry in the Edit Items area. It goes from 0 - Withdrawn status to 2 - Source of classification or shelving scheme I would appreciate any help to diagnose the issue. Clint. -- Clint Deckard 136 Tukituki Road Ashley Clinton RD1 Takapau Central Hawkes Bay, New Zealand. ------------------------------ Message: 2 Date: Sat, 09 May 2015 01:46:18 +0100 From: Ian Bays <ian.bays@ptfs-europe.com> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Lost status not available in batch item modify tool Message-ID: <554D58DA.9070204@ptfs-europe.com> Content-Type: text/plain; charset=utf-8; format=flowed Clint, I discovered that the reason that subfield does not show on the batch item modification is that the MARC framework has that subfield of 952 set to hidden. If you change the subfield to have the same "hidden" characteristics as one that does shown then you will be able to change that item subfield. Good luck. Ian On 09/05/2015 01:06, clint.deckard wrote:
Koha 3.16 via Debian packages;
Using the batch item modification tool although the lost status displays there is no 1- Lost status entry in the Edit Items area. It goes from
0 - Withdrawn status to 2 - Source of classification or shelving scheme
I would appreciate any help to diagnose the issue.
Clint.
-- Ian Bays Director of Projects, PTFS Europe Limited Content Management and Library Solutions ------------------------------ Message: 3 Date: Sat, 9 May 2015 07:06:19 +0200 (CEST) From: Giuseppe Angilella <Giuseppe.Angilella@ct.infn.it> To: Tajoli Zeno <z.tajoli@cineca.it> Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] staff member responsible of loan/renewal recorded in issues? Message-ID: <alpine.LFD.2.10.1505090702270.4349@localhost> Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed On Fri, 8 May 2015, Tajoli Zeno wrote:
I think you can record it if you active IssueLog: Home › Administration › System preference > IssueLog
Thank you, Zeno. I did indeed turn on both IssueLog and ReturnLog, and can now browse them through Tools > Additional tools > Log viewer > Circulation There seems not to be anything similar to that for Renewals, but that's less important (to me, at least). Many thanks! Giuseppe. ------------------------------ Message: 4 Date: Sat, 9 May 2015 05:01:54 -0700 (MST) From: Iming Chan <imingchan@yahoo.com.au> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Remove blank space at bottom of printer receipts Message-ID: <1431172914756-5839504.post@n5.nabble.com> Content-Type: text/plain; charset=us-ascii Hello Chad, Thank you so much for your help. It has worked and resolved our printer issue. Regards, Iming ----- Iming Chan Translib Information Service Melbourne, Australia http://opac.translib.com Phone: +61 3 9801 5097 Fax: +61 3 9801 4024 E-mail: iming@translib.com -- View this message in context: http://koha.1045719.n5.nabble.com/Remove-blank-space-at-bottom-of-printer-re... Sent from the Koha-general mailing list archive at Nabble.com. ------------------------------ Subject: Digest Footer _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha ------------------------------ End of Koha Digest, Vol 115, Issue 15 ************************************* <html> <body> <img src="http://new.cut.ac.cy/images/environmentalSign.gif"/> </body> </html>
Hi, On Mon, May 11, 2015 at 2:03 PM, Barbara Aristidou <barbara.aristidou@cut.ac.cy> wrote:
I would like to create new Shelving locations and collection codes in KOHA. I have tried to do so but unfortunately it was not possible.
http://manual.koha-community.org/3.18/en/basicparams.html#authorizedvalues Shelving location is driven by LOC authorised value list, while Collection code is driven my CCODE authorised value list. In your case, you would need to add the values you want in each of these lists. To do that first select the category as LOC or CCODE by going to Home -> Administration -> Authorized values; and then adding the new authorized values for LOC and CCODE. For course for this to work the MARC21 framework you are using, must have the map 952$8 to CCODE and 952$c to LOC auth values. hope this helps. -- Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 IRC : indradg on irc://irc.freenode.net Twitter : indradg -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards. For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org
Also make sure the field in each record contains the collection code exactly as you have it in the LOC authorised value list, and the CCODE authorised value list. It is case sensitive. On Mon, May 11, 2015 at 11:28 AM, Indranil Das Gupta <indradg@gmail.com> wrote:
Hi,
On Mon, May 11, 2015 at 2:03 PM, Barbara Aristidou <barbara.aristidou@cut.ac.cy> wrote:
I would like to create new Shelving locations and collection codes in KOHA. I have tried to do so but unfortunately it was not possible.
http://manual.koha-community.org/3.18/en/basicparams.html#authorizedvalues
Shelving location is driven by LOC authorised value list, while Collection code is driven my CCODE authorised value list.
In your case, you would need to add the values you want in each of these lists. To do that first select the category as LOC or CCODE by going to Home -> Administration -> Authorized values; and then adding the new authorized values for LOC and CCODE.
For course for this to work the MARC21 framework you are using, must have the map 952$8 to CCODE and 952$c to LOC auth values.
hope this helps.
-- Indranil Das Gupta L2C2 Technologies
Phone : +91-98300-20971 IRC : indradg on irc://irc.freenode.net Twitter : indradg
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards.
For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Elaine Bradtke Data Wrangler VWML English Folk Dance and Song Society | http://www.efdss.org Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY Tel +44 (0) 20 7485 2206 (This number is for the English Folk Dance and Song Society in London, England. If you wish to phone me personally, send an e-mail first. I work off site) -------------------------------------------------------------------------- Registered Company No. 297142 Charity Registered in England and Wales No. 305999 --------------------------------------------------------------------------- "Writing about music is like dancing about architecture" --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
participants (3)
-
Barbara Aristidou -
Elaine Bradtke -
Indranil Das Gupta