https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37762
--- Comment #5 from Pedro Amorim <[email protected]> --- Created attachment 175323 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175323&action=edit Simple use case Had a chat with Martin, trying to come up with a light spec to get some work started here at some point. What I'm currently thinking would be core ISO18626 API to allow Koha to act as a supplying agency using the ISO18626 standard. The picture is a minimalist use case to start with. I don't know yet how backends fit here. Dev plan: - New illrequests database column `category` enum('send','received'). - All existing ILL requests become "Sent Requests". - New requests coming in from the ISO18626 interface are created as 'received'. Prerequisites: - The requesting agency needs to already exist on the supplying Koha as an ILL partner (as the request will be linked to that ILL partner). - New 'borrower' database columns to store required requesting agency details (credentials, URLs). Only shown if ILLModule enabled. This is just brainstorming and open to discussion / input. I'd love to hear back from you. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
