IRC log for #koha, 2018-06-26

← Previous day | Today | Next day → | Search | Index

All times shown according to UTC.

Time Nick Message
00:05 sub-sailor joined #koha
00:19 MilkManzJourDaddy joined #koha
00:39 jeff joined #koha
01:25 Scott-CSPL joined #koha
01:31 kidclamp joined #koha
02:02 kathryn joined #koha
02:15 sub-sailor joined #koha
02:38 sub-sailor joined #koha
02:39 sub-sailor joined #koha
03:53 ere_away joined #koha
04:21 fredericd joined #koha
05:16 josef_moravec joined #koha
05:37 cait joined #koha
05:55 ashimema_ joined #koha
05:57 ashimema_ left #koha
06:32 alex_a joined #koha
06:32 alex_a bonjour
06:32 josef_moravec morning alex_a
06:40 reiveune joined #koha
06:40 reiveune hello
06:45 ashimema Morning
06:47 lari joined #koha
06:50 paul_p joined #koha
06:54 calire joined #koha
06:58 sophie_m joined #koha
06:59 sophie_m left #koha
06:59 sophie_m joined #koha
07:04 cait joined #koha
07:33 gaetan_B joined #koha
07:33 gaetan_B hello
07:36 greenjimll joined #koha
07:38 fridolin joined #koha
07:40 fridolin hi there
07:51 alexbuckley joined #koha
07:53 * fridolin releasing 17.05.13
07:54 ashimema :)
07:54 fridolin++
08:20 alex_a joined #koha
08:34 jenkins Project Koha_17.05_D8 build #103: SUCCESS in 38 min: https://jenkins.koha-community[…]oha_17.05_D8/103/
08:34 * kyle: Bug 18821: TrackLastPatronActivity is a performance killer
08:34 * kyle: Bug 18821: Convert to using cache with date checking
08:34 * m.de.rooy: Bug 18821: (QA follow-up) Last tweaks for performance
08:34 * Jonathan Druart: Bug 20922: Remove use of Koha::Number::Price in updatedatabase.pl
08:34 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=18821 major, P5 - low, ---, kyle, Pushed to Stable , TrackLastPatronActivity is a performance killer
08:34 Bug http://bugs.koha-community.org[…]_bug.cgi?id=20922 critical, P5 - low, ---, jonathan.druart, Pushed to Stable , Koha::Number::Price must not be used in updatedatabase.pl
09:04 alex_a joined #koha
09:13 jenkins Project Koha_17.05_D8 build #104: SUCCESS in 38 min: https://jenkins.koha-community[…]oha_17.05_D8/104/
09:13 * unknown: Translation updates for Koha 17.05.13
09:13 * fridolin.somers: Increment version for 17.05.13 release
09:13 * fridolin.somers: Update release notes for 17.05.13 release
09:27 jomat joined #koha
09:29 josef_moravec fridolin++
09:29 cait++
09:29 danmichaelo joined #koha
09:30 fridolin thanks ;)
09:31 josef_moravec fridolin: you are doing great job on 17.05, we're still using it in production ;)
09:35 fridolin oki I'll try to stabilise it
09:36 until 17.05.16
09:36 josef_moravec that's absolutaly OK? we are planning to migrate to 18.05 during the summer (sometimes) ;)
09:45 cait josef_moravec: we still need qa, but some tiem to the next release now
11:00 Dyrcona joined #koha
11:02 AndrewIsh_ Hey all. Is anyone aware of any outstanding performance bugs on the REST API? I've been looking at poor response times on the ILL endpoint and discovered it actually appears to affect all endpoints. For example, a GET request to the /api/v1/cities endpoint, is taking 5.7s to respond with an empty response, similarly, a very simple GET on all ILL requests takes a similar time to response, with only 6 requests. Is anyone already aware of this?
11:10 ashimema I thought it was ILL specific due to the complex nature of the db
11:10 but perhaps not
11:12 eythian For those sorts of delays, my first thought is often a failing DNS lookup.
11:19 Infra_3600 joined #koha
11:20 paxed joined #koha
11:21 cait AndrewIsh_: usng plack?
11:28 AndrewIsh_ ashimema: That was my thought, but no, I'm seeing the same on cities
11:28 eythian: I'm seeing the same problem across my dev server and a customer's test server, so not likely to be DNS
11:28 cait: Seeing it both with Plack and without
11:31 cait something to discuss with tcohen maybe - for the limited testing I did with browser tools it didn't seem esepcially slow, but I might just not have noticed
11:33 josef_moravec i didn't notice the slow api nor in tests or using browser
11:36 eythian AndrewIsh_: play around with something like this, and/or nytprof then perhaps https://metacpan.org/pod/Plack[…]are::ServerTiming
11:52 oleonard joined #koha
11:53 oleonard Hi #koha
11:56 Infra_3600 joined #koha
12:04 AndrewIsh_ Thanks eythian - I will try that!
12:17 Infra_3600 joined #koha
12:18 ncbaratta joined #koha
12:26 Infra_3600 joined #koha
12:29 AndrewIsh joined #koha
12:34 sub-sailor joined #koha
12:49 AndrewIsh joined #koha
12:52 tcohen AndrewIsh_: https://snag.gy/YlVPKi.jpg
12:52 I think you had plack disabled due to incompatibility with Shibboleth?
12:57 AndrewIsh_ tcohen: Interesting, glad it's not something inherently wrong with the API :) I'm going to do some more testing, I've seen the problem on both Plack and non-Plack instances. I'll dig some more and report back. Thanks for that screenshot, very reassuring :D
12:58 tcohen that's returning 40-ish patrons that come with the sample data
13:03 alex_a_ joined #koha
13:21 gveranis joined #koha
13:21 ncbaratta joined #koha
13:21 gveranis hi koha#
13:22 I would like to ask if community has a plugin for the field 000 creation on authorities in UNIMARC mode
13:33 janPasi1 joined #koha
13:41 alex_a joined #koha
13:41 ashimema is there any magic that needs doing for a plugin to work under plack?
13:42 I get `Can't locate object method "output_html" via package "Koha::Plugin::Com::...`
13:42 if i run under cgi there's no such error
13:46 Joubu ashimema: it's a new method (since 18.05 I think) of Koha::Plugins::Base
13:48 ashimema oh.. thanks
13:55 josef_moravec1 joined #koha
14:04 Nemo_bis joined #koha
14:15 cait hi oleonard :)
14:20 oleonard Hi cait
14:29 calire left #koha
14:30 semarie joined #koha
14:33 janPasi joined #koha
14:35 semarie hi. I have a quite old koha installation (3.06.12) I would like to upgrade to latest. what is the right way to do it ?
14:42 ncbaratta joined #koha
14:55 caroline joined #koha
14:55 caroline hello everyone!
14:57 oleonard Hi caroline
14:57 caroline Hi oleonard!
14:58 oleonard semarie: The advice I've always heard about migrating old installations is to export your Koha database and import it into a fresh, up-to-date Koha installation.
14:58 josef_moravec1 joined #koha
14:58 oleonard semarie: It is not recommended that you upgrade an installation which is that old.
14:59 semarie: It's not my area of expertise, I'm just repeating what I've heard.
15:00 semarie oleonard: about the "export". it is just a mysqldump ?
15:00 reiveune bye
15:00 reiveune left #koha
15:00 oleonard semarie: Yes
15:01 eythian a mysqldump and reload is pretty much the same as doing an upgrade
15:01 semarie for now, I have done it this way, but I am unsure about the upgrade process.
15:01 installer/install.pl doesn't see the "old" version
15:02 "Nous effectuons une mise à jour de Koha 18.05.00.000 à Koha 18.05.00.000"
15:02 which is wrong. the starting point isn't 18.05.00.000
15:03 but I saw some command-line tools like: koha-upgrade-to-3.4
15:03 "Performs the necessary changes to upgrade a Koha system from 3.2 to 3.4"
15:03 Joubu hi semarie
15:03 you have 3.6
15:03 so you do not need this script
15:03 I would restart memcached
15:04 semarie ah yes :)
15:04 Joubu: thanks. now it see the right version
15:07 Joubu semarie: 18.05.01 has been released yesterday, it fixes several big issues of .00
15:07 semarie I installed using debian packages for 'stable'
15:09 Joubu packages will be available in the next few days
15:10 semarie so I will be able to check how upgrade using package is :)
15:19 fridolin left #koha
15:20 * oleonard anxiously awaits the exciting turnover to Bug 21000
15:20 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=21000 could not be retrieved: InvalidBugId
15:20 josef_moravec1 joined #koha
15:23 tuxayo ^^
15:23 cait ashimema: do you happen to know if ldap can map extended patron attributes now?
15:27 lavamind_ oleonard: there you go, filed bug 21000 :)
15:27 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=21000 minor, P5 - low, ---, koha-bugs, NEW , debian/build-git-snapshot script ignores --distribution
15:28 Joubu tcohen: a ref to koha-plack is missing from the wiki install pages, right?
15:30 wmnickc joined #koha
15:31 oleonard lavamind_: Just as exciting as Bug 1000.
15:31 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=1000 enhancement, P2, ---, gmcharlt, CLOSED INVALID, installer: drop/suppress entries in mysql if re-launching installer script
15:32 lavamind_ oleonard: maybe not as exciting but hopefully valid ? :P
15:32 data loss bugs are exciting XD
15:33 * oleonard doesn't get excited about bugs he doesn't know how to fix
15:35 lavamind_ I would say, those are the best bugs because you get to learn something
15:36 ashimema No idea I'm afraid cait
15:36 cait nm we will try it out
15:36 i found a bug stating it was broken and fixed - so assume it should work
15:36 just not sure about syntax
15:38 Nemo_bis joined #koha
15:41 Joubu @later tell tcohen: a ref to koha-plack is missing from the wiki install pages, right?
15:41 huginn Joubu: The operation succeeded.
15:46 * wmnickc waves
15:46 tcohen Joubu: you are rihgt
15:47 * kidclamp waves
15:47 oleonard kidclamp: Thank goodness we got rid of that interloper
15:47 tcohen cait: I think it does
15:48 hi kidclamp!
15:48 kidclamp @later tell joubu it should have, apaprently didn't set it up right on my laptop, so my dekstop caught me on next push
15:48 huginn kidclamp: The operation succeeded.
15:48 Joubu kidclamp: hum? context please :)
15:48 kidclamp heh,testing irccloud so forget it steals my nicknameif I try to sign in elsewhere
15:49 pre-push should have saved me
15:49 gveranis joined #koha
15:49 Joubu ha yes
15:55 josef_moravec1 joined #koha
15:59 Nemo_bis joined #koha
16:05 Nemo_bis joined #koha
16:16 Nemo_bis joined #koha
16:36 Nemo_bis joined #koha
16:43 josef_moravec1 joined #koha
16:51 * cait found more cookies
16:51 cait ... and not hapyp about it for a chance
16:51 change
16:51 issues-table-load-immediately-circulation
16:52 oleonard Oh yeah, that one.
16:52 cait hmm
16:54 i must finished the german translation today
16:57 we have a library rpeorting issues with the speciy due_date checkbox
16:57 like it magically reappearing
16:57 so far we can't reproduce it - and the bug survived an update too
16:57 so the cookie was just an additional catch...
16:58 hm they are right
16:58 i remove it weith delete and it comes back
16:58 when i switch to another user
17:01 hm yep not getting rid of the special due date
17:05 hm it's not a cookie... so where does it store that youchecked the checkbox
17:08 sessions table
17:11 fredericd joined #koha
17:15 janPasi joined #koha
17:16 mirkh joined #koha
17:16 ere_away joined #koha
17:17 Nemo_bis joined #koha
17:24 semarie joined #koha
17:44 cait left #koha
17:54 ncbaratta joined #koha
18:12 denials joined #koha
18:12 jcamins joined #koha
18:12 barton joined #koha
18:14 rangi joined #koha
18:16 semarie on my old database, for maintaince usage I was logging using database user/password. it seems it is not allowed anymore now. any way to add super-librarian rights to a user from mysql ?
18:16 misilot_ joined #koha
18:18 phasefx joined #koha
18:18 rhamby_ joined #koha
18:18 Bmagic_ joined #koha
18:19 oleonard semarie: There is a script for creating a new superlibrarian user
18:19 dj_ joined #koha
18:19 gmcharlt_ joined #koha
18:19 oleonard misc/devel/create_superlibrarian.pl
18:19 semarie a script would be better
18:20 lavamind joined #koha
18:20 semarie ok I found it
18:22 chris_n joined #koha
18:23 bag joined #koha
18:24 cait joined #koha
18:28 sonOfRa_ joined #koha
18:29 KBaldwin joined #koha
18:30 lari_ joined #koha
18:31 KBaldwin Hi All, I was hoping someone may know the answer to my question here. I'm trying to batch modify a list of items so that all their call numbers have the term 'PBC' at the end of them. Is there any way in the batch modification tool to tell it to keep what is currently in the call number subfield, but then add to it? Thanks
18:36 oleonard KBaldwin: MARC modification templates include a RegEx feature. That might be something to look at.
18:36 caroline That's what I was looking at. The item batch modification tool doesn't allow to keep the info already there
18:37 KBaldwin Okay, thanks, I'll check into the modification template too
18:40 caroline KBaldwin: I did something similar to change the proxy address in 856 $u; the rest of the url stays the same, only the proxy part changes
18:40 https://snag.gy/plT9OK.jpg
18:41 Maybe you can do something like that
18:42 KBaldwin Thanks, Caroline. I might be able to do something like that.
18:50 * oleonard saves that screenshot for future reference
18:51 cait Does this make sense? (was taked to write the coding guideline for documenting cookies)
18:51 Documentating the use of cookies in Koha for the purpose of abiding to European GDPR and other data privacy regulations is required. If a new cookies is added, an old cookie is removed or updated, the documentation on [[Use of Cookies]] needs to be updated accordingly.
18:51 hm documenting... not documentating
18:51 if a new cookie...
18:51 why do I only see my typos now?
18:54 oleonard "Documenting" instead of "Documentating"
18:54 gveranis joined #koha
18:55 oleonard Otherwise it makes sense to me cait
18:56 cait thx, added to the agenda for next meeting
18:57 was already voted, so just needs removing of the draft maybe
18:57 gveranis joined #koha
18:57 KBaldwin Caroline, did you have to export your already created MARC records, and then reimport them with the new modified template? I hope this isn't a stupid question. :)
18:58 caroline No, not stupid
18:58 oleonard Bye all
18:58 caroline You can make a list of biblionumbers with the reports module and save that as a text file
18:59 Then, you can go in tool > batch record modification and upload your biblionumber list
18:59 Do you know how to do sql queries in reports?
19:01 KBaldwin Yes, somewhat. I have created the report to pull the marc records I wish to modify. Is that also where I can choose a modification template?
19:01 I mean in the batch item modification tool
19:02 caroline batch record modification tool (not items)
19:03 KBaldwin Ahh, I just discovered that as you were replying. Thanks, I'll try that out.
19:09 cait @wunder Konstanz
19:09 huginn cait: Konstanz, Germany :: Overcast :: 70F/21C | Wind Chill: 70F/21C | Tuesday: Partly cloudy. Lows overnight in the upper 50s. Tuesday Night: Considerable clouds this evening. Some decrease in clouds late. Low 57F. Winds NNE at 5 to 10 mph.
19:14 phasefx_ joined #koha
19:14 AndrewIsh joined #koha
19:14 KBaldwin I feel as if I'm so close to figuring this out. So I have a local 942 field in all my MARC records, but the only one that seems to communicate with my item record is subfield c (item type). Is there a way to get the other subfields in my item records to generate when adding/modifying them in the MARC record?
19:15 dbs joined #koha
19:16 gmcharlt joined #koha
19:17 rhamby joined #koha
19:19 chris_n joined #koha
19:19 tcohen joined #koha
19:19 bag joined #koha
19:20 danmichaelo joined #koha
19:22 shakalaka joined #koha
19:22 jcamins joined #koha
19:22 barton joined #koha
20:14 Stickers joined #koha
20:16 ibeardslee joined #koha
20:22 rkrimme1 joined #koha
20:22 janPasi joined #koha
20:23 janPasi1 joined #koha
20:24 Dyrcona joined #koha
20:25 logbot joined #koha
20:25 pastebot joined #koha
20:25 deb-CSPL joined #koha
20:25 Scott-CSPL joined #koha
20:25 jomat joined #koha
20:25 JesseM joined #koha
20:26 khall joined #koha
20:26 sen joined #koha
20:27 ere_away joined #koha
20:28 matts joined #koha
20:28 Joubu joined #koha
20:29 jajm joined #koha
20:30 ashimema joined #koha
20:31 paxed joined #koha
20:33 skimsk joined #koha
20:43 semarie joined #koha
20:47 Nemo_bis joined #koha
20:48 mirkh joined #koha
20:48 sophie_m joined #koha
21:00 cait bug 21000
21:00 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=21000 minor, P5 - low, ---, koha-bugs, NEW , debian/build-git-snapshot script ignores --distribution
21:00 cait not a very existing one
21:00 exciting even
21:00 alexbuckley joined #koha
21:05 dj joined #koha
21:10 huginn joined #koha
21:10 bshum joined #koha
21:10 jeff joined #koha
21:10 kidclamp joined #koha
21:10 rangi joined #koha
21:10 misilot_ joined #koha
21:10 Bmagic_ joined #koha
21:10 lavamind joined #koha
21:10 phasefx_ joined #koha
21:10 dbs joined #koha
21:10 gmcharlt joined #koha
21:10 rhamby joined #koha
21:10 chris_n joined #koha
21:10 tcohen joined #koha
21:10 bag joined #koha
21:10 shakalaka joined #koha
21:10 jcamins joined #koha
21:10 barton joined #koha
21:10 Stickers joined #koha
21:10 ibeardslee joined #koha
21:10 sen joined #koha
21:10 khall joined #koha
21:10 JesseM joined #koha
21:10 Scott-CSPL joined #koha
21:10 deb-CSPL joined #koha
21:10 pastebot joined #koha
21:10 logbot joined #koha
21:10 sophie_m joined #koha
21:10 mirkh joined #koha
21:10 Nemo_bis joined #koha
21:10 semarie joined #koha
21:10 skimsk joined #koha
21:10 paxed joined #koha
21:10 ashimema joined #koha
21:10 jajm joined #koha
21:10 Joubu joined #koha
21:10 matts joined #koha
21:10 ere_away joined #koha
21:10 jomat joined #koha
21:10 janPasi1 joined #koha
21:10 janPasi joined #koha
21:10 rkrimme1 joined #koha
21:10 danmichaelo joined #koha
21:10 lari_ joined #koha
21:10 sonOfRa_ joined #koha
21:10 cait joined #koha
21:10 ElakKanin joined #koha
21:10 AnnaBoten joined #koha
21:10 kivilahtio joined #koha
21:10 z0k joined #koha
21:10 jenkins joined #koha
21:10 valterbarreira[m] joined #koha
21:10 GiuseppeP joined #koha
21:10 davidnind[m] joined #koha
21:10 clrh joined #koha
21:12 tcohen hi
21:13 cait hi
21:13 rangi hi tcohen
21:14 tcohen hi rangi!
21:14 fredericd joined #koha
21:15 rangi https://wiki.koha-community.or[…]oposals#Arrivals_.26_Departures <-- tcohen you should add your details :)
21:15 wizzyrea hi tcohen
21:15 tcohen rangi, indeed!
21:15 hi wizzyrea
21:20 gveranis joined #koha
21:23 z0k joined #koha
21:24 MilkManzJourDaddy joined #koha
21:26 gveranis hi #koha , I try to do a matching rule for field 001 but nothing worked. I have unimarc koha 17.11. Can someone help ?
21:27 I follow the documentation : https://koha-community.org/man[…]ministration.html and other guidelines from koha mail listing without success
21:30 cait what info did you enter?
21:30 can you share a screenshot?
21:31 if you used Control-number that might not work for UNIMARC
21:31 MilkManzJourDaddy joined #koha
21:31 z0k joined #koha
21:31 ashimema joined #koha
21:31 Joubu joined #koha
21:31 matts joined #koha
21:31 ere_away joined #koha
21:31 jomat joined #koha
21:32 cait gveranis: try Local-number
21:33 gveranis I tried also with no success
21:33 length should have a value ?
21:33 cait no you can leave that empt
21:33 y
21:33 offset too
21:33 and subfield
21:33 leave it
21:33 001 has no subfields
21:33 the example is very flawed
21:34 gveranis Match Threshold -> 100
21:34 cait also if you are not using mulitple match points, the match threshold should match the score
21:34 score = 100
21:34 gveranis score 101
21:34 a
21:34 cait yeah that makes no sense
21:34 tcohen rangi: done!
21:34 rangi cool :)
21:34 cait ah i tides
21:34 sorry
21:34 it does
21:34 match threshold 101 and score 100 would make no sense
21:35 but htey can also be the same, it should work
21:35 the important bit usually is the Search index
21:35 what are you using there?
21:36 gveranis cait it works now. with Local-number and match threshold = score = 100
21:37 cait cool :)
21:37 gveranis and if i would like to do a match record rule for a field/subfield that not have search-index
21:37 it is something feasible ? or not ?
21:37 cait i haven't used it, but it shoudl be possible using the match check
21:38 gveranis with the same arguments as matchpoint ?
21:38 cait see at the bottom of the form?
21:38 you can add either match points - they require an index
21:38 or you can add match checks
21:38 and you can combine both
21:39 gveranis oh ok
21:39 cait match checks are using the db i think (from what i've read somewhere)
21:39 usually zebra based matching should be faster
21:39 MilkManzJourDaddy Let's try this again…  I want to recommend a F.(L.)O.S.S. I.L.S. to a library that is a member of a library union/system.  The union/system uses a O.P.A.C. which is Innovative Interfaces, Inc.'s Sierra ILS & Encore Discovery Solution.  Assuming that is M.A.R.C., could they use Koha as a client?
21:41 cait I guess it would dependon how hteir union catalog is organized
21:41 or library uion
21:41 if they all have to use the same ILS koha might not fit in
21:41 and koha is a full ILS, so you can't use 'just the OPAC'  - if you are just looking for a different search interface
21:41 gveranis Sierra is a central systems which use scopes but the database is one
21:42 if they want only functionality for OPAC you can suggest Vufind fo the integration between Sierra and other sources
21:42 they are compatible
21:43 If they want to use ILS then they cannot use Koha as a client it not the same thing
21:43 my job is to be it administrator on a such a thing you described in Greece.. 26 academic libraries under a Sierra ..
21:44 and believe me I search it a lot to move some way to Koha..
21:45 MilkManzJourDaddy Vufind for the library's I.L.S. Hmmm.  Thanks.  Well the union/system maintains the central database, but the library should be able to do it's own ILS, working with a DB.  Thanks.
21:45 gveranis They can move to Koha as seperate ILS and provide records to Enocre
21:45 if they want to be connected some how..
21:45 *Encore
21:46 MilkManzJourDaddy This is what I mean.
21:46 cait vufind is not an ILS
21:46 gveranis Vufind only for the OPAC
21:46 cait yep
21:46 gveranis yes it is not ILS
21:46 Sierra use one postgresql database and each library has an instance of it as a scope..
21:47 MilkManzJourDaddy So, how to use Koha as a ILS with a central database managed by Sierra?
21:47 gveranis impossible
21:47 MilkManzJourDaddy > They can move to Koha as seperate ILS and provide records to Enocre
21:48 gveranis yes but only for the records
21:48 not for loans.. patrons.. you must be informed for library policies
21:48 Koha has ILL subsystem, Sierra has it also
21:49 so Koha and Sierra can communicate
21:49 for loan and maybe patrons
21:49 but you should check policies
21:50 Encore can harvest data by OAI-PMH for other sources.. Koha has OAI-PMH for free.. Encore not be carefull ;)
21:50 for the price..
21:50 MilkManzJourDaddy Ah.  So they would have to detatch from the library system/union with patrons and materials, only communicating as ILL for loans.  Not good.  Thanks.
21:51 gveranis Also Sierra has an API
21:51 but you need development there for a bridge
21:51 if you have a budget ;)
21:51 you can do iy
21:51 *it
21:51 the API is really good
21:53 Koha also has an API , you can retrieve and update etc records, patrons.. and other things from API. but again read policies.. under a union catalogue policies is the main key for all libraries to be engaged
21:53 with the union ..
21:53 * MilkManzJourDaddy is too.
21:54 MilkManzJourDaddy Language barriers, perhaps.
21:54 gveranis maybe
21:54 cait where are you from MilkManzJourDaddy?
21:55 MilkManzJourDaddy Well, surely there is restricted acccess, with passcodes" if that is what you mean by "policies".
21:57 gveranis no I mean rules for loan , rules for patron, rules for access on collections etc.. policy is how a library is working under this union
21:58 MilkManzJourDaddy I am a traveller, but try to leave a place in the same, or better state than when I arrived, including libraries.  Proprietary software is unacceptable.
22:00 gveranis: Ah, so Koha could work if the policies matched?  But member libraries have their own rules, i.e. length of loan and number of renewals.
22:01 gveranis it depends how you connect Koha , policies , Sierra
22:01 you need to study them
22:01 The options are 1. Koha - ILL - Sierra
22:01 2. Koha - Vufind - Sierra - Encore
22:01 3. Koha - API - Sierra
22:02 and each solution depends on budget
22:02 MilkManzJourDaddy Well, I'll have a look at Vufind, and try to get them on an app' on F-Droid for patrons accessing the catalogue.  I hate that Sierra uses the GET method!!!
22:03 Thanks.
22:03 gveranis ok Vufind is only for OPAC
22:03 * MilkManzJourDaddy goes "AFK".
22:07 tcohen if someone had a budget to improve Koha's API faster… :-D
22:07 cait gveranis++
22:15 gveranis joined #koha
22:18 gveranis joined #koha
22:19 gveranis cait something to ask again for matching rules.
22:21 I have set as match point the 001 as you told me and I try to use Match checks also. I want to check if 001 is the same as 942$x for the records I want to update I know is the same
22:21 but with Matchpoint i have 100% success , with and match check I have 0% success
22:22 Match Check , incoming 001 and target ( database ) record check field 942$x
22:23 I try only to use match check but without success also
22:27 cait sorry, about to fall asleep
22:27 let me look up something
22:27 gveranis ok
22:28 cait i was looking for a blog post from bywater on it, but he link is broken
22:29 gveranis offset and length for match check should be filled ?
22:30 cait i would only fill that for control fields
22:30 wher you need to check for a certain position
22:30 gveranis could you please send me the link ? maybe I can find it on archivewww
22:31 cait https://www.google.com/url?sa=[…]9N7JVsSErftdVsXRa
22:31 hm
22:31 https://bywatersolutions.com/2[…]/2012-10-22_1239/
22:32 gveranis https://bywatersolutions.com/t[…]al/feed/index.xml
22:33 above the middle of the page has an explanation
22:33 *below sorry
22:34 cait hm?
22:36 good night #koha
22:37 gveranis good night
22:37 thanks for your support
22:37 cait gveranis: also might have been this
22:37 https://bywatersolutions.com/2[…]h-points-in-koha/
22:37 sadly also down
22:38 bye all
22:39 gveranis https://web.archive.org/web/20[…]h-points-in-koha/
22:39 no no
22:39 ;)
22:39 archive the www
22:43 I read it but just seems not to work as expected
22:44 thanks again
22:50 papa1 joined #koha
23:05 killer_bee[m] joined #koha
23:14 ashimema1 joined #koha
23:31 ibeardslee joined #koha
23:31 Stickers joined #koha
23:31 barton joined #koha
23:31 jcamins joined #koha
23:31 shakalaka joined #koha
23:31 bag joined #koha
23:31 tcohen joined #koha
23:31 chris_n joined #koha
23:31 rhamby joined #koha
23:31 gmcharlt joined #koha
23:31 dbs joined #koha
23:31 phasefx_ joined #koha
23:31 lavamind joined #koha
23:31 Bmagic_ joined #koha
23:31 misilot_ joined #koha
23:31 rangi joined #koha
23:31 kidclamp joined #koha
23:31 jeff joined #koha
23:31 bshum joined #koha
23:31 huginn joined #koha
23:32 danmichaelo joined #koha
23:32 lari_ joined #koha
23:32 sonOfRa_ joined #koha
23:32 ElakKanin joined #koha
23:32 AnnaBoten joined #koha
23:32 kivilahtio joined #koha
23:32 jenkins joined #koha
23:32 valterbarreira[m] joined #koha
23:32 GiuseppeP joined #koha
23:32 davidnind[m] joined #koha
23:32 clrh joined #koha
23:53 rkrimme1 joined #koha
23:53 janPasi joined #koha
23:53 janPasi1 joined #koha
23:53 jajm joined #koha
23:53 paxed joined #koha
23:53 skimsk joined #koha
23:53 semarie joined #koha
23:53 Nemo_bis joined #koha
23:53 mirkh joined #koha
23:53 sophie_m joined #koha
23:53 fredericd joined #koha
23:53 MilkManzJourDaddy joined #koha
23:53 z0k joined #koha
23:53 ashimema joined #koha
23:53 Joubu joined #koha
23:53 matts joined #koha
23:53 ere_away joined #koha
23:53 jomat joined #koha
23:53 killer_bee[m] joined #koha
23:53 ashimema1 joined #koha
23:53 danmichaelo joined #koha
23:53 lari_ joined #koha
23:53 sonOfRa_ joined #koha
23:53 ElakKanin joined #koha
23:53 AnnaBoten joined #koha
23:53 kivilahtio joined #koha
23:53 jenkins joined #koha
23:53 valterbarreira[m] joined #koha
23:53 GiuseppeP joined #koha
23:53 davidnind[m] joined #koha
23:53 clrh joined #koha

← Previous day | Today | Next day → | Search | Index

koha1