]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1379815 Add code to assign stat cats on Vandelay imported items
authorRemington Steed <rjs7@calvin.edu>
Mon, 8 Sep 2014 20:11:37 +0000 (16:11 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 19 Aug 2015 16:14:02 +0000 (12:14 -0400)
commitf9747810978804a79786349e7f604e0f838ddefc
treef8e34998601d9a1c890eac39b696bedbf1b9b949
parentb1c8c14e48abaa729ae164fd969ffe5c304a857d
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>
Signed-off-by: Ben Shum <bshum@biblio.org>
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]