[Koha] InterLibrary Loan

2017-07-06 Thread Luis Moises Rojas
Hello everybody,
We have our main library and several libraries all over the country.
Now we need these things:

1. Every librarian can see all books (that is easy).
2. A librarian CAN NOT borrower  book which is not in the OWN LIBRARY (not
idea)
3. If a user want a book from one library, the librarian can ask to the
LIBRARY to LOAN the book, and in this case, the LIBRARY with the book, can
transfer the book to the other (not idea).

Any help?

Thanks.

-- 
*Luis Moisés Rojas P.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Yes, it is strange.
Later I will try to find the problem but probably it will take a long time.
Than, if I have some conclusion I'll let you know.
Thank you very much for your help



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939356.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread Tajoli Zeno

Hi Jose'
Il 06/07/2017 12:29, anjoze ha scritto:

I've tried with all the encoding on both servers without success.
With ISO5426 the Results widow is OK but when I preview or import Marc
record it's not ok
EX:
Results window: Title: A criação de caracóis
MARC record : 200 1  _aÂA Âcriação de caracóis


Tring with Tamil demo [http://kpro.tamil.fr/] z39.50 works weel [with 
Firefox].

I don't know what to do, you need to debug the perl code.

Bye
Zeno Tajoli

--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Hi Zeno,

I've tried with all the encoding on both servers without success.
With ISO5426 the Results widow is OK but when I preview or import Marc
record it's not ok
EX:
Results window: Title: A criação de caracóis
MARC record : 200 1  _aÂA Âcriação de caracóis

Cheers



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939347.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread Tajoli Zeno

Hi Jose,

Il 06/07/2017 11:40, anjoze ha scritto:

None of both server can get the right encoding from any Portuguese servers.
Ex: *Portuguese National Library*
BNP - Catálogo da Biblioteca Nacional de Portugal
/Hostname   catalogo.bnportugal.pt


about this host, in the 'Encoding' field, which value have you insert ?
Try to insert 'ISO_5426'

Bye
Zeno Tajoli

--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Hi Zeno,

The result:
Purging Z39.50 records from import tables.
Done with purging Z39.50 records from import tables.

But still not working :(
The problem still exactly the same after everything we done.
Server2 can get right encoding from Server1
None of both server can get the right encoding from any Portuguese servers.
Ex: *Portuguese National Library*
BNP - Catálogo da Biblioteca Nacional de Portugal
/Hostname   catalogo.bnportugal.pt
Port210
BD  bn
Syntaxe unimarc /

Talking with other persons from other Koha libraries, none of them have
Z39.50 working correctly.

Thanks for your help



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939338.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread Tajoli Zeno

Hi Jose',

Il 05/07/2017 15:14, anjoze ha scritto:

I've looked at tables with Workbench and all tables have Collation set
utf8_unicode_ci
Then I've added to my mysql conf:
/[client]
default-character-set=utf8

[mysql]
default-character-set=utf8

[mysqld]
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8/

Then:
mysql> SHOW VARIABLES LIKE '%char%';
+--++
| Variable_name| Value  |
+--++
| character_set_client | utf8   |
| character_set_connection | utf8   |
| character_set_database   | utf8   |
| character_set_filesystem | binary |
| character_set_results| utf8   |
| character_set_server | utf8   |
| character_set_system | utf8   |
| character_sets_dir   | /usr/share/mysql/charsets/ |
+--++

Still have the same problem with Z39.50 characters.


last try:
close apache, plack and zebra.
On linux command line go to the correct dir and with the koha user do:
./cleanup_database.pl --verbose --z3950

Then retest z39.50 searches.

Bye
Zeno Tajoli


--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha