Issue in patron fine payment
Dear Team, I am not able to pay the patron fine from their respective credit balance. While doing so it shows a warning message. The steps I have followed is mentioned below 1. Selected the fine from '*Pay fine*' tab (Fine amount = 5 , Credit amount = -600 , Total due = -595) 2. Then I clicked '*Pay Selected*' option . 3. It shows Total outstanding amount = 5 , Collect from patron = 5 4. When I clicked '*Confirm*', It shows an error 'You must pay a value less than or equal to -595' . Please help me to resolve this issue. -- Thanks & Regards, Deepak K V
Hi guys! How does the zebra reindex works? I am importing and reverting files with 30k or more records, and I dont know if my zebra index is being rebuilded, I run the script to do it manually, but shouldn´t the index be rebuilded automatically? Do I have to configurate something on the server or the koha? Thx! Sergio Scotto -----Mensaje original----- De: Koha [mailto:koha-bounces@lists.katipo.co.nz] En nombre de Deepak K V Enviado el: martes, 11 de agosto de 2015 10:32 a.m. Para: koha@lists.katipo.co.nz CC: Arun Raj Asunto: [Koha] Issue in patron fine payment Dear Team, I am not able to pay the patron fine from their respective credit balance. While doing so it shows a warning message. The steps I have followed is mentioned below 1. Selected the fine from '*Pay fine*' tab (Fine amount = 5 , Credit amount = -600 , Total due = -595) 2. Then I clicked '*Pay Selected*' option . 3. It shows Total outstanding amount = 5 , Collect from patron = 5 4. When I clicked '*Confirm*', It shows an error 'You must pay a value less than or equal to -595' . Please help me to resolve this issue. -- Thanks & Regards, Deepak K V _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha __________ Información de ESET Endpoint Antivirus, versión de la base de firmas de virus 12079 (20150811) __________ ESET Endpoint Antivirus ha comprobado este mensaje. http://www.eset.com
Hi Sergio
How does the zebra reindex works? I am importing and reverting files with 30k or more records, and I dont know if my zebra index is being rebuilded, I run the script to do it manually, but shouldn´t the index be rebuilded automatically? Do I have to configurate something on the server or the koha?
If you installed Koha 3.20 using packages you may use the following commands. INSTANCE stands for the name of your Koha instance. First drop the current indices (authorities and/or biblios). # zebraidx -c /etc/koha/sites/INSTANCE/zebra-authorities-dom.cfg -g iso2709 -d authorities init # zebraidx -c /etc/koha/sites/INSTANCE/zebra-biblios.cfg -g iso2709 -d biblios init Then rebuild the indices. # koha-rebuild-zebra -f -v INSTANCE You will then see some output like the following: Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/sbtreu/biblios Zebra authorities directory = /var/lib/koha/sbtreu/authorities Koha directory = /usr/share/koha/intranet/cgi-bin Lockfile = /var/lock/koha/sbtreu/rebuild/rebuild..LCK BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ skipping authorities ==================== exporting biblio ==================== 1..................................... ... 13409.......................................................................................... Records exported: 13409 ==================== REINDEXING zebra ==================== ==================== CLEANING ==================== Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/sbtreu/biblios Zebra authorities directory = /var/lib/koha/sbtreu/authorities Koha directory = /usr/share/koha/intranet/cgi-bin Lockfile = /var/lock/koha/sbtreu/rebuild/rebuild..LCK BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== Records exported: 0 ==================== REINDEXING zebra ==================== skipping biblios ==================== CLEANING ==================== Hope this helps. Kind regards, Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
Hi Sergio, if you use the staged marc tools in the GUI, the index should indeed be updated automatically. The first thing we need to know is how you installed Koha. Also: how are you running the manual indexing? Hope this helps, Katrin Am 11.08.2015 um 22:24 schrieb Sergio Scotto:
Hi guys!
How does the zebra reindex works? I am importing and reverting files with 30k or more records, and I don’t know if my zebra index is being rebuilded, I run the script to do it manually, but shouldn´t the index be rebuilded automatically? Do I have to configurate something on the server or the koha?
Thx! Sergio Scotto
-----Mensaje original----- De: Koha [mailto:koha-bounces@lists.katipo.co.nz] En nombre de Deepak K V Enviado el: martes, 11 de agosto de 2015 10:32 a.m. Para: koha@lists.katipo.co.nz CC: Arun Raj Asunto: [Koha] Issue in patron fine payment
Dear Team,
I am not able to pay the patron fine from their respective credit balance. While doing so it shows a warning message. The steps I have followed is mentioned below
1. Selected the fine from '*Pay fine*' tab (Fine amount = 5 , Credit amount = -600 , Total due = -595)
2. Then I clicked '*Pay Selected*' option .
3. It shows Total outstanding amount = 5 , Collect from patron = 5
4. When I clicked '*Confirm*', It shows an error 'You must pay a value less than or equal to -595' .
Please help me to resolve this issue.
-- Thanks & Regards, Deepak K V _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
__________ Información de ESET Endpoint Antivirus, versión de la base de firmas de virus 12079 (20150811) __________
ESET Endpoint Antivirus ha comprobado este mensaje.
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Sergio, 2015-08-11 17:24 GMT-03:00 Sergio Scotto <sscotto@psi.uba.ar>:
Hi guys!
How does the zebra reindex works? I am importing and reverting files with 30k or more records, and I don’t know if my zebra index is being rebuilded, I run the script to do it manually, but shouldn´t the index be rebuilded automatically? Do I have to configurate something on the server or the koha?
If you have a regular setup (i.e. you've followed the official install instructions) then you might have: - Installed manually and set a cronjob to reindex often (like every 5 minutes) - Installed using the packages, and * Have the default setup (have a cronjob that looks for new stuff to (re)index) * Have set the handy indexer daemon that performs better and checks for updates more often. In either setup, when you import a staged file containing MARC records, then they are scheduled to be reindexed using the configured method. So... You need to tell us how did you install Koha and how do you test if your new records are indexed. Because there might be several reasons you don't see those records indexed. -- 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
Hi Deepak, this appears to be a bug - could you please file it with your description on bugzilla? As a workaround: I found that the 'Pay' button next to the fine is working correctly, while the 'Pay selected' shows the behaviour you describe. Hope this helps, Katrin Am 11.08.2015 um 15:31 schrieb Deepak K V:
Dear Team,
I am not able to pay the patron fine from their respective credit balance. While doing so it shows a warning message. The steps I have followed is mentioned below
1. Selected the fine from '*Pay fine*' tab (Fine amount = 5 , Credit amount = -600 , Total due = -595)
2. Then I clicked '*Pay Selected*' option .
3. It shows Total outstanding amount = 5 , Collect from patron = 5
4. When I clicked '*Confirm*', It shows an error 'You must pay a value less than or equal to -595' .
Please help me to resolve this issue.
participants (5)
-
Deepak K V -
Katrin Fischer -
Michael Kuhn -
Sergio Scotto -
Tomas Cohen Arazi