[Koha] bulkmarcimport.pl with Record Matching Rules?

2023-10-06 Thread Thomas Klausner
Hi! Is there a way to run bulkmarcimport.pl together with some Record Matching Rules (like they are available in the Staff interface via "Stage MARC records for import") ? The param "-match" seems related, but from --help I cannot figure out what this actually does.. Background: We want to im

Re: [Koha] bulkmarcimport.pl with Record Matching Rules?

2023-10-06 Thread Laurence Rault
Hi, Le 06/10/2023 à 11:34, Thomas Klausner a écrit : Hi! Is there a way to run bulkmarcimport.pl together with some Record Matching Rules (like they are available in the Staff interface via "Stage MARC records for import") ? The param "-match" seems related, but from --help I cannot figure out

Re: [Koha] bulkmarcimport.pl with Record Matching Rules?

2023-10-06 Thread Thomas Klausner
Hi! On Fri, Oct 06, 2023 at 12:26:30PM +0200, Laurence Rault wrote: > > Is there a way to run bulkmarcimport.pl together with some Record > > Matching Rules (like they are available in the Staff interface via > > "Stage MARC records for import") ? > > > > The param "-match" seems related, but fro

[Koha] Virtual patron card in Koha

2023-10-06 Thread Laurence Rault
Hi, Has someone already implemented a virtual patron card in Koha ? e.g. no printed card, only virtual one that patron can import in one app. Is it enough to send ACCTDETAILS with the barcode inside ? Is it possible to insert the barcode in the notice ? Thank you, Greetings, Laurence Rault

[Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Daniel Bünzli
Hello,   I’m trying to make an install of koha to consider migrating to it from another ILS.   Given our existing infrastructure the setup scheme of koha on different domains is not entirely convenient for us nor is using apache (even if only proxied by nginx we rather not add more moving part

Re: [Koha] Virtual patron card in Koha

2023-10-06 Thread Mike D.
Hi, for this purpose we use the Stocard app, which is very widespread in our country. People enter their discount and membership cards into it. Laser readers, which are otherwise common in libraries, are not suitable for reading codes from phone screens. So we have CCD readers on the shelves that c

Re: [Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Thomas Klausner
Hi! On Fri, Oct 06, 2023 at 01:04:20PM +0200, Daniel Bünzli wrote: > a) Is there an easy way to convince koha to root its URLs w.r.t. to > the prefix we’d like them to be on ? Maybe an environment variable or > a launch parameter or an http header to set in the nginx configuration > ? (I’m a

Re: [Koha] The "one manual" idea

2023-10-06 Thread Charillon, Aude
Hello, Thank you all for your replies. They helped inform the discussions at the 27th September Documentation meeting (https://wiki.koha-community.org/wiki/Documentation_meeting_27_September_2023) We made the most of being twice our usual number in attendance and held a vote on whether to move fo

Re: [Koha] Virtual patron card in Koha

2023-10-06 Thread Coehoorn, Joel
It shouldn't be very hard to add a barcode to the user accounts view ( https:cgi-bin/koha/opac-user.pl ) so if a user logs in via the browser on their phone they can wave that under a barcode scanner. We offer this already via our student portal, because the same barcode is also used for meals

Re: [Koha] Virtual patron card in Koha

2023-10-06 Thread Owen Leonard
> It shouldn't be very hard to add a barcode to the user accounts view There is a bug report for this: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26777 -- Owen -- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org __

Re: [Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Daniel Bünzli
Thanks for your answer Thomas. > This will take the output generated upstream (i.e. plack) and do actual > regex replaces on the HTML. So ... ugh… Ugh indeed :-)  Do you think there would be consideration from the devs for this problem, that is the ability to serve koha on URL prefixes ?  The

Re: [Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Jonathan Druart
I think that is bug 15045 (no patch!) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15045 Le ven. 6 oct. 2023 à 16:39, Daniel Bünzli a écrit : > Thanks for your answer Thomas. > > > This will take the output generated upstream (i.e. plack) and do actual > > regex replaces on the HTML

Re: [Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Thomas Klausner
On Fri, Oct 06, 2023 at 04:39:15PM +0200, Daniel Bünzli wrote: > Do you think there would be consideration from the devs for this problem, > that is the ability to serve koha on URL prefixes ?  > > The current scheme makes it a bit inconvenient to integrate koha on existing > infrastructures