[Koha] Regardng Koha search

2014-07-17 Thread Dibyendra Hyoju
Hi all,

I upgraded the Koha database recently from 3.6 to 3.14 and again into
3.16. Koha is showing errors (mentioned below) during the search,
maybe because of the upgrade, I guess.

Software error: Can't call method as_string on an undefined value at
/usr/share/koha/lib/C4/Koha.pm line 1608.

Some of the keywords I used during the search are: account, business
and accounting but while other keywords don't have problem.

Any idea how to resolve this problem?

Thank you.

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


[Koha] Change of Workflow in the existing system of KOHA for Placing New Orders in Acquisition

2014-07-17 Thread Arun Kumar
Hello,

We are working on various development pointers in Acquisition module to
customize it according to our workflow

Placing orders in KOHA 3.12 is vague to our organisation its consuming
procedure for placing orders which can be acheived with minimal workflow

i have crafted the workflow to meet our requirements, which includes
ordering form SUGGESTION MANAGEMENT itself with an hyperlink from Accepted
tab and passing suggestionid and biblionumber directly to
neworderempty.pl further
modifying this file with a new form with vendor and basket details and
creating a basket with basketno and bookseller id and other credentials
passed on to addorder.pl

my question is that how do we create a new basket at neworderempty.pl and
passing its details to place an order in addorder.pl, i have studied the
code for creation of basket in basketheader.pl, and followed the same i
don't understand where i went wrong

My Sincere Appreciation towards any pointers, thanks in advance

Regards

Arunkumar
Project Assistant
National Institute of Oceanography
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Regardng Koha search

2014-07-17 Thread Fridolin SOMERS
Since 3.10, the zebra config as changed remplacing 'usmarc' by the marc 
flavour you use.


I advice you to reinstall Koha to generate new configuration.

Best regards,

Le 17/07/2014 10:55, Dibyendra Hyoju a écrit :

Hi all,

I upgraded the Koha database recently from 3.6 to 3.14 and again into
3.16. Koha is showing errors (mentioned below) during the search,
maybe because of the upgrade, I guess.

Software error: Can't call method as_string on an undefined value at
/usr/share/koha/lib/C4/Koha.pm line 1608.

Some of the keywords I used during the search are: account, business
and accounting but while other keywords don't have problem.

Any idea how to resolve this problem?

Thank you.



--
Fridolin SOMERS
Biblibre - Pôles support et système
fridolin.som...@biblibre.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Merging branches in koha database

2014-07-17 Thread Manoj
Dear Friends




I am new to Koha.




We are running koha in or organization. Somebody in our organization, setup 
koha and it is working since then.




I am assigned a task in koha. I have seen tables in koha database little 
bit.




In branches table, 

It has 8 branches records..




Out of these 8 records, 




Two Branches are going to merge. For Example.




branchcode=AA

branchcode=AB




Now I have to make these two branches in to one branch with branchcode A




but this branchcode has many relationships in other tables.




What is the right way of doing it.







What I understand is that, First I change the values in all tables where 
branch code is there 

like AA should be changed to A and AB should be changed to A




Then finally I change either AA or AB in branch table., to A, and delete 
one row which I don't change.




Then Will it work?




In OPAC, there are some report/search, in that some statistics come




So that report should also be change. I think this will change, it values 
in tables will be changes.







Please suggest.




Thanks for help.
Manoj

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


Re: [Koha] Change of Workflow in the existing system of KOHA for Placing New Orders in Acquisition

2014-07-17 Thread Jonathan Druart
Hi Arun,

Is the code online? It's hard to tell you what is wrong without read the code.
Did you create the basket using the C4::Acquisition::NewBasket subroutine?

Next time, please prefer the koha-devel mailing list for technical questions.

Regards,
Jonathan

2014-07-17 13:03 GMT+02:00 Arun Kumar arun.aimit.2...@gmail.com:
 Hello,

 We are working on various development pointers in Acquisition module to
 customize it according to our workflow

 Placing orders in KOHA 3.12 is vague to our organisation its consuming
 procedure for placing orders which can be acheived with minimal workflow

 i have crafted the workflow to meet our requirements, which includes
 ordering form SUGGESTION MANAGEMENT itself with an hyperlink from Accepted
 tab and passing suggestionid and biblionumber directly to
 neworderempty.pl further
 modifying this file with a new form with vendor and basket details and
 creating a basket with basketno and bookseller id and other credentials
 passed on to addorder.pl

 my question is that how do we create a new basket at neworderempty.pl and
 passing its details to place an order in addorder.pl, i have studied the
 code for creation of basket in basketheader.pl, and followed the same i
 don't understand where i went wrong

 My Sincere Appreciation towards any pointers, thanks in advance

 Regards

 Arunkumar
 Project Assistant
 National Institute of Oceanography
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change of Workflow in the existing system of KOHA for Placing New Orders in Acquisition

2014-07-17 Thread Jonathan Druart
Actually you sent on both lists...


2014-07-17 14:47 GMT+02:00 Jonathan Druart jonathan.dru...@biblibre.com:
 Hi Arun,

 Is the code online? It's hard to tell you what is wrong without read the code.
 Did you create the basket using the C4::Acquisition::NewBasket subroutine?

 Next time, please prefer the koha-devel mailing list for technical questions.

 Regards,
 Jonathan

 2014-07-17 13:03 GMT+02:00 Arun Kumar arun.aimit.2...@gmail.com:
 Hello,

 We are working on various development pointers in Acquisition module to
 customize it according to our workflow

 Placing orders in KOHA 3.12 is vague to our organisation its consuming
 procedure for placing orders which can be acheived with minimal workflow

 i have crafted the workflow to meet our requirements, which includes
 ordering form SUGGESTION MANAGEMENT itself with an hyperlink from Accepted
 tab and passing suggestionid and biblionumber directly to
 neworderempty.pl further
 modifying this file with a new form with vendor and basket details and
 creating a basket with basketno and bookseller id and other credentials
 passed on to addorder.pl

 my question is that how do we create a new basket at neworderempty.pl and
 passing its details to place an order in addorder.pl, i have studied the
 code for creation of basket in basketheader.pl, and followed the same i
 don't understand where i went wrong

 My Sincere Appreciation towards any pointers, thanks in advance

 Regards

 Arunkumar
 Project Assistant
 National Institute of Oceanography
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] French specifics for Koha

2014-07-17 Thread Jonathan Druart
Hello Clint,

You can find a z3950 french server list on
http://irspy.indexdata.com/find.html?_query=fr_search=Search

Regards,
Jonathan

2014-07-16 22:34 GMT+02:00 clint.deckard clint.deck...@frontiers.co.nz:
 I have offered to do an introductory training session for Koha in Vanuatu at
 the end of this month and I would appreciate any hints and tips specific to
 using Koha in a french speaking country.

 I have added french language support without issue but have no experience
 with importing records in french. Also, is there a publicly available Z39.50
 server that would be useful.

 I appreciate your help very much.

 Clint.




 --
 Clint Deckard

 Anact Open Source Solutions
 RD1, Takapau, New Zealand


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


Re: [Koha] French specifics for Koha

2014-07-17 Thread Eric Bégin

Clint,

Does Vanuatu uses MARC or UNIMARC flavor ?

In Quebec, we (inLibro) have a lot of clients using Koha in French using 
MARC.


Biblibre supports a lot of clients using Koha in French using UNIMARC :)

Here is the main MARC21 Z39.50 server in Quebec : 
catalogue.banq.qc.ca:210/IRIS


Cheers,

Eric Bégin
Solutions inLibro inc.

On 2014-07-16 16:34, clint.deckard wrote:
I have offered to do an introductory training session for Koha in 
Vanuatu at the end of this month and I would appreciate any hints and 
tips specific to using Koha in a french speaking country.


I have added french language support without issue but have no 
experience with importing records in french. Also, is there a publicly 
available Z39.50 server that would be useful.


I appreciate your help very much.

Clint.






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


[Koha] Serial Pattern Help for Time Magazine

2014-07-17 Thread Nicole Engard
Hi all,

Me again! I'm wondering if I could get some assistance with yet another
serial pattern. As usual I'll share the pattern in the manual for all to
learn by. The patter is for Time magazine .

It's published weekly, with the volume rolling over at the first week of
July

Vol 184, No 3 July 21, 2014
Vol 184, No 2 July 14, 2014
Vol 184, No 1 7/7/14
Vol 183, No 25 6/30/14
Vol 183, No 24 6/23/14

Thanks in advance!
Nicole
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha