Re: [Koha] Report guidance

2014-02-21 Thread Cab Vinton
Head slap. Well, that's what I get for editing one of my old reports too quickly -- It should be b.branchcode = 'PLAISTOW' instead of b.branchcode <> 'PLAISTOW' Or rather -- WHERE i.homebranch = <> AND b.branchcode = <> Sheesh. Long week ... Thank you, KB. Cab Vinton Plaistow PL On Fri, Fe

[Koha] Report guidance

2014-02-21 Thread Cab Vinton
Hi, All -- We're in a small consortium of three libraries & I'm trying to write a report providing stats as follows -- Checkouts, renewals & local use of materials owned by a particular branch by patrons belonging to a particular branch The following report is generating numbers an order of magn

Re: [Koha] Installation

2014-02-21 Thread schnydszch
Debian is what most Koha users to install Koha, so you can follow instruction from here: http://wiki.koha-community.org/wiki/Koha_3.x_on_Debian_Squeeze Obviously, you must have Debian installed in your computer/server. For other Linux distro, look for your distro here: http://wiki.koha-community.or

[Koha] xslt and how not to show field if there are no data

2014-02-21 Thread schnydszch
hi all! I'm trying to modify my koha's xslt. I have the following: Musical director: a ;

Re: [Koha] Setting up a new branch

2014-02-21 Thread Fischer, Katrin
Hi Ann, every patron can only have one home library at the moment, but you can configure Koha, so they issue/return items at other branches as well. If you can't see the patrons from the other branch when logged in at the new branch, this might be because the system preference IndependentBranch

Re: [Koha] Koha installation

2014-02-21 Thread MJ Ray
recep ýsýk wrote: > I've install koha-3.14.03, > when write http://localhost:8080/ > the browser shows the source code. You probably don't have cgi enabled or the koha VirtualHost configured correctly. It's hard to suggest ways to fix that without knowing what web server you're trying to insta