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

            Bug ID: 41400
           Summary: Support the use of distinct values for record-level
                    types and item-level types
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

Following the discussions under Bug 38042, I propose this enhancement : support
the use of distinct values for record-level types (biblioitems.itemtype) and
item-level types (items.itype).

The way Koha manages item and record type is different from most ILS, and does
not allow the flexibility required to manage a library network if it is not
made possible to use different values in biblioitems.itemtype and item-level
types.

Many libraries, particularly in France, have been using different values for
several decades, probably since the introduction of Koha in France. But
currently this configuration can cause issues (cf Bug 38042).

Use case :
- Book1 and Book2 are owned by Library1 and Library2.
- circulation rules are based on item-level itemtype
- at the record level, the type for the 2 records is "book"
- Library1 wants to apply the standard circulation rule to Book1 and Book2
(thus using the same value in item-level itemtype, eg. "NORMALLOAN")
- Library2 wants to restrict the use of book1 by applying a specific
circulation rule, but agree to apply the standard rule to Book2 (thus using
distinct values in item-level itemtype, eg. "NORMALLOAN" and "SHORTLOAN")

-- 
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/

Reply via email to