Stephen Hedges wrote:
Paul -
There are a few MARC tags which seem to be missing from version 1.9.0 (at least I haven't found them :-)
LDR -- the leader information, which is generally inserted by the cataloger and contains information about the MARC record that follows 001 -- Control Number, also inserted by the cataloger 003 -- Control Number Identifier, not as common, but still often inserted by the cataloger. 005 -- Date and Time of Last Transaction, generated by the computer (not the cataloger), probably the same as the old Koha "timestamp." 007 -- Physical Description Fixed Field, inserted by the cataloger and used extensively in shared catalogs between libraries as a standard way to describe the item. 008 -- Fixed Data, inserted by the cataloger.
All of these are described, of course, at http://www.loc.gov/marc/bibliographic/ecbdlist.html
I'll look deeper tomorrow. Time for bed now in France :-)
I've got two other complaints with 1.9.0 -- ready?
Yes. Unstable versions are here for bugs tracking
- the circulation.pl script just returns a blank page on my computer (no error messages), but maybe that's because I have no data loaded?
Strange... This was the behaviour of the 1.3.3 and now works on my local install ! Could you take a look at your koha_error log file ? the error is hidden there :-) (type in a console, as root, on your webserver : tail -f /var/log/httpd/koha_error.log The exact name of the file depends on your linux distro and your koha install)
- marc_subfields_structure.pl is in Polish, instead of English.
Yes, someone else reported this. It's the polish translator that made some mistakes. We reverted back to english most of them, but missed this one :-) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Hi, In article <3E480C0C.2000209@free.fr>, paul POULAIN <paul.poulain@free.fr> wrote:
Stephen Hedges wrote:
LDR -- the leader information, which is generally inserted by the cataloger and contains information about the MARC record that follows
Koha is not currently able to deal with fixed-length MARC fields such as LDR. All the 00x fields are currently (i.e., in 1.9.0) unsupported.
- the circulation.pl script just returns a blank page on my computer (no error messages), but maybe that's because I have no data loaded?
No, this is because circulation.pl has not yet been templated. You will need to manually modify the "includes" line in your /etc/koha.conf to get circulation to work in the meantime. On my Koha I have includes=/usr/local/koha/intranet/htdocs/intranet-tmpl/default/zh-TW/includes You will want to replace zh-TW with fr or en, and perhaps make other changes if your Koha is not installed at /usr/local/koha. This will be (I believe) properly corrected before 2.0 is out. -- Ambrose LI Cheuk-Wing <a.c.li@ieee.org>
participants (2)
-
Ambrose LI <acli@ada.dhs.org> via forwarder -
paul POULAIN