Dear sir,

I install koha, and everything working fine, but call number doesn't display, 
in call number column in OPAC search result, I customized all setting for LOC 
and use 050ab. please give me your help.
Thanks.

Sami 




On Monday, February 3, 2014 3:00 AM, "[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. Reminder: the next general IRC meeting is on 5th February
      2014 02:00 UTC (David
 Nind)
   2. how to fix encoding of biblioitems.kohaxml (moving to latest
      Koha) (Giuseppe Angilella)
   3. Edition/Deletion of Field in Patron Module (Zewar Khan)
   4. Re: Edition/Deletion of Field in Patron Module (David Nind)
   5. Re: Edition/Deletion of Field in Patron Module (Sue McMillan)


----------------------------------------------------------------------

Message: 1
Date: Sun, 2 Feb 2014 18:06:49 +1300
From: David Nind <[email protected]>
To: [email protected]
Subject: [Koha] Reminder: the next general IRC meeting is on 5th
    February    2014 02:00 UTC
Message-ID:
    <CAK5OMPfeTTwa63K=vrnxy8kuajqvavwyc-7pviw5-pn0tvt...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

This is a reminder that the next general IRC meeting is on the 5th February
2014 at 02:00 UTC.

Koha community members are encouraged to attend.

To find out what time the meeting is in your time zone go to:
http://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+IRC+General+Meeting&iso=20140205T02

Please add any items that you have to the agenda at:
http://wiki.koha-community.org/wiki/General_IRC_meeting_5_February_2014

Updates from
 current role holders - please add an update to the agenda if
you are expected to give an update but cannot attend (current role holders
- http://wiki.koha-community.org/wiki/Roles_for_3.16).

Information about IRC - if you are new to IRC see
http://koha-community.org/get-involved/irc/ and
http://www.wikihow.com/Get-Started-with-IRC-%28Internet-Relay-Chat%29


David Nind | [email protected]
PO Box 12367, Thorndon, Wellington, New Zealand 6144
h. +64 4 9720 600 | m. +64 21 0537 847 | w. +64 4 8906 098


------------------------------

Message: 2
Date: Sun, 2 Feb 2014
 07:11:48 +0100 (CET)
From: Giuseppe Angilella <[email protected]>
To: [email protected]
Subject: [Koha] how to fix encoding of biblioitems.kohaxml (moving to
    latest    Koha)
Message-ID: <alpine.LFD.2.10.1402020642430.2353@localhost>
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII

Hi,

I'm upgrading to Koha latest release (3.14.01.000) from a quite old one 
(2.x).

I've imported the old database, let the web installation procedure perform 
the automatic steps to upgrade the sql structure, then launched the 
convert_to_utf8.pl tool
 in .../migration_tools/22_to_30/

My stuff (items, patrons, several configuration parameters) seems to be 
there. However, koha_rebuild_zebra fails, because of "wide characters" 
present in the database:

specific error is Wide character in subroutine entry at 
/usr/share/perl5/MARC/Charset/Table.pm line 96

This results in a (hopefully) consistent, but unsearchable database.

A closer inspection of the biblioitems table reveals that several (140 out 
of some 2800) items contain "accented characters" in various fields. These 
may have crept in at various stages, e.g. when inserting new records using 
a Mac keyboard, or on the occasion of not so careful upgrades.

Although I had set the default character set as UTF8 (both for the locale, 
apache and mysql, let alone Koha itself), when I try to insert in the 
database a new record (containing accented letters in the title field, 
say) from the web
 interface, the title looks ok when accessing the 
newly created record (cgi-bin/koha/catalogue/detail.pl?biblionumber=...), 
whereas the "MARC Preview" shows corrupted accented letters, as if they 
weren't encoded in UTF8.

An even closer inspection suggests that the encoding might indeed be UTF8, 
but that some characters follow the NFD, rather than NFC, convention 
(accented characters are represented as two separate characters).

Is there a way to fix my biblioitems table? Is there a way to have new 
records entered correctly, at least?

(I've even tried ALTER'ing the table to binary, then back to text with the 
correct encoding, field by field.)

I could in principle go and fix each of the 140 corrupted MARC's via the 
web interface, if that's the only way, but the point is that, seemingly, 
even newly entered accented characters produce fancy output in the marcxml 
field.

(The same may
 possibly apply also to the marc field, but that's a binary 
sql LONGBLOB, therefore possibly uneditable, but I assume it should be 
harmless to koha_rebuild_zebra .)

Many thanks for all your suggestions and help.

Regards,

Giuseppe.


------------------------------

Message: 3
Date: Sun, 2 Feb 2014 06:26:59 +0000 (GMT)
From: Zewar Khan <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [Koha] Edition/Deletion of Field in Patron Module
Message-ID:
    <[email protected]>
Content-Type: text/plain; charset=utf-8

Dear colleagues,
how can i add or delete a field in Patron Module of Koha.

Zewar khan


------------------------------

Message: 4
Date: Sun, 2 Feb 2014 21:56:46 +1300
From: David Nind <[email protected]>
To: Zewar Khan <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [Koha] Edition/Deletion of Field in Patron
 Module
Message-ID:
    <cak5ompch62cqtp202owuj-xgqddk_hff8bd6uwhrca4ra+7...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

>
> how can i add or delete a field in Patron Module of Koha.
>

If you mean adding and deleting custom fields for patrons, see:
http://manual.koha-community.org/3.14/en/patscirc.html#patronattributetypes

David Nind | [email protected]
PO Box 12367, Thorndon, Wellington, New Zealand 6144
h. +64 4 9720 600 | m. +64 21 0537 847 | w. +64 4 8906 098


------------------------------

Message: 5
Date: Sun, 2 Feb 2014 18:58:06 +0000
From: Sue McMillan <[email protected]>
To: 'Zewar Khan' <[email protected]>, "[email protected]"
    <[email protected]>
Subject: Re: [Koha] Edition/Deletion of Field in Patron Module
Message-ID:
    <f080c0113cf5f741be2b9541ca30acda88f0c...@stdcexch02.internal.stdc.govt.nz>
    
Content-Type: text/plain; charset="us-ascii"

In Global System
 preferences look for BorrowerUnwantedField
Enter the names of the fields you do not want , separated by a |

Susan McMillan
Cataloguing and Systems Administrator| South Taranaki District Council
105-111 Albion St, Hawera 4610 | Private Bag 902, Hawera 4640, NZ
Phone: +64 6 278 0555 | Cell: | www.southtaranaki.com 



-----Original Message-----
From: [email protected] [mailto:[email protected]] 
On Behalf Of Zewar Khan
Sent: Sunday, 2 February 2014 7:27 p.m.
To: [email protected]
Subject: [Koha] Edition/Deletion of Field in Patron Module

Dear colleagues,
how can i add or delete a field
 in Patron Module of Koha.

Zewar khan
_______________________________________________
Koha mailing list  http://koha-community.org [email protected] 
http://lists.katipo.co.nz/mailman/listinfo/koha

This e-mail and any attachments may contain confidential and 
privileged 
information. If you are not the intended recipient, please notify the 
sender immediately by return e-mail, delete this e-mail and destroy 
any 
copies. Any dissemination or use of this information by a person other 
than the intended recipient is unauthorised and may be illegal. Please 
note that this communication does not designate an information system 
for the purposes of the Electronic Transactions Act
 2002.


------------------------------

_______________________________________________
Koha mailing list
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha


End of Koha Digest, Vol 100, Issue 3
************************************
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to