Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 37.15

Created Date User Activity Issue Comment Hours
30.01.2022 13:07 30.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Maybe the best way is to add a home library column to the Holds? 1.00 Actions
30.01.2022 13:58 30.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I have added the home library column, now I have to figure out how to find the data for that column 1.00 Actions
30.01.2022 15:12 30.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Now I'm going through koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc wondering if I can change that 1.00 Actions
30.01.2022 17:34 30.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations This seems simpler than I thought. Important table settings are in table id="holds-table". I think they are in "kohaclone/blib/INTRANET_TMPL_DIR/prog/js/holds.js" or in "kohaclone/blib/INTRANET_CGI_DIR/admin/columns_settings.yml". Maybe in both. 2.00 Actions
30.01.2022 18:14 30.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations And the solution is in: "koha-tmpl/intranet-tmpl/prog/js/holds.js" Ok, now to editing javascript. 0.50 Actions
30.01.2022 23:37 31.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Trying to find the Home library, homebranch for the item that patron has a holded. 1.00 Actions
31.01.2022 00:42 31.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Still trying to find the value to the homebranch 1.00 Actions
31.01.2022 05:10 31.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I have reached the point where I'd like to peek to the Asset.js. I can't find it, but there must be a reason for it. I have gained the overall picture of how the Koha works: Perl CGI-scripts which interact with html-templates which in turn run javascript. 2.00 Actions
02.02.2022 03:15 02.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Trying desperately find how to know items homelibrary 2.00 Actions
03.02.2022 04:29 03.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I have found out similar way to implement the Home library column in Javascript. Now I have to study how it is done in the checkouts.js 2.00 Actions
03.02.2022 13:33 03.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Studying over perl scrips, templates and javascripts which relate to the Checkouts- and Holds-tabs 2.00 Actions
04.02.2022 05:43 04.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I only make entry for 3 hours though I worked all night but I didn't finish the job. I learned a lot, but more work tomorrow. 3.00 Actions
06.02.2022 14:55 06.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I have figured out that the probable reason why item.branch won't work in holds-tab is that the table type is dataTable and checkouts-tab table type is KohaTable 1.00 Actions
06.02.2022 15:59 06.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I have tried to read the code behind KohaTable and dataTable but it is very slow: I'm not very good at Javascript 1.00 Actions
06.02.2022 22:03 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Studying intensely holds.js 1.00 Actions
06.02.2022 23:07 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I guess holds-table oObj is Hold, not Item. Maybe I can reference straight to the Item with Hold-object. 1.00 Actions
06.02.2022 23:57 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Now I realized that there can't be interlibrary holds under holds-tab: it is only for home library holds. That's why there isn't homebranch for that because those holds are always from homebranch 1.00 Actions
07.02.2022 00:00 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Ok now I get it. I have to make new tab for interlibrary loans. Wasn't I been stupid! 0.05 Actions
07.02.2022 00:39 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations On the positive side now I now how to implement this task because I have learned a lot about the way these tabs are made 0.50 Actions
07.02.2022 01:34 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Now the task goes forward: I have made the Interlibrary Holds-tab and copied functionality from checkouts 1.00 Actions
07.02.2022 03:35 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Working so hard that I almost forgot to report. Copy-pasting so much code as possible from checkouts. When I get it to work similarly then reducing the code gradually. 2.00 Actions
07.02.2022 04:43 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Ok, now I have replaced the checkouts-tab functionality temporarily with interlibrary-tab just for testing. And now changing the functionality of the interlibrary-tab towards its real purpose. 1.00 Actions
07.02.2022 06:51 07.02.2022 Samu Heiskanen Design Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Argh! The setting: Default checkout, hold and return policy - Hold policy: was in value home library so I couldn't make interlibrary loans which tricked me to believe thet Holds-tab couldn't handle interlibrary loans. Wasted time making new Interlibrary tab and it'as functionality. Now back to designing the Holds-tab to show Holds' home library. 2.00 Actions
07.02.2022 07:53 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations The main problem is that I know so little about javascript. I really have to study javascript syntax to get this to work. And, maybe the calling object in the holds-table is biblio after all, because oObj.title is a biblio name :) 1.00 Actions
07.02.2022 08:06 07.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations And in fact it's not a calling object but oObj is as a parameter 0.10 Actions
(1-25/29) Per page: 25, 50

Also available in: Atom CSV