[Koha] To be listed as a Koha Support provider in Malaysia

2021-04-11 Thread JESSE KAH
*Dear Koha Community,* Lemonjar has been providing service and support in Malaysia for Koha ILS and other open source platform for couple of years. We would also like to require community to list us for service and service provider for Koha ILS in Malaysia. Our detail as follow: Comp

Re: [Koha] To be listed as a Koha Support provider in Malaysia

2021-04-11 Thread Katrin Fischer
Hi Jesse, in order to be listed we require a visible link to the koha-community.org website. I couldn't spot one on your website. Please point me to it or let me know when you have added one. See here: https://koha-community.org/support/paid-support/how-to-get-listed/ Thanks, Katrin On 11.04.

[Koha] Serial Record Holding

2021-04-11 Thread Shafrizan Affendi
Hi there. I would like to seek help regarding importing my serial holding into my koha. I got a holding file but i don't know how to upload it into my koha. I wish anyone here could help me do that.. I will pay for your service/consultation. Can be discussed. I did contact a few paid support serv

Re: [Koha] SQL report to search for series statements and volume numbers

2021-04-11 Thread Roger Grossmann
Hi Michael, an inefficient and quite long running SQL statement for your request might be the following: SELECT s.ser AS series, s.vol AS volume, s.biblionumber FROM ( SELECT ExtractValue(a.metadata,'//datafield[@tag="490"][1]/subfield[@code="a"]') AS ser,