← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:04 | cait joined #koha | |
00:30 | cait joined #koha | |
00:39 | dc_rogers joined #koha | |
00:42 | dc_rogers | i need a little assistance with creating the library with koha-create |
00:43 | cait joined #koha | |
00:44 | dc_rogers | who would be the best to assist? |
00:49 | cait joined #koha | |
00:50 | cait joined #koha | |
00:52 | oleonard_ joined #koha | |
00:59 | cait joined #koha | |
01:04 | dc_rogers | koha-create makes the library folder but does not create a db. i believe i need to update koha to know my db password but can not find documentation on how to do that |
01:04 | cait joined #koha | |
01:41 | dc_rogers | i have so many questions |
01:45 | cait joined #koha | |
01:46 | cait joined #koha | |
02:40 | cait joined #koha | |
03:00 | cait joined #koha | |
03:08 | cait joined #koha | |
03:15 | cait joined #koha | |
03:19 | cait joined #koha | |
03:21 | cait joined #koha | |
03:26 | cait joined #koha | |
03:36 | cait joined #koha | |
03:40 | cait joined #koha | |
03:51 | cait joined #koha | |
03:52 | cait joined #koha | |
04:15 | koha-jenkins | Project Koha_Master_U20 build #356: STILL FAILING in 2 min 42 sec: https://jenkins.koha-community[…]a_Master_U20/356/ |
04:18 | Project Koha_Master_U20 build #357: STILL FAILING in 2 min 42 sec: https://jenkins.koha-community[…]a_Master_U20/357/ | |
04:22 | Project Koha_Master_U20 build #358: STILL FAILING in 4 min 45 sec: https://jenkins.koha-community[…]a_Master_U20/358/ | |
04:29 | Project Koha_Master_U20 build #359: ABORTED in 1 min 16 sec: https://jenkins.koha-community[…]a_Master_U20/359/ | |
04:33 | Project Koha_Master_U20 build #360: STILL FAILING in 4 min 33 sec: https://jenkins.koha-community[…]a_Master_U20/360/ | |
04:34 | Project Koha_Master_U20 build #361: STILL FAILING in 3 min 33 sec: https://jenkins.koha-community[…]a_Master_U20/361/ | |
04:39 | cait joined #koha | |
04:42 | cait joined #koha | |
04:43 | cait joined #koha | |
04:44 | cait joined #koha | |
04:50 | cait joined #koha | |
04:52 | cait joined #koha | |
04:53 | cait joined #koha | |
05:08 | koha-jenkins | Project Koha_Master_D10 build #590: STILL UNSTABLE in 32 min: https://jenkins.koha-community[…]a_Master_D10/590/ |
05:23 | Project Koha_Master_D12 build #121: STILL UNSTABLE in 47 min: https://jenkins.koha-community[…]a_Master_D12/121/ | |
05:39 | Project Koha_Master build #1977: STILL UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]Koha_Master/1977/ | |
05:39 | Project Koha_Master_U21 build #142: STILL UNSTABLE in 1 hr 3 min: https://jenkins.koha-community[…]a_Master_U21/142/ | |
05:52 | cait joined #koha | |
06:04 | cait joined #koha | |
06:04 | cait joined #koha | |
06:10 | marcelr joined #koha | |
06:10 | marcelr | hi #koha |
06:17 | matts | hello ! |
06:19 | alex_ joined #koha | |
06:21 | alex_ | Bonjour |
06:21 | wahanui | hey, alex_ |
06:34 | reiveune joined #koha | |
06:34 | reiveune | hello |
06:34 | wahanui | bonjour, reiveune |
06:34 | cait joined #koha | |
06:52 | lds joined #koha | |
07:01 | Jeremy_b joined #koha | |
07:13 | jajm joined #koha | |
07:28 | ashimema | is Joubu still missing |
07:29 | anyone here know much about our timezone handling? | |
07:41 | Found it | |
07:41 | Ack.. our timezone handling is a mess | |
07:49 | cait joined #koha | |
07:51 | koha-jenkins | Project Koha_Master_U20 build #362: STILL FAILING in 3 min 29 sec: https://jenkins.koha-community[…]a_Master_U20/362/ |
08:18 | ashimema | bug 30540 |
08:18 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=30540 major, P5 - low, ---, martin.renvoize, Needs Signoff , Double processing invalid dates can lead to ISE |
08:25 | ninefix joined #koha | |
09:23 | koha-jenkins | Project Koha_21.11_U20 build #59: SUCCESS in 41 min: https://jenkins.koha-community[…]oha_21.11_U20/59/ |
09:41 | nikkom joined #koha | |
09:41 | nikkom | Hi eveyone. I want to prevent the patron, who has overdue items, from making payment before check in the items. I have found out that the "making payment" button is in the blocked-fines.inc file. But I coundnt understand if the patron has overdue or not. There is a variable named odues in the patron_messages.inc. I think I need to pass odues variale to the file blocked-fines.inc. But I dont know how :( |
09:41 | I would be glad if anyone help me | |
09:47 | ashimema | @later tell fridolin follow-up on bug 30135 ready and should fix one of the currently failing unit tests on master. |
09:47 | huginn | ashimema: The operation succeeded. |
09:49 | ashimema | you need to find all the places blocked-fines.inc is called in templates nikkom and then work backwards to the controller scripts to that build those templates to make sure you're passing the variables through each of them |
09:49 | https://git.koha-community.org[…]blocked-fines.inc | |
09:51 | why not just set 'NoIssuesCharge' ? | |
09:51 | looks like that does exactly what you are saying.. doesn't it? | |
09:51 | nikkom ^ | |
09:53 | hang on.. you want it the other way around | |
09:53 | no payment before checkin | |
09:53 | what about opac payments and things | |
09:54 | I'm confused.. I have no idea how blocked-fines.inc comes into this | |
09:54 | can you submit a bug detailing exactly what you want | |
10:16 | nikkom | ashimema : sorry but I couldnt understand |
10:16 | ashimema | what exactly are you trying to achieve? |
10:16 | blocked-fines only handles displaying a message that check out is not allowed because the user is over a threshold | |
10:17 | it sounded like you want to prevent payment if the user has overdues | |
10:17 | i feel like that's a totally different code path | |
10:18 | nikkom | yes it is exact what I want to do |
10:19 | I want to prevent payment if the user has overdues | |
10:21 | ashimema | so you likely need to do that in paycollect or pay rather than elsewhere |
10:23 | sodesvaux joined #koha | |
10:25 | ashimema | there is also the option to renew on payment btw |
10:27 | oleonard joined #koha | |
10:36 | oleonard | o/ |
10:38 | I've been experiencing Bug 30537 for days | |
10:38 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=30537 normal, P1 - high, ---, koha-bugs, NEW , Patron searches are broken |
10:39 | ashimema | tomas already fixed it |
10:39 | I'll dig out the bug | |
10:39 | bug 29810 | |
10:39 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29810 enhancement, P5 - low, ---, martin.renvoize, Pushed to master , Add embed options documentation |
10:39 | ashimema | see the follow-up |
10:41 | I could probably push that for frido thinking about it.. though I'm not entirely sure if my credentials are still all set up. | |
10:44 | huginn | News from kohagit: Bug 30135: (follow-up) Rename accessor in failing test <https://git.koha-community.org[…]7b25aee37b0b551e6> |
10:44 | News from kohagit: Bug 29810: Fix patron embed definitions <https://git.koha-community.org[…]5afbb889751252797> | |
10:44 | ashimema | looks like I can |
10:44 | 🙂 | |
10:47 | try pulling oleonard 🙂 | |
10:47 | * oleonard | thumbs_up.gif |
10:58 | oleonard | cool, thanks ashimema |
10:59 | Oh, and you updated the bug already, thanks again! | |
11:15 | alohabot | 🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo 🎂🍆🍐 |
11:20 | koha-jenkins | Project Koha_Master_D10 build #591: STILL UNSTABLE in 32 min: https://jenkins.koha-community[…]a_Master_D10/591/ |
11:23 | Project Koha_Master_U_Stable build #434: FAILURE in 2 min 54 sec: https://jenkins.koha-community[…]ter_U_Stable/434/ | |
11:28 | marcelr joined #koha | |
11:28 | marcelr | o/ |
11:31 | koha-jenkins | Project Koha_Master_D12 build #122: STILL UNSTABLE in 46 min: https://jenkins.koha-community[…]a_Master_D12/122/ |
11:41 | Project Koha_Master_D11_MDB_Latest build #860: STILL UNSTABLE in 55 min: https://jenkins.koha-community[…]1_MDB_Latest/860/ | |
11:46 | Project Koha_Master_U21 build #143: STILL UNSTABLE in 57 min: https://jenkins.koha-community[…]a_Master_U21/143/ | |
11:52 | Project Koha_Master_Sid build #9: STILL UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]oha_Master_Sid/9/ | |
11:54 | Project Koha_Master_U20 build #363: STILL FAILING in 2 min 47 sec: https://jenkins.koha-community[…]a_Master_U20/363/ | |
11:57 | Project Koha_Master_D11_My8 build #793: STILL UNSTABLE in 33 min: https://jenkins.koha-community[…]ster_D11_My8/793/ | |
12:13 | oleonard | Reminder: Bug 30525 |
12:13 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=30525 critical, P5 - low, ---, oleonard, Needs Signoff , Items batch modification broken |
12:17 | koha-jenkins | Project Koha_Master_U_Next build #14: STILL UNSTABLE in 45 min: https://jenkins.koha-community[…]Master_U_Next/14/ |
12:51 | Project Koha_Master build #1978: STILL UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]Koha_Master/1978/ | |
12:59 | Project Koha_Master_U_Next build #15: STILL UNSTABLE in 1 hr 4 min: https://jenkins.koha-community[…]Master_U_Next/15/ | |
13:02 | Project Koha_Master_D9 build #1924: STILL UNSTABLE in 1 hr 20 min: https://jenkins.koha-community[…]a_Master_D9/1924/ | |
13:08 | khall joined #koha | |
13:10 | nikkom | Hi ashimema : I saw "make payment" button is in the blocked-fines.inc file. I thougt If there is overdue do not show this button, else display the button. So if patron has an overdue he doesn't see the button, but a message like "Making payment is blocked because you have overdue" instead. Isn't it make sence? |
13:11 | ashimema | well.. that make payment button is only in the staff side.. |
13:11 | so patron won't see it.. only staff | |
13:11 | the one your talking about anyway | |
13:12 | but even then.. it directs you to the accounts payment page | |
13:12 | so you've be best blocking it there.. you can get to that page in a number of ways so unless you block it there you'll just be hiding a button and not actually preventing the payments going through. | |
13:13 | now.. if all you actually want to do is hide that button there.. you can probably do that with jQuery in intranetuserjs somehow | |
13:24 | nikkom | Yes I want this in staff side. if patron have overdue, could not be taken his payment. |
13:25 | ashimema | ok.. so you do want to block at payment time.. just hiding the button won't actually prevent the payments |
13:25 | once could still go to account and pay there | |
13:38 | nikkom | Thanks ashimema. You're right. I undrstand better and I'll focus on accounts payment page. |
13:42 | ashimema | it's great to see you digging in nikkom.. hope I haven't put you off |
13:42 | shout if we can be of any more help.. | |
13:43 | I like the idea of your feature.. be nice to see it submitted if you fancy that | |
13:56 | koha-jenkins | Project Koha_Master build #1979: STILL UNSTABLE in 1 hr 4 min: https://jenkins.koha-community[…]Koha_Master/1979/ |
14:06 | bag joined #koha | |
14:28 | Dyrcona joined #koha | |
14:37 | khall_ joined #koha | |
15:14 | reiveune | bye |
15:14 | reiveune left #koha | |
15:17 | lukeg joined #koha | |
16:09 | oleonard joined #koha | |
16:22 | oleonard | Did the notice preview option ever show rendered HTML, or am I imagining that? |
16:35 | Hm... 403 error when trying to access /api/v1/.html... | |
16:45 | lukeg joined #koha | |
18:40 | khall joined #koha | |
18:54 | khall_ joined #koha | |
19:08 | khall joined #koha | |
19:11 | khall_ joined #koha | |
19:39 | lukeg joined #koha |
← Previous day | Today | Next day → | Search | Index