[Koha] SIP2 Configuration Koha 3.10

2013-05-23 Thread Vishal Patil
Hi,

 

Can anyone help me with SIP2 configuration.

 

I am using Koha 3.10.

 

Best Regards,

Vishal

 

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


Re: [Koha] Happy Diwali !!!

2013-10-31 Thread vishal patil
Wish you the same...


On Fri, Nov 1, 2013 at 11:43 AM, Raphael Chisanga Muonga <
chisan...@gmail.com> wrote:

> Thanks Koustubha and celebrate the Diwali in dignity it deserves.
>
> On 11/1/13, Koustubha Kale  wrote:
> > Wishing a very happy Diwali to all wonderful folks of the Koha
> community!!
> >
> > May this Diwali light the lamps of happiness, peace and prosperity in
> your
> > life!!
> >
> > Regards,
> > Koustubha Kale
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
> --
> "  A man's worth is no greater than the worth of his ambition "
>
>
> .
>
> "If you don't like something, change it. If you can't change it, change
> your attitude."--Maya Angelou
>
>
> 
> “We’re here to put a dent in the universe. Otherwise why else even be
> here?”
> -Steve Jobs
>
>
> ---
>
> "The mediocre teacher tells. The good teacher explains.
>
> The superior teacher demonstrates. The great teacher inspires."
> William Arthur Ward
>
> ______
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail: *vishal_wpa...@nucsoft.co.in
*
  *vishal.pa...@osslabs.biz.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] barcode

2014-01-30 Thread vishal patil
Reindex the zebra using
/misc/migrationtools/rebuild_zebra.pl -b -r -v -x

Then start zebra using,

zebrasrv -f /koha/etc/koha-conf.xml &


hope this work for you!


On Thu, Jan 30, 2014 at 2:58 PM, Sina Stewart wrote:

> i'm using koha V.3.14 , Ubuntu 12.04 ,latest V. of zebra , there are a big
> problem for me , i can't search by barcode , i have 3.8 and no problem with
> barcode indexing , any help
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Restoring the koha database

2014-01-31 Thread vishal patil
Dear Sandip,

There are changes in koha database structure for koha 3.12.

What we use is we upgrade the 3.8 koha with database in it so as the
database structure is also upgraded to latest version say 3.12.

You can upgrade koha using git pull follow git guidelines to upgrade the
koha.

http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git#Upgrade_Instructions


On Fri, Jan 31, 2014 at 7:24 PM, Sandeep Bhavsar
wrote:

> Respected All
>
> I have taken the backup of our school library database in sql from koha
> ver  3.07.00.017 and installed koha 3.12 now. When I am restoring the
> database I am getting the error in rebuild_zebra.pl line 539 for few
> records.
>
> Is it the error of mysql database structure, Please help me to solve this
> problem.
>
>
> --
> *Regards *
>
> *Sandeep Bhavsar*
> B.com, M.Lib.I.Sc SET, M.Phil, American Library Association - FERA 2011
> fellow
> Librarian
> Dr. V N Bedekar Institute of Management Studies
> Thane (W) 400601
> Mumbai
> INDIA
> Mobile : 9987049099
>
> www.vpmthane.org
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] SQL query: Who has issued the '1234' barcoded book? and when?

2014-02-03 Thread vishal patil
hiii,

Please find below the report which we are using to check the actions taken
in our library, it is datewise report in descending order:

IF(a.action="ISSUE",

CONCAT('Checkout Details'), IF(a.action="RETURN",CONCAT('Checkin Details'),a.info)

) as DETAILS



 from action_logs a

left join borrowers b ON (b.borrowernumber=a.user)

where  (a.module="MEMBERS" OR (a.action="ISSUE" OR a.action="RETURN" ))
AND  timestamp between<>AND<>
ORDER BY  a.timestamp DESC




hope this helps you!




On Tue, Feb 4, 2014 at 9:04 AM, HRS  wrote:

> Hi
>
> Please help me to find solutions  bellow matter
>
> Recently  our library had  a problem of  issuing a few books to  wrong
> patrons' name by  a staff member in circulation counter (  nearly  15
> staff member work in the desk in   time to time /month as we have
> roster based duties in the counter)
>
> In looking SQL queries for
>
> 1. Who has issued  the given barcoded book? and when?
> 2. What  are the books issued by staff-ID( with time) ?
>
> Harsha Balasooriya
> Senior Assistant Librarian, Systems
> The Open University of Sri Lanka
> Tel: 011-2881030
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Theme

2014-02-04 Thread vishal patil
Hi,

You can change the theme of OPAC by goin to administration part then search
for theme global system preference select theme you want to apply e.g CCSR
, bootstrap and save the changes.


Cheers


On Tue, Feb 4, 2014 at 7:42 PM, Layale Bassil  wrote:

> Dear All,
>
> I would like to know if there is a step-by-step guide to learn how to
> change the look of a Koha website? Is there any ready theme that can be
> downloaded and used?
>
> Does the latest version of Koha (3.14) make it easier to change the look
> of Koha?
>
> Thanks in advance,
> Regards.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Customizing the Koha OPAC on Koha 3.14.02

2014-02-12 Thread vishal patil
hi,

You can navigate to home=> koha administration => global system preferences
=> navigate to left and click on OPAC
 Here you will find section like header,opacMain UserBlock,opacUserCSS

If you want to add something in your header you can edit OpacHeader and add
any html code as you want and design it using OpacUserCss





On Wed, Feb 12, 2014 at 2:15 PM, Vinod Kumar Mishra <
vinod_librar...@rediffmail.com> wrote:

> Pls check the user css options under the system preferences.
>
> or consult my live dvd at : http://sourceforge.net/projects/vkmkoha/files/
>
> On Wed, 12 Feb 2014 14:07:41 +0530  wrote
> >I have installed Koha 3.14.02. I would like to change the black background
>
> on the Cart and List menu to something else. In addition I would like to
> put
>
> a banner above the Cart and Lists region, but cannot figure out how. I will
>
> also want to change the white background for the OpacUserMainBlock to
>
> something.
>
>
>
>
>
>
>
> I will appreciate any pointers.
>
>
>
>
>
>
>
> Kind Regards,
>
>
>
>
>
>
>
> Admire Mutsikiwa
>
>
>
> ICT Projects Manager
>
>
>
> LibrariesUniversity of Zimbabwe
>
>
>
>
>
>
>
> ___
>
> Koha mailing list http://koha-community.org
>
> Koha@lists.katipo.co.nz
>
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
> With regards,
> Vinod Kumar Mishra,
> Assistant Librarian,
> (Library In-Charge)
> Biju Patnaik Central Library,
> NIT Rourkela,
> Mob:91+9439420860
> 91+6612462103 (O)
> email: vinod_librar...@rediffmail.com
>  : mishrav...@gmail.com
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Customizing the Koha OPAC on Koha 3.14.02

2014-02-12 Thread vishal patil
hi,

Email in koha are sent using Postfix.
to add an email-address of library, navigate home => kohaadministration =>
search for KohaAdminEmailAddress
system preference and add email address from which members can receive
email notifications.

SMS can also be sent using koha, refer
http://www.makeuseof.com/tag/email-to-sms/


On Wed, Feb 12, 2014 at 3:42 PM, Bipul Kumar wrote:

> Thanks to guide.
> There is a question how to config default email for our koha admin?
> Can we add free messaging service in our koha opac.
>
> Regards,
> Bipul.
>
> -Original Message-
> From: koha-boun...@lists.katipo.co.nz
> [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of vishal patil
> Sent: Wednesday, February 12, 2014 3:11 PM
> To: Vinod Kumar Mishra
> Cc: Koha list; amutsik...@uzlib.uz.ac.zw
> Subject: Re: [Koha] Customizing the Koha OPAC on Koha 3.14.02
>
> hi,
>
> You can navigate to home=> koha administration => global system preferences
> => navigate to left and click on OPAC  Here you will find section like
> header,opacMain UserBlock,opacUserCSS
>
> If you want to add something in your header you can edit OpacHeader and add
> any html code as you want and design it using OpacUserCss
>
>
>
>
>
> On Wed, Feb 12, 2014 at 2:15 PM, Vinod Kumar Mishra <
> vinod_librar...@rediffmail.com> wrote:
>
> > Pls check the user css options under the system preferences.
> >
> > or consult my live dvd at :
> > http://sourceforge.net/projects/vkmkoha/files/
> >
> > On Wed, 12 Feb 2014 14:07:41 +0530  wrote
> > >I have installed Koha 3.14.02. I would like to change the black
> > >background
> >
> > on the Cart and List menu to something else. In addition I would like
> > to put
> >
> > a banner above the Cart and Lists region, but cannot figure out how. I
> > will
> >
> > also want to change the white background for the OpacUserMainBlock to
> >
> > something.
> >
> >
> >
> >
> >
> >
> >
> > I will appreciate any pointers.
> >
> >
> >
> >
> >
> >
> >
> > Kind Regards,
> >
> >
> >
> >
> >
> >
> >
> > Admire Mutsikiwa
> >
> >
> >
> > ICT Projects Manager
> >
> >
> >
> > LibrariesUniversity of Zimbabwe
> >
> >
> >
> >
> >
> >
> >
> > ___
> >
> > Koha mailing list http://koha-community.org
> >
> > Koha@lists.katipo.co.nz
> >
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
> >
> >
> > With regards,
> > Vinod Kumar Mishra,
> > Assistant Librarian,
> > (Library In-Charge)
> > Biju Patnaik Central Library,
> > NIT Rourkela,
> > Mob:91+9439420860
> > 91+6612462103 (O)
> > email: vinod_librar...@rediffmail.com
> >  : mishrav...@gmail.com
> > ___
> > Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
> --
> Regards,
> Vishal Patil
> Landline number:02232080161
> E-Mail:
> *vishal_wpa...@nucsoft.co.in *
>   *vishal.pa...@osslabs.biz .*
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>


-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Add category on koha opac

2014-02-19 Thread vishal patil
Hi,

I think you can go for collection wise search like Engineering, Science,
Arts etc, you can add collection codes in authorised values add CCODE for
each book and add combobox in opac to enable search using collection codes.


On Wed, Feb 19, 2014 at 9:53 AM, Bipul Kumar wrote:

> Hi,
>
>
>
> Actually I want to add a search button on OPAC page with subject wise
> category like engineering, medical, etc in drop menu box where our users
> easily search book with categories wise.
>
>
>
> Thanks,
>
> Bipul.
>
>
>
> From: vikram zadgaonkar [mailto:vikramczadgaon...@gmail.com]
> Sent: Tuesday, February 18, 2014 6:35 PM
> To: Bipul Kumar
> Cc: Galen Charlton; Coehoorn, Joel; koha list
> Subject: Re: [Koha] Add category on koha opac
>
>
>
> Hi,
>
> Can you explain more  what exactly you want to do?
>
>
>
>
> Vikram Zadgaonkar
>
>
>
> On Tue, Feb 18, 2014 at 5:23 PM, Bipul Kumar  <mailto:bipu...@oceancentre.net> > wrote:
>
> Hi,
> Can you guide me how to Add category on koha opac main page.
>
> Thanks, Bipul.
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz>
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
> _______
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Bulk patron Import password issue

2014-02-19 Thread vishal patil
Hi,

you can upload bulk patrons using .csv format provided by koha.
In .csv file you can add password which you want which you can use for
login in koha OPAC.
you cannot add password using query directly as koha encrypt password which
we add using md5.


On Wed, Feb 19, 2014 at 12:00 AM, geromoselle  wrote:

>
> I will like to know how exactly I can see the password I have created for
> my patrons. If I use say '123456' as the password, what will it be after
> upload. Because I dont understand Koha md5 hash conversion style
> George
>
> Sent from Samsung Mobile
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Provider, update contact info in list

2014-03-01 Thread vishal patil
Hi all,

On behalf of Nucsoft OSS Labs I would like to update contact information in
koha paid support provider list.
http://koha-community.org/support/paid-support/

Kindly remove previous contact information and add below information.

Contact: Vishal Patil/Pranali Uddansinh
Work Phone: +91 22 32080161
Work Phone: +91 75 06 327949

Contact Email: supp...@osslabs.biz
Contact Email: sa...@osslabs.biz

Address:602A, Times Square, Wing - A,

Andheri - Kurla Road, Andheri (East),

Mumbai - 400 059.


Categories:Asia,India
Website:http://www.osslabs.biz/koha

-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] email delivery problem

2014-03-08 Thread vishal patil
hi,

You can check your notices template again to verify any mistake.
Also as Amit already told please specify your version of koha.


On Fri, Mar 7, 2014 at 5:56 PM, Amit Gupta  wrote:

> Hi Vinod,
>
> Your Koha version?
>
>
> On Fri, Mar 7, 2014 at 5:37 PM, Vinod Kumar Mishra <
> vinod_librar...@rediffmail.com> wrote:
>
> > Dear All,
> >
> > I have restore the backup from one Koha machine to another but observed
> > that while sending auto email for checkin, checkout some time mail does
> not
> > pickup the issued books details but it sends the massage written in
> format
> > of mail.
> >
> > for example
> >
> > Dear Patron,
> >
> > The following books is check out in your name:
> >
> > --
> >
> > Book details are missing.
> >
> > Kindly let me know the solution and reason for this problem, however some
> > time it sends email correctly.
> >
> > thanking You.
> >
> > With regards,
> > Vinod Kumar Mishra,
> > Assistant Librarian,
> > (Library In-Charge)
> > Biju Patnaik Central Library,
> > NIT Rourkela,
> > Mob:91+9439420860
> > 91+6612462103 (O)
> > email: vinod_librar...@rediffmail.com
> >  : mishrav...@gmail.com
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
> --
> Regards,
> Amit Gupta
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Forgotten My Password and login ID

2014-03-10 Thread vishal patil
hi,

If you are staff you can reset your password by one of your superlibraians
account by searching your patron, then reset password.

If you want to change admin password for koha which was set at time of
installation of koha, open koha-conf.xml file and navigate to bottom, you
will find your password.




On Mon, Mar 10, 2014 at 1:05 PM, Amit Gupta  wrote:

> Hi Vasant,
>
> Please check your koha-conf.xml file.
>
>
> On Mon, Mar 10, 2014 at 1:02 PM, Vasant Patil  wrote:
>
> > Dear Friends,
> >
> > I have Forgotten  My password  and login ID . Please any one suggest me ,
> > how to get password and login id
> >
> > Thanking You
> >
> > your faithfully
> >
> > Vasant P. Patil
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
> --
> Regards,
> Amit Gupta
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Provider, update contact info in list

2014-03-12 Thread vishal patil
Dear Sir/Madam,

Kindly let me know when my request will be process. It is important for us
to process it as early as possible.

If you need more details, please let me know.


On Sat, Mar 1, 2014 at 6:12 PM, vishal patil wrote:

> Hi all,
>
> On behalf of Nucsoft OSS Labs I would like to update contact information
> in koha paid support provider list.
> http://koha-community.org/support/paid-support/
>
> Kindly remove previous contact information and add below information.
>
> Contact: Vishal Patil/Pranali Uddansinh
> Work Phone: +91 22 32080161
> Work Phone: +91 75 06 327949
>
> Contact Email: supp...@osslabs.biz
> Contact Email: sa...@osslabs.biz
>
> Address:602A, Times Square, Wing - A,
>
> Andheri - Kurla Road, Andheri (East),
>
> Mumbai - 400 059.
>
>
> Categories:Asia,India
> Website:http://www.osslabs.biz/koha
>
> --
> Regards,
> Vishal Patil
> Landline number:02232080161
> E-Mail:
> *vishal_wpa...@nucsoft.co.in  *
>   *vishal.pa...@osslabs.biz .*
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] unable to locate koha-conf.xml

2014-03-18 Thread vishal patil
hi satish,

have a look at this reindexing steps:

1)switch to user "koha" (owner of koha source code/config files)
2)export KOHA_CONF=/koha-dev/etc/koha-conf.xml
3)export PERL5LIB=/koha/kohaclone(src code)
4)perl misc/migration_tools/rebuild_zerbra.pl -b -r -v -x (for full
reindex)


hope this helps you


On Tue, Mar 18, 2014 at 1:00 PM, SATISH  wrote:

> Hello,
>
> I have installed Koha 3.10 and migrated to 3.14 on ubuntu.( by using
> packages)
> when I try to re-index, I am getting the following error.
>
> root@gechlibrary:/usr/share/koha/bin/migration_tools#
> ./rebuild_zebra.pl-run-as-root -b -r -a
> unable to locate Koha configuration file koha-conf.xml at
> /usr/share/koha/lib/C4/Context.pm line 372.
>
> Can you please help me for fixing this error ?
>
>
>
> rebuild zebra command throws following message:
>
> koha-rebuild-zebra -v -f gechlibrary
> Zebra configuration information
> 
> Zebra biblio directory  = /var/lib/koha/gechlibrary/biblios
> Zebra authorities directory = /var/lib/koha/gechlibrary/authorities
> Koha directory  = /usr/share/koha/intranet/cgi-bin
> BIBLIONUMBER in : 999$c
> BIBLIOITEMNUMBER in : 999$d
> 
> skipping authorities
> 
> exporting biblio
> 
>
> 301
> Records exported: 349
> 
> REINDEXING zebra
> 
> 
> CLEANING
> 
> Zebra configuration information
> 
> Zebra biblio directory  = /var/lib/koha/gechlibrary/biblios
> Zebra authorities directory = /var/lib/koha/gechlibrary/authorities
> Koha directory  = /usr/share/koha/intranet/cgi-bin
> BIBLIONUMBER in : 999$c
> BIBLIOITEMNUMBER in : 999$d
> 
> 
> exporting authority
> 
>
> Records exported: 0
> 
> REINDEXING zebra
> Can you help me for fixing this error ?
> 
> skipping biblios
> 
> CLEANING
> 
>
>
>
> with thanks
> Satish MV
> Librarian
> Govt. Engineering College, Hassan
> Karnataka.
>
>
>
> --
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Message preference issue

2014-04-06 Thread vishal patil
Dear vikram,

check whether you have EnhancedMessagingPreferences in global system
preference is set to allow.




On Sat, Apr 5, 2014 at 7:32 PM, Amit Gupta  wrote:

> Hi Vikram,
>
> Which version of Koha you are using?
>
>
> On Sat, Apr 5, 2014 at 6:14 PM, vikram zadgaonkar <
> vikramczadgaon...@gmail.com> wrote:
>
> > Dear Fiends,
> > I am unable to save Patrons Messaging Preferences under Patron category.
> I
> >  am not getting option of checkbox for activating  messaging preferences
> .
> >
> > Default messaging preferences for this patron category
> > Vikram Zadgaonkar
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
> --
> Regards,
> Amit Gupta
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Barcode Stripe - Height

2014-04-28 Thread vishal patil
Hi sandip,

You can change your template according to your requirement for increasing
size of barcode.


On Tue, Apr 29, 2014 at 11:36 AM, Sandeep Bhavsar  wrote:

> Dear Shri Zadgaonkar
>
> We are using the same barcode scanner, stationary and printer for our
> Libsuite (ILS) generated barcode from last 7 years.
>
>
> On Tue, Apr 29, 2014 at 11:33 AM, vikram zadgaonkar <
> vikramczadgaon...@gmail.com> wrote:
>
> > I think issue is not size but quality of barcode scanner or quality of
> > barcode printing.
> > On 29-Apr-2014 10:52 AM, "Sandeep Bhavsar" 
> > wrote:
> >
> >> Respected All
> >>
> >> Please help me in solving the barcode problem, I have generated the
> >> barcode
> >> from koha but the problem is barcode strip is small and our barcode
> reader
> >> is taking time to read it.
> >> How can we increase the height of the barcode strip size.
> >> Please check our koha generated barcode file at
> >>
> >>
> >>
> http://dspace.vpmthane.org:8080/jspui/bitstream/123456789/3760/1/label_batch_10-4.pdf
> >>
> >>
> >>
> >>
> >>
> >> --
> >> *Regards *
> >>
> >> *Sandeep Bhavsar*
> >>
> >> B.com, M.Lib.I.Sc SET, M.Phil, American Library Association - FERA 2011
> >> fellow
> >> Librarian
> >> Dr. V N Bedekar Institute of Management Studies
> >> Thane (W) 400601
> >> Mumbai
> >> INDIA
> >> Mobile : 9987049099
> >>
> >> www.vpmthane.org
> >> ___
> >> Koha mailing list  http://koha-community.org
> >> Koha@lists.katipo.co.nz
> >> http://lists.katipo.co.nz/mailman/listinfo/koha
> >>
> >
>
>
> --
> *Regards *
>
> *Sandeep Bhavsar*
> B.com, M.Lib.I.Sc SET, M.Phil, American Library Association - FERA 2011
> fellow
> Librarian
> Dr. V N Bedekar Institute of Management Studies
> Thane (W) 400601
> Mumbai
> INDIA
> Mobile : 9987049099
>
> www.vpmthane.org
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Barcode Stripe - Height

2014-04-29 Thread vishal patil
hi sandeep,

You can send me your current settings for template, I will update and send
you back.


On Tue, Apr 29, 2014 at 12:47 PM, Sandeep Bhavsar  wrote:

> Dear Vishal
>
> Will you please send me the settings for that.
>
>
> On Tue, Apr 29, 2014 at 11:57 AM, vishal patil 
> wrote:
>
>> Hi sandip,
>>
>> You can change your template according to your requirement for increasing
>> size of barcode.
>>
>>
>> On Tue, Apr 29, 2014 at 11:36 AM, Sandeep Bhavsar <
>> sandeep.bhav...@gmail.com> wrote:
>>
>>> Dear Shri Zadgaonkar
>>>
>>> We are using the same barcode scanner, stationary and printer for our
>>> Libsuite (ILS) generated barcode from last 7 years.
>>>
>>>
>>> On Tue, Apr 29, 2014 at 11:33 AM, vikram zadgaonkar <
>>> vikramczadgaon...@gmail.com> wrote:
>>>
>>> > I think issue is not size but quality of barcode scanner or quality of
>>> > barcode printing.
>>> > On 29-Apr-2014 10:52 AM, "Sandeep Bhavsar" 
>>> > wrote:
>>> >
>>> >> Respected All
>>> >>
>>> >> Please help me in solving the barcode problem, I have generated the
>>> >> barcode
>>> >> from koha but the problem is barcode strip is small and our barcode
>>> reader
>>> >> is taking time to read it.
>>> >> How can we increase the height of the barcode strip size.
>>> >> Please check our koha generated barcode file at
>>> >>
>>> >>
>>> >>
>>> http://dspace.vpmthane.org:8080/jspui/bitstream/123456789/3760/1/label_batch_10-4.pdf
>>> >>
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> *Regards *
>>> >>
>>> >> *Sandeep Bhavsar*
>>> >>
>>> >> B.com, M.Lib.I.Sc SET, M.Phil, American Library Association - FERA
>>> 2011
>>> >> fellow
>>> >> Librarian
>>> >> Dr. V N Bedekar Institute of Management Studies
>>> >> Thane (W) 400601
>>> >> Mumbai
>>> >> INDIA
>>> >> Mobile : 9987049099
>>> >>
>>> >> www.vpmthane.org
>>> >> ___
>>> >> Koha mailing list  http://koha-community.org
>>> >> Koha@lists.katipo.co.nz
>>> >> http://lists.katipo.co.nz/mailman/listinfo/koha
>>> >>
>>> >
>>>
>>>
>>> --
>>> *Regards *
>>>
>>> *Sandeep Bhavsar*
>>> B.com, M.Lib.I.Sc SET, M.Phil, American Library Association - FERA 2011
>>> fellow
>>> Librarian
>>> Dr. V N Bedekar Institute of Management Studies
>>> Thane (W) 400601
>>> Mumbai
>>> INDIA
>>> Mobile : 9987049099
>>>
>>> www.vpmthane.org
>>> ___
>>> Koha mailing list  http://koha-community.org
>>> Koha@lists.katipo.co.nz
>>> http://lists.katipo.co.nz/mailman/listinfo/koha
>>>
>>
>>
>>
>> --
>> Regards,
>> Vishal Patil
>> Landline number:02232080161
>> E-Mail:
>> *vishal_wpa...@nucsoft.co.in  *
>>   *vishal.pa...@osslabs.biz .*
>>
>
>
>
> --
> *Regards *
>
> *Sandeep Bhavsar*
>
> B.com, M.Lib.I.Sc SET, M.Phil, American Library Association - FERA 2011
> fellow
> Librarian
> Dr. V N Bedekar Institute of Management Studies
> Thane (W) 400601
> Mumbai
> INDIA
> Mobile : 9987049099
>
> www.vpmthane.org
>
>


-- 
Regards,
Vishal Patil
Landline number:02232080161
E-Mail:
*vishal_wpa...@nucsoft.co.in *
  *vishal.pa...@osslabs.biz .*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] KOHA is frequently giving following error

2014-06-03 Thread vishal patil
Hi vinod,

Its look like your mysqlserver is down. have look on mysql logs and check
whether space is available for mysql to run. check whether your mysql
server is running using: ps -ef | grep mysql


On Wed, Jun 4, 2014 at 10:29 AM, Amit Gupta  wrote:

> Hi Vinod,
>
>
> Your Koha server configuration & OS.?
>
>
> On Wed, Jun 4, 2014 at 10:25 AM, Chris Cormack 
> wrote:
>
> > Looks like you have a problem with your mysql server.
> >
> > I would look at the logs for it
> >
> > Chris
> >
> > On 4 June 2014 4:52:10 pm NZST, Vinod Kumar Mishra <
> > vinod_librar...@rediffmail.com> wrote:
> > >Dear All,
> > >
> > >KOHA is frequently giving following error. after reboot, it works fine
> > >for few hours then again gives below error.
> > >-
> > >Software error:
> > >
> > >Can't connect to local MySQL server through socket
> > >'/var/run/mysqld/mysqld.sock' (111) at
> > >/usr/share/koha/lib/C4/Context.pm line 803.
> > >BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm
> > >line 65.
> > >Compilation failed in require at
> > >/usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22.
> > >BEGIN failed--compilation aborted at
> > >/usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22.
> > >
> > >For help, please send mail to the webmaster ([no address given]),
> > >giving this error message and the time and date of the error.
> > >
> > >Version: 3.14
> > >OS: Ubuntu 12.04
> > >
> > >With regards,
> > >Vinod Kumar Mishra,
> > >Assistant Librarian,
> > >(Library In-Charge)
> > >Biju Patnaik Central Library,
> > >NIT Rourkela,
> > >Mob:91+9439420860
> > >91+6612462103 (O)
> > >email: vinod_librar...@rediffmail.com
> > > : mishrav...@gmail.com
> > >___
> > >Koha mailing list  http://koha-community.org
> > >Koha@lists.katipo.co.nz
> > >http://lists.katipo.co.nz/mailman/listinfo/koha
> >
> > --
> > Sent from my Android device with K-9 Mail. Please excuse my brevity.
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
> --
> Regards,
> Amit Gupta
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 


*Warm Regards,Vishal Patil*Software Engineer - Nucsoft Ltd.
phone: 022 32080161
www.osslabs.biz
www.nucsoft.com
vishal.pa...@osslabs.biz
 <http://nucsoft.com/nucweb/images/OSS_labs.jpg>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Report help needed - filter by itemtype

2014-06-09 Thread vishal patil
hi,

For item pull down list try this:

Replace this: biblioitems.itemtype=‘BK’  with:

items.itype=<>



On Mon, Jun 9, 2014 at 5:49 AM, Robin Sheat  wrote:

> Elaine Bradtke schreef op vr 06-06-2014 om 21:42 [+0100]:
> > WHERE biblioitems.itemtype=‘BK’ AND datecreated
>
> You have smartquotes around the BK. You can't have smartquotes anywhere.
>
> --
> Robin Sheat
> Catalyst IT Ltd.
> ✆ +64 4 803 2204
> GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 


*Warm Regards,Vishal Patil*Software Engineer - Nucsoft Ltd.
phone: 022 32080161
www.osslabs.biz
www.nucsoft.com
vishal.pa...@osslabs.biz
 <http://nucsoft.com/nucweb/images/OSS_labs.jpg>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] apache2.4 configuration for koha

2014-07-04 Thread vishal patil
Dear All,

I have recently installed the koha 3.14 on Ubuntu 14.04 using GIT on 64-bit
OS.
Can anybody help me to configure it on apache 2.4 as what changes require
other than apache previous version 2.2.
When i hit the url it show file hierarchy index of page.

-- 

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


Re: [Koha] apache2.4 configuration for koha

2014-07-04 Thread vishal patil
Dear Tomas,

Yes. I have enabled rewrite module for apache2.
I used this command = a2enmod rewrite deflate






On Fri, Jul 4, 2014 at 5:42 PM, Tomas Cohen Arazi 
wrote:

> What instructions did u follow? Did u enable the rewrite module for Apache?
>
>
> On Fri, Jul 4, 2014 at 8:40 AM, vishal patil 
> wrote:
>
>> Dear All,
>>
>> I have recently installed the koha 3.14 on Ubuntu 14.04 using GIT on
>> 64-bit
>> OS.
>> Can anybody help me to configure it on apache 2.4 as what changes require
>> other than apache previous version 2.2.
>> When i hit the url it show file hierarchy index of page.
>>
>> --
>>
>> *Regards,Vishal *
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> http://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
>
>
> --
> Tomás Cohen Arazi
> Prosecretaría de Informática
> Universidad Nacional de Córdoba
> ✆ +54 351 5353750 ext 13168
> GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F
>



-- 


*Warm Regards,Vishal Patil*Software Engineer - Nucsoft Ltd.
phone: 022 32080161
www.osslabs.biz
www.nucsoft.com
vishal.pa...@osslabs.biz
 <http://nucsoft.com/nucweb/images/OSS_labs.jpg>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How to migrate hindi language data

2014-07-08 Thread vishal patil
Dear Ramakant,

Which tool you are using for english records?
If you are using Marc edit tool you need to follow same steps only the
thing you have to do is to check the UTF-8 checkbox at delimed text
translator stage to convert from .txt to .mrk format



On Tue, Jul 8, 2014 at 8:56 AM,  wrote:

> Respected Member,
>
> I want to Know how to convert hindi language data from excel to marc
> format(MRC) and migrate in KOHA.
>
>
> Regards,
>
> ==
> Ramakant
> Senior Library Information Assistant
> Technical Division & In-charge Digitization Unit
> P.K.Kelkar Library
> Indian Institute of Technology Kanpur- 16
> Ph. 0512-2597223(O)
> Mo. +91 8090049089
> E-mail:- ramak...@iitk.ac.in, ramakant_g...@yahoo.com
> ==
> " If you Salute your Duty, you no need to Salute Anybody,
> But if you pollute your Duty, You have to Salute Everybody " - Kalam
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 


*Warm Regards,Vishal Patil*Software Engineer - Nucsoft Ltd.
phone: 022 32080161
www.osslabs.biz
www.nucsoft.com
vishal.pa...@osslabs.biz
 <http://nucsoft.com/nucweb/images/OSS_labs.jpg>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Invalid SIP users in koha

2014-08-12 Thread vishal patil
Dear All,

I am configuring the Koha for 3M RFID, but my SIP users are not working,
showing invalid id and password even if the password is right.

Koha version 3.02
OS = OpenSUSE 12.2
SIP 2.0

I have done following changes in my SIPconfig.xml

 


   
-

  
---
 
 


I started the SIP using:
perl -I C4/SIP -MILS C4/SIP/SIPServer.pm C4/SIP/SIPconfig.xml &

All these users are superlibrarian and accessible through frontend.
When i use the following command on server:
telnet localhost 8023
userid:sipuser
password:pwd1234
it shows invalid user.

Kindly help me in this to resolve the issue.

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


[Koha] SIPconfig.xml

2014-09-19 Thread vishal patil
Hi all,

I am facing problem with implementing 3M RFID system with koha, from log
file I am getting below error:
*Can't connect to TCP port 6001 on 0.0.0.0 [Address already in use]*

Koha version 3.02
OS = OpenSUSE 12.2
SIP 2.0




   

I assigned the 0.0.0.0 IP address and port 6001 to the service, but I want
to start it using specific IP address say 178.79.221.342:6001, when I
changes the IP from 0.0.0.0 to any specific IP address the SIP service is
not getting started.

I am using below commands to start SIP:
export KOHA_CONF=/path to koha-conf.xml
export PERL5LIB=/path to kohaclone
perl -I C4/SIP/ -MILS C4/SIP/SIPServer.pm C4/SIP/SIPconfig.xml &

but when I checked with ps -ef | grep SIP
service is not showing as started.

-- 


*Warm Regards,Vishal Patil*Software Engineer - Nucsoft Ltd.
phone: 022 32080161 | mob: 08767505528
www.osslabs.biz
www.nucsoft.com
vishal.pa...@osslabs.biz
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Report help- reading history

2014-09-22 Thread vishal patil
Hii,

Visit koha report library for any sql report:

http://wiki.koha-community.org/wiki/SQL_Reports_Library

On Mon, Sep 22, 2014 at 12:38 PM, clint.deckard <
clint.deck...@frontiers.co.nz> wrote:

> A school I deal with would like a report that lists the reading history of
> the top 10 borrowers so that they can award a prize to each. As I am not a
> sql expert I would appreciate some assistance.
> Much appreciated,
> Clint.
>
>  --
> Clint Deckard
> Takapau
> Central Hawkes Bay, New Zealand.
>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 


*Warm Regards,Vishal Patil*Software Engineer - Nucsoft Ltd.
phone: 022 32080161 | mob: 08767505528
www.osslabs.biz
www.nucsoft.com
vishal.pa...@osslabs.biz
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fine calculation issue-Urgent

2015-01-07 Thread vishal patil
Hi All,

I am facing issue in fine calculation using Koha. Fine is not getting
calculated by the system so it is very difficult for us to find out those
transaction for which fines are not getting calculated.

Koha version= 3.02
OS =OpenSuSe
FineMode=Production
crontab is set and running for fines.pl

when I run fines.pl file I received below error message:
Use of qw(...) as parentheses is deprecated at /opt/kohaclone/C4/Serials.pm
line 679.
Use of qw(...) as parentheses is deprecated at /opt/kohaclone/C4/Serials.pm
line 693.
No branchcode argument to new.  Should be C4::Calendar->new(branchcode =>
$branchcode) at /opt/kohaclone/misc/cronjobs/fines.pl line 135.
writing to /tmp/koha_2014-12-24.log


Kindly let us know what action to perform to avoid this issue and calculate
fine automatically.


-- 


*Warm Regards,Vishal Patil*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Setting up E-mail

2015-01-07 Thread vishal patil
Hi,

You will need to configure postfix in your Ubuntu refer below link:

http://tech-dig.blogspot.in/2014/04/koha-configring-email-setup-in-koha.html

Hope this helps you.

On Wed, Jan 7, 2015 at 9:51 PM, Kumar M, Anil (GE Global Research) <
anil.kum...@ge.com> wrote:

> Hi
>
> How do I set up e-mail configuration for this version I am new to the
> system I have installed very thing only.
>
> Koha version:
>
> 3.16.05.001
>
> OS version ('uname -a'):
>
> Linux bng1wkcws1 3.13.0-32-generic #57~precise1-Ubuntu SMP Tue Jul 15
> 03:51:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
>
>
> Thanks
> M. Anil Kumar
> Lead Information Specialist
> Whitney Knowledge Center
> John F. Welch Technology Center
> GE India Technology Center Pvt Ltd
> 122, EPIP, Phase 2, Hoodi Village, Whitefield Road
> Bangalore 560 066
> Phone: +91 (80) 4012-2668, Fax: +91 (80) 2841 2114
> Mobile : 9980097404
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 


*Warm Regards,Vishal Patil*Software Engineer - Nucsoft Ltd.
phone: 022 32080161 | mob: 08767505528
www.osslabs.biz
www.nucsoft.com
vishal.pa...@osslabs.biz
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha