Re: [Koha] There is no notice template with code ACQORDER defined

2019-06-30 Thread Michael Kuhn
(Forgot to send this to the list) Hi Katrin > which module was chosen for the ACQORDER notice? It might not work if > it's not the right one. Thanks for the hint! I saw the chosen module was "Acquisition" which doesn't seem wrong at first sight... but when I looked into the available "modules

Re: [Koha] Auto- increment problem reoccurred after machine restart

2019-06-30 Thread Katrin Fischer
Hi, the DELETE command will fix the data, but not prevent the issue from happening again. As this is not a problem with Koha, but with MySQL/MariaDB, updating to a newer Koha version won't fix the issue. See the wiki for more information and a possible fix to prevent the problem from reappearing

Re: [Koha] Renew Date problem with koha 19.05

2019-06-30 Thread Katrin Fischer
Hi Dixson, just some ideas on what to check that might be causing this: - In your circulation rules, what is the renewal period set? - Is the patron's membership expired or about to expire? (|ReturnBeforeExpiry)| |Hope this helps,| |Katrin | On 28.06.19 14:28, Dixson Rodriges wrote: Hi All,

Re: [Koha] Notify the borrower when a hold is placed

2019-06-30 Thread Katrin Fischer
Hi Sonia, aside from recalls, this might also be helpful: *BugĀ 17509* - Notify patrons to return items requested on hold by another person Sadly it's currently stuck in Failed QA, but might be not too hard to rescue. Katrin On

Re: [Koha] Error message shown during web installation

2019-06-30 Thread Katrin Fischer
Hi Indranil, I think you have exprienced this error: *BugĀ 22919* - Authorities MARC Structure not inserted with SQL strict modes Hope this helps, Katrin On 14.06.19 16:07, Indranil Baruah wrote: Following error is shown durin

Re: [Koha] Export database to koha and installing Koha

2019-06-30 Thread Katrin Fischer
Hi Paula, I am afraid there is no direct way (export-import) to migrate your Winisis database to Koha. Koha expects MARC records for bibliographic records and authorities. The good part about this is, that MARC is a clearly described standard. Patron data can be imported in Koha using the patron

Re: [Koha] Setup library check-out computer for students to use

2019-06-30 Thread Katrin Fischer
Hi Lizelle, the chapter in the manual is here: https://koha-community.org/manual/18.11/en/html/circulation.html#self-checkout Basically you need to activate the feature using the |WebBasedSelfCheck system preference.| |You will also want to check and read through the other system preferences i