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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/