[Koha-bugs] [Bug 11577] [ENH] Automatic renewal feature

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 2 14:03:32 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11577

Holger Meißner <h.meissner.82 at web.de> changed:

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

--- Comment #15 from Holger Meißner <h.meissner.82 at web.de> ---
Created attachment 28597
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28597&action=edit
Bug 11577: Code and intranet template changes

This patch adds a checkbox for "Automatic renewal" to the checkout page.
CanBookBeRenewed is modified to include two new errors:

- auto_renew (renewal shouldn't be done manually)
- auto_too_soon (renewal is premature and shouldn't be done manually)

To test:

1) Add or edit an issuing rule with "Automatic renewal" and another
   one without it.

2) Issue at least three items:

   - automatic renewal by issuing rule
   - automatic renewal by Checkbox on the checkout page
   - no automatic renewal

3) Test the following steps for both:

   Home > Circulation > Checkouts
   Home > Patrons > Patron details

4) Confirm that issues with automatic renewal cannot be renewed manually,
   even if there are still renewals left and it's not too soon to renew.

5) Confirm that "Automatic renewal" and the remaining renewals are
   displayed. If no renewals are left "Not renewable" should be displayed.

6) Confirm that issues without automatic renewal behave as usual.

Sponsored-by: Hochschule für Gesundheit (hsg), Germany

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


More information about the Koha-bugs mailing list