[Koha-bugs] [Bug 30484] Interlibrary Loans should have the ability to send notices based on request supplier updates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 19 13:02:32 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #133395|0                           |1
        is obsolete|                            |

--- Comment #5 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 133400
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133400&action=edit
Bug 30484: Implement support for ILL request updates

This commit adds support for the concept of ILL request update notices.

- Adds a new Koha::Illrequest::SupplierUpdate class that is used to
encapsulate an update to a request, this update may come from a
supplier via a backend or from core ILL via, perhaps, a user action
- Adds a new Koha::Illrequest::SupplierUpdateProcessor base class that
can be subclassed in order to create a processor that can be passed an
update and act accordingly.
- Updates to Illrequest.pm to support the above classes and allow core
Koha to offer update processors
- A shell script to initiate a periodic process to check for updates
meeting given criteria and run the appropriate processors

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list