Re: [Koha] Koha Digest, Vol 94, Issue 50

2013-09-03 Thread Akin Adigun (Akinomatics)
Hello all, 

I think this might be a bug in the because I notice the date set for an item in 
acquisition is on the dateaccessioned in items table (items.dateaccessioned) 
and also if the cataloguer select the date while cataloguing the date is also 
on dateaccessioned (items.dateaccessioned), so using this field for the 2 
reports i.e. items acquired per date and also items catalogue per date is 
making one of the report right while the other wrong.

Pls, where do i report this bug?





 From: koha-requ...@lists.katipo.co.nz koha-requ...@lists.katipo.co.nz
To: koha@lists.katipo.co.nz 
Sent: Wednesday, August 28, 2013 1:00 AM
Subject: Koha Digest, Vol 94, Issue 50
 

Send Koha mailing list submissions to
    koha@lists.katipo.co.nz

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.katipo.co.nz/mailman/listinfo/koha
or, via email, send a message with subject or body 'help' to
    koha-requ...@lists.katipo.co.nz

You can reach the person managing the list at
    koha-ow...@lists.katipo.co.nz

When replying, please edit your Subject line so it is more specific
than Re: Contents of Koha digest...


Today's Topics:

   1. Re: Query for report on items catalogue in a date. (Paul)
   2. Re: Query for report on items catalogue in a date. (Gay Richards)
   3. Re: JQuery Help (Nicole Engard)
   4. Re: JQuery Help (Nicole Engard)


--

Message: 1
Date: Tue, 27 Aug 2013 16:37:19 -0400
From: Paul pau...@aandc.org
To: Gay Richards g.richa...@auckland.ac.nz,
    koha@lists.katipo.co.nz
Subject: Re: [Koha] Query for report on items catalogue in a date.
Message-ID: 5.2.1.1.2.20130827163157.05b45e88@localhost
Content-Type: text/plain; charset=iso-8859-1; format=flowed

At 08:17 PM 8/27/2013 +, Gay Richards wrote:
Paul
This is great. I was looking for this too. Unfortunately the html doesn't 
seem to work when downloaded to csv but I guess I could remove that.

Without the html, it is a little shorter:

SELECT biblio.title AS Title, biblio.author AS Author,
items.barcode AS Barcode
FROM items
LEFT JOIN biblio ON (items.biblionumber=biblio.biblionumber)
WHERE
DATE(items.dateaccessioned) BETWEEN Accessioned BETWEEN (-mm-dd) 
AND and (-mm-dd)

Best - Paul


Thanks, Gay

Gay Richards
Information Specialist
New Zealand Family Violence Clearinghouse
T?maki Innovation Campus
The University of Auckland
Ph: (09) 923 4640


    09 923 4640 | www.nzfvc.org.nz | i...@nzfvc.org.nz

-Original Message-
From: koha-boun...@lists.katipo.co.nz 
[mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Paul
Sent: Wednesday, 28 August 2013 2:26 a.m.
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Query for report on items catalogue in a date.

At 04:41 AM 8/27/2013 -0700, Akin Adigun \(Akinomatics\) wrote:
 I want the title, author, barcode for all items catalogue in a date or
 range of date

SELECT CONCAT('a
href=\/cgi-bin/koha/catalogue/detail.pl?biblionumber=',items.biblionumber,'\',biblio.title,'/a')
AS Title, biblio.author AS Author,
items.barcode AS Barcode
FROM items
LEFT JOIN biblio ON (items.biblionumber=biblio.biblionumber)
WHERE
DATE(items.dateaccessioned) BETWEEN Accessioned BETWEEN (-mm-dd) 
AND and (-mm-dd);

Best - Paul

---
Maritime heritage and history, preservation and conservation, research and 
education through the written word and the arts.
http://NavalMarineArchive.com and http://UltraMarine.ca

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

---
Maritime heritage and history, preservation and conservation,
research and education through the written word and the arts.
http://NavalMarineArchive.com and http://UltraMarine.ca



--

Message: 2
Date: Tue, 27 Aug 2013 20:59:04 +
From: Gay Richards g.richa...@auckland.ac.nz
To: 'Paul' pau...@aandc.org, koha@lists.katipo.co.nz
    koha@lists.katipo.co.nz
Subject: Re: [Koha] Query for report on items catalogue in a date.
Message-ID:
    ab44deb8cf4f784f90ebcdbbd9b81737895d4...@uxcn10-5.uoa.auckland.ac.nz
Content-Type: text/plain; charset=utf-8

Paul
Thank you. My novice SQL efforts hadn't quite figured that out. 

Regards, Gay

Gay Richards
Information Specialist
New Zealand Family Violence Clearinghouse
T?maki Innovation Campus
The University of Auckland
Ph: (09) 923 4640 


   09 923 4640 | www.nzfvc.org.nz | i...@nzfvc.org.nz


-Original Message-
From: Paul [mailto:pau...@aandc.org] 
Sent: Wednesday, 28 August 2013 8:37 a.m.
To: Gay Richards; koha@lists.katipo.co.nz
Subject: RE: [Koha] Query for report on items catalogue in a date.

At 08:17 PM 8/27/2013 +, Gay Richards wrote:
Paul
This is great. I was looking for this too. Unfortunately the html 
doesn't seem to work when downloaded to csv but I guess I could remove that.

Without the html, it is a little shorter:


[Koha] about patronimages and photo of borrowers

2013-09-03 Thread Samuel Desseaux

Hi,

I've a question:

 When i enabled the system preferences patronimages, photo of 
borrower can be imported in koha but


1)where these photos are located in koha?
 2)where i have to define the source where i dowload photos?
3)How is made the link between the borrower and his photo (all the 
borrowers com from our ldap)?


Thank you.

Best regards,

Samuel


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


Re: [Koha] [Koha-devel] about patronimages and photo of borrowers

2013-09-03 Thread Nicole Engard
The answer to all three (I think) is that the images are in the
patronimages folder:
http://schema.koha-community.org/tables/patronimage.html

Nicole

On Tue, Sep 3, 2013 at 7:49 AM, Samuel Desseaux samuel.desse...@ecp.fr wrote:
 Hi,

 I've a question:

  When i enabled the system preferences patronimages, photo of borrower can
 be imported in koha but

 1)where these photos are located in koha?
  2)where i have to define the source where i dowload photos?
 3)How is made the link between the borrower and his photo (all the borrowers
 com from our ldap)?

 Thank you.

 Best regards,

 Samuel



 ___
 Koha-devel mailing list
 koha-de...@lists.koha-community.org
 http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
 website : http://www.koha-community.org/
 git : http://git.koha-community.org/
 bugs : http://bugs.koha-community.org/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] [Koha-devel] about patronimages and photo of borrowers

2013-09-03 Thread Chris Nighswonger
On Tue, Sep 3, 2013 at 7:49 AM, Samuel Desseaux samuel.desse...@ecp.frwrote:

 Hi,

 I've a question:

  When i enabled the system preferences patronimages, photo of borrower
 can be imported in koha but

 1)where these photos are located in koha?


They are stored in the db. (see the link Nicole posted) This was originally
to avoid security issues involved in writing to the file system.


  2)where i have to define the source where i dowload photos?


You can upload patron images individually by accessing the patron account
in the staff interface. Bulk upload is also possible via the Tool menu in
the staff interface.


 3)How is made the link between the borrower and his photo (all the
 borrowers com from our ldap)?


I'm not quite sure how to answer this one given that I am not familiar with
Koha's ldap code. Maybe someone else can comment who uses both ldap and
patron images.

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


[Koha] Password update from back-end

2013-09-03 Thread Mayank Srivastava
Is there a way where I can update username and passwords for accounts from
the database.
I have to provide some sample log in credentials.

Any one?

-- 
*Mayank Srivastava*
Ph:9718516955
New Delhi
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Marc field 100 (Personal Name) not accepting values

2013-09-03 Thread santosh kumar kori
Dear Sir There is no clue for the type of marc field 100 in koha please
define steps of cracking personal authority in koha.



--
View this message in context: 
http://koha.1045719.n5.nabble.com/Marc-field-100-Personal-Name-not-accepting-values-tp3055487p5768951.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] encoding problems with corrected UTF8 in patrons screen

2013-09-03 Thread Mohamed zalabany
i have this problem with the encoding in the Arabic interface and i couldn't 
found soulutionany 
ideahttp://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4564i also found 
this subject but no 
solutionhttp://www.mail-archive.com/koha-bugs@lists.koha-community.org/msg62966.html
  
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha