← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:18 | dpk_ joined #koha | |
03:03 | dpk__ joined #koha | |
05:55 | lmstrandatdesk joined #koha | |
06:54 | cait joined #koha | |
06:55 | cait1 joined #koha | |
07:06 | jase joined #koha | |
07:06 | jase | Hello |
07:08 | i used mapping files in solr under schema.xml (charFilter class="solr.MappingCharFilterFactory" mapping="mappings.txt") whcih is working fine on solr . | |
07:09 | Let me know how to implement same scenario in elasticsearch | |
07:10 | i want to map arabic letters | |
07:25 | cait1 | i am not sure, but i think you might need to look into ICU |
07:26 | there was a presentation on using elastic with all kinds of languages at one of the kohacons | |
07:26 | well, the ICU part of elastic - i believe there was a dependency or something? | |
07:27 | ... and also you might want to ask again later when the real expertes are around | |
09:08 | Hm which is the notice that is printed using FinePaymentAutoPopup? | |
09:08 | ashimema | I always find that set of notices confusing |
09:09 | cait1 | my problem is |
09:09 | i only get a blank page :( | |
09:09 | in 20.05.06 | |
09:09 | which shoudl be... well... stable? :) | |
09:09 | and not sure if it's bug or config | |
09:09 | we do have ACCOUNT_WRITEOFF and ACCOUNT_PAYMENT | |
09:09 | i get the same for writing off and paying - blank | |
09:10 | hm same when using the print button | |
09:10 | a missing template seems most likely | |
09:10 | but which oneß | |
09:10 | ashimema | is it ACCOUNT_DEBIT, ACCOUNT_CREDIT |
09:11 | * ashimema | hates those notice names.. but got told off for suggesting we merge them and clarify their use |
09:11 | ashimema | or rename them |
09:11 | or whatever | |
09:11 | I still have bugs open in that area but no-one is testing them ;) | |
09:11 | * ashimema | doesn't really have any time left to keep chasing any of that stuff now |
09:14 | cait1 | ashimema: i just trid that, but still come up blank :( |
09:14 | ashimema | print type? |
09:14 | cait1 | i copied it into print and email to make sure |
09:15 | ashimema | humm |
09:15 | cait1 | yeah gr. |
09:15 | ashimema | sorry cait.. I'm in meetings all day really so can't offer much help today |
09:15 | cait1 | blocker for update |
09:15 | ashimema | hugs |
09:15 | cait1 | that's ok, brainstorming already is nice, quite stuck here |
09:15 | i'll ty on my dev env with that version to rule out another issue itht he older data there | |
09:15 | ashimema | anything in the logs |
09:16 | cait1 | can't access the logs on that one, hence switching environments |
09:26 | I think i have a clue | |
09:26 | it's realted to transalted notices | |
09:26 | ashimema | aha |
09:26 | interestgin | |
09:30 | cait1 | it doesn't fall back to default, but it doesn't appear to like my de-DE notice iether |
09:31 | ashimema | weird |
09:31 | wonder why the fallback isn't working as it should | |
09:31 | cait1 | it picks the english one |
09:32 | ok.... i had preferred english | |
09:32 | ashimema | hope I didn't screw something up |
09:32 | cait1 | so I think we are missing the default fallback |
09:32 | if the notice is not set for a language it shoudl fall back to the default one | |
09:32 | i think we just fixed something similar for odues | |
09:32 | ashimema | we did indeed |
09:32 | cait1 | i am jsut finising testing then will report |
09:33 | ashimema | i did some clever stuff with language in notices recently.. so we could use includes |
09:33 | but I think that's only in the latest release | |
09:34 | cait1 | i am checking that next |
09:34 | ashimema | :) |
09:34 | cait1 | but confirmed: if you user is set to any language that has no notice, you come up blank |
09:34 | ashimema | dang |
09:35 | cait1 | confiremd in .07 now |
09:35 | latest released, checking where the overdues bug went | |
09:35 | 20.11.07... so that is a similar but new bu | |
09:35 | g | |
09:35 | filing away | |
09:46 | bug 28712 | |
09:46 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28712 major, P5 - low, ---, koha-bugs, NEW , Printed slips for fees come up empty if no notice is defined for the user's preferred language |
10:32 | khall joined #koha | |
10:59 | khall joined #koha | |
11:01 | khall joined #koha | |
11:07 | marcelr joined #koha | |
11:07 | marcelr | hi #koha |
11:21 | oleonard | hi #koha |
11:24 | khall joined #koha | |
11:30 | koha-jenkins | Project Koha_20.11_D10-Full build #37: STILL UNSTABLE in 51 min: https://jenkins.koha-community[…]0.11_D10-Full/37/ |
11:49 | jase joined #koha | |
11:49 | jase | hello |
11:49 | i have updated my koha from 3.14 to 20.05 | |
11:51 | I have 150000 records under my biblio so want to migrate with same biblionumber with new koha | |
11:53 | I used bulkmarcimport.pl for updating but creating new biblionumber instead of old biblionumber in my marc file. | |
11:54 | Please help how to update same biblio number with new sysytem | |
11:55 | oleonard | jase why not import your old database to the new system? |
11:57 | jase | Because DB structure is diffrent from old version |
11:57 | JesseM joined #koha | |
11:58 | jase | Hello |
12:02 | oleonard | jase: A couple of links to check out: |
12:02 | http://koha.1045719.n5.nabble.[…]11-td5929273.html | |
12:02 | https://kohageek.blogspot.com/[…]abase-to-new.html | |
12:10 | JesseM_ joined #koha | |
12:17 | jase | ok |
12:17 | I have 20GB data on old databases so it will take more time to import | |
12:18 | have you any option in bulkmarcimport.pl ? | |
12:19 | oleonard | I'm not experienced in this process, I'm just trying to help |
12:20 | jase | Ok. |
12:21 | Also i am using elasticsearch instead of zebra | |
12:21 | ./bulkmarcimport.pl -b -k=999cd -commit=1000 -file=/tmp/biblios.mrc -v -v | |
12:22 | I used above command for importing but it will create new biblionumber. | |
12:23 | oleonard | If you want to have the same biblionumber you have to import the old database and upgrade it |
12:25 | jase | Ok. |
12:26 | exit | |
12:51 | khall joined #koha | |
13:00 | caroline_catlady joined #koha | |
13:12 | khall_ joined #koha | |
13:17 | Dyrcona joined #koha | |
13:22 | * oleonard | bbl |
13:55 | marie-luce joined #koha | |
14:28 | JesseM joined #koha | |
15:36 | Dyrcona joined #koha | |
16:01 | Dyrcona joined #koha | |
16:23 | Dyrcona joined #koha | |
16:31 | cait1 left #koha | |
16:38 | khall joined #koha | |
16:41 | khall_ joined #koha | |
17:10 | oleonard joined #koha | |
17:11 | oleonard | tcohen around? |
17:28 | khall joined #koha | |
17:32 | lari joined #koha | |
18:29 | janPasi_ joined #koha | |
18:57 | oleonard | I wonder if there's really a case where tag is mandatory in that at least one of multiple subfields should be populated |
20:27 | khall joined #koha | |
20:51 | bdonnahue1 joined #koha | |
20:59 | khall joined #koha | |
21:33 | khall joined #koha | |
21:36 | khall_ joined #koha | |
22:33 | khall joined #koha | |
22:34 | lisettelatah joined #koha | |
23:20 | khall_ joined #koha |
← Previous day | Today | Next day → | Search | Index