[Koha-bugs] [Bug 18783] Allow automatic claims for serials

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 9 14:38:15 CEST 2019


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

Julian Maurice <julian.maurice at biblibre.com> changed:

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

--- Comment #8 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 91428
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91428&action=edit
Bug 18783: Allow automatic claims for serials

This patch adds a new script misc/cronjobs/serialsClaim.pl which send
email notification to all suppliers that have late or missing issues.
This is configurable per subscription and is disabled by default.

Test plan:
1. Create a new bookseller B1 with a delivery time of 5 days
2. Create a new daily subscription with bookseller B1 and enable
   automatic claims (new checkbox on the first page of
   subscription-add.pl)
3. Generate some late serials with an expected date in the past (some
   with more than 5 days in the past, some with less)
4. Create a notice for module "Claim serial issue" CLAIMSERIAL and write
   something in the 'Email' template
5. Run `misc/cronjobs/serialsClaims.pl --letter-code CLAIMSERIAL` and
   verify that it sends an email notification only for serials that were
   expected more than 5 days ago

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


More information about the Koha-bugs mailing list