Bug 24083: Add support for unseen_renewals
commit8595e80b7858c7eeb7b11a1dd33f338fce12791c
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Fri, 22 Nov 2019 11:08:53 +0000 (22 11:08 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Nov 2020 15:09:58 +0000 (11 16:09 +0100)
treeddba08e23dda98f72e8db6b2b9a1c12f6b75ae58
parentd67b2b5d46cef3dc221c05431a5ce5f7d2563cf1
Bug 24083: Add support for unseen_renewals

This patch adds support for unseen renewals.

Here we retrofit knowledge of unseen renewals and add the display of unseen
renewal counts and warnings, in addition to adding the ability to
specify a renewal as being "unseen".

The functionality added here is goverened by the UnseenRenewals syspref.

Signed-off-by: Sally Healey <sally.Healey@cheshirewestandchester.gov.uk>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
23 files changed:
C4/Circulation.pm
C4/ILSDI/Services.pm
C4/SIP/ILS/Transaction/Renew.pm
Koha/CirculationRules.pm
Koha/REST/V1/Checkouts.pm
api/v1/swagger/definitions/checkout.json
api/v1/swagger/parameters.json
api/v1/swagger/parameters/checkout.json
api/v1/swagger/paths/checkouts.json
circ/renew.pl
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss
koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
koha-tmpl/intranet-tmpl/prog/js/checkouts.js
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
misc/cronjobs/automatic_renewals.pl
offline_circ/download.pl
opac/opac-renew.pl
opac/opac-user.pl
svc/checkouts
svc/renew