LP#1379815 Add code to assign stat cats on Vandelay imported items user/dbwells/lp1379815_vandelay_stat_cat_import
authorRemington Steed <rjs7@calvin.edu>
Mon, 8 Sep 2014 20:11:37 +0000 (16:11 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 13 Oct 2014 19:54:51 +0000 (15:54 -0400)
commit885084239b8670ea05590a2dc4eb41464b8cf1fc
tree6d07e29916f7fddedfbb6b7ab57fae2257442088
parent67e5e3cf8f6e1c34b0c625172624c2bb041f3a6b
LP#1379815 Add code to assign stat cats on Vandelay imported items

This commit adds columns to the Holdings Import Profile table
(vandelay.import_item_attr_definition) and to vandelay.import_item, adds
the corresponding fields to the IDL, modifies the database functions
which import the data (ingest_bib_items() and ingest_items()) and adds
code that parses the imported stat cat data (of the form
CAT 1|VALUE 1||CAT 2|VALUE 2) and applies it to the appropriate
overlayed copy.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Open-ILS/src/sql/Pg/999.functions.global.sql
Open-ILS/src/sql/Pg/upgrade/YYYY.schema.vandelay-stat-cat-import.sql [new file with mode: 0644]