Wireless printing
What are you using to provide wireless printing to your patrons with mobile devices? Does it connect to Koha for authentication? Ex., if fines, no printing! Or, to release a job so as to protect privacy. Thank you! -- Chad Roseburg Assoc. Director / IT Automation Dept. North Central Regional Library
I don't know of print manager that would connect to Koha for authentication, but if Koha is using ldap, shiboleth, or cas, there are several options that will connect to the same source. PaperCut comes to mind as one great option. I've also used PCounter in the past. Both of these would need some scripting to update your ldap source on a schedule based on each patron's fine status, and then the print service can accept jobs based on that updated field. On Wed, Jun 26, 2019, 6:05 PM Chad Roseburg <croseburg@ncrl.org> wrote:
What are you using to provide wireless printing to your patrons with mobile devices? Does it connect to Koha for authentication? Ex., if fines, no printing! Or, to release a job so as to protect privacy.
Thank you!
-- Chad Roseburg Assoc. Director / IT Automation Dept. North Central Regional Library _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hi We are trying to install coverflow plugin 2.4.24 on Koha 17.05.14 with memcached enabled. However after configuring the plugin, if we return to the plugin page, we have a message saying that there is no plugin installed. If we do reload it again, it shows the config we have entered previously. These are the plugin permits: drwxr-xr-x 3 user-koha user-koha 4096 Jun 26 17:56 bower_components -rw-rw-r-- 1 user-koha user-koha 327 Oct 4 2018 bower.json -rw-rw-r-- 1 user-koha user-koha 5081 Oct 4 2018 configure.tt -rwxrwxr-x 1 user-koha user-koha 292 Oct 4 2018 coverflow.pl drwxr-xr-x 3 user-koha user-koha 4096 Jun 26 17:56 lib -rw-rw-r-- 1 user-koha user-koha 22099 Oct 4 2018 logo.png -rw-rw-r-- 1 user-koha user-koha 2342 Oct 4 2018 opacuserjs.tt -rw-rw-r-- 1 user-koha user-koha 3658 Oct 4 2018 report.tt Wew have addded this to the OPAC part of the apache2.conf file ScriptAlias /coverflow.pl "/var/lib/koha/library/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/ coverflow.pl" Alias /plugin/ "/var/lib/koha/library/plugins/" # The stanza below is needed for Apache 2.4+ <Directory /var/lib/koha/library/plugins/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> We have restarted apache, koha-common and memcached but still no succes. Any ideas? Regards Alvaro |-----------------------------------------------------------------------------------------------------------------|
Hi Any idea on this? Coverflow is working after reseting koha-common however, plugin tool page still does not shown any information as if there were no plugin installed. Plugins are enabled in global parameters as well as I edited koha-conf file. This is the error I got: "No plugins that can be used as a tool are installed" my system info: Koha version: 17.05.14.000 OS version ('uname -a'): Linux 5.1.2-x86_64-linode124 #1 SMP PREEMPT Wed May 15 15:12:46 UTC 2019 x86_64 Perl interpreter: /usr/bin/perl Perl version: 5.022001 Perl @INC: /usr/share/koha/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base . MySQL version: mysql Ver 14.14 Distrib 5.7.26, for Linux (x86_64) using EditLine wrapper Apache version: Server version: Apache/2.4.18 (Ubuntu) Memcached: Servers: 127.0.0.1:11211 | Namespace: koha_library | Status: running. | Config read from: koha-conf.xml Zebra version: Zebra 2.0.59 (C) 1994-2014, Index Data Zebra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. SHA1 ID: Using ICU |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com Le mer. 26 juin 2019 à 18:34, Alvaro Cornejo <cornejo.alvaro@gmail.com> a écrit :
Hi
We are trying to install coverflow plugin 2.4.24 on Koha 17.05.14 with memcached enabled. However after configuring the plugin, if we return to the plugin page, we have a message saying that there is no plugin installed.
If we do reload it again, it shows the config we have entered previously.
These are the plugin permits: drwxr-xr-x 3 user-koha user-koha 4096 Jun 26 17:56 bower_components -rw-rw-r-- 1 user-koha user-koha 327 Oct 4 2018 bower.json -rw-rw-r-- 1 user-koha user-koha 5081 Oct 4 2018 configure.tt -rwxrwxr-x 1 user-koha user-koha 292 Oct 4 2018 coverflow.pl drwxr-xr-x 3 user-koha user-koha 4096 Jun 26 17:56 lib -rw-rw-r-- 1 user-koha user-koha 22099 Oct 4 2018 logo.png -rw-rw-r-- 1 user-koha user-koha 2342 Oct 4 2018 opacuserjs.tt -rw-rw-r-- 1 user-koha user-koha 3658 Oct 4 2018 report.tt
Wew have addded this to the OPAC part of the apache2.conf file ScriptAlias /coverflow.pl "/var/lib/koha/library/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/ coverflow.pl" Alias /plugin/ "/var/lib/koha/library/plugins/" # The stanza below is needed for Apache 2.4+ <Directory /var/lib/koha/library/plugins/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory>
We have restarted apache, koha-common and memcached but still no succes.
Any ideas?
Regards
Alvaro
|-----------------------------------------------------------------------------------------------------------------|
participants (3)
-
Alvaro Cornejo -
Chad Roseburg -
Coehoorn, Joel