Re: [Koha] Koha 22.11.5v Fine amount did not Calculate

2023-05-30 Thread David Liddle
Good morning Katrin, I’ve noticed a few messages recently in which the topic (and necessity) of running koha-shell has come up. There doesn’t seem to be a description of its use in the manual or the wiki. Perhaps a clear, can’t-miss-it note in the manual (with all the keywords that will draw searc

Re: [Koha] Koha 22.11.5v Fine amount did not Calculate

2023-05-30 Thread Katrin Fischer
Hi, already replied a little earlier: you need to run the script as the koha user, never root. Use koha-shell to switch to the right user for your instance. Hope this helps, Katrin On 30.05.23 15:51, MASTeR Library wrote: Katrin Fischer sir, koha until 22.11.3 Fine calculation was calculated

Re: [Koha] Lists not downloading from OPAC

2023-05-30 Thread Katrin Fischer
Hi Elaine, this was fixed in 22.11.06: *Bug 33069* - File download from list in OPAC gives error Hope this helps, Katrin On 30.05.23 19:18, Elaine Bradtke wrote: Koha 22.11.04 Lists work as expected in the staff interface. But

[Koha] koha-US June 2023 Events & Meetings

2023-05-30 Thread Jennifer Marlatt
Hello! koha-US online meetings and events are free and open to all. See our calendar for a full list: http://koha-us.org/calendar/. For Google Calendar users, add our events calendar to your list for easy access to meeting times and links: https://calendar.google.com/calendar/u/1?cid=a29oYS

[Koha] Lists not downloading from OPAC

2023-05-30 Thread Elaine Bradtke
Koha 22.11.04 Lists work as expected in the staff interface. But in the OPAC, the email and print features work, but the download does not. We get a 500 error message. I can save the information directly to Zotero, but attempting to download a list, in any format, gives the same error. I searched

Re: [Koha] Koha 22.11.5v Fine amount did not Calculate

2023-05-30 Thread MASTeR Library
Katrin Fischer sir, koha until 22.11.3 Fine calculation was calculated perfectly. But fine doesn't calculate since upgrade Koha 22.11.5 and 22.11.6 My Koha failed to calculate fines despite setting all preferences correctly. I get the following errors when running the ./fines.pl manually. Can't l

Re: [Koha] Provision to issue books to a department

2023-05-30 Thread Coehoorn, Joel
Define a branch for each of the divisions, and then set the appropriate circulation rules for those branches. Then transfer the items to the appropriate branch. Alternatively, define *one* branch and set of circulation rules, with each division a different shelving location, and then transfer the

[Koha] koha problem 22.11

2023-05-30 Thread Paulo Neto
Hello, My name is Paulo Neto, i am from Portugal and ive been working with koha for some time. I do have a problema on koha 22.11: Ive migrated a 18.11 koha instance to a new koha 22.11 instance, done the schema upgrade, the zebra reindexing but for some reason i cant sear the catalog it doe

Re: [Koha] Background job / Staging MARC import stuck at 0%

2023-05-30 Thread Michael Brown
Hi Anna, No, I still have not resolved this. I’ve tried all the suggestions everyone has given throughout this thread and still no luck. If I do find an answer, I’ll definitely post it. The only requirement I have for using Koha is the ability to batch import bib records from OCLC. Since it canno

Re: [Koha] Koha 22.11.5v Fine amount did not Calculate

2023-05-30 Thread Katrin Fischer
Hi, all jobs should always be run as your koha user. You can use 'sudo koha-shell instance' to switch to that user and then try to run the job again. Some other things to make sure of: * system preference finesmode is set to "Calculate and charge" * today is not a holiday in the calendar of t

Re: [Koha] Background job / Staging MARC import stuck at 0%

2023-05-30 Thread Katrin Fischer
Hi Anna, we recently saw the import stuck at 'orange' when the background job for processing the jobs was missing. In adminstration > jobs the import remained with status 'new' indefinitely. In our case a restart of koha-common fixed it. Hope this helps, Katrin On 30.05.23 05:05, Anna Shields

[Koha] Provision to issue books to a department

2023-05-30 Thread Rupinder Singh
Hi, Our University library has a provision to issue multiple books to the departments for longer durations, the responsibility of which is taken by the head of the respective departments. For example, we issue office rule books to the Administration section and DDC volumes to Library and Infomation

Re: [Koha] Koha 22.11.5v Fine amount did not Calculate

2023-05-30 Thread MASTeR Library
Katrin Fischer sir, I have Enclosed fines.pl error Screen link. https://i.ibb.co/K2Qzy83/fines-error.png On Tue, May 30, 2023 at 12:39 PM MASTeR Library wrote: > Katrin Fischer > Thank you for your reply, > I have run the fines.pl, following error? > Use of uninitialized value in string eq at >

Re: [Koha] Koha 22.11.5v Fine amount did not Calculate

2023-05-30 Thread MASTeR Library
Katrin Fischer Thank you for your reply, I have run the fines.pl, following error? Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Overdues.pm line 612. On Mon, May 29, 2023 at 5:44 PM Katrin Fischer wrote: > Hi, > > the error you posted looks like it's from the overdues.pl scr