[Koha-bugs] [Bug 25037] New: Add support for multiple checkout types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 2 07:26:30 CEST 2020


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

            Bug ID: 25037
           Summary: Add support for multiple checkout types
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: new feature
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lari.taskula at hypernova.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

This is a blocker to Bug 24101.

As of now we have two checkout types, a normal checkout and an on-site checkout
type.

In order to target circulation rules to a specific checkout type, the issues
table must have information on which type of checkout it is. On-site checkout
is currently determined by a boolean value in issues.onsite_checkout database
column. For supporting multiple checkout types, we should convert this column
into a generic checkout_type field.

This Bug also sets an easy-to-extend base for further checkout types. In theory
a library could define any types of checkouts dynamically, but support for that
is outside the scope of this Bug.

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


More information about the Koha-bugs mailing list