Re: [Koha] Poblishercode - entries in koha

2016-03-03 Thread Paul A

At 09:33 PM 3/3/2016 +0530, Suresh Kumar Tejomurtula wrote:

Thank you very much for your reply.
Will try it out today and will share my feed back.


You might want to run a MySQL query:

SELECT DISTINCT(publishercode) FROM biblioitems;

beforehand. If you have more than, say, a couple of hundred publishers, the 
drop-down list for using auth values gets long, and adding new publishers 
might be quite unwieldy...


Paul



Regards
T. Suresh Kumar
On Mar 2, 2016 21:47, "Indranil Das Gupta"  wrote:

> Hi Suresh,
>
> On Wed, Mar 2, 2016 at 9:10 PM, Suresh Kumar Tejomurtula
>  wrote:
> > Dear all,
> >
> > I would like to know how the publishercode is entered in KOHA. If there
> is
> > a table like that of vendors for publishers it would be very useful and
> the
> > entries will be uniform thoughout the records.
>
> First, it is incorrect to write "Koha" as "KOHA" as it is not an acronym.
>
> Second, w.r.t your question, you can setup an authorised value named
> .e.g PUBCODE and use it as a lookup list attached to your MARC21
> framework. Please refer to the following URLs for details:
>
> 1) what are authorized values -
> http://manual.koha-community.org/3.22/en/basicparams.html#authorizedvalues
>
> 2) how to add a new auth value category and values -
> http://manual.koha-community.org/3.22/en/basicparams.html#newauthvalcat
>
> 3) using an authorized value with your MARC framework -
> http://manual.koha-community.org/3.22/en/catadmin.html#editsubfields
>
> 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


---
Maritime heritage and history, preservation and conservation,
research and education through the written word and the arts.
 and 

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Poblishercode - entries in koha

2016-03-03 Thread Suresh Kumar Tejomurtula
Thank you very much for your reply.
Will try it out today and will share my feed back.

Regards
T. Suresh Kumar
On Mar 2, 2016 21:47, "Indranil Das Gupta"  wrote:

> Hi Suresh,
>
> On Wed, Mar 2, 2016 at 9:10 PM, Suresh Kumar Tejomurtula
>  wrote:
> > Dear all,
> >
> > I would like to know how the publishercode is entered in KOHA. If there
> is
> > a table like that of vendors for publishers it would be very useful and
> the
> > entries will be uniform thoughout the records.
>
> First, it is incorrect to write "Koha" as "KOHA" as it is not an acronym.
>
> Second, w.r.t your question, you can setup an authorised value named
> .e.g PUBCODE and use it as a lookup list attached to your MARC21
> framework. Please refer to the following URLs for details:
>
> 1) what are authorized values -
> http://manual.koha-community.org/3.22/en/basicparams.html#authorizedvalues
>
> 2) how to add a new auth value category and values -
> http://manual.koha-community.org/3.22/en/basicparams.html#newauthvalcat
>
> 3) using an authorized value with your MARC framework -
> http://manual.koha-community.org/3.22/en/catadmin.html#editsubfields
>
> 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


Re: [Koha] Poblishercode - entries in koha

2016-03-02 Thread Indranil Das Gupta
Hi Suresh,

On Wed, Mar 2, 2016 at 9:10 PM, Suresh Kumar Tejomurtula
 wrote:
> Dear all,
>
> I would like to know how the publishercode is entered in KOHA. If there is
> a table like that of vendors for publishers it would be very useful and the
> entries will be uniform thoughout the records.

First, it is incorrect to write "Koha" as "KOHA" as it is not an acronym.

Second, w.r.t your question, you can setup an authorised value named
.e.g PUBCODE and use it as a lookup list attached to your MARC21
framework. Please refer to the following URLs for details:

1) what are authorized values -
http://manual.koha-community.org/3.22/en/basicparams.html#authorizedvalues

2) how to add a new auth value category and values -
http://manual.koha-community.org/3.22/en/basicparams.html#newauthvalcat

3) using an authorized value with your MARC framework -
http://manual.koha-community.org/3.22/en/catadmin.html#editsubfields

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


[Koha] Poblishercode - entries in koha

2016-03-02 Thread Suresh Kumar Tejomurtula
Dear all,

I would like to know how the publishercode is entered in KOHA. If there is
a table like that of vendors for publishers it would be very useful and the
entries will be uniform thoughout the records.

I found in serials, vendor entry is very good option. I could not get any
info. of generating such data for publishercode.

Please let me know if any library did this already or any best practice in
this.

-- 
Regards
T. Suresh Kumar
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha