Re: [Koha] Numeric subfield in framework

2018-03-16 Thread Paul A
lity for you to go off on a tangent and "reinvent the wheel" if you have "non-industry / non-professional / specialized / amateur" requirements. Amicalmente -- Paul El 16/03/18 a les 15:31, Paul A ha escrit: On 2018-03-16 06:00 AM, Narcis Garcia wrote: I'm editin

Re: [Koha] bulkmarcimport.pl AND -match= fails when trying to import (bibliographic) records

2018-03-28 Thread Paul Hoffman
ple, using ISBNs would be like this: -match=isbn,020a I figured out the field name for 035 $a once but have forgotten. control-number, maybe: -match=control-number,035a No, that doesn't seem to be it. Argh. I'll dig around in the Z39.50 config files. Paul. -- Paul Hoffm

Re: [Koha] bulkmarcimport.pl AND -match= fails when trying to import (bibliographic) records

2018-03-28 Thread Paul Hoffman
On Wed, Mar 28, 2018 at 04:35:30PM -0400, Paul Hoffman wrote: > On Wed, Mar 28, 2018 at 04:58:30PM -0300, Nicolas Rucks wrote: > > Hello again! Maybe this too easy, or too difficult, maybe I am missing a > > point. > > As I could manage to understand, bulkmarcimport

Re: [Koha] Items held by more than one branch

2018-04-23 Thread Paul Hoffman
T b.biblionumber FROM items i LEFT JOIN biblio b USING (biblionumber) WHERE i.itemlost=0 AND i.withdrawn=0 HAVING COUNT(i.itemnumber) > 1 ) ORDER BY b.title That's a bunch of data for all items (not lost or withdrawn) on bibs that have more than one item (not lost or

Re: [Koha] OAI Harvesing - 952 c - Shelving location | filed

2018-04-26 Thread Paul A
UP BY location; Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Anonymous Search History

2018-04-30 Thread Paul A
The number of abusive WordPress (wp) and .php crack attempts is an eye-opener. Won't help your librarians, but is educational for today's web. We do *not* record these results in the Koha db, which might well get swamped, or worse, DDoS'd. YMMV. Best -- Paul My EnableOpacSe

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread Paul A
ld be wrong) Starman is a plack specific web server. We have been running Apache for 25 years, know it, and are happy with it. Not sure why Koha might (big question mark) be bi-forking to something different. Perhaps this thread should be moved to devel? Best -- Paul i A starman   De

Re: [Koha] Koha 18.05.00 released

2018-05-25 Thread Paul Poulain
e for more information. Cheers, Jonathan ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bib

Re: [Koha] Introduction / Problem with bulk import

2018-05-25 Thread Paul Hoffman
pat you can use the xmlwf command to check that the file is well-formed. Or try xmllint if you have installed libxml. For example: xmlwf FILE xmlwf -n FILE xmllint --noout FILE Paul. -- Paul Hoffman Systems Librarian Fenway Libraries Online c/o Wentworth Institute of Technol

Re: [Koha] Hindi books

2018-06-02 Thread Paul Hoffman
ex. Are you planning to use IAST? https://en.wikipedia.org/wiki/International_Alphabet_of_Sanskrit_Transliteration Good luck!! Paul. -- Paul Hoffman Systems Librarian Fenway Libraries Online c/o Wentworth Institute of Technology 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 (FLO main number) _

Re: [Koha] Search error

2018-06-05 Thread Paul Hoffman
ha/intranet/cgi-bin/catalogue/search.pl | sed -n 620,642p Thank you, Paul. -- Paul Hoffman Systems Librarian Fenway Libraries Online c/o Wentworth Institute of Technology 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 (FLO main number) ___ Koha

[Koha] Partnership between BibLibre and Orex

2018-06-19 Thread Paul Poulain
Hello Koha, Hugo & I are happy and proud to announce our partnership to increase Koha deployment in Spain and other Spanish speaking countries : https://www.biblibre.com/en/blog/orex-and-biblibre-join-their-strength-to-propose-open-source-solutions-to-spanish-libraries/ -- Paul Pou

Re: [Koha] zebra shutting down - no search

2018-06-22 Thread Paul Hoffman
ight continue writing (appending) to the previous log file forever. Note that there is a very small time slice between copying the file and truncating it, so some log- ging data might be lost. When this option is used, the create option will have no effect, as the old

Re: [Koha] zebra shutting down - no search

2018-06-26 Thread Paul Hoffman
On Tue, Jun 26, 2018 at 09:14:43AM -0400, Scott Owen wrote: > Is there any drawback to this ?? (other than the small slice of time where > the logs may not be written to ) ?? No, not in my opinion -- just do it in the wee hours of the morning to avoid a loss of log entries. Paul. --

Re: [Koha] Installation problem

2018-07-02 Thread Paul A
oduction" version of apache 2.4 (rather than "dev") that might be suitable. If you find a good solution, please post it back here. We're just beginning to test 18.04, but haven't got to Koha yet ;={ Best -- Paul ___ Koha

[Koha] Item batch modifications using custom SQL or Perl?

2018-07-09 Thread Paul Hoffman
{'itemcallnumber' => $callnum}, $bibnum, $itemnum ) or print STDERR "Could not update item $itemnum\n"; } Is this pretty much the simplest way to safely make unusual batch modifications like this? Thanks in advance, Paul. -- Paul Hoffman

Re: [Koha] Report help needed

2018-07-13 Thread Paul Hoffman
e that a heading appears, something like this (untested!): SELECT DISTINCT biblionumber, heading FROM ( SELECT biblionumber, ExtractValue(metadata, '//datafield[@tag="100"]/subfield[@code="a"]') AS heading FROM biblio_metadata WHERE length(ExtractValue(metada

Re: [Koha] Cataloging Error

2018-07-24 Thread Paul A
ut a little bit of experience with Koha goes a long way... Best -- Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] [EXTERNAL] NCIP User Question - biblionum in 001 vs 999c

2018-07-26 Thread Paul A
cost of OCLC services, so I am blissfully ignorant of how to use their numbers -- maybe they, rather than Koha, are better equipped to answer your query? Best -- Paul On 2018-07-26 12:01 PM, Heather Hernandez wrote: Hi, Kelly-- Our records in Koha actually have different values in the 001 fie

Re: [Koha] [EXTERNAL] NCIP User Question - biblionum in 001 vs 999c

2018-07-26 Thread Paul Hoffman
Actually, that's the leader. The 001 field is documented here: http://www.loc.gov/marc/bibliographic/bd001.html Paul. On Thu, Jul 26, 2018 at 04:06:50PM -0400, Paul A wrote: > I'm not sure where this thread is going, but from one "maritime" library to > another, the

Re: [Koha] [EXTERNAL] NCIP User Question - biblionum in 001 vs 999c

2018-07-26 Thread Paul A
On 2018-07-26 05:34 PM, Kelly Drake wrote: [snip] Heather and Paul A - Does an ex-maritime librarian count? I used to work in the library at Mystic Seaport! Yup... Paul O'P is an old friend of mine. Best -- Paul (another one.) Kelly On Thu, Jul 26, 2018 at 1:17 PM, Joy Nelson

Re: [Koha] Koha Emails

2018-07-31 Thread Paul A
ded: connect to smtp.gmail.com[74.125.24.109]:587: Connection timed out)" which looks like tar-pitting. Unless you have an experienced email technician on staff, you could have problems. Once your (or whoever owns your block of IP space) "reputation" is hurt, it's not e

Re: [Koha] Field 003 of Marc21

2018-08-06 Thread Paul A
m going to move the catalog from the MS Access 97 database to Koha. Then please use Koha as a recognizable library catalogue rather than a glorified spreadsheet. But YMMV. Best -- Paul ___ Koha mailing list http://koha-community.org Koha@lists.kat

Re: [Koha] Field 003 of Marc21

2018-08-06 Thread Paul Hoffman
Just for future reference, the Library of Congress maintains the documentation of the MARC21 standard; for bib record documentation, start here: http://www.loc.gov/marc/bibliographic/ It's not always easy reading, but as a systems librarian (and not a cataloger!) I find it indispensable.

Re: [Koha] Send all notices to all available eMail addresses

2018-08-24 Thread Paul Hoffman
Have you tried a comma? That's the standard, not a semicolon. The people who developed Outlook, etc. don't particularly seem to care about standards (pet peeve #9,037). Paul. On Fri, Aug 24, 2018 at 01:49:00PM +, Boettcher, Uwe wrote: > Hi Alvaro, > > thanks a lo

Re: [Koha] [Koha-translate] Your Mailman server is misconfigured

2018-08-27 Thread Paul Poulain
-community.org/cgi-bin/mailman/listinfo/koha-translate It throws a "502 Bad Gateway" error. Can anybody fix this please? -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for

Re: [Koha] Exclude users from search (check out)

2018-09-25 Thread Paul Hoffman
hoping will be paid? I assume when purging patron you can skip anyone with outstanding fees, so you'd get rid of the vast majority(?) of old, crufty patrons but leave the ones you care about. Paul. -- Paul Hoffman Software Services Manager Fen

Re: [Koha] Check out restriction to category / branch for School Libraries

2018-10-03 Thread Paul Hoffman
and so that it doesn't throw away all output: 52 * * * * __KOHA_USER__ $KOHA_CRON_PATH/holds/build_holds_queue.pl >> /tmp/build_holds_queue.log 2>&1 Then look at /tmp/build_holds_queue.log -- maybe something there will explain what's going wrong. (I hate cron jobs

Re: [Koha] REPORT 100 AND 700 MARC TAG

2018-10-04 Thread Paul Hoffman
) FROM biblio b INNER JOIN biblio_metadata m USING (biblionumber); Paul. On Thu, Oct 04, 2018 at 09:36:08AM -0400, Caroline Cyr-La-Rose wrote: > Hi Hans, > > I'm no SQL expert either, but I usually use CONCAT_WS to have the 100 and > 700 authors appear in the

Re: [Koha] Barcode

2018-10-10 Thread Paul Hoffman
is: SELECT count(*), '11X' FROM items WHERE barcode LIKE "11_" UNION ALL SELECT count(*), '12X' FROM items WHERE barcode LIKE "12_" UNION ALL SELECT count(*), 'other' FROM items

Re: [Koha] convert ISO to marc file with MarcEdit

2018-10-29 Thread Paul Hoffman
como podem ver consegui converter o registo1.iso em registo1.mrc > > Por favor me ajudem. > > Ana Bela [en] Welcome to the mailing list! :-) You forgot to attach the files. [pt] Bem vindo à lista de discussão! :-) Você esqueceu de anexar os ficheiros. Paul. -- Paul H

Re: [Koha] FW: Re: convert ISO to marc file with MarcEdit

2018-10-30 Thread Paul Hoffman
Anabela, Your attachments haven't come through -- either the mailing list, or some overeager mail server, is stripping them. Paul. On Mon, Oct 29, 2018 at 03:43:12PM +, anabela semedo wrote: > I'm sorry, this is it. > > > De: Ko

Re: [Koha] FW: Re: convert ISO to marc file with MarcEdit

2018-10-30 Thread Paul Hoffman
; I try with exported winisis data and I can edit with marcedit. > but I have 30,000 ABCD registration to convert. > thanks for listening. You'll have to find a way to convert the exported records to MARC21 or UNIMARC, or to some other ISO-2709 format that Koha supports. Either tha

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Paul Hoffman
y easy to read and generally have no trouble figuring out how to use it from a Perl script, though it helps that I've been programming in Perl for a long, long time.) Paul. -- Paul Hoffman Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-

Re: [Koha] subfields

2018-11-02 Thread Paul Hoffman
record? Or do you have a file of records and each one needs to be changed in the same way? Paul. -- Paul Hoffman Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 ___ Koha mailing lis

Re: [Koha] Load Balancing with Koha

2018-12-04 Thread Paul Poulain
s myself, but I can't see any reason that it wouldn't work just as well (from koha's perspective) with nginx or haproxy as the load balancer instead of a dedicated device. -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibr

Re: [Koha] XSLT question

2018-12-05 Thread Paul Hoffman
245$p. So use the following logic, or something like it: for each 245 field: print subfield $a for each subfield $n: print "" followed by the subfield contents end for each subfield $p: print " : " followed by the subfield contents

Re: [Koha] Load Balancing with Koha

2018-12-07 Thread Paul Poulain
MWare. They had to tweak some things to get good performances, and that's it, it works ! Le 07/12/2018 à 14:50, Dave Sherohman a écrit : On Tue, Dec 04, 2018 at 04:46:59PM +0100, Paul Poulain wrote: Can you share the metrics of the Koha DB ? (# of biblios, # of yearly issues, # of patr

Re: [Koha] Subject Headings Display in OPAC

2018-12-07 Thread Paul A
ich takes it out of OPAC but leaves it editable by staff. Best season's greetings -- Paul -Original Message- From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Tami Wilkerson Sent: Friday, December 07, 2018 11:22 AM To: koha@lists.katipo.co.nz Subject: [Koha] Subject Headin

Re: [Koha] Subject Headings Display in OPAC

2018-12-07 Thread Paul Hoffman
tafield[substring(@tag, 1, 1) = '6' and not(@tag=655) and @ind2=0] But be careful, and check the LC docs for 6xx fields, since indicator 2 doesn't have the same meaning in all of them. I'm not a cataloger, so I'll leave that to you (or others) to figure out. :-) HTH,

Re: [Koha] Branches limitations for locations

2018-12-19 Thread Paul Poulain
ranches for home branch or holding branch, but only the location from the branch where you are logged. We could perhaps change to limit the location the branch that are selected in the search form? Any opinion? Cheers, -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels

Re: [Koha] Koha Staff and opac doesn't load after starting koha-plack

2018-12-21 Thread Paul Hoffman
fgrep plack Paul. -- Paul Hoffman Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/li

Re: [Koha] Koha Staff and opac doesn't load after starting k

2018-12-21 Thread Paul Hoffman
the output of the following commands might prove helpful: koha-list --enabled netstat -nlpt | fgrep :80 Paul. -- Paul Hoffman Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 ___ Koha mailing

Re: [Koha] 2 different circulation rules against a patron

2019-01-08 Thread Paul Hoffman
rom a list of linked borrowers, etc. It's just a thought... Paul. -- Paul Hoffman Software Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 617-989-5032 ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Koha importing biblio with items error

2019-02-12 Thread Paul Hoffman
ver I try to stage the file it just comes back with “fail to > submit form: error”. What is the problem with my MARC please? My guess is that the barcode (in 952 $p) already exists in Koha -- it has to be unique. Paul. -- Paul Hoffman Software Manager Fenway Library Organization 550 Hunting

Re: [Koha] unable to enable e-mail services

2019-02-14 Thread Paul Hoffman
ommands? id ls -ld /var /var/lib /var/lib/koha /var/lib/koha/library That will (hopefully) tell us if you're trying to do this as the wrong user, if your permissions are messed up (which would likely cause more problems later), etc. Paul. > Le jeu. 14 févr. 2019 à 04:39, takan bhatt

Re: [Koha] How to receive reports to email

2019-02-14 Thread Paul Hoffman
return join("\t", map { defined $_ ? $_ : '' } @_) . "\n"; } Then use koha-shell to run them: [as root] # koha-shell YOURINSTANCE -c '/path/to/run-reports.pl /path/to/your/reports/*&#x

Re: [Koha] bug sip2 koha 18.05

2019-03-25 Thread Paul Hoffman
e SIP login attempt failed. What happens if you use real user credentials? (Don't show them to us, just tell us if they work!) Paul. -- Paul Hoffman Software Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 617-989-5032 ___

[Koha] New OPAC design

2019-04-01 Thread Paul Poulain
lly hope you'll enjoy this new design. We have set it on our demo instance, you can have a look here : https://demo.biblibre.com/ PS: our customers will have this design automatically set during the next update. -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logic

Re: [Koha] [Koha-devel] New OPAC design

2019-04-01 Thread Paul Poulain
You can thank Fridolin for this great work, my skills in terms of design are far lower than what he's able to do ! Le 01/04/2019 à 14:08, Pedro Amorim a écrit : Looks great, Paul! I would've gone for a Pokémon theme myself but My Sweet Pony also works! xD On Mon, 1 Apr 2019 at 1

Re: [Koha] Problem uploading patrons

2019-04-03 Thread Paul Hoffman
means "change the file in place"; _perldoc perlrun_ can help you understand the other options.) To do the same but keeping a backup with extension .bak: perl -i.bak -p -e 'tr/\x0d/\x0a/' FILE To copy from FILE1 to FILE2, changing CR to LF: perl -p -e 'tr/\x0d/\x0a/&#

[Koha] ELAG 2019

2019-04-11 Thread Paul Poulain
ag2019.de/bootcamps.html#urungi Regards -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries ___ Koha mailing list http://koha-community

Re: [Koha] Creating a Report to List Books published with a Date Range

2019-04-29 Thread Paul A
report. SELECT b.title, b.author, b.copyrightdate FROM biblio b WHERE b.copyrightdate BETWEEN '2016' AND '2019'; Note: this simplistically relies on "copyrightdate" 260$c, which Koha defines as "publication or copyright date fr

Re: [Koha] New added items and biblio records not searchable on two-tier setup

2019-05-02 Thread Paul A
running on another separate server by changing the localhost Have you set up the cron job on the db server to update Zebra? Best -- Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman

Re: [Koha] New added items and biblio records not searchable on two-tier setup

2019-05-02 Thread Paul A
ny errors?, when you run ./rebuild_zebra.pl -a -b -z -v &> /dev/null P. Regards, Admire On Thu, May 2, 2019 at 6:27 PM Paul A <mailto:pau...@navalmarinearchive.com>> wrote: On 2019-05-02 12:15 p.m., Admire Mutsikiwa wrote: > Hi  All > > I am runnin

Re: [Koha] Plugin Error

2019-05-22 Thread Paul A
es it more challenging to configure (we played with it on a dev 18.04 server a little while ago.) If you have apparmor installed try: sudo aa-status which will show in broad-brush terms what is being enforced (if it is running, which it should be.) Paul> _

Re: [Koha] Error message shown during web installation

2019-06-14 Thread Paul A
ware. There are many helpful and knowledgeable people on this list who, in my experience, would be most enthusiastic to try and help you. Best -- Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Koha backup vs -SQL backup

2019-06-20 Thread Paul A
have an existing library, with biblios and items, that you can restore? Or, is it only your "imported other system" that fails (or even breaks your old, possibly inexistent library)? Regards -- Paul Most likely case, that somehow the branchcode (s) defined are different from th

Re: [Koha] Need advice regarding removal of deleted biblio records

2019-06-25 Thread Paul A
ed records (401,000) than active records. Why not go back to your previous backup? Quick, simple, painless. Best -- Paul Is there a script than can clean up deleted records? I've seen this "Clean up database" script < https://koha-community.org/manual/18.11/en/html/cron

Re: [Koha] Circulation rule by location

2019-06-26 Thread Paul A
call it "rare book room") where the rules can be a tad different - "item types" could be an option. When you transfer a periodical to your new holding area, just call it a "protected periodical" instead of "periodical" at the same time as giving it

Re: [Koha] [Koha-devel] Extracting Frequency of a Serial From metadata

2019-07-02 Thread Paul Hoffman
ncluding annual cumulation 310 ##$aBimonthly (monthly June-July) 310 ##$aContinuously updated See http://www.loc.gov/marc/bibliographic/bd310.html for further details. I hope this helps. Paul. On Tue, Jul 02, 2019 at 02:35:40PM +0530, RAGHAV ARORA wrote: > Sir, > > Even this query gives

[Koha] Hackfest 2019, registration open !!!

2019-07-09 Thread Paul Poulain
tember/early October :D -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries ___ Koha mailing list http://koha-community.org Koha@l

Re: [Koha] Update jquery

2019-07-28 Thread Paul A
ent plus Koha plus other usages, from a soft- and hardware perspective. I run a charity and from a budgetary p.o.v. found it easier to dedicate additional hardware, at a static software level, to the production Koha that we rely upon. Please note: this i

Re: [Koha] [Koha-devel] Hackfest 2019, registration open !!!

2019-08-16 Thread Paul Poulain
A reminder of the hackfest dates & registration open. Drop me an email if you plan to join us ! Le 09/07/2019 à 10:27, Paul Poulain a écrit : Hello, Once again, BibLibre is happy to invite Koha users and developers for a week of fun, working on Koha for improving it's quality !

Re: [Koha] 3.2.7 Early Release Notice

2011-03-29 Thread Paul Poulain
d, but that makes more work. Will you be able to do it ? -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lis

Re: [Koha] KOBLI, a customized version of KOHA

2011-04-08 Thread Paul Poulain
hose who are interesting for everybody !) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Update a field using SQL

2015-01-09 Thread Paul A
At 01:55 AM 1/9/2015 +, CTS-Programmer 3 (Paul Dokken) wrote: I was able to get the query to run in PHPAdmin after changing to the correct table name. I was not able to get the corrected query to run in MySQL Workbench though. Try: UPDATE items SET price='2.00' WHERE ba

Re: [Koha] FW: Acquisition Help

2015-01-19 Thread Paul A
o produce "tax-receipt inventories" per donor on the fly (sql tab limited report.) Donors also get to see their names in the catalogue (unless of course they have requested anonymity, in which case we fudge the OPAC name in the auth. value.) Paul At 11:45 PM 1/19/2015

Re: [Koha] Koha 3.18.3 released

2015-01-22 Thread Paul A
At 09:40 AM 1/23/2015 +1300, Chris Cormack wrote: The Koha release team is proud to announce the release of Koha 3.18.3. Chris -- thank you and everyone involved. Installed like a dream ... Best -- Paul P.S. a little typo in the "download[s]" below -- I think it should

Re: [Koha] Fwd: Facets missing on fresh dev install of 3.18.3

2015-02-03 Thread Paul A
At 01:25 PM 2/3/2015 -0500, Cindy Murdock Ames wrote: Yep, with use_zebra_facets=0 I can see author facets: http://imgur.com/lj7v0Uw And thanks Katrin, I'm sorry you're having the same problem but it makes me feel a bit better knowing that it's not just me! For what it's worth, here's my notes

Re: [Koha] Installazione non riuscita

2015-02-08 Thread Paul A
easily reverse the above if it does not work; quindi inviare una e-mail di nuovo con maggiori dettagli... Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] [Koha-devel] Koha development

2015-02-12 Thread Paul A
Marshall, Another "numbers source" that might be helpful to you is <http://git.koha-community.org/stats/koha-master/index.html> Best regards -- Paul At 11:48 AM 2/12/2015 -0300, Tomas Cohen Arazi wrote: Marshall, I don't think we can provide you with that information i

Re: [Koha] Koha development

2015-02-12 Thread Paul Poulain
't calculate the involvment of BibLibre as you ask, I'm sorry. Maybe saying 3 FTE is a rough-not-illogic estimate, but it's an estimate ! HTH -- Paul Poulain, Associé-gérant / co-owner BibLibre, expert du logiciel libre pour les bibliothèques BibLib

Re: [Koha] OPAC website blank

2015-02-18 Thread Paul A
c-tmpl/bootstrap/css/colors.css verify permissions / chmod it to 644 Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Koha indexing - files

2015-02-19 Thread Paul A
ise we'd have seen an improvement. However, we rarely use the full re-index, having got the Cron job fully sorted every minute (including minor tweaking of biblio-zebra-indexdefs.xsl) -- and that is as near instantaneous as anyone could wish. Best -- Paul Also, more RAM might be useful for

Re: [Koha] Catalogue - SQL Report Help

2015-02-26 Thread Paul A
uot;JOIN items i" you refer to 'items' as 'i'. Second, itype cannot have two values -- it is either BB or BK... Try your last line as: WHERE i.itype='BB' OR i.itype='BK' GROUP BY b.biblionumber; Best -- Paul ___

Re: [Koha] Catalogue - SQL Report Help

2015-02-28 Thread Paul A
h its own biblionumber even if they are otherwise identical. Perhaps what you are looking for is two "branches" -- one "books", one "book bank", where you might be able to set different policies... Best -- Paul I request this forum to help me for doing this within

Re: [Koha] Koha XSLT Editing - Hyperlinking the Uniform Titles Element

2015-03-02 Thread Paul A
lephzarro.com/content/cheatsheet.html> -- I have found it useful, YMMV. Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Help - kind request

2015-03-11 Thread Paul A
e edits as well as new biblios and items. SELECT * FROM action_logs WHERE user = <> AND DATE(timestamp) = <> Best -- Paul Best Regards Barbara barbara.aristi...@cut.ac.cy -Original Message- From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of koha-requ...@li

Re: [Koha] Help 404 File Not Found / Files Missing

2015-03-18 Thread Paul A
At 02:16 PM 3/18/2015 +, Craig Butosi wrote: Hi all, Koha 3.18.04 on Ubuntu 3.13.0. Not sure what version of Ubuntu that might be, sounds more like the recent security kernel update ;=} Regardless, are you using Apache 2.2.x or 2.4.x ? Paul I had a feeling I'd be seeing th

Re: [Koha] Anyone using Firefox ESR (Extended Support Release) sucessfully for staff client access?

2015-04-02 Thread Paul A
d browser compatibility checks, but have noticed that most users appear to prefer Firefox ESR (which I don't think is fully coordinated with the latest "public" releases -- this whole question of stable, old stable, new stable, alpha, beta, whatever, is a jungle of differing opinion

Re: [Koha] help to

2015-05-12 Thread Paul A
At 07:11 PM 5/12/2015 +0100, Elaine Bradtke wrote: Also make sure the field in each record contains the collection code exactly as you have it in the LOC authorised value list, and the CCODE authorised value list. It is case sensitive. And I would add that it is sensitive to blank spaces i.e. '

Re: [Koha] Help! Software Error

2015-06-02 Thread Paul A
Baidu and others [1] from the same region. And I must admit that "google is getting my goat." Woodpeckering may be a fact of modern life, but at several million entries per day, there's got to be a limit. Best -- Paul [1] ShenZhen Sunris Deny 202.46.32.0-202.46.63.255 Beijing

Re: [Koha] Help! Software Error

2015-06-02 Thread Paul A
At 11:30 AM 6/3/2015 +1200, Robin Sheat wrote: Paul A schreef op di 02-06-2015 om 09:27 [-0400]: > And I must admit that "google is getting my goat." Woodpeckering may > be a > fact of modern life, but at several million entries per day, there's > got to > be a

Re: [Koha] Help! Software Error

2015-06-03 Thread Paul A
At 01:13 PM 6/3/2015 +1200, Robin Sheat wrote: Paul A schreef op di 02-06-2015 om 19:48 [-0400]: > How do you "slow it down"? To the best of my knowledge it's an on/off > choice. See > <https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt&g

Re: [Koha] new import

2015-06-10 Thread Paul A
Also the search function apparently can't find anything at all... Paul We have the entire collection turned in for the summer, so we do not have any checked out, and we cleaned up the Winnebago-Spectrum system (as best we could) before the export. I am having our librarian look over

Re: [Koha] new import

2015-06-10 Thread Paul A
but if you're using Zebra (syspref NoZebra off) it should be something like: su koha (or whoever the right user is) cd /usr/share/koha ./bin/migration_tools/rebuild_zebra.pl -a -r -v ./bin/migration_tools/rebuild_zebra.pl -b -r -v -x Best -- Paul --- Maritime heritage and history, pr

Re: [Koha] marc VS marcxml field in koha's biblioitems table

2015-06-19 Thread Paul Poulain
can/could/should be removed. -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries ___ Koha mailing list http://koha-community.org Koha@list

[Koha] OPAC - materials specified (MARC21 952$3)

2015-06-20 Thread Paul A
inearchive.com/cgi-bin/koha/opac-detail.pl?biblionumber=5986>) -- if there is no 952$3 data, the column does not get displayed. If there is any interest, I could file this as a "bug/enhancement." Best -- Paul ___ Koha mailing list

Re: [Koha] OPAC - materials specified (MARC21 952$3)

2015-06-20 Thread Paul A
At 12:18 AM 6/21/2015 +0200, you wrote: Hi Paul, there is already a bug for this: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547 Thanks Katrin -- I've just posted my notes. And I can see the possible advantage of making it optional if anyone uses the field for confide

Re: [Koha] handling 008 in marc21

2015-06-25 Thread Paul A
This might also depend on MARC frameworks : {whatever} framework structure : Tag 008 subfield structure : Edit subfields constraints : Display more constraints : Advanced constraints : Default value: Best -- Paul At 12:34 PM 6/25/2015 -0300, Bernardo Gonzalez Kriegel wrote: Hi Gaetan

Re: [Koha] Vendor Module Error

2015-06-26 Thread Paul Poulain
th at /usr/share/koha/lib/C4/Auth.pm line 161." In french, we usually get this kind of message when there's something wrong in the translation. Try to switch to english, if it fixes the problem => that's translation. -- Paul Poulain, Associé-gérant / co-owner BibLibre, Servi

Re: [Koha] Swapping Addresses

2015-06-30 Thread Paul A
At 09:03 PM 6/30/2015 +0530, Indranil Das Gupta wrote: On Tue, Jun 30, 2015 at 8:46 PM, Via Vitae Solutions wrote: > Bob Ewart writes: > >> >> In south Florida we have a lot of snowbirds who spend the winter here >> and the summer up north. >> >> Is there an easy way to swap the main and altern

Re: [Koha] Koha Fundraising Committee Draft Terms of Reference

2015-07-04 Thread Paul A
; confusing. I'm fairly sure you mean 50% of the representatives elected by the community, but could you be more specific? Best regards -- Paul We are all ready to move forward with getting money ready for the project and we've got tons of innovative ideas for fund raising! The Ame

Re: [Koha] Koha Fundraising Committee Draft Terms of Reference

2015-07-05 Thread Paul A
At 05:58 AM 7/5/2015 -0700, Brendan Gallagher wrote: Hi Paul - Yes the bylaws that we are voting on are listing on this page on the wiki.  <http://wiki.koha-community.org/wiki/Fundraising>http://wiki.koha-community.org/wiki/Fundraising (it's the bottom sections) Brendan --

Re: [Koha] Fwd: Converting MARC 21 from AACR2 to RDA

2015-07-06 Thread Paul A
ey're seeing it more and more often. 264 does not exist in Default framework (therefore in no others) so they are having to manually copy the data fields. Has anyone looked into this? Any thoughts of how best for Koha to deal with it? Thanks -- Paul At 10:35 AM 7/6/2015 -0700, Hernandez,

Re: [Koha] Fwd: Converting MARC 21 from AACR2 to RDA

2015-07-07 Thread Paul A
At 11:24 AM 7/7/2015 +1000, Bob Birchall wrote: On 07/07/15 04:05, Paul A wrote: On a sort of related point, our cataloguers have recently brought to my attention the "new" RDA "264 - Production, Publication, Distribution, Manufacture, and Copyright Notice" field, whic

Re: [Koha] 12.04 LTS to 14.04 LTS upgrade - any caveats?

2015-07-20 Thread Paul A
(unlikely) be minor discrepancies in dependencies and perl versions. Paul ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Display of Scrolling New Arrivals List on Koha OPAC

2015-07-20 Thread Paul A
You seem to have "lost" your catalogue (404) at . P. At 10:19 PM 7/20/2015 +0530, vinod mishra wrote: Dear Koha users, It is nice to share one trick/Jugar to display the scrolling list of New Arrivals in your library OPAC or even at your library website. Go

Re: [Koha] Generating dollar value reports

2015-07-22 Thread Paul A
;items": SELECT SUM(price) FROM items; will give you the total. Paul I've got a report for the total number of items by type, but can't figure out how to generate the $$$. Many thanks, and please feel free to email me directly with any suggestions. Best, *Michele Martin*

<    1   2   3   4   5   6   7   >