[Koha-bugs] [Bug 13937] New: Add a 'primary status' field for items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 1 14:46:22 CEST 2015


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

            Bug ID: 13937
           Summary: Add a 'primary status' field for items
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Some libraries have found that Koha doesn't work well with some external
services like SHAREit that utilize z39.50 to get information about a record and
its' items.

a) We propose to add field 'status' to items table ( this field can be mapped
to whatever MARC tag you wish )

b) Engineer a subroutine that would generate the item's status

The precedence for status would be as follows:
1) Checked Out
2) Lost
3) Not for Loan
4) Damaged
5) On Hold ( In Transit )
6) In Transit
7) On Hold

This status could eventually be used within Koha to simplify our status display
logic, but that is outside the immediate scope of this enhancement.

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


More information about the Koha-bugs mailing list