[Koha-bugs] [Bug 15503] New: Grab Item Information from Order Files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 6 17:47:14 CET 2016


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

            Bug ID: 15503
           Summary: Grab Item Information from Order Files
 Change sponsored?: Seeking cosponsors
           Product: Koha
           Version: master
          Hardware: All
               URL: http://devs.bywatersolutions.com/projects/grab-item-in
                    formation-from-order-files/
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nengard at gmail.com
        QA Contact: testopia at bugs.koha-community.org

This development will make it so that we should be able to set item data at the
record *or* the item level.

Right now, MarcFieldsToOrder looks like this:
price: 947$a|947$c
quantity: 969$h
budget_code: 922$a

This development would allow for more fields such as:
item_level:
homebranch: 952$a
holdingbranch: 952$b
itype: 952$9

That way we can say “look at the items for this data.” The items are indeed
broken off from the main record, but are stored and easily retrievable and can
be re-integrated with the main MARC record if we need to do so. Those are
details we don’t really need to discuss here though.

So, here’s just a list of things it should do:

* If quantity is not defined, use the count of items on the record as quantity

* We display item boxes within each record box for the detected fields, setting
them for each item

* If the item level box has a value that isn’t set, then it falls back to the
record level value, which falls back to the order level value



Seeking Co-sponsors:
http://devs.bywatersolutions.com/projects/grab-item-information-from-order-files/

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