IRC log for #koha, 2024-09-02

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

All times shown according to UTC.

Time Nick Message
00:01 sdk joined #koha
00:07 mbridge joined #koha
00:14 alohabot joined #koha
01:07 mbridge joined #koha
02:07 mbridge joined #koha
03:07 mbridge joined #koha
04:07 mbridge joined #koha
04:46 EmmiTakkinen[m] joined #koha
05:07 mbridge joined #koha
06:07 mbridge joined #koha
06:50 alex_a joined #koha
06:57 lds joined #koha
07:07 mbridge joined #koha
07:50 mbridge [mattermost] <adityasethi> Hi
07:50 [mattermost] <adityasethi> I do not have access to create subdomains for koha, instead I have been provided to use virtual directory "/library" to the VM.
07:50 [mattermost] <adityasethi> The url https://example.com has another application hosted and the DNS is pointing to that VM.
07:50 [mattermost] <adityasethi> The VM that has Koha installed has access to host https://example.com/library. So, even if we change koha-shared-intranet.conf and point aliases to /library, the website opens as expected without loading CSS. And all hyperlinks are pointing to https://example.com/cgi-bin or https://example.com/intranet-tmpl, which the Koha VM do not have the access to. And, due to restrictions, I am not allowed to create
07:50 [mattermost] <adityasethi> What should I do? Is there any script to reinstall Koha with aliased paths?
08:07 mbridge joined #koha
08:28 alex_a joined #koha
08:59 alex_a joined #koha
09:05 alex_a joined #koha
09:07 mbridge joined #koha
10:07 mbridge joined #koha
11:05 mbridge [mattermost] <haykmanukyan> Hello, I have a problem with "maximum number of holds", please let me know how I can on koha 22.05 reduce or remove limit of holds for a user.
11:07 mbridge joined #koha
11:17 alex_a joined #koha
11:20 mbridge [mattermost] <haykmanukyan> I also reduced following parameters, but it didn't help
11:20 [mattermost] <haykmanukyan> | Holds allowed (total) | Holds allowed (daily) | Holds per record (count) |
11:24 [mattermost] <cait> Have a look at Administration > circulation rules
11:24 [mattermost] <cait> also maxreserves system preference
11:26 lds joined #koha
11:47 mbridge [mattermost] <haykmanukyan> https://chat.koha-community.or[…]uTm8sffyH9X_7E_Gg
11:47 [mattermost] <haykmanukyan> https://chat.koha-community.or[…]pxCODDZeWN28vDXvU
11:49 [mattermost] <cait> die you set any addiitonal rules on the library specific pages?
11:49 [mattermost] <cait> did you set any rules in the tables below for holds/itemtpyes?
11:49 [mattermost] <cait> did you check the maxreserves system preference?
11:57 [mattermost] <haykmanukyan> I try to reduce maxreserves but it has not effect
11:59 [mattermost] <haykmanukyan> But I don't know where look additional rules and don't know where is holds/itemtypes. Please help me find them
12:01 [mattermost] <cait> if anything you want to add a high number there, not reduce
12:01 [mattermost] <cait> the additional tables I was referring to are on the circulation rules page, just below the first big table
12:02 [mattermost] <cait> just in case it might also be worth trying replacing the "unlimited" with 999 to see if one of them is not as unlimited as it tells you
12:05 [mattermost] <haykmanukyan> https://chat.koha-community.or[…]rKs8_STxUURmlL0as
12:07 mbridge joined #koha
12:09 mbridge [mattermost] <haykmanukyan> I replaced them. If I did everything right then it also have no effect : https://chat.koha-community.or[…]k_H-GXHXVDLeDUmeg
12:10 [mattermost] <haykmanukyan> I replaced them. If I did everything right then it also have no effect : https://chat.koha-community.or[…]wB-BcgNZWC6QP_ods
13:07 mbridge joined #koha
13:28 mbridge [mattermost] <cait> Did you see you can switch between all libraries and a specific library/branch on top of the circulation rules page?
13:29 [mattermost] <cait> I don't see which page you are looking at, but check if there are rules on other pages that might overwrite the first page  for 'all libraries'
13:35 alohabot joined #koha
13:39 mbridge [mattermost] <hdlaurent> hi there, we have a question about the checkouts API in 24.05. We would like to get the items part as shown in swagger documentation :
13:39 [mattermost] <hdlaurent> {
13:39 [mattermost] <hdlaurent>     "checkout_id": 0,
13:39 [mattermost] <hdlaurent>     "patron_id": 0,
13:39 [mattermost] <hdlaurent>     "item_id": 0,
13:39 [mattermost] <hdlaurent>  ....
13:39 [mattermost] <hdlaurent>     "note_seen": true,
13:39 [mattermost] <hdlaurent>     "item": { },
13:40 [mattermost] <hdlaurent> }
13:42 [mattermost] <hdlaurent> Our need is to get the barcode and not the itemnumber from the API. And at the moment using patron/id/checkouts We donot get any item data embedded. I thought it could be using x-koha-embed But it is not crystal clear if it works and how it works. Any hit would be appreciated cc @tcohen
13:42 [mattermost] <haykmanukyan> Yes, the switching to specific library helped, thank you very much
13:44 [mattermost] <hdlaurent> (yeah quite a hell of a time no seeà
13:44 [mattermost] <haykmanukyan> I thought that the switch will not action in my case, but it is helped. Thank you again
13:44 [mattermost] <hdlaurent> (yeah quite a hell of a time no see)
13:49 [mattermost] <cait> But nice to see you, are you working on Koha again?
13:51 [mattermost] <joubu> Add "item" to the embed list on api/v1/swagger/paths/patrons_checkouts.yaml
13:51 [mattermost] <joubu> then add it to the header to embed the item
13:51 [mattermost] <joubu> curl -u koha:koha --request GET 'http://localhost:8081/api/v1/patrons/5/checkouts' --header "Content-Type: application/json" --header "x-koha-embed: item" | jq
13:52 [mattermost] <joubu> barcode will be in data.item.external_id
14:03 [mattermost] <hdlaurent> thanks @joubu
14:04 [mattermost] <hdlaurent> any chance it could be a patch quickly integrated ?
14:07 mbridge joined #koha
14:07 mbridge [mattermost] <joubu> I think so
14:09 [mattermost] <joubu> meanwhile you can still have 2 requests, one after anotehr
14:09 [mattermost] <joubu> meanwhile you can still have 2 requests, one after another
15:07 mbridge joined #koha
16:07 mbridge joined #koha
17:07 mbridge joined #koha
18:07 mbridge joined #koha
19:07 mbridge joined #koha
20:01 mbridge [mattermost] <?/θ> Hello! Most of the Koha Community conversation is now over on Mattermost. Come and join us! https://chat.koha-community.org
20:07 mbridge joined #koha
20:21 mbridge_ joined #koha
20:25 mbridge joined #koha
20:25 jo_ joined #koha
20:25 jo__ joined #koha
21:07 mbridge joined #koha
22:07 mbridge joined #koha
23:07 mbridge joined #koha

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

koha1