Re: [Koha] SMS providers for Koha

2017-08-18 Thread Indranil Das Gupta
Hi Ashok, 1) email-to-sms feature of Koha does not work in India. Up until 2006 - 7, Indian telcos did provide this feature, but since then most (read airtel, vodafone, aircel, idea etc) have discontinued it. 2) Most of the SMS::Send drivers that you will find on CPAN won't work in India. This is

Re: [Koha] SMS providers for Koha

2017-08-18 Thread Ashok Francis
Thank you so much Doug Dearden. I paid 1$ for this. But I dint know how to do this. Can you please explain me step wise?. I will be grateful. How to start with this email-to-sms-gateways? On Fri, Aug 18, 2017 at 11:11 PM, Doug Dearden wrote: > This page might be what you are looking for: htt

Re: [Koha] SMS providers for Koha

2017-08-18 Thread Katrin Fischer
Maybe these links are helpful too: http://blog.l2c2.co.in/index.php/2017/02/09/setup-sms-send-in-esms-driver-on-koha/ http://blog.l2c2.co.in/index.php/2017/02/09/opensource-sms-driver-released-kerala/ The second article has a link to other drivers: http://search.cpan.org/search?query=sms%3A%3A

Re: [Koha] SMS providers for Koha

2017-08-18 Thread Doug Dearden
This page might be what you are looking for: https://martinfitzpatrick.name/list-of-email-to-sms-gateways/ -Original Message- From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Ashok Francis Sent: Monday, August 14, 2017 6:40 AM To: koha@lists.katipo.co.nz Subject: [Koha] S

Re: [Koha] Asking about installing Koha

2017-08-18 Thread MJ Ray
On Fri, 18 Aug 2017 14:01:39 + BANK™ Y wrote: > I would like to upgrade version from 3.12 to 3.22 by tarball. But, I > mistook use command 'make install' instead of 'make upgrade'. So, the > program was overwritten. The website was shown error as here: [...] > What should I do to recover this

[Koha] Asking about installing Koha

2017-08-18 Thread BANK™ Y
I would like to upgrade version from 3.12 to 3.22 by tarball. But, I mistook use command 'make install' instead of 'make upgrade'. So, the program was overwritten. The website was shown error as here: Software error: Could not create file parser context for file "/etc/koha/sites/library/koha-c

Re: [Koha] Discovering which patron accounts have library staff permissions

2017-08-18 Thread Bob Birchall
There are several in the library: https://wiki.koha-community.org/wiki/SQL_Reports_Patrons#Patrons_with_Staff_Permissions Bob Birchall Calyx On 18/08/17 18:18, Ian Bays wrote: Hi Colin. A report selecting from borrowers where flags <> 0 should list those with staff permissions. All the best.

Re: [Koha] Discovering which patron accounts have library staff permissions

2017-08-18 Thread Ian Bays
Hi Colin. A report selecting from borrowers where flags <> 0 should list those with staff permissions. All the best. On 18/08/2017 09:14, Sawers, Colin wrote: Is there a way either by running a report or on screen to easily see which patron accounts have been assigned staff permissions? Our

[Koha] Discovering which patron accounts have library staff permissions

2017-08-18 Thread Sawers, Colin
Is there a way either by running a report or on screen to easily see which patron accounts have been assigned staff permissions? Our system is a number of years old and has had various staff using it and I want to ensure that staff members who have left no longer have access to the system. Tha