Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 344.53

Created Date User Activity Issue Comment Hours
14.02.2022 12:30 14.02.2022 Lari Taskula Communication Support #761: koha-illbackend-libris enhancements Writing a status update email to relevant partners. 0.25 Actions
14.02.2022 12:10 14.02.2022 Lari Taskula Development Support #840: Don't update borrowernumber if old illrequest exists This was one of the tasks that we requested more information for. Reading Magnus's response to it and looking at the code. It seems we should override $borrower with the pre-existing borrower found in illrequests.borrowernumber if an old illrequests exists. Implementing this and sending a PR to upstream. 0.75 Actions
14.02.2022 11:44 14.02.2022 Lari Taskula Development Support #762: Edit patron information before registration of arrival Designing this feature. It was requested that reserves.borrowernumber should also update when illrequests.borrowernumber is updated. It could be implemented in various ways, but deciding to extend Koha::Illrequest->store() with logic to replace borrowernumber also in reserves-table. Writing unit tests. Reading plenty of DBIx documentation. Figuring out how to retrieve the before-store() value of "borrowernumber" so that it could be compared with the borrowernumber used in "set" (or $illreq->borrowernumber(xxx)), but apprarently it's not possible without fetching the whole Koha-object again (or unless you somehow store it locally in the object). Managed to make it work by fetching the whole object again if borrowernumber is updated according to "get_dirty_columns". Adding an editable input field to ILL-request edit screen and writing a test plan. Pushing patches to Bugzilla. 4.50 Actions
14.02.2022 10:47 14.02.2022 Lari Taskula Documenting Feature #786: Cron script reminder for unretrieved material Improving documentation. Adding pod2usage and author & license. 0.25 Actions
14.02.2022 10:34 14.02.2022 Lari Taskula Development Feature #786: Cron script reminder for unretrieved material Some fixes were required after Magnus's reviewing. Removed useless query, removed a statement that overrided a configuration variable that eventually led into a bug on further iterations of the reminder loop, added some print statements for better logging, and fixed a bug in array size comparison that made the lastly configured letter to be skipped. 1.00 Actions
14.02.2022 07:50 14.02.2022 Lari Taskula Communication Support #762: Edit patron information before registration of arrival Received a response from Magnus. Reading it. 0.25 Actions
14.02.2022 07:47 14.02.2022 Lari Taskula Development Support #761: koha-illbackend-libris enhancements Work log entry for Samu's work. Only Lari's entries (such as this) will be billed. Samu debugged a bug with the creation of new ILL request, and after receiving more information from Magnus he fixed it and sent a PR to upstream. 3.75 Actions
14.02.2022 07:41 14.02.2022 Lari Taskula Development Support #820: Allow renewals for ILLs More testing and making bug fixes. Creating a new PR to upstream, ready for review. 0.75 Actions
11.02.2022 16:32 11.02.2022 Lari Taskula Development Support #820: Allow renewals for ILLs Developing this feature. Studying and experimenting how ILL backend statuses behave. It seems that it's enough to create a new placeholder status "IN_UTL_RENEW" that's not an actual status, but just a placeholder to add a button to illview screen. Its actual status (stored in the database) is still "IN_UTL". Using code from the receive step and adjusting it for the needs of renewals. Testing. Pushing changes to GitHub. 3.50 Actions
11.02.2022 16:29 11.02.2022 Lari Taskula Design Support #820: Allow renewals for ILLs Received a response from Magnus. Reading his more detailed specification and looking at current implementations. There seems to be something regarding renewals already. Deciding to use it. 0.75 Actions
11.02.2022 13:11 11.02.2022 Lari Taskula Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Continuing where Samu left off. Reading specification description, observing Koha's current capabilities for displaying item type, adding item type as new column, creating a new Bug, translating item type code to item type description and sending a new patch to Bugzilla. 1.00 Actions
11.02.2022 13:33 10.02.2022 Lari Taskula Communication Support #820: Allow renewals for ILLs Reading specs and trying to understand it. Confused about workflow, why isn't Koha's own renewal features enough? Asking Magnus for more information. 0.50 Actions
10.02.2022 06:27 10.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 to figure out how to use KohaTable instead of just dataTable in Holds-tab 2.00 Actions
10.02.2022 01:17 10.02.2022 Lari Taskula Learning Support #762: Edit patron information before registration of arrival Reading specification and trying to understand it. Browsing related views in Koha. Asking for more information. 1.00 Actions
09.02.2022 23:56 10.02.2022 Lari Taskula Development Support #779: Bug 24239 - Let the ILL module set ad hoc hard due dates Reading Magnus's response. Creating a configuration variable that allows configuring which field will be used for due date. Adding business logic behind it. Testing. Creating a pull request. 1.25 Actions
09.02.2022 23:54 10.02.2022 Lari Taskula Development Support #780: Charge patron a fee at receive Noticed a bug that causes logs to get spammed by a warning. Fixing it and sending a PR. 0.50 Actions
09.02.2022 23:30 10.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 studied the Koha-database tables and the way to access the homebranch-information of items. 1.00 Actions
09.02.2022 22:59 10.02.2022 Lari Taskula Development Feature #786: Cron script reminder for unretrieved material Making improvements according to author's feedback. 0.75 Actions
09.02.2022 01:24 09.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 those javascript-files again with better understanding of the language syntax. Now I understand a whole lot better. 2.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
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 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 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 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 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
(76-100/182) Per page: 25, 50, 100, 500

Also available in: Atom CSV