]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/950.data.seed-values.sql
LP#1370694 Selfcheck: "Print List" for Holds view does not work
[Evergreen.git] / Open-ILS / src / sql / Pg / 950.data.seed-values.sql
1 --002.schema.config.sql:
2 INSERT INTO config.bib_source (id, quality, source, transcendant, can_have_copies) VALUES 
3     (1, 90, oils_i18n_gettext(1, 'oclc', 'cbs', 'source'), FALSE, TRUE);
4 INSERT INTO config.bib_source (id, quality, source, transcendant, can_have_copies) VALUES 
5     (2, 10, oils_i18n_gettext(2, 'System Local', 'cbs', 'source'), FALSE, TRUE);
6 INSERT INTO config.bib_source (id, quality, source, transcendant, can_have_copies) VALUES 
7     (3, 1, oils_i18n_gettext(3, 'Project Gutenberg', 'cbs', 'source'), TRUE, TRUE);
8 SELECT SETVAL('config.bib_source_id_seq'::TEXT, 100);
9
10 INSERT INTO biblio.peer_type (id,name) VALUES
11     (1,oils_i18n_gettext(1,'Bound Volume','bpt','name')),
12     (2,oils_i18n_gettext(2,'Bilingual','bpt','name')),
13     (3,oils_i18n_gettext(3,'Back-to-back','bpt','name')),
14     (4,oils_i18n_gettext(4,'Set','bpt','name')),
15     (5,oils_i18n_gettext(5,'e-Reader Preload','bpt','name')); 
16 SELECT SETVAL('biblio.peer_type_id_seq'::TEXT, 100);
17
18 INSERT INTO config.standing (id, value) VALUES (1, oils_i18n_gettext(1, 'Good', 'cst', 'value'));
19 INSERT INTO config.standing (id, value) VALUES (2, oils_i18n_gettext(2, 'Barred', 'cst', 'value'));
20 SELECT SETVAL('config.standing_id_seq'::TEXT, 100);
21
22 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
23         VALUES (1,'PATRON_EXCEEDS_FINES',oils_i18n_gettext(1, 'Patron exceeds fine threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
24 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
25         VALUES (2,'PATRON_EXCEEDS_OVERDUE_COUNT',oils_i18n_gettext(2, 'Patron exceeds max overdue item threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
26 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
27         VALUES (3,'PATRON_EXCEEDS_CHECKOUT_COUNT',oils_i18n_gettext(3, 'Patron exceeds max checked out item threshold', 'csp', 'label'),'CIRC|FULFILL', TRUE);
28 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
29         VALUES (4,'PATRON_EXCEEDS_COLLECTIONS_WARNING',oils_i18n_gettext(4, 'Patron exceeds pre-collections warning fine threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
30 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
31         VALUES (5,'PATRON_EXCEEDS_LOST_COUNT',oils_i18n_gettext(5, 'Patron exceeds max lost item threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
32
33 INSERT INTO config.standing_penalty (id,name,label,staff_alert) VALUES (20,'ALERT_NOTE',oils_i18n_gettext(20, 'Alerting Note, no blocks', 'csp', 'label'),TRUE);
34 INSERT INTO config.standing_penalty (id,name,label) VALUES (21,'SILENT_NOTE',oils_i18n_gettext(21, 'Note, no blocks', 'csp', 'label'));
35 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (22,'STAFF_C',oils_i18n_gettext(22, 'Alerting block on Circ', 'csp', 'label'),'CIRC', TRUE);
36 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (23,'STAFF_CH',oils_i18n_gettext(23, 'Alerting block on Circ and Hold', 'csp', 'label'),'CIRC|HOLD', TRUE);
37 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (24,'STAFF_CR',oils_i18n_gettext(24, 'Alerting block on Circ and Renew', 'csp', 'label'),'CIRC|RENEW', TRUE);
38 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (25,'STAFF_CHR',oils_i18n_gettext(25, 'Alerting block on Circ, Hold and Renew', 'csp', 'label'),'CIRC|HOLD|RENEW', TRUE);
39 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (26,'STAFF_HR',oils_i18n_gettext(26, 'Alerting block on Hold and Renew', 'csp', 'label'),'HOLD|RENEW', TRUE);
40 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (27,'STAFF_H',oils_i18n_gettext(27, 'Alerting block on Hold', 'csp', 'label'),'HOLD', TRUE);
41 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (28,'STAFF_R',oils_i18n_gettext(28, 'Alerting block on Renew', 'csp', 'label'),'RENEW', TRUE);
42 INSERT INTO config.standing_penalty (id,name,label) VALUES (29,'INVALID_PATRON_ADDRESS',oils_i18n_gettext(29, 'Patron has an invalid address', 'csp', 'label'));
43 INSERT INTO config.standing_penalty (id,name,label) VALUES (30,'PATRON_IN_COLLECTIONS',oils_i18n_gettext(30, 'Patron has been referred to a collections agency', 'csp', 'label'));
44 INSERT INTO config.standing_penalty (id, name, label, staff_alert, org_depth) VALUES
45     (
46         31,
47         'INVALID_PATRON_EMAIL_ADDRESS',
48         oils_i18n_gettext(
49             31,
50             'Patron had an invalid email address',
51             'csp',
52             'label'
53         ),
54         TRUE,
55         0
56     ),
57     (
58         32,
59         'INVALID_PATRON_DAY_PHONE',
60         oils_i18n_gettext(
61             32,
62             'Patron had an invalid daytime phone number',
63             'csp',
64             'label'
65         ),
66         TRUE,
67         0
68     ),
69     (
70         33,
71         'INVALID_PATRON_EVENING_PHONE',
72         oils_i18n_gettext(
73             33,
74             'Patron had an invalid evening phone number',
75             'csp',
76             'label'
77         ),
78         TRUE,
79         0
80     ),
81     (
82         34,
83         'INVALID_PATRON_OTHER_PHONE',
84         oils_i18n_gettext(
85             34,
86             'Patron had an invalid other phone number',
87             'csp',
88             'label'
89         ),
90         TRUE,
91         0
92     );
93
94
95 SELECT SETVAL('config.standing_penalty_id_seq', 100);
96
97 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'identifier', oils_i18n_gettext('identifier', 'Identifier', 'cmc', 'label') );
98 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'keyword', oils_i18n_gettext('keyword', 'Keyword', 'cmc', 'label') );
99 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'title', oils_i18n_gettext('title', 'Title', 'cmc', 'label') );
100 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'author', oils_i18n_gettext('author', 'Author', 'cmc', 'label') );
101 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'subject', oils_i18n_gettext('subject', 'Subject', 'cmc', 'label') );
102 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'series', oils_i18n_gettext('series', 'Series', 'cmc', 'label') );
103
104 -- enable combined search for only the subject class by default
105 UPDATE config.metabib_class SET combined = TRUE WHERE name = 'subject';
106
107 -- some more from 002.schema.config.sql:
108 INSERT INTO config.xml_transform VALUES ( 'marcxml', 'http://www.loc.gov/MARC21/slim', 'marc', '---' );
109 INSERT INTO config.xml_transform VALUES ( 'mods', 'http://www.loc.gov/mods/', 'mods', '');
110 INSERT INTO config.xml_transform VALUES ( 'mods3', 'http://www.loc.gov/mods/v3', 'mods3', '');
111 INSERT INTO config.xml_transform VALUES ( 'mods32', 'http://www.loc.gov/mods/v3', 'mods32', '');
112 INSERT INTO config.xml_transform VALUES ( 'mods33', 'http://www.loc.gov/mods/v3', 'mods33', '');
113 INSERT INTO config.xml_transform VALUES ( 'marc21expand880', 'http://www.loc.gov/MARC21/slim', 'marc', '' );
114
115 -- Index Definitions
116 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath, browse_field ) VALUES
117     (1, 'series', 'seriestitle', oils_i18n_gettext(1, 'Series Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:relatedItem[@type="series"]/mods32:titleInfo[not(@type="nfi")]$$, TRUE, '//@xlink:href', FALSE );
118
119 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath ) VALUES 
120     (2, 'title', 'abbreviated', oils_i18n_gettext(2, 'Abbreviated Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and (@type='abbreviated')]$$, '//@xlink:href' );
121 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
122     (3, 'title', 'translated', oils_i18n_gettext(3, 'Translated Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and (@type='translated-nfi')]$$, '//@xlink:href', $$*[local-name() != "nonSort"]$$ );
123 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
124     (4, 'title', 'alternative', oils_i18n_gettext(4, 'Alternate Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and starts-with(@type,'alternative')]$$, '//@xlink:href', $$*[local-name() != "nonSort"]$$ );
125 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
126     (5, 'title', 'uniform', oils_i18n_gettext(5, 'Uniform Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and (@type='uniform-nfi')]$$, '//@xlink:href', $$*[local-name() != "nonSort"]$$ );
127 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_field ) VALUES
128     (6, 'title', 'proper', oils_i18n_gettext(6, 'Title Proper', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleNonfiling[mods32:title and not (@type)]$$, '//@xlink:href', FALSE );
129
130 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field , authority_xpath, browse_xpath) VALUES 
131     (7, 'author', 'corporate', oils_i18n_gettext(7, 'Corporate Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='corporate' and (mods32:role/mods32:roleTerm[text()='creator'] or mods32:role/mods32:roleTerm[text()='aut'] or mods32:role/mods32:roleTerm[text()='cre'])]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
132 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
133     (8, 'author', 'personal', oils_i18n_gettext(8, 'Personal Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='personal' and mods32:role/mods32:roleTerm[text()='creator']]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
134 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
135     (9, 'author', 'conference', oils_i18n_gettext(9, 'Conference Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='conference' and mods32:role/mods32:roleTerm[text()='creator']]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
136 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
137     (10, 'author', 'other', oils_i18n_gettext(10, 'Other Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='personal' and not(mods32:role/mods32:roleTerm[text()='creator'])]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
138
139 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
140     (11, 'subject', 'geographic', oils_i18n_gettext(11, 'Geographic Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:geographic$$, TRUE, '//@xlink:href' );
141 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath ) VALUES 
142     (12, 'subject', 'name', oils_i18n_gettext(12, 'Name Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:name$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href' ); -- /* to fool vim */;
143 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
144     (13, 'subject', 'temporal', oils_i18n_gettext(13, 'Temporal Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:temporal$$, TRUE, '//@xlink:href' );
145 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
146     (14, 'subject', 'topic', oils_i18n_gettext(14, 'Topic Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:topic$$, TRUE, '//@xlink:href' );
147 --INSERT INTO config.metabib_field ( id, field_class, name, format, xpath ) VALUES 
148 --  ( id, field_class, name, xpath ) VALUES ( 'subject', 'genre', 'mods32', $$//mods32:mods/mods32:genre$$ );
149 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES 
150     (15, 'keyword', 'keyword', oils_i18n_gettext(15, 'General Keywords', 'cmf', 'label'), 'mods32', $$//mods32:mods/*[not(local-name()='originInfo')]$$, FALSE ); -- /* to fool vim */;
151 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
152     (16, 'subject', 'complete', oils_i18n_gettext(16, 'All Subjects', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject$$, FALSE );
153
154 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
155     (17, 'identifier', 'accession', oils_i18n_gettext(17, 'Accession Number', 'cmf', 'label'), 'marcxml', $$//marc:controlfield[@tag='001']$$, FALSE );
156 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
157     (18, 'identifier', 'isbn', oils_i18n_gettext(18, 'ISBN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='020']/marc:subfield[@code='a' or @code='z']$$, FALSE );
158 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
159     (19, 'identifier', 'issn', oils_i18n_gettext(19, 'ISSN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='022']/marc:subfield[@code='a' or @code='z']$$, FALSE );
160 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
161     (20, 'identifier', 'upc', oils_i18n_gettext(20, 'UPC', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='1']/marc:subfield[@code='a' or @code='z']$$, FALSE );
162 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
163     (21, 'identifier', 'ismn', oils_i18n_gettext(21, 'ISMN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='2']/marc:subfield[@code='a' or @code='z']$$, FALSE );
164 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
165     (22, 'identifier', 'ean', oils_i18n_gettext(22, 'EAN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='3']/marc:subfield[@code='a' or @code='z']$$, FALSE );
166 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
167     (23, 'identifier', 'isrc', oils_i18n_gettext(23, 'ISRC', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='0']/marc:subfield[@code='a' or @code='z']$$, FALSE );
168 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
169     (24, 'identifier', 'sici', oils_i18n_gettext(24, 'SICI', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='4']/marc:subfield[@code='a' or @code='z']$$, FALSE );
170 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
171     (25, 'identifier', 'bibcn', oils_i18n_gettext(25, 'Local Free-Text Call Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='099']$$, FALSE );
172 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
173     (26, 'identifier', 'tcn', oils_i18n_gettext(26, 'Title Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='901']/marc:subfield[@code='a']$$, FALSE );
174 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
175     (27, 'identifier', 'bibid', oils_i18n_gettext(27, 'Internal ID', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='901']/marc:subfield[@code='c']$$, FALSE );
176 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, facet_field, browse_field) VALUES
177     (28, 'identifier', 'authority_id', oils_i18n_gettext(28, 'Authority Record ID', 'cmf', 'label'), 'marcxml', '//marc:datafield/marc:subfield[@code="0"]', FALSE, TRUE, FALSE);
178 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field) VALUES
179     (29, 'identifier', 'scn', oils_i18n_gettext(29, 'System Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='035']/marc:subfield[@code="a"]$$, FALSE);
180 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field) VALUES
181     (30, 'identifier', 'lccn', oils_i18n_gettext(30, 'LC Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='010']/marc:subfield[@code="a" or @code='z']$$, FALSE);
182 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, authority_xpath, browse_field, browse_sort_xpath ) VALUES
183     (31, 'title', 'browse', oils_i18n_gettext(31, 'Title Proper (Browse)', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleBrowse$$, FALSE, '//@xlink:href', TRUE, $$*[local-name() != "nonSort"]$$ );
184 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, authority_xpath, browse_field, browse_sort_xpath ) VALUES
185     (32, 'series', 'browse', oils_i18n_gettext(32, 'Series Title (Browse)', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:relatedItem[@type="series"]/mods32:titleInfo[@type="nfi"]$$, FALSE, '//@xlink:href', TRUE, $$*[local-name() != "nonSort"]$$ );
186
187 UPDATE config.metabib_field SET joiner = ' -- ' WHERE field_class = 'subject' AND name NOT IN ('name', 'complete');
188
189 SELECT SETVAL('config.metabib_field_id_seq', GREATEST(1000, (SELECT MAX(id) FROM config.metabib_field)));
190
191 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('kw','keyword');
192 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.keyword','keyword');
193 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.publisher','keyword');
194 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.subjecttitle','keyword');
195 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.genre','keyword');
196 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.edition','keyword');
197 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('srw.serverchoice','keyword');
198
199 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('id','identifier');
200 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.identifier','identifier');
201 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.isbn','identifier', 18);
202 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.issn','identifier', 19);
203 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.upc','identifier', 20);
204 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.callnumber','identifier', 25);
205 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.tcn','identifier', 26);
206 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.bibid','identifier', 27);
207
208 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('au','author');
209 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('name','author');
210 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('creator','author');
211 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.author','author');
212 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.name','author');
213 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.creator','author');
214 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.contributor','author');
215 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.name','author');
216 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonal','author',8);
217 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonalfamily','author',8);
218 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonalgiven','author',8);
219 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namecorporate','author',7);
220 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.nameconference','author',9);
221
222 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('ti','title');
223 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.title','title');
224 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.title','title');
225 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleabbreviated','title',2);
226 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleuniform','title',5);
227 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titletranslated','title',3);
228 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titlealternative','title',4);
229 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.title','title',2);
230
231 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('su','subject');
232 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.subject','subject');
233 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.subject','subject');
234 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectplace','subject',11);
235 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectname','subject',12);
236 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectoccupation','subject',16);
237
238 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('se','series');
239 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.series','series');
240 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleseries','series',1);
241
242
243 INSERT INTO config.non_cataloged_type ( id, owning_lib, name ) VALUES ( 1, 1, oils_i18n_gettext(1, 'Paperback Book', 'cnct', 'name') );
244 SELECT SETVAL('config.non_cataloged_type_id_seq'::TEXT, 100);
245
246 INSERT INTO config.identification_type ( id, name ) VALUES 
247     ( 1, oils_i18n_gettext(1, 'Drivers License', 'cit', 'name') );
248 INSERT INTO config.identification_type ( id, name ) VALUES 
249     ( 2, oils_i18n_gettext(2, 'SSN', 'cit', 'name') );
250 INSERT INTO config.identification_type ( id, name ) VALUES 
251     ( 3, oils_i18n_gettext(3, 'Other', 'cit', 'name') );
252 SELECT SETVAL('config.identification_type_id_seq'::TEXT, 100);
253
254 INSERT INTO config.rule_circ_duration VALUES 
255     (1, oils_i18n_gettext(1, '7_days_0_renew', 'crcd', 'name'), '7 days', '7 days', '7 days', 0);
256 INSERT INTO config.rule_circ_duration VALUES 
257     (2, oils_i18n_gettext(2, '28_days_2_renew', 'crcd', 'name'), '28 days', '28 days', '28 days', 2);
258 INSERT INTO config.rule_circ_duration VALUES 
259     (3, oils_i18n_gettext(3, '3_months_0_renew', 'crcd', 'name'), '3 months', '3 months', '3 months', 0);
260 INSERT INTO config.rule_circ_duration VALUES 
261     (4, oils_i18n_gettext(4, '3_days_1_renew', 'crcd', 'name'), '3 days', '3 days', '3 days', 1);
262 INSERT INTO config.rule_circ_duration VALUES 
263     (5, oils_i18n_gettext(5, '2_months_2_renew', 'crcd', 'name'), '2 months', '2 months', '2 months', 2);
264 INSERT INTO config.rule_circ_duration VALUES 
265     (6, oils_i18n_gettext(6, '35_days_1_renew', 'crcd', 'name'), '35 days', '35 days', '35 days', 1);
266 INSERT INTO config.rule_circ_duration VALUES 
267     (7, oils_i18n_gettext(7, '7_days_2_renew', 'crcd', 'name'), '7 days', '7 days', '7 days', 2);
268 INSERT INTO config.rule_circ_duration VALUES 
269     (8, oils_i18n_gettext(8, '1_hour_2_renew', 'crcd', 'name'), '1 hour', '1 hour', '1 hour', 2);
270 INSERT INTO config.rule_circ_duration VALUES 
271     (9, oils_i18n_gettext(9, '28_days_0_renew', 'crcd', 'name'), '28 days', '28 days', '28 days', 0);
272 INSERT INTO config.rule_circ_duration VALUES 
273     (10, oils_i18n_gettext(10, '14_days_2_renew', 'crcd', 'name'), '14 days', '14 days', '14 days', 2);
274 INSERT INTO config.rule_circ_duration VALUES 
275     (11, oils_i18n_gettext(11, 'default', 'crcd', 'name'), '21 days', '14 days', '7 days', 2);
276 SELECT SETVAL('config.rule_circ_duration_id_seq'::TEXT, 100);
277
278 INSERT INTO config.rule_max_fine VALUES 
279     (1, oils_i18n_gettext(1, 'default', 'crmf', 'name'), 5.00);
280 INSERT INTO config.rule_max_fine VALUES 
281     (2, oils_i18n_gettext(2, 'overdue_min', 'crmf', 'name'), 5.00);
282 INSERT INTO config.rule_max_fine VALUES 
283     (3, oils_i18n_gettext(3, 'overdue_mid', 'crmf', 'name'), 10.00);
284 INSERT INTO config.rule_max_fine VALUES 
285     (4, oils_i18n_gettext(4, 'overdue_max', 'crmf', 'name'), 100.00);
286 INSERT INTO config.rule_max_fine VALUES 
287     (5, oils_i18n_gettext(5, 'overdue_equip_min', 'crmf', 'name'), 25.00);
288 INSERT INTO config.rule_max_fine VALUES 
289     (6, oils_i18n_gettext(6, 'overdue_equip_mid', 'crmf', 'name'), 25.00);
290 INSERT INTO config.rule_max_fine VALUES 
291     (7, oils_i18n_gettext(7, 'overdue_equip_max', 'crmf', 'name'), 100.00);
292 SELECT SETVAL('config.rule_max_fine_id_seq'::TEXT, 100);
293
294 INSERT INTO config.rule_recurring_fine VALUES 
295     (1, oils_i18n_gettext(1, 'default', 'crrf', 'name'), 0.50, 0.10, 0.05, '1 day', '1 day');
296 INSERT INTO config.rule_recurring_fine VALUES 
297     (2, oils_i18n_gettext(2, '10_cent_per_day', 'crrf', 'name'), 0.50, 0.10, 0.10, '1 day', '1 day');
298 INSERT INTO config.rule_recurring_fine VALUES 
299     (3, oils_i18n_gettext(3, '50_cent_per_day', 'crrf', 'name'), 0.50, 0.50, 0.50, '1 day', '1 day');
300 SELECT SETVAL('config.rule_recurring_fine_id_seq'::TEXT, 100);
301
302 INSERT INTO config.rule_age_hold_protect VALUES
303         (1, oils_i18n_gettext(1, '3month', 'crahp', 'name'), '3 months', 0);
304 INSERT INTO config.rule_age_hold_protect VALUES
305         (2, oils_i18n_gettext(2, '6month', 'crahp', 'name'), '6 months', 2);
306 SELECT SETVAL('config.rule_age_hold_protect_id_seq'::TEXT, 100);
307
308 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active) VALUES (0,oils_i18n_gettext(0, 'Available', 'ccs', 'name'),'t','t','t');
309 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active,restrict_copy_delete) VALUES (1,oils_i18n_gettext(1, 'Checked out', 'ccs', 'name'),'t','t','t','t');
310 INSERT INTO config.copy_status (id,name) VALUES (2,oils_i18n_gettext(2, 'Bindery', 'ccs', 'name'));
311 INSERT INTO config.copy_status (id,name,restrict_copy_delete) VALUES (3,oils_i18n_gettext(3, 'Lost', 'ccs', 'name'),'t');
312 INSERT INTO config.copy_status (id,name) VALUES (4,oils_i18n_gettext(4, 'Missing', 'ccs', 'name'));
313 INSERT INTO config.copy_status (id,name,holdable,opac_visible) VALUES (5,oils_i18n_gettext(5, 'In process', 'ccs', 'name'),'t','t');
314 INSERT INTO config.copy_status (id,name,holdable,opac_visible,restrict_copy_delete) VALUES (6,oils_i18n_gettext(6, 'In transit', 'ccs', 'name'),'t','t','t');
315 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active) VALUES (7,oils_i18n_gettext(7, 'Reshelving', 'ccs', 'name'),'t','t','t');
316 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active,restrict_copy_delete) VALUES (8,oils_i18n_gettext(8, 'On holds shelf', 'ccs', 'name'),'t','t','t','t');
317 INSERT INTO config.copy_status (id,name,holdable,opac_visible) VALUES (9,oils_i18n_gettext(9, 'On order', 'ccs', 'name'),'t','t');
318 INSERT INTO config.copy_status (id,name,copy_active) VALUES (10,oils_i18n_gettext(10, 'ILL', 'ccs', 'name'),'t');
319 INSERT INTO config.copy_status (id,name) VALUES (11,oils_i18n_gettext(11, 'Cataloging', 'ccs', 'name'));
320 INSERT INTO config.copy_status (id,name,opac_visible,copy_active) VALUES (12,oils_i18n_gettext(12, 'Reserves', 'ccs', 'name'),'t','t');
321 INSERT INTO config.copy_status (id,name) VALUES (13,oils_i18n_gettext(13, 'Discard/Weed', 'ccs', 'name'));
322 INSERT INTO config.copy_status (id,name) VALUES (14,oils_i18n_gettext(14, 'Damaged', 'ccs', 'name'));
323 INSERT INTO config.copy_status (id,name,copy_active) VALUES (15,oils_i18n_gettext(15, 'On reservation shelf', 'ccs', 'name'),'t');
324 INSERT INTO config.copy_status
325     (id, name, holdable, opac_visible, copy_active, restrict_copy_delete)
326     VALUES (16, oils_i18n_gettext(16, 'Long Overdue', 'ccs', 'name'), 'f', 'f', 'f', 't');
327 INSERT INTO config.copy_status
328 (id, name, holdable, opac_visible, copy_active, restrict_copy_delete)
329 VALUES (17, 'Lost and Paid', FALSE, FALSE, FALSE, TRUE);
330
331
332 SELECT SETVAL('config.copy_status_id_seq'::TEXT, 100);
333
334 INSERT INTO config.net_access_level (id, name) VALUES 
335     (1, oils_i18n_gettext(1, 'Filtered', 'cnal', 'name'));
336 INSERT INTO config.net_access_level (id, name) VALUES 
337     (2, oils_i18n_gettext(2, 'Unfiltered', 'cnal', 'name'));
338 INSERT INTO config.net_access_level (id, name) VALUES 
339     (3, oils_i18n_gettext(3, 'No Access', 'cnal', 'name'));
340 SELECT SETVAL('config.net_access_level_id_seq'::TEXT, 100);
341
342 -- available locales
343 INSERT INTO config.i18n_locale (code,marc_code,name,description)
344     VALUES ('en-US', 'eng', oils_i18n_gettext('en-US', 'English (US)', 'i18n_l', 'name'),
345         oils_i18n_gettext('en-US', 'American English', 'i18n_l', 'description'));
346 INSERT INTO config.i18n_locale (code,marc_code,name,description)
347     VALUES ('cs-CZ', 'cze', oils_i18n_gettext('cs-CZ', 'Czech', 'i18n_l', 'name'),
348         oils_i18n_gettext('cs-CZ', 'Czech', 'i18n_l', 'description'));
349 INSERT INTO config.i18n_locale (code,marc_code,name,description)
350     VALUES ('en-CA', 'eng', oils_i18n_gettext('en-CA', 'English (Canada)', 'i18n_l', 'name'),
351         oils_i18n_gettext('en-CA', 'Canadian English', 'i18n_l', 'description'));
352 INSERT INTO config.i18n_locale (code,marc_code,name,description)
353     VALUES ('fi-FI', 'fin', oils_i18n_gettext('fi-FI', 'Finnish', 'i18n_l', 'name'),
354         oils_i18n_gettext('fi-FI', 'Finnish', 'i18n_l', 'description'));
355 INSERT INTO config.i18n_locale (code,marc_code,name,description)
356     VALUES ('fr-CA', 'fre', oils_i18n_gettext('fr-CA', 'French (Canada)', 'i18n_l', 'name'),
357         oils_i18n_gettext('fr-CA', 'Canadian French', 'i18n_l', 'description'));
358 INSERT INTO config.i18n_locale (code,marc_code,name,description)
359     VALUES ('hy-AM', 'arm', oils_i18n_gettext('hy-AM', 'Armenian', 'i18n_l', 'name'),
360         oils_i18n_gettext('hy-AM', 'Armenian', 'i18n_l', 'description'));
361 --INSERT INTO config.i18n_locale (code,marc_code,name,description)
362 --    VALUES ('es-US', 'spa', oils_i18n_gettext('es-US', 'Spanish (US)', 'i18n_l', 'name'),
363 --      oils_i18n_gettext('es-US', 'American Spanish', 'i18n_l', 'description'));
364 --INSERT INTO config.i18n_locale (code,marc_code,name,description)
365 --    VALUES ('es-MX', 'spa', oils_i18n_gettext('es-MX', 'Spanish (Mexico)', 'i18n_l', 'name'),
366 --      oils_i18n_gettext('es-MX', 'Mexican Spanish', 'i18n_l', 'description'));
367 INSERT INTO config.i18n_locale (code,marc_code,name,description)
368     VALUES ('ru-RU', 'rus', oils_i18n_gettext('ru-RU', 'Russian', 'i18n_l', 'name'),
369         oils_i18n_gettext('ru-RU', 'Russian', 'i18n_l', 'description'));
370
371 -- Z39.50 server attributes
372
373 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
374         VALUES ('loc', oils_i18n_gettext('loc', 'Library of Congress', 'czs', 'label'), 'lx2.loc.gov', 210, 'LCDB', FALSE);
375 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
376         VALUES ('oclc', oils_i18n_gettext('oclc', 'OCLC', 'czs', 'label'), 'zcat.oclc.org', 210, 'OLUCWorldCat', TRUE);
377
378 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
379         VALUES (1, 'loc','tcn', oils_i18n_gettext(1, 'Title Control Number', 'cza', 'label'), 12, 1);
380 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
381         VALUES (2, 'loc', 'isbn', oils_i18n_gettext(2, 'ISBN', 'cza', 'label'), 7, 6);
382 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
383         VALUES (3, 'loc', 'lccn', oils_i18n_gettext(3, 'LCCN', 'cza', 'label'), 9, 6);
384 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
385         VALUES (4, 'loc', 'author', oils_i18n_gettext(4, 'Author', 'cza', 'label'), 1003, 6);
386 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
387         VALUES (5, 'loc', 'title', oils_i18n_gettext(5, 'Title', 'cza', 'label'), 4, 6);
388 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
389         VALUES (6, 'loc', 'issn', oils_i18n_gettext(6, 'ISSN', 'cza', 'label'), 8, 1);
390 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
391         VALUES (7, 'loc', 'publisher', oils_i18n_gettext(7, 'Publisher', 'cza', 'label'), 1018, 6);
392 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
393         VALUES (8, 'loc', 'pubdate', oils_i18n_gettext(8, 'Publication Date', 'cza', 'label'), 31, 1);
394 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
395         VALUES (9, 'loc', 'item_type', oils_i18n_gettext(9, 'Item Type', 'cza', 'label'), 1001, 1);
396
397 UPDATE config.z3950_attr SET truncation = 1 WHERE source = 'loc';
398
399 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
400         VALUES (10, 'oclc', 'tcn', oils_i18n_gettext(10, 'Title Control Number', 'cza', 'label'), 12, 1);
401 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
402         VALUES (11, 'oclc', 'isbn', oils_i18n_gettext(11, 'ISBN', 'cza', 'label'), 7, 6);
403 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
404         VALUES (12, 'oclc', 'lccn', oils_i18n_gettext(12, 'LCCN', 'cza', 'label'), 9, 1);
405 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
406         VALUES (13, 'oclc', 'author', oils_i18n_gettext(13, 'Author', 'cza', 'label'), 1003, 6);
407 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
408         VALUES (14, 'oclc', 'title', oils_i18n_gettext(14, 'Title', 'cza', 'label'), 4, 6);
409 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
410         VALUES (15, 'oclc', 'issn', oils_i18n_gettext(15, 'ISSN', 'cza', 'label'), 8, 1);
411 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
412         VALUES (16, 'oclc', 'publisher', oils_i18n_gettext(16, 'Publisher', 'cza', 'label'), 1018, 6);
413 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
414         VALUES (17, 'oclc', 'pubdate', oils_i18n_gettext(17, 'Publication Date', 'cza', 'label'), 31, 1);
415 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
416         VALUES (18, 'oclc', 'item_type', oils_i18n_gettext(18, 'Item Type', 'cza', 'label'), 1001, 1);
417
418 SELECT SETVAL('config.z3950_attr_id_seq'::TEXT, 100);
419
420 --005.schema.actors.sql:
421
422 -- The PINES levels
423 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent, can_have_users, can_have_vols) VALUES 
424     ( 1, oils_i18n_gettext(1, 'Consortium', 'aout', 'name'),
425         oils_i18n_gettext(1, 'Everywhere', 'aout', 'opac_label'), 0, NULL, FALSE, FALSE );
426 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent, can_have_users, can_have_vols) VALUES 
427     ( 2, oils_i18n_gettext(2, 'System', 'aout', 'name'),
428         oils_i18n_gettext(2, 'Local Library System', 'aout', 'opac_label'), 1, 1, FALSE, FALSE );
429 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
430     ( 3, oils_i18n_gettext(3, 'Branch', 'aout', 'name'),
431         oils_i18n_gettext(3, 'This Branch', 'aout', 'opac_label'), 2, 2 );
432 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
433     ( 4, oils_i18n_gettext(4, 'Sub-library', 'aout', 'name'),
434         oils_i18n_gettext(4, 'This Specialized Library', 'aout', 'opac_label'), 3, 3 );
435 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
436     ( 5, oils_i18n_gettext(5, 'Bookmobile', 'aout', 'name'),
437         oils_i18n_gettext(5, 'Your Bookmobile', 'aout', 'opac_label'), 3, 3 );
438 SELECT SETVAL('actor.org_unit_type_id_seq'::TEXT, 100);
439
440 -- We need one actor.org_unit to own many things
441 INSERT INTO actor.org_unit (id, parent_ou, ou_type, shortname, name) VALUES 
442     (1, NULL, 1, 'CONS', oils_i18n_gettext(1, 'Example Consortium', 'aou', 'name'));
443 SELECT SETVAL('actor.org_unit_id_seq'::TEXT, 100);
444
445 INSERT INTO config.billing_type (id, name, owner) VALUES
446         ( 1, oils_i18n_gettext(1, 'Overdue Materials', 'cbt', 'name'), 1);
447 INSERT INTO config.billing_type (id, name, owner) VALUES
448         ( 2, oils_i18n_gettext(2, 'Long Overdue Collection Fee', 'cbt', 'name'), 1);
449 INSERT INTO config.billing_type (id, name, owner) VALUES
450         ( 3, oils_i18n_gettext(3, 'Lost Materials', 'cbt', 'name'), 1);
451 INSERT INTO config.billing_type (id, name, owner) VALUES
452         ( 4, oils_i18n_gettext(4, 'Lost Materials Processing Fee', 'cbt', 'name'), 1);
453 INSERT INTO config.billing_type (id, name, owner) VALUES
454         ( 5, oils_i18n_gettext(5, 'System: Deposit', 'cbt', 'name'), 1);
455 INSERT INTO config.billing_type (id, name, owner) VALUES
456         ( 6, oils_i18n_gettext(6, 'System: Rental', 'cbt', 'name'), 1);
457 INSERT INTO config.billing_type (id, name, owner) VALUES
458         ( 7, oils_i18n_gettext(7, 'Damaged Item', 'cbt', 'name'), 1);
459 INSERT INTO config.billing_type (id, name, owner) VALUES
460         ( 8, oils_i18n_gettext(8, 'Damaged Item Processing Fee', 'cbt', 'name'), 1);
461 INSERT INTO config.billing_type (id, name, owner) VALUES
462         ( 9, oils_i18n_gettext(9, 'Notification Fee', 'cbt', 'name'), 1);
463 INSERT INTO config.billing_type (id, owner, name) VALUES
464     (10, 1, oils_i18n_gettext(10, 'Long-Overdue Materials', 'cbt', 'name'));
465 INSERT INTO config.billing_type (id, owner, name) VALUES
466     (11, 1, oils_i18n_gettext(11, 'Long-Overdue Materials Processing Fee', 'cbt', 'name'));
467
468
469 INSERT INTO config.billing_type (id, name, owner) VALUES ( 101, oils_i18n_gettext(101, 'Misc', 'cbt', 'name'), 1);
470
471 SELECT SETVAL('config.billing_type_id_seq'::TEXT, 101);
472
473 --006.data.permissions.sql:
474 INSERT INTO permission.perm_list ( id, code, description ) VALUES
475  ( -1, 'EVERYTHING', oils_i18n_gettext( -1, 
476     'EVERYTHING', 'ppl', 'description' )),
477  ( 1, 'OPAC_LOGIN', oils_i18n_gettext( 1, 
478     'Allow a user to log in to the OPAC', 'ppl', 'description' )),
479  ( 2, 'STAFF_LOGIN', oils_i18n_gettext( 2, 
480     'Allow a user to log in to the staff client', 'ppl', 'description' )),
481  ( 3, 'MR_HOLDS', oils_i18n_gettext( 3, 
482     'Allow a user to create a metarecord holds', 'ppl', 'description' )),
483  ( 4, 'TITLE_HOLDS', oils_i18n_gettext( 4, 
484     'Allow a user to place a hold at the title level', 'ppl', 'description' )),
485  ( 5, 'VOLUME_HOLDS', oils_i18n_gettext( 5, 
486     'Allow a user to place a volume level hold', 'ppl', 'description' )),
487  ( 6, 'COPY_HOLDS', oils_i18n_gettext( 6, 
488     'Allow a user to place a hold on a specific copy', 'ppl', 'description' )),
489  ( 7, 'REQUEST_HOLDS', oils_i18n_gettext( 7, 
490     'Allow a user to create holds for another user (if true, we still check to make sure they have permission to make the type of hold they are requesting, for example, COPY_HOLDS)', 'ppl', 'description' )),
491  ( 8, 'REQUEST_HOLDS_OVERRIDE', oils_i18n_gettext( 8, 
492     '* no longer applicable', 'ppl', 'description' )),
493  ( 9, 'VIEW_HOLD', oils_i18n_gettext( 9, 
494     'Allow a user to view another user''s holds', 'ppl', 'description' )),
495  ( 10, 'DELETE_HOLDS', oils_i18n_gettext( 10, 
496     '* no longer applicable', 'ppl', 'description' )),
497  ( 11, 'UPDATE_HOLD', oils_i18n_gettext( 11, 
498     'Allow a user to update another user''s hold', 'ppl', 'description' )),
499  ( 12, 'RENEW_CIRC', oils_i18n_gettext( 12, 
500     'Allow a user to renew items', 'ppl', 'description' )),
501  ( 13, 'VIEW_USER_FINES_SUMMARY', oils_i18n_gettext( 13, 
502     'Allow a user to view bill details', 'ppl', 'description' )),
503  ( 14, 'VIEW_USER_TRANSACTIONS', oils_i18n_gettext( 14, 
504     'Allow a user to see another user''s grocery or circulation transactions in the Bills Interface; duplicate of VIEW_TRANSACTION', 'ppl', 'description' )),
505  ( 15, 'UPDATE_MARC', oils_i18n_gettext( 15, 
506     'Allow a user to edit a MARC record', 'ppl', 'description' )),
507  ( 16, 'CREATE_MARC', oils_i18n_gettext( 16, 
508     'Allow a user to create new MARC records', 'ppl', 'description' )),
509  ( 17, 'IMPORT_MARC', oils_i18n_gettext( 17, 
510     'Allow a user to import a MARC record via the Z39.50 interface', 'ppl', 'description' )),
511  ( 18, 'CREATE_VOLUME', oils_i18n_gettext( 18, 
512     'Allow a user to create a volume', 'ppl', 'description' )),
513  ( 19, 'UPDATE_VOLUME', oils_i18n_gettext( 19, 
514     'Allow a user to edit volumes - needed for merging records. This is a duplicate of VOLUME_UPDATE; user must have both permissions at appropriate level to merge records.', 'ppl', 'description' )),
515  ( 20, 'DELETE_VOLUME', oils_i18n_gettext( 20, 
516     'Allow a user to delete a volume', 'ppl', 'description' )),
517  ( 21, 'CREATE_COPY', oils_i18n_gettext( 21, 
518     'Allow a user to create a new copy object', 'ppl', 'description' )),
519  ( 22, 'UPDATE_COPY', oils_i18n_gettext( 22, 
520     'Allow a user to edit a copy', 'ppl', 'description' )),
521  ( 23, 'DELETE_COPY', oils_i18n_gettext( 23, 
522     'Allow a user to delete a copy', 'ppl', 'description' )),
523  ( 24, 'RENEW_HOLD_OVERRIDE', oils_i18n_gettext( 24, 
524     'Allow a user to continue to renew an item even if it is required for a hold', 'ppl', 'description' )),
525  ( 25, 'CREATE_USER', oils_i18n_gettext( 25, 
526     'Allow a user to create another user', 'ppl', 'description' )),
527  ( 26, 'UPDATE_USER', oils_i18n_gettext( 26, 
528     'Allow a user to edit a user''s record', 'ppl', 'description' )),
529  ( 27, 'DELETE_USER', oils_i18n_gettext( 27, 
530     'Allow a user to mark a user as deleted', 'ppl', 'description' )),
531  ( 28, 'VIEW_USER', oils_i18n_gettext( 28, 
532     'Allow a user to view another user''s Patron Record', 'ppl', 'description' )),
533  ( 29, 'COPY_CHECKIN', oils_i18n_gettext( 29, 
534     'Allow a user to check in a copy', 'ppl', 'description' )),
535  ( 30, 'CREATE_TRANSIT', oils_i18n_gettext( 30, 
536     'Allow a user to place an item in transit', 'ppl', 'description' )),
537  ( 31, 'VIEW_PERMISSION', oils_i18n_gettext( 31, 
538     'Allow a user to view user permissions within the user permissions editor', 'ppl', 'description' )),
539  ( 32, 'CHECKIN_BYPASS_HOLD_FULFILL', oils_i18n_gettext( 32, 
540     '* no longer applicable', 'ppl', 'description' )),
541  ( 33, 'CREATE_PAYMENT', oils_i18n_gettext( 33, 
542     'Allow a user to record payments in the Billing Interface', 'ppl', 'description' )),
543  ( 34, 'SET_CIRC_LOST', oils_i18n_gettext( 34, 
544     'Allow a user to mark an item as ''lost''', 'ppl', 'description' )),
545  ( 35, 'SET_CIRC_MISSING', oils_i18n_gettext( 35, 
546     'Allow a user to mark an item as ''missing''', 'ppl', 'description' )),
547  ( 36, 'SET_CIRC_CLAIMS_RETURNED', oils_i18n_gettext( 36, 
548     'Allow a user to mark an item as ''claims returned''', 'ppl', 'description' )),
549  ( 37, 'CREATE_TRANSACTION', oils_i18n_gettext( 37, 
550     'Allow a user to create a new billable transaction', 'ppl', 'description' )),
551  ( 38, 'VIEW_TRANSACTION', oils_i18n_gettext( 38, 
552     'Allow a user may view another user''s transactions', 'ppl', 'description' )),
553  ( 39, 'CREATE_BILL', oils_i18n_gettext( 39, 
554     'Allow a user to create a new bill on a transaction', 'ppl', 'description' )),
555  ( 40, 'VIEW_CONTAINER', oils_i18n_gettext( 40, 
556     'Allow a user to view another user''s containers (buckets)', 'ppl', 'description' )),
557  ( 41, 'CREATE_CONTAINER', oils_i18n_gettext( 41, 
558     'Allow a user to create a new container for another user', 'ppl', 'description' )),
559  ( 42, 'UPDATE_ORG_UNIT', oils_i18n_gettext( 42, 
560     'Allow a user to change the settings for an organization unit', 'ppl', 'description' )),
561  ( 43, 'VIEW_CIRCULATIONS', oils_i18n_gettext( 43, 
562     'Allow a user to see what another user has checked out', 'ppl', 'description' )),
563  ( 44, 'DELETE_CONTAINER', oils_i18n_gettext( 44, 
564     'Allow a user to delete another user''s container', 'ppl', 'description' )),
565  ( 45, 'CREATE_CONTAINER_ITEM', oils_i18n_gettext( 45, 
566     'Allow a user to create a container item for another user', 'ppl', 'description' )),
567  ( 46, 'CREATE_USER_GROUP_LINK', oils_i18n_gettext( 46, 
568     'Allow a user to add other users to permission groups', 'ppl', 'description' )),
569  ( 47, 'REMOVE_USER_GROUP_LINK', oils_i18n_gettext( 47, 
570     'Allow a user to remove other users from permission groups', 'ppl', 'description' )),
571  ( 48, 'VIEW_PERM_GROUPS', oils_i18n_gettext( 48, 
572     'Allow a user to view other users'' permission groups', 'ppl', 'description' )),
573  ( 49, 'VIEW_PERMIT_CHECKOUT', oils_i18n_gettext( 49, 
574     'Allow a user to determine whether another user can check out an item', 'ppl', 'description' )),
575  ( 50, 'UPDATE_BATCH_COPY', oils_i18n_gettext( 50, 
576     'Allow a user to edit copies in batch', 'ppl', 'description' )),
577  ( 51, 'CREATE_PATRON_STAT_CAT', oils_i18n_gettext( 51, 
578     'User may create a new patron statistical category', 'ppl', 'description' )),
579  ( 52, 'CREATE_COPY_STAT_CAT', oils_i18n_gettext( 52, 
580     'User may create a copy statistical category', 'ppl', 'description' )),
581  ( 53, 'CREATE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 53, 
582     'User may create an entry in a patron statistical category', 'ppl', 'description' )),
583  ( 54, 'CREATE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 54, 
584     'User may create an entry in a copy statistical category', 'ppl', 'description' )),
585  ( 55, 'UPDATE_PATRON_STAT_CAT', oils_i18n_gettext( 55, 
586     'User may update a patron statistical category', 'ppl', 'description' )),
587  ( 56, 'UPDATE_COPY_STAT_CAT', oils_i18n_gettext( 56, 
588     'User may update a copy statistical category', 'ppl', 'description' )),
589  ( 57, 'UPDATE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 57, 
590     'User may update an entry in a patron statistical category', 'ppl', 'description' )),
591  ( 58, 'UPDATE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 58, 
592     'User may update an entry in a copy statistical category', 'ppl', 'description' )),
593  ( 59, 'CREATE_PATRON_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 59, 
594     'User may link another user to an entry in a statistical category', 'ppl', 'description' )),
595  ( 60, 'CREATE_COPY_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 60, 
596     'User may link a copy to an entry in a statistical category', 'ppl', 'description' )),
597  ( 61, 'DELETE_PATRON_STAT_CAT', oils_i18n_gettext( 61, 
598     'User may delete a patron statistical category', 'ppl', 'description' )),
599  ( 62, 'DELETE_COPY_STAT_CAT', oils_i18n_gettext( 62, 
600     'User may delete a copy statistical category', 'ppl', 'description' )),
601  ( 63, 'DELETE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 63, 
602     'User may delete an entry from a patron statistical category', 'ppl', 'description' )),
603  ( 64, 'DELETE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 64, 
604     'User may delete an entry from a copy statistical category', 'ppl', 'description' )),
605  ( 65, 'DELETE_PATRON_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 65, 
606     'User may delete a patron statistical category entry map', 'ppl', 'description' )),
607  ( 66, 'DELETE_COPY_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 66, 
608     'User may delete a copy statistical category entry map', 'ppl', 'description' )),
609  ( 67, 'CREATE_NON_CAT_TYPE', oils_i18n_gettext( 67, 
610     'Allow a user to create a new non-cataloged item type', 'ppl', 'description' )),
611  ( 68, 'UPDATE_NON_CAT_TYPE', oils_i18n_gettext( 68, 
612     'Allow a user to update a non-cataloged item type', 'ppl', 'description' )),
613  ( 69, 'CREATE_IN_HOUSE_USE', oils_i18n_gettext( 69, 
614     'Allow a user to create a new in-house-use ', 'ppl', 'description' )),
615  ( 70, 'COPY_CHECKOUT', oils_i18n_gettext( 70, 
616     'Allow a user to check out a copy', 'ppl', 'description' )),
617  ( 71, 'CREATE_COPY_LOCATION', oils_i18n_gettext( 71, 
618     'Allow a user to create a new copy location', 'ppl', 'description' )),
619  ( 72, 'UPDATE_COPY_LOCATION', oils_i18n_gettext( 72, 
620     'Allow a user to update a copy location', 'ppl', 'description' )),
621  ( 73, 'DELETE_COPY_LOCATION', oils_i18n_gettext( 73, 
622     'Allow a user to delete a copy location', 'ppl', 'description' )),
623  ( 74, 'CREATE_COPY_TRANSIT', oils_i18n_gettext( 74, 
624     'Allow a user to create a transit_copy object for transiting a copy', 'ppl', 'description' )),
625  ( 75, 'COPY_TRANSIT_RECEIVE', oils_i18n_gettext( 75, 
626     'Allow a user to close out a transit on a copy', 'ppl', 'description' )),
627  ( 76, 'VIEW_HOLD_PERMIT', oils_i18n_gettext( 76, 
628     'Allow a user to see if another user has permission to place a hold on a given copy', 'ppl', 'description' )),
629  ( 77, 'VIEW_COPY_CHECKOUT_HISTORY', oils_i18n_gettext( 77, 
630     'Allow a user to view which users have checked out a given copy', 'ppl', 'description' )),
631  ( 78, 'REMOTE_Z3950_QUERY', oils_i18n_gettext( 78, 
632     'Allow a user to perform Z39.50 queries against remote servers', 'ppl', 'description' )),
633  ( 79, 'REGISTER_WORKSTATION', oils_i18n_gettext( 79, 
634     'Allow a user to register a new workstation', 'ppl', 'description' )),
635  ( 80, 'VIEW_COPY_NOTES', oils_i18n_gettext( 80, 
636     'Allow a user to view all notes attached to a copy', 'ppl', 'description' )),
637  ( 81, 'VIEW_VOLUME_NOTES', oils_i18n_gettext( 81, 
638     'Allow a user to view all notes attached to a volume', 'ppl', 'description' )),
639  ( 82, 'VIEW_TITLE_NOTES', oils_i18n_gettext( 82, 
640     'Allow a user to view all notes attached to a title', 'ppl', 'description' )),
641  ( 83, 'CREATE_COPY_NOTE', oils_i18n_gettext( 83, 
642     'Allow a user to create a new copy note', 'ppl', 'description' )),
643  ( 84, 'CREATE_VOLUME_NOTE', oils_i18n_gettext( 84, 
644     'Allow a user to create a new volume note', 'ppl', 'description' )),
645  ( 85, 'CREATE_TITLE_NOTE', oils_i18n_gettext( 85, 
646     'Allow a user to create a new title note', 'ppl', 'description' )),
647  ( 86, 'DELETE_COPY_NOTE', oils_i18n_gettext( 86, 
648     'Allow a user to delete another user''s copy notes', 'ppl', 'description' )),
649  ( 87, 'DELETE_VOLUME_NOTE', oils_i18n_gettext( 87, 
650     'Allow a user to delete another user''s volume note', 'ppl', 'description' )),
651  ( 88, 'DELETE_TITLE_NOTE', oils_i18n_gettext( 88, 
652     'Allow a user to delete another user''s title note', 'ppl', 'description' )),
653  ( 89, 'UPDATE_CONTAINER', oils_i18n_gettext( 89, 
654     'Allow a user to update another user''s container', 'ppl', 'description' )),
655  ( 90, 'CREATE_MY_CONTAINER', oils_i18n_gettext( 90, 
656     'Allow a user to create a container for themselves', 'ppl', 'description' )),
657  ( 91, 'VIEW_HOLD_NOTIFICATION', oils_i18n_gettext( 91, 
658     'Allow a user to view notifications attached to a hold', 'ppl', 'description' )),
659  ( 92, 'CREATE_HOLD_NOTIFICATION', oils_i18n_gettext( 92, 
660     'Allow a user to create new hold notifications', 'ppl', 'description' )),
661  ( 93, 'UPDATE_ORG_SETTING', oils_i18n_gettext( 93, 
662     'Allow a user to update an organization unit setting', 'ppl', 'description' )),
663  ( 94, 'OFFLINE_UPLOAD', oils_i18n_gettext( 94, 
664     'Allow a user to upload an offline script', 'ppl', 'description' )),
665  ( 95, 'OFFLINE_VIEW', oils_i18n_gettext( 95, 
666     'Allow a user to view uploaded offline script information', 'ppl', 'description' )),
667  ( 96, 'OFFLINE_EXECUTE', oils_i18n_gettext( 96, 
668     'Allow a user to execute an offline script batch', 'ppl', 'description' )),
669  ( 97, 'CIRC_OVERRIDE_DUE_DATE', oils_i18n_gettext( 97, 
670     'Allow a user to change the due date on an item to any date', 'ppl', 'description' )),
671  ( 98, 'CIRC_PERMIT_OVERRIDE', oils_i18n_gettext( 98, 
672     'Allow a user to bypass the circulation permit call for check out', 'ppl', 'description' )),
673  ( 99, 'COPY_IS_REFERENCE.override', oils_i18n_gettext( 99, 
674     'Allow a user to override the copy_is_reference event', 'ppl', 'description' )),
675  ( 100, 'VOID_BILLING', oils_i18n_gettext( 100, 
676     'Allow a user to void a bill', 'ppl', 'description' )),
677  ( 101, 'CIRC_CLAIMS_RETURNED.override', oils_i18n_gettext( 101, 
678     'Allow a user to check in or check out an item that has a status of ''claims returned''', 'ppl', 'description' )),
679  ( 102, 'COPY_BAD_STATUS.override', oils_i18n_gettext( 102, 
680     'Allow a user to check out an item in a non-circulatable status', 'ppl', 'description' )),
681  ( 103, 'COPY_ALERT_MESSAGE.override', oils_i18n_gettext( 103, 
682     'Allow a user to check in/out an item that has an alert message', 'ppl', 'description' )),
683  ( 104, 'COPY_STATUS_LOST.override', oils_i18n_gettext( 104, 
684     'Allow a user to remove the lost status from a copy', 'ppl', 'description' )),
685  ( 105, 'COPY_STATUS_MISSING.override', oils_i18n_gettext( 105, 
686     'Allow a user to change the missing status on a copy', 'ppl', 'description' )),
687  ( 106, 'ABORT_TRANSIT', oils_i18n_gettext( 106, 
688     'Allow a user to abort a copy transit if the user is at the transit destination or source', 'ppl', 'description' )),
689  ( 107, 'ABORT_REMOTE_TRANSIT', oils_i18n_gettext( 107, 
690     'Allow a user to abort a copy transit if the user is not at the transit source or dest', 'ppl', 'description' )),
691  ( 108, 'VIEW_ZIP_DATA', oils_i18n_gettext( 108, 
692     'Allow a user to query the ZIP code data method', 'ppl', 'description' )),
693  ( 109, 'CANCEL_HOLDS', oils_i18n_gettext( 109, 
694     'Allow a user to cancel holds', 'ppl', 'description' )),
695  ( 110, 'CREATE_DUPLICATE_HOLDS', oils_i18n_gettext( 110, 
696     'Allow a user to create duplicate holds (two or more holds on the same title)', 'ppl', 'description' )),
697  ( 111, 'actor.org_unit.closed_date.delete', oils_i18n_gettext( 111, 
698     'Allow a user to remove a closed date interval for a given location', 'ppl', 'description' )),
699  ( 112, 'actor.org_unit.closed_date.update', oils_i18n_gettext( 112, 
700     'Allow a user to update a closed date interval for a given location', 'ppl', 'description' )),
701  ( 113, 'actor.org_unit.closed_date.create', oils_i18n_gettext( 113, 
702     'Allow a user to create a new closed date for a location', 'ppl', 'description' )),
703  ( 114, 'DELETE_NON_CAT_TYPE', oils_i18n_gettext( 114, 
704     'Allow a user to delete a non cataloged type', 'ppl', 'description' )),
705  ( 115, 'money.collections_tracker.create', oils_i18n_gettext( 115, 
706     'Allow a user to put someone into collections', 'ppl', 'description' )),
707  ( 116, 'money.collections_tracker.delete', oils_i18n_gettext( 116, 
708     'Allow a user to remove someone from collections', 'ppl', 'description' )),
709  ( 117, 'BAR_PATRON', oils_i18n_gettext( 117, 
710     'Allow a user to bar a patron', 'ppl', 'description' )),
711  ( 118, 'UNBAR_PATRON', oils_i18n_gettext( 118, 
712     'Allow a user to un-bar a patron', 'ppl', 'description' )),
713  ( 119, 'DELETE_WORKSTATION', oils_i18n_gettext( 119, 
714     'Allow a user to remove an existing workstation so a new one can replace it', 'ppl', 'description' )),
715  ( 120, 'group_application.user', oils_i18n_gettext( 120, 
716     'Allow a user to add/remove users to/from the "User" group', 'ppl', 'description' )),
717  ( 121, 'group_application.user.patron', oils_i18n_gettext( 121, 
718     'Allow a user to add/remove users to/from the "Patron" group', 'ppl', 'description' )),
719  ( 122, 'group_application.user.staff', oils_i18n_gettext( 122, 
720     'Allow a user to add/remove users to/from the "Staff" group', 'ppl', 'description' )),
721  ( 123, 'group_application.user.staff.circ', oils_i18n_gettext( 123, 
722     'Allow a user to add/remove users to/from the "Circulator" group', 'ppl', 'description' )),
723  ( 124, 'group_application.user.staff.cat', oils_i18n_gettext( 124, 
724     'Allow a user to add/remove users to/from the "Cataloger" group', 'ppl', 'description' )),
725  ( 125, 'group_application.user.staff.admin.global_admin', oils_i18n_gettext( 125, 
726     'Allow a user to add/remove users to/from the "GlobalAdmin" group', 'ppl', 'description' )),
727  ( 126, 'group_application.user.staff.admin.local_admin', oils_i18n_gettext( 126, 
728     'Allow a user to add/remove users to/from the "LocalAdmin" group', 'ppl', 'description' )),
729  ( 127, 'group_application.user.staff.admin.lib_manager', oils_i18n_gettext( 127, 
730     'Allow a user to add/remove users to/from the "LibraryManager" group', 'ppl', 'description' )),
731  ( 128, 'group_application.user.staff.cat.cat1', oils_i18n_gettext( 128, 
732     'Allow a user to add/remove users to/from the "Cat1" group', 'ppl', 'description' )),
733  ( 129, 'group_application.user.staff.supercat', oils_i18n_gettext( 129, 
734     'Allow a user to add/remove users to/from the "Supercat" group', 'ppl', 'description' )),
735  ( 130, 'group_application.user.sip_client', oils_i18n_gettext( 130, 
736     'Allow a user to add/remove users to/from the "SIP-Client" group', 'ppl', 'description' )),
737  ( 131, 'group_application.user.vendor', oils_i18n_gettext( 131, 
738     'Allow a user to add/remove users to/from the "Vendor" group', 'ppl', 'description' )),
739  ( 132, 'ITEM_AGE_PROTECTED.override', oils_i18n_gettext( 132, 
740     'Allow a user to place a hold on an age-protected item', 'ppl', 'description' )),
741  ( 133, 'MAX_RENEWALS_REACHED.override', oils_i18n_gettext( 133, 
742     'Allow a user to renew an item past the maximum renewal count', 'ppl', 'description' )),
743  ( 134, 'PATRON_EXCEEDS_CHECKOUT_COUNT.override', oils_i18n_gettext( 134, 
744     'Allow staff to override checkout count failure', 'ppl', 'description' )),
745  ( 135, 'PATRON_EXCEEDS_OVERDUE_COUNT.override', oils_i18n_gettext( 135, 
746     'Allow staff to override overdue count failure', 'ppl', 'description' )),
747  ( 136, 'PATRON_EXCEEDS_FINES.override', oils_i18n_gettext( 136, 
748     'Allow staff to override fine amount checkout failure', 'ppl', 'description' )),
749  ( 137, 'CIRC_EXCEEDS_COPY_RANGE.override', oils_i18n_gettext( 137, 
750     'Allow staff to override circulation copy range failure', 'ppl', 'description' )),
751  ( 138, 'ITEM_ON_HOLDS_SHELF.override', oils_i18n_gettext( 138, 
752     'Allow staff to override item on holds shelf failure', 'ppl', 'description' )),
753  ( 139, 'COPY_NOT_AVAILABLE.override', oils_i18n_gettext( 139, 
754     'Allow staff to force checkout of Missing/Lost type items', 'ppl', 'description' )),
755  ( 140, 'HOLD_EXISTS.override', oils_i18n_gettext( 140, 
756     'Allow a user to place multiple holds on a single title', 'ppl', 'description' )),
757  ( 141, 'RUN_REPORTS', oils_i18n_gettext( 141, 
758     'Allow a user to run reports', 'ppl', 'description' )),
759  ( 142, 'SHARE_REPORT_FOLDER', oils_i18n_gettext( 142, 
760     'Allow a user to share report his own folders', 'ppl', 'description' )),
761  ( 143, 'VIEW_REPORT_OUTPUT', oils_i18n_gettext( 143, 
762     'Allow a user to view report output', 'ppl', 'description' )),
763  ( 144, 'COPY_CIRC_NOT_ALLOWED.override', oils_i18n_gettext( 144, 
764     'Allow a user to checkout an item that is marked as non-circ', 'ppl', 'description' )),
765  ( 145, 'DELETE_CONTAINER_ITEM', oils_i18n_gettext( 145, 
766     'Allow a user to delete an item out of another user''s container', 'ppl', 'description' )),
767  ( 146, 'ASSIGN_WORK_ORG_UNIT', oils_i18n_gettext( 146, 
768     'Allow a staff member to define where another staff member has their permissions', 'ppl', 'description' )),
769  ( 147, 'CREATE_FUNDING_SOURCE', oils_i18n_gettext( 147, 
770     'Allow a user to create a new funding source', 'ppl', 'description' )),
771  ( 148, 'DELETE_FUNDING_SOURCE', oils_i18n_gettext( 148, 
772     'Allow a user to delete a funding source', 'ppl', 'description' )),
773  ( 149, 'VIEW_FUNDING_SOURCE', oils_i18n_gettext( 149, 
774     'Allow a user to view a funding source', 'ppl', 'description' )),
775  ( 150, 'UPDATE_FUNDING_SOURCE', oils_i18n_gettext( 150, 
776     'Allow a user to update a funding source', 'ppl', 'description' )),
777  ( 151, 'CREATE_FUND', oils_i18n_gettext( 151, 
778     'Allow a user to create a new fund', 'ppl', 'description' )),
779  ( 152, 'DELETE_FUND', oils_i18n_gettext( 152, 
780     'Allow a user to delete a fund', 'ppl', 'description' )),
781  ( 153, 'VIEW_FUND', oils_i18n_gettext( 153, 
782     'Allow a user to view a fund', 'ppl', 'description' )),
783  ( 154, 'UPDATE_FUND', oils_i18n_gettext( 154, 
784     'Allow a user to update a fund', 'ppl', 'description' )),
785  ( 155, 'CREATE_FUND_ALLOCATION', oils_i18n_gettext( 155, 
786     'Allow a user to create a new fund allocation', 'ppl', 'description' )),
787  ( 156, 'DELETE_FUND_ALLOCATION', oils_i18n_gettext( 156, 
788     'Allow a user to delete a fund allocation', 'ppl', 'description' )),
789  ( 157, 'VIEW_FUND_ALLOCATION', oils_i18n_gettext( 157, 
790     'Allow a user to view a fund allocation', 'ppl', 'description' )),
791  ( 158, 'UPDATE_FUND_ALLOCATION', oils_i18n_gettext( 158, 
792     'Allow a user to update a fund allocation', 'ppl', 'description' )),
793  ( 159, 'GENERAL_ACQ', oils_i18n_gettext( 159, 
794     'Lowest level permission required to access the ACQ interface', 'ppl', 'description' )),
795  ( 160, 'CREATE_PROVIDER', oils_i18n_gettext( 160, 
796     'Allow a user to create a new provider', 'ppl', 'description' )),
797  ( 161, 'DELETE_PROVIDER', oils_i18n_gettext( 161, 
798     'Allow a user to delete a provider', 'ppl', 'description' )),
799  ( 162, 'VIEW_PROVIDER', oils_i18n_gettext( 162, 
800     'Allow a user to view a provider', 'ppl', 'description' )),
801  ( 163, 'UPDATE_PROVIDER', oils_i18n_gettext( 163, 
802     'Allow a user to update a provider', 'ppl', 'description' )),
803  ( 164, 'ADMIN_FUNDING_SOURCE', oils_i18n_gettext( 164, 
804     'Allow a user to create/view/update/delete a funding source', 'ppl', 'description' )),
805  ( 165, 'ADMIN_FUND', oils_i18n_gettext( 165, 
806     '(Deprecated) Allow a user to create/view/update/delete a fund', 'ppl', 'description' )),
807  ( 166, 'MANAGE_FUNDING_SOURCE', oils_i18n_gettext( 166, 
808     'Allow a user to view/credit/debit a funding source', 'ppl', 'description' )),
809  ( 167, 'MANAGE_FUND', oils_i18n_gettext( 167, 
810     'Allow a user to view/credit/debit a fund', 'ppl', 'description' )),
811  ( 168, 'CREATE_PICKLIST', oils_i18n_gettext( 168, 
812     'Allows a user to create a picklist', 'ppl', 'description' )),
813  ( 169, 'ADMIN_PROVIDER', oils_i18n_gettext( 169, 
814     'Allow a user to create/view/update/delete a provider', 'ppl', 'description' )),
815  ( 170, 'MANAGE_PROVIDER', oils_i18n_gettext( 170, 
816     'Allow a user to view and purchase from a provider', 'ppl', 'description' )),
817  ( 171, 'VIEW_PICKLIST', oils_i18n_gettext( 171, 
818     'Allow a user to view another users picklist', 'ppl', 'description' )),
819  ( 172, 'DELETE_RECORD', oils_i18n_gettext( 172, 
820     'Allow a staff member to directly remove a bibliographic record', 'ppl', 'description' )),
821  ( 173, 'ADMIN_CURRENCY_TYPE', oils_i18n_gettext( 173, 
822     'Allow a user to create/view/update/delete a currency_type', 'ppl', 'description' )),
823  ( 174, 'MARK_BAD_DEBT', oils_i18n_gettext( 174, 
824     'Allow a user to mark a transaction as bad (unrecoverable) debt', 'ppl', 'description' )),
825  ( 175, 'VIEW_BILLING_TYPE', oils_i18n_gettext( 175, 
826     'Allow a user to view billing types', 'ppl', 'description' )),
827  ( 176, 'MARK_ITEM_AVAILABLE', oils_i18n_gettext( 176, 
828     'Allow a user to mark an item status as ''available''', 'ppl', 'description' )),
829  ( 177, 'MARK_ITEM_CHECKED_OUT', oils_i18n_gettext( 177, 
830     'Allow a user to mark an item status as ''checked out''', 'ppl', 'description' )),
831  ( 178, 'MARK_ITEM_BINDERY', oils_i18n_gettext( 178, 
832     'Allow a user to mark an item status as ''bindery''', 'ppl', 'description' )),
833  ( 179, 'MARK_ITEM_LOST', oils_i18n_gettext( 179, 
834     'Allow a user to mark an item status as ''lost''', 'ppl', 'description' )),
835  ( 180, 'MARK_ITEM_MISSING', oils_i18n_gettext( 180, 
836     'Allow a user to mark an item status as ''missing''', 'ppl', 'description' )),
837  ( 181, 'MARK_ITEM_IN_PROCESS', oils_i18n_gettext( 181, 
838     'Allow a user to mark an item status as ''in process''', 'ppl', 'description' )),
839  ( 182, 'MARK_ITEM_IN_TRANSIT', oils_i18n_gettext( 182, 
840     'Allow a user to mark an item status as ''in transit''', 'ppl', 'description' )),
841  ( 183, 'MARK_ITEM_RESHELVING', oils_i18n_gettext( 183, 
842     'Allow a user to mark an item status as ''reshelving''', 'ppl', 'description' )),
843  ( 184, 'MARK_ITEM_ON_HOLDS_SHELF', oils_i18n_gettext( 184, 
844     'Allow a user to mark an item status as ''on holds shelf''', 'ppl', 'description' )),
845  ( 185, 'MARK_ITEM_ON_ORDER', oils_i18n_gettext( 185, 
846     'Allow a user to mark an item status as ''on order''', 'ppl', 'description' )),
847  ( 186, 'MARK_ITEM_ILL', oils_i18n_gettext( 186, 
848     'Allow a user to mark an item status as ''inter-library loan''', 'ppl', 'description' )),
849  ( 187, 'group_application.user.staff.acq', oils_i18n_gettext( 187, 
850     'Allows a user to add/remove/edit users in the "ACQ" group', 'ppl', 'description' )),
851  ( 188, 'CREATE_PURCHASE_ORDER', oils_i18n_gettext( 188, 
852     'Allows a user to create a purchase order', 'ppl', 'description' )),
853  ( 189, 'VIEW_PURCHASE_ORDER', oils_i18n_gettext( 189, 
854     'Allows a user to view a purchase order', 'ppl', 'description' )),
855  ( 190, 'IMPORT_ACQ_LINEITEM_BIB_RECORD', oils_i18n_gettext( 190, 
856     'Allows a user to import a bib record from the acq staging area (on-order record) into the ILS bib data set', 'ppl', 'description' )),
857  ( 191, 'RECEIVE_PURCHASE_ORDER', oils_i18n_gettext( 191, 
858     'Allows a user to mark a purchase order, lineitem, or individual copy as received', 'ppl', 'description' )),
859  ( 192, 'VIEW_ORG_SETTINGS', oils_i18n_gettext( 192, 
860     'Allows a user to view all org settings at the specified level', 'ppl', 'description' )),
861  ( 193, 'CREATE_MFHD_RECORD', oils_i18n_gettext( 193, 
862     'Allows a user to create a new MFHD record', 'ppl', 'description' )),
863  ( 194, 'UPDATE_MFHD_RECORD', oils_i18n_gettext( 194, 
864     'Allows a user to update an MFHD record', 'ppl', 'description' )),
865  ( 195, 'DELETE_MFHD_RECORD', oils_i18n_gettext( 195, 
866     'Allows a user to delete an MFHD record', 'ppl', 'description' )),
867  ( 196, 'ADMIN_ACQ_FUND', oils_i18n_gettext( 196, 
868     'Allow a user to create/view/update/delete a fund', 'ppl', 'description' )),
869  ( 197, 'group_application.user.staff.acq_admin', oils_i18n_gettext( 197, 
870     'Allows a user to add/remove/edit users in the "Acquisitions Administrators" group', 'ppl', 'description' )),
871  ( 198, 'SET_CIRC_CLAIMS_RETURNED.override', oils_i18n_gettext( 198, 
872     'Allows staff to override the max claims returned value for a patron', 'ppl', 'description' )),
873  ( 199, 'UPDATE_PATRON_CLAIM_RETURN_COUNT', oils_i18n_gettext( 199, 
874     'Allows staff to manually change a patron''s claims returned count', 'ppl', 'description' )),
875  ( 200, 'UPDATE_BILL_NOTE', oils_i18n_gettext( 200, 
876     'Allows staff to edit the note for a bill on a transaction', 'ppl', 'description' )),
877  ( 201, 'UPDATE_PAYMENT_NOTE', oils_i18n_gettext( 201, 
878     'Allows staff to edit the note for a payment on a transaction', 'ppl', 'description' )),
879  ( 202, 'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT', oils_i18n_gettext( 202, 
880     'Allows staff to manually change a patron''s claims never checkout out count', 'ppl', 'description' )),
881  ( 203, 'ADMIN_COPY_LOCATION_ORDER', oils_i18n_gettext( 203, 
882     'Allow a user to create/view/update/delete a copy location order', 'ppl', 'description' )),
883  ( 204, 'ASSIGN_GROUP_PERM', oils_i18n_gettext( 204, 
884     'ASSIGN_GROUP_PERM', 'ppl', 'description' )),
885  ( 205, 'CREATE_AUDIENCE', oils_i18n_gettext( 205, 
886     'CREATE_AUDIENCE', 'ppl', 'description' )),
887  ( 206, 'CREATE_BIB_LEVEL', oils_i18n_gettext( 206, 
888     'CREATE_BIB_LEVEL', 'ppl', 'description' )),
889  ( 207, 'CREATE_CIRC_DURATION', oils_i18n_gettext( 207, 
890     'CREATE_CIRC_DURATION', 'ppl', 'description' )),
891  ( 208, 'CREATE_CIRC_MOD', oils_i18n_gettext( 208, 
892     'CREATE_CIRC_MOD', 'ppl', 'description' )),
893  ( 209, 'CREATE_COPY_STATUS', oils_i18n_gettext( 209, 
894     'CREATE_COPY_STATUS', 'ppl', 'description' )),
895  ( 210, 'CREATE_HOURS_OF_OPERATION', oils_i18n_gettext( 210, 
896     'CREATE_HOURS_OF_OPERATION', 'ppl', 'description' )),
897  ( 211, 'CREATE_ITEM_FORM', oils_i18n_gettext( 211, 
898     'CREATE_ITEM_FORM', 'ppl', 'description' )),
899  ( 212, 'CREATE_ITEM_TYPE', oils_i18n_gettext( 212, 
900     'CREATE_ITEM_TYPE', 'ppl', 'description' )),
901  ( 213, 'CREATE_LANGUAGE', oils_i18n_gettext( 213, 
902     'CREATE_LANGUAGE', 'ppl', 'description' )),
903  ( 214, 'CREATE_LASSO', oils_i18n_gettext( 214, 
904     'CREATE_LASSO', 'ppl', 'description' )),
905  ( 215, 'CREATE_LASSO_MAP', oils_i18n_gettext( 215, 
906     'CREATE_LASSO_MAP', 'ppl', 'description' )),
907  ( 216, 'CREATE_LIT_FORM', oils_i18n_gettext( 216, 
908     'CREATE_LIT_FORM', 'ppl', 'description' )),
909  ( 217, 'CREATE_METABIB_FIELD', oils_i18n_gettext( 217, 
910     'CREATE_METABIB_FIELD', 'ppl', 'description' )),
911  ( 218, 'CREATE_NET_ACCESS_LEVEL', oils_i18n_gettext( 218, 
912     'CREATE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
913  ( 219, 'CREATE_ORG_ADDRESS', oils_i18n_gettext( 219, 
914     'CREATE_ORG_ADDRESS', 'ppl', 'description' )),
915  ( 220, 'CREATE_ORG_TYPE', oils_i18n_gettext( 220, 
916     'CREATE_ORG_TYPE', 'ppl', 'description' )),
917  ( 221, 'CREATE_ORG_UNIT', oils_i18n_gettext( 221, 
918     'CREATE_ORG_UNIT', 'ppl', 'description' )),
919  ( 222, 'CREATE_ORG_UNIT_CLOSING', oils_i18n_gettext( 222, 
920     'CREATE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
921  ( 223, 'CREATE_PERM', oils_i18n_gettext( 223, 
922     'CREATE_PERM', 'ppl', 'description' )),
923  ( 224, 'CREATE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 224, 
924     'CREATE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
925  ( 225, 'CREATE_SURVEY', oils_i18n_gettext( 225, 
926     'CREATE_SURVEY', 'ppl', 'description' )),
927  ( 226, 'CREATE_VR_FORMAT', oils_i18n_gettext( 226, 
928     'CREATE_VR_FORMAT', 'ppl', 'description' )),
929  ( 227, 'CREATE_XML_TRANSFORM', oils_i18n_gettext( 227, 
930     'CREATE_XML_TRANSFORM', 'ppl', 'description' )),
931  ( 228, 'DELETE_AUDIENCE', oils_i18n_gettext( 228, 
932     'DELETE_AUDIENCE', 'ppl', 'description' )),
933  ( 229, 'DELETE_BIB_LEVEL', oils_i18n_gettext( 229, 
934     'DELETE_BIB_LEVEL', 'ppl', 'description' )),
935  ( 230, 'DELETE_CIRC_DURATION', oils_i18n_gettext( 230, 
936     'DELETE_CIRC_DURATION', 'ppl', 'description' )),
937  ( 231, 'DELETE_CIRC_MOD', oils_i18n_gettext( 231, 
938     'DELETE_CIRC_MOD', 'ppl', 'description' )),
939  ( 232, 'DELETE_COPY_STATUS', oils_i18n_gettext( 232, 
940     'DELETE_COPY_STATUS', 'ppl', 'description' )),
941  ( 233, 'DELETE_HOURS_OF_OPERATION', oils_i18n_gettext( 233, 
942     'DELETE_HOURS_OF_OPERATION', 'ppl', 'description' )),
943  ( 234, 'DELETE_ITEM_FORM', oils_i18n_gettext( 234, 
944     'DELETE_ITEM_FORM', 'ppl', 'description' )),
945  ( 235, 'DELETE_ITEM_TYPE', oils_i18n_gettext( 235, 
946     'DELETE_ITEM_TYPE', 'ppl', 'description' )),
947  ( 236, 'DELETE_LANGUAGE', oils_i18n_gettext( 236, 
948     'DELETE_LANGUAGE', 'ppl', 'description' )),
949  ( 237, 'DELETE_LASSO', oils_i18n_gettext( 237, 
950     'DELETE_LASSO', 'ppl', 'description' )),
951  ( 238, 'DELETE_LASSO_MAP', oils_i18n_gettext( 238, 
952     'DELETE_LASSO_MAP', 'ppl', 'description' )),
953  ( 239, 'DELETE_LIT_FORM', oils_i18n_gettext( 239, 
954     'DELETE_LIT_FORM', 'ppl', 'description' )),
955  ( 240, 'DELETE_METABIB_FIELD', oils_i18n_gettext( 240, 
956     'DELETE_METABIB_FIELD', 'ppl', 'description' )),
957  ( 241, 'DELETE_NET_ACCESS_LEVEL', oils_i18n_gettext( 241, 
958     'DELETE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
959  ( 242, 'DELETE_ORG_ADDRESS', oils_i18n_gettext( 242, 
960     'DELETE_ORG_ADDRESS', 'ppl', 'description' )),
961  ( 243, 'DELETE_ORG_TYPE', oils_i18n_gettext( 243, 
962     'DELETE_ORG_TYPE', 'ppl', 'description' )),
963  ( 244, 'DELETE_ORG_UNIT', oils_i18n_gettext( 244, 
964     'DELETE_ORG_UNIT', 'ppl', 'description' )),
965  ( 245, 'DELETE_ORG_UNIT_CLOSING', oils_i18n_gettext( 245, 
966     'DELETE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
967  ( 246, 'DELETE_PERM', oils_i18n_gettext( 246, 
968     'DELETE_PERM', 'ppl', 'description' )),
969  ( 247, 'DELETE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 247, 
970     'DELETE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
971  ( 248, 'DELETE_SURVEY', oils_i18n_gettext( 248, 
972     'DELETE_SURVEY', 'ppl', 'description' )),
973  ( 249, 'DELETE_TRANSIT', oils_i18n_gettext( 249, 
974     'DELETE_TRANSIT', 'ppl', 'description' )),
975  ( 250, 'DELETE_VR_FORMAT', oils_i18n_gettext( 250, 
976     'DELETE_VR_FORMAT', 'ppl', 'description' )),
977  ( 251, 'DELETE_XML_TRANSFORM', oils_i18n_gettext( 251, 
978     'DELETE_XML_TRANSFORM', 'ppl', 'description' )),
979  ( 252, 'REMOVE_GROUP_PERM', oils_i18n_gettext( 252, 
980     'REMOVE_GROUP_PERM', 'ppl', 'description' )),
981  ( 253, 'TRANSIT_COPY', oils_i18n_gettext( 253, 
982     'TRANSIT_COPY', 'ppl', 'description' )),
983  ( 254, 'UPDATE_AUDIENCE', oils_i18n_gettext( 254, 
984     'UPDATE_AUDIENCE', 'ppl', 'description' )),
985  ( 255, 'UPDATE_BIB_LEVEL', oils_i18n_gettext( 255, 
986     'UPDATE_BIB_LEVEL', 'ppl', 'description' )),
987  ( 256, 'UPDATE_CIRC_DURATION', oils_i18n_gettext( 256, 
988     'UPDATE_CIRC_DURATION', 'ppl', 'description' )),
989  ( 257, 'UPDATE_CIRC_MOD', oils_i18n_gettext( 257, 
990     'UPDATE_CIRC_MOD', 'ppl', 'description' )),
991  ( 258, 'UPDATE_COPY_NOTE', oils_i18n_gettext( 258, 
992     'UPDATE_COPY_NOTE', 'ppl', 'description' )),
993  ( 259, 'UPDATE_COPY_STATUS', oils_i18n_gettext( 259, 
994     'UPDATE_COPY_STATUS', 'ppl', 'description' )),
995  ( 260, 'UPDATE_GROUP_PERM', oils_i18n_gettext( 260, 
996     'UPDATE_GROUP_PERM', 'ppl', 'description' )),
997  ( 261, 'UPDATE_HOURS_OF_OPERATION', oils_i18n_gettext( 261, 
998     'UPDATE_HOURS_OF_OPERATION', 'ppl', 'description' )),
999  ( 262, 'UPDATE_ITEM_FORM', oils_i18n_gettext( 262, 
1000     'UPDATE_ITEM_FORM', 'ppl', 'description' )),
1001  ( 263, 'UPDATE_ITEM_TYPE', oils_i18n_gettext( 263, 
1002     'UPDATE_ITEM_TYPE', 'ppl', 'description' )),
1003  ( 264, 'UPDATE_LANGUAGE', oils_i18n_gettext( 264, 
1004     'UPDATE_LANGUAGE', 'ppl', 'description' )),
1005  ( 265, 'UPDATE_LASSO', oils_i18n_gettext( 265, 
1006     'UPDATE_LASSO', 'ppl', 'description' )),
1007  ( 266, 'UPDATE_LASSO_MAP', oils_i18n_gettext( 266, 
1008     'UPDATE_LASSO_MAP', 'ppl', 'description' )),
1009  ( 267, 'UPDATE_LIT_FORM', oils_i18n_gettext( 267, 
1010     'UPDATE_LIT_FORM', 'ppl', 'description' )),
1011  ( 268, 'UPDATE_METABIB_FIELD', oils_i18n_gettext( 268, 
1012     'UPDATE_METABIB_FIELD', 'ppl', 'description' )),
1013  ( 269, 'UPDATE_NET_ACCESS_LEVEL', oils_i18n_gettext( 269, 
1014     'UPDATE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
1015  ( 270, 'UPDATE_ORG_ADDRESS', oils_i18n_gettext( 270, 
1016     'UPDATE_ORG_ADDRESS', 'ppl', 'description' )),
1017  ( 271, 'UPDATE_ORG_TYPE', oils_i18n_gettext( 271, 
1018     'UPDATE_ORG_TYPE', 'ppl', 'description' )),
1019  ( 272, 'UPDATE_ORG_UNIT_CLOSING', oils_i18n_gettext( 272, 
1020     'UPDATE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
1021  ( 273, 'UPDATE_PERM', oils_i18n_gettext( 273, 
1022     'UPDATE_PERM', 'ppl', 'description' )),
1023  ( 274, 'UPDATE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 274, 
1024     'UPDATE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
1025  ( 275, 'UPDATE_SURVEY', oils_i18n_gettext( 275, 
1026     'UPDATE_SURVEY', 'ppl', 'description' )),
1027  ( 276, 'UPDATE_TRANSIT', oils_i18n_gettext( 276, 
1028     'UPDATE_TRANSIT', 'ppl', 'description' )),
1029  ( 277, 'UPDATE_VOLUME_NOTE', oils_i18n_gettext( 277, 
1030     'UPDATE_VOLUME_NOTE', 'ppl', 'description' )),
1031  ( 278, 'UPDATE_VR_FORMAT', oils_i18n_gettext( 278, 
1032     'UPDATE_VR_FORMAT', 'ppl', 'description' )),
1033  ( 279, 'UPDATE_XML_TRANSFORM', oils_i18n_gettext( 279, 
1034     'UPDATE_XML_TRANSFORM', 'ppl', 'description' )),
1035  ( 280, 'MERGE_BIB_RECORDS', oils_i18n_gettext( 280, 
1036     'MERGE_BIB_RECORDS', 'ppl', 'description' )),
1037  ( 281, 'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF', oils_i18n_gettext( 281, 
1038     'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF', 'ppl', 'description' )),
1039  ( 282, 'CREATE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 282, 
1040     'CREATE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1041  ( 283, 'CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 283, 
1042     'CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1043  ( 284, 'CREATE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 284, 
1044     'CREATE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1045  ( 285, 'CREATE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 285, 
1046     'CREATE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1047  ( 286, 'CREATE_BIB_IMPORT_FIELD_DEF', oils_i18n_gettext( 286, 
1048     'CREATE_BIB_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1049  ( 287, 'CREATE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 287, 
1050     'CREATE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1051  ( 288, 'CREATE_LOCALE', oils_i18n_gettext( 288, 
1052     'CREATE_LOCALE', 'ppl', 'description' )),
1053  ( 289, 'CREATE_MARC_CODE', oils_i18n_gettext( 289, 
1054     'CREATE_MARC_CODE', 'ppl', 'description' )),
1055  ( 290, 'CREATE_TRANSLATION', oils_i18n_gettext( 290, 
1056     'CREATE_TRANSLATION', 'ppl', 'description' )),
1057  ( 291, 'DELETE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 291, 
1058     'DELETE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1059  ( 292, 'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 292, 
1060     'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1061  ( 293, 'DELETE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 293, 
1062     'DELETE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1063  ( 294, 'DELETE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 294, 
1064     'DELETE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1065  ( 295, 'DELETE_BIB_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 295, 
1066     'DELETE_BIB_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1067  ( 296, 'DELETE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 296, 
1068     'DELETE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1069  ( 297, 'DELETE_LOCALE', oils_i18n_gettext( 297, 
1070     'DELETE_LOCALE', 'ppl', 'description' )),
1071  ( 298, 'DELETE_MARC_CODE', oils_i18n_gettext( 298, 
1072     'DELETE_MARC_CODE', 'ppl', 'description' )),
1073  ( 299, 'DELETE_TRANSLATION', oils_i18n_gettext( 299, 
1074     'DELETE_TRANSLATION', 'ppl', 'description' )),
1075  ( 300, 'UPDATE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 300, 
1076     'UPDATE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1077  ( 301, 'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 301, 
1078     'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1079  ( 302, 'UPDATE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 302, 
1080     'UPDATE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1081  ( 303, 'UPDATE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 303, 
1082     'UPDATE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1083  ( 304, 'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 304, 
1084     'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1085  ( 305, 'UPDATE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 305, 
1086     'UPDATE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1087  ( 306, 'UPDATE_LOCALE', oils_i18n_gettext( 306, 
1088     'UPDATE_LOCALE', 'ppl', 'description' )),
1089  ( 307, 'UPDATE_MARC_CODE', oils_i18n_gettext( 307, 
1090     'UPDATE_MARC_CODE', 'ppl', 'description' )),
1091  ( 308, 'UPDATE_TRANSLATION', oils_i18n_gettext( 308, 
1092     'UPDATE_TRANSLATION', 'ppl', 'description' )),
1093  ( 309, 'VIEW_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 309, 
1094     'VIEW_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1095  ( 310, 'VIEW_AUTHORITY_RECORD_NOTES', oils_i18n_gettext( 310, 
1096     'VIEW_AUTHORITY_RECORD_NOTES', 'ppl', 'description' )),
1097  ( 311, 'CREATE_IMPORT_ITEM', oils_i18n_gettext( 311, 
1098     'CREATE_IMPORT_ITEM', 'ppl', 'description' )),
1099  ( 312, 'CREATE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 312, 
1100     'CREATE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1101  ( 313, 'CREATE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 313, 
1102     'CREATE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1103  ( 314, 'DELETE_IMPORT_ITEM', oils_i18n_gettext( 314, 
1104     'DELETE_IMPORT_ITEM', 'ppl', 'description' )),
1105  ( 315, 'DELETE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 315, 
1106     'DELETE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1107  ( 316, 'DELETE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 316, 
1108     'DELETE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1109  ( 317, 'UPDATE_IMPORT_ITEM', oils_i18n_gettext( 317, 
1110     'UPDATE_IMPORT_ITEM', 'ppl', 'description' )),
1111  ( 318, 'UPDATE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 318, 
1112     'UPDATE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1113  ( 319, 'UPDATE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 319, 
1114     'UPDATE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1115  ( 320, 'UPDATE_ORG_UNIT_SETTING_ALL', oils_i18n_gettext( 320, 
1116     'UPDATE_ORG_UNIT_SETTING_ALL', 'ppl', 'description' )),
1117  ( 321, 'UPDATE_ORG_UNIT_SETTING.circ.lost_materials_processing_fee', oils_i18n_gettext( 321, 
1118     'UPDATE_ORG_UNIT_SETTING.circ.lost_materials_processing_fee', 'ppl', 'description' )),
1119  ( 322, 'UPDATE_ORG_UNIT_SETTING.cat.default_item_price', oils_i18n_gettext( 322, 
1120     'UPDATE_ORG_UNIT_SETTING.cat.default_item_price', 'ppl', 'description' )),
1121  ( 323, 'UPDATE_ORG_UNIT_SETTING.auth.opac_timeout', oils_i18n_gettext( 323, 
1122     'UPDATE_ORG_UNIT_SETTING.auth.opac_timeout', 'ppl', 'description' )),
1123  ( 324, 'UPDATE_ORG_UNIT_SETTING.auth.staff_timeout', oils_i18n_gettext( 324, 
1124     'UPDATE_ORG_UNIT_SETTING.auth.staff_timeout', 'ppl', 'description' )),
1125  ( 325, 'UPDATE_ORG_UNIT_SETTING.org.bounced_emails', oils_i18n_gettext( 325, 
1126     'UPDATE_ORG_UNIT_SETTING.org.bounced_emails', 'ppl', 'description' )),
1127  ( 326, 'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_alert_interval', oils_i18n_gettext( 326, 
1128     'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_alert_interval', 'ppl', 'description' )),
1129  ( 327, 'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_interval', oils_i18n_gettext( 327, 
1130     'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_interval', 'ppl', 'description' )),
1131  ( 328, 'UPDATE_ORG_UNIT_SETTING.credit.payments.allow', oils_i18n_gettext( 328, 
1132     'UPDATE_ORG_UNIT_SETTING.credit.payments.allow', 'ppl', 'description' )),
1133  ( 329, 'UPDATE_ORG_UNIT_SETTING.circ.void_overdue_on_lost', oils_i18n_gettext( 329, 
1134     'UPDATE_ORG_UNIT_SETTING.circ.void_overdue_on_lost', 'ppl', 'description' )),
1135  ( 330, 'UPDATE_ORG_UNIT_SETTING.circ.hold_stalling.soft', oils_i18n_gettext( 330, 
1136     'UPDATE_ORG_UNIT_SETTING.circ.hold_stalling.soft', 'ppl', 'description' )),
1137  ( 331, 'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.hard', oils_i18n_gettext( 331, 
1138     'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.hard', 'ppl', 'description' )),
1139  ( 332, 'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.soft', oils_i18n_gettext( 332, 
1140     'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.soft', 'ppl', 'description' )),
1141  ( 333, 'UPDATE_ORG_UNIT_SETTING.opac.barcode_regex', oils_i18n_gettext( 333, 
1142     'UPDATE_ORG_UNIT_SETTING.opac.barcode_regex', 'ppl', 'description' )),
1143  ( 334, 'UPDATE_ORG_UNIT_SETTING.global.password_regex', oils_i18n_gettext( 334, 
1144     'UPDATE_ORG_UNIT_SETTING.global.password_regex', 'ppl', 'description' )),
1145  ( 335, 'UPDATE_ORG_UNIT_SETTING.circ.item_checkout_history.max', oils_i18n_gettext( 335, 
1146     'UPDATE_ORG_UNIT_SETTING.circ.item_checkout_history.max', 'ppl', 'description' )),
1147  ( 336, 'UPDATE_ORG_UNIT_SETTING.circ.reshelving_complete.interval', oils_i18n_gettext( 336, 
1148     'UPDATE_ORG_UNIT_SETTING.circ.reshelving_complete.interval', 'ppl', 'description' )),
1149  ( 337, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.patron_login_timeout', oils_i18n_gettext( 337, 
1150     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.patron_login_timeout', 'ppl', 'description' )),
1151  ( 338, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.alert_on_checkout_event', oils_i18n_gettext( 338, 
1152     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.alert_on_checkout_event', 'ppl', 'description' )),
1153  ( 339, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.require_patron_password', oils_i18n_gettext( 339, 
1154     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.require_patron_password', 'ppl', 'description' )),
1155  ( 340, 'UPDATE_ORG_UNIT_SETTING.global.juvenile_age_threshold', oils_i18n_gettext( 340, 
1156     'UPDATE_ORG_UNIT_SETTING.global.juvenile_age_threshold', 'ppl', 'description' )),
1157  ( 341, 'UPDATE_ORG_UNIT_SETTING.cat.bib.keep_on_empty', oils_i18n_gettext( 341, 
1158     'UPDATE_ORG_UNIT_SETTING.cat.bib.keep_on_empty', 'ppl', 'description' )),
1159  ( 342, 'UPDATE_ORG_UNIT_SETTING.cat.bib.alert_on_empty', oils_i18n_gettext( 342, 
1160     'UPDATE_ORG_UNIT_SETTING.cat.bib.alert_on_empty', 'ppl', 'description' )),
1161  ( 343, 'UPDATE_ORG_UNIT_SETTING.patron.password.use_phone', oils_i18n_gettext( 343, 
1162     'UPDATE_ORG_UNIT_SETTING.patron.password.use_phone', 'ppl', 'description' )),
1163  ( 344, 'HOLD_ITEM_CHECKED_OUT.override', oils_i18n_gettext( 344, 
1164     'Allows a user to place a hold on an item that they already have checked out', 'ppl', 'description' )),
1165  ( 345, 'ADMIN_ACQ_CANCEL_CAUSE', oils_i18n_gettext( 345, 
1166     'Allow a user to create/update/delete reasons for order cancellations', 'ppl', 'description' )),
1167  ( 346, 'ACQ_XFER_MANUAL_DFUND_AMOUNT', oils_i18n_gettext( 346, 
1168     'Allow a user to transfer different amounts of money out of one fund and into another', 'ppl', 'description' )),
1169  ( 347, 'OVERRIDE_HOLD_HAS_LOCAL_COPY', oils_i18n_gettext( 347, 
1170     'Allow a user to override the circ.holds.hold_has_copy_at.block setting', 'ppl', 'description' )),
1171  ( 348, 'UPDATE_PICKUP_LIB_FROM_TRANSIT', oils_i18n_gettext( 348, 
1172     'Allow a user to change the pickup and transit destination for a captured hold item already in transit', 'ppl', 'description' )),
1173  ( 349, 'COPY_NEEDED_FOR_HOLD.override', oils_i18n_gettext( 349, 
1174     'Allow a user to force renewal of an item that could fulfill a hold request', 'ppl', 'description' )),
1175  ( 350, 'MERGE_AUTH_RECORDS', oils_i18n_gettext( 350, 
1176     'Allow a user to merge authority records together', 'ppl', 'description' )),
1177  ( 351, 'ALLOW_ALT_TCN', oils_i18n_gettext( 351, 
1178     'Allows staff to import a record using an alternate TCN to avoid conflicts', 'ppl', 'description' )),
1179  ( 352, 'ADMIN_TRIGGER_EVENT_DEF', oils_i18n_gettext( 352, 
1180     'Allow a user to administer trigger event definitions', 'ppl', 'description' )),
1181  ( 353, 'ADMIN_TRIGGER_CLEANUP', oils_i18n_gettext( 353, 
1182     'Allow a user to create, delete, and update trigger cleanup entries', 'ppl', 'description' )),
1183  ( 354, 'CREATE_TRIGGER_CLEANUP', oils_i18n_gettext( 354, 
1184     'Allow a user to create trigger cleanup entries', 'ppl', 'description' )),
1185  ( 355, 'DELETE_TRIGGER_CLEANUP', oils_i18n_gettext( 355, 
1186     'Allow a user to delete trigger cleanup entries', 'ppl', 'description' )),
1187  ( 356, 'UPDATE_TRIGGER_CLEANUP', oils_i18n_gettext( 356, 
1188     'Allow a user to update trigger cleanup entries', 'ppl', 'description' )),
1189  ( 357, 'CREATE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 357, 
1190     'Allow a user to create trigger event definitions', 'ppl', 'description' )),
1191  ( 358, 'DELETE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 358, 
1192     'Allow a user to delete trigger event definitions', 'ppl', 'description' )),
1193  ( 359, 'UPDATE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 359, 
1194     'Allow a user to update trigger event definitions', 'ppl', 'description' )),
1195  ( 360, 'VIEW_TRIGGER_EVENT_DEF', oils_i18n_gettext( 360, 
1196     'Allow a user to view trigger event definitions', 'ppl', 'description' )),
1197  ( 361, 'ADMIN_TRIGGER_HOOK', oils_i18n_gettext( 361, 
1198     'Allow a user to create, update, and delete trigger hooks', 'ppl', 'description' )),
1199  ( 362, 'CREATE_TRIGGER_HOOK', oils_i18n_gettext( 362, 
1200     'Allow a user to create trigger hooks', 'ppl', 'description' )),
1201  ( 363, 'DELETE_TRIGGER_HOOK', oils_i18n_gettext( 363, 
1202     'Allow a user to delete trigger hooks', 'ppl', 'description' )),
1203  ( 364, 'UPDATE_TRIGGER_HOOK', oils_i18n_gettext( 364, 
1204     'Allow a user to update trigger hooks', 'ppl', 'description' )),
1205  ( 365, 'ADMIN_TRIGGER_REACTOR', oils_i18n_gettext( 365, 
1206     'Allow a user to create, update, and delete trigger reactors', 'ppl', 'description' )),
1207  ( 366, 'CREATE_TRIGGER_REACTOR', oils_i18n_gettext( 366, 
1208     'Allow a user to create trigger reactors', 'ppl', 'description' )),
1209  ( 367, 'DELETE_TRIGGER_REACTOR', oils_i18n_gettext( 367, 
1210     'Allow a user to delete trigger reactors', 'ppl', 'description' )),
1211  ( 368, 'UPDATE_TRIGGER_REACTOR', oils_i18n_gettext( 368, 
1212     'Allow a user to update trigger reactors', 'ppl', 'description' )),
1213  ( 369, 'ADMIN_TRIGGER_TEMPLATE_OUTPUT', oils_i18n_gettext( 369, 
1214     'Allow a user to delete trigger template output', 'ppl', 'description' )),
1215  ( 370, 'DELETE_TRIGGER_TEMPLATE_OUTPUT', oils_i18n_gettext( 370, 
1216     'Allow a user to delete trigger template output', 'ppl', 'description' )),
1217  ( 371, 'ADMIN_TRIGGER_VALIDATOR', oils_i18n_gettext( 371, 
1218     'Allow a user to create, update, and delete trigger validators', 'ppl', 'description' )),
1219  ( 372, 'CREATE_TRIGGER_VALIDATOR', oils_i18n_gettext( 372, 
1220     'Allow a user to create trigger validators', 'ppl', 'description' )),
1221  ( 373, 'DELETE_TRIGGER_VALIDATOR', oils_i18n_gettext( 373, 
1222     'Allow a user to delete trigger validators', 'ppl', 'description' )),
1223  ( 374, 'UPDATE_TRIGGER_VALIDATOR', oils_i18n_gettext( 374, 
1224     'Allow a user to update trigger validators', 'ppl', 'description' )),
1225  ( 376, 'ADMIN_BOOKING_RESOURCE', oils_i18n_gettext( 376, 
1226     'Enables the user to create/update/delete booking resources', 'ppl', 'description' )),
1227  ( 377, 'ADMIN_BOOKING_RESOURCE_TYPE', oils_i18n_gettext( 377, 
1228     'Enables the user to create/update/delete booking resource types', 'ppl', 'description' )),
1229  ( 378, 'ADMIN_BOOKING_RESOURCE_ATTR', oils_i18n_gettext( 378, 
1230     'Enables the user to create/update/delete booking resource attributes', 'ppl', 'description' )),
1231  ( 379, 'ADMIN_BOOKING_RESOURCE_ATTR_MAP', oils_i18n_gettext( 379, 
1232     'Enables the user to create/update/delete booking resource attribute maps', 'ppl', 'description' )),
1233  ( 380, 'ADMIN_BOOKING_RESOURCE_ATTR_VALUE', oils_i18n_gettext( 380, 
1234     'Enables the user to create/update/delete booking resource attribute values', 'ppl', 'description' )),
1235  ( 381, 'ADMIN_BOOKING_RESERVATION', oils_i18n_gettext( 381, 
1236     'Enables the user to create/update/delete booking reservations', 'ppl', 'description' )),
1237  ( 382, 'ADMIN_BOOKING_RESERVATION_ATTR_VALUE_MAP', oils_i18n_gettext( 382, 
1238     'Enables the user to create/update/delete booking reservation attribute value maps', 'ppl', 'description' )),
1239  ( 383, 'RETRIEVE_RESERVATION_PULL_LIST', oils_i18n_gettext( 383, 
1240     'Allows a user to retrieve a booking reservation pull list', 'ppl', 'description' )),
1241  ( 384, 'CAPTURE_RESERVATION', oils_i18n_gettext( 384, 
1242     'Allows a user to capture booking reservations', 'ppl', 'description' )),
1243  ( 385, 'UPDATE_RECORD', oils_i18n_gettext( 385, 
1244     'UPDATE_RECORD', 'ppl', 'description' )),
1245  ( 386, 'UPDATE_ORG_UNIT_SETTING.circ.block_renews_for_holds', oils_i18n_gettext( 386, 
1246     'UPDATE_ORG_UNIT_SETTING.circ.block_renews_for_holds', 'ppl', 'description' )),
1247  ( 387, 'MERGE_USERS', oils_i18n_gettext( 387, 
1248     'Allows user records to be merged', 'ppl', 'description' )),
1249  ( 388, 'ISSUANCE_HOLDS', oils_i18n_gettext( 388, 
1250     'Allow a user to place holds on serials issuances', 'ppl', 'description' )),
1251  ( 389, 'VIEW_CREDIT_CARD_PROCESSING', oils_i18n_gettext( 389, 
1252     'View org unit settings related to credit card processing', 'ppl', 'description' )),
1253  ( 390, 'ADMIN_CREDIT_CARD_PROCESSING', oils_i18n_gettext( 390, 
1254     'Update org unit settings related to credit card processing', 'ppl', 'description' )),
1255  ( 391, 'ADMIN_ACQ_CLAIM', oils_i18n_gettext( 391, 
1256     'ADMIN_ACQ_CLAIM', 'ppl', 'description' )),
1257  ( 392, 'ADMIN_ACQ_CLAIM_EVENT_TYPE', oils_i18n_gettext( 392, 
1258     'ADMIN_ACQ_CLAIM_EVENT_TYPE', 'ppl', 'description' )),
1259  ( 393, 'ADMIN_ACQ_CLAIM_TYPE', oils_i18n_gettext( 393, 
1260     'ADMIN_ACQ_CLAIM_TYPE', 'ppl', 'description' )),
1261  ( 394, 'ADMIN_ACQ_DISTRIB_FORMULA', oils_i18n_gettext( 394, 
1262     'ADMIN_ACQ_DISTRIB_FORMULA', 'ppl', 'description' )),
1263  ( 395, 'ADMIN_ACQ_FISCAL_YEAR', oils_i18n_gettext( 395, 
1264     'ADMIN_ACQ_FISCAL_YEAR', 'ppl', 'description' )),
1265  ( 396, 'ADMIN_ACQ_FUND_ALLOCATION_PERCENT', oils_i18n_gettext( 396, 
1266     'ADMIN_ACQ_FUND_ALLOCATION_PERCENT', 'ppl', 'description' )),
1267  ( 397, 'ADMIN_ACQ_FUND_TAG', oils_i18n_gettext( 397, 
1268     'ADMIN_ACQ_FUND_TAG', 'ppl', 'description' )),
1269  ( 398, 'ADMIN_ACQ_LINEITEM_ALERT_TEXT', oils_i18n_gettext( 398, 
1270     'ADMIN_ACQ_LINEITEM_ALERT_TEXT', 'ppl', 'description' )),
1271  ( 399, 'ADMIN_AGE_PROTECT_RULE', oils_i18n_gettext( 399, 
1272     'ADMIN_AGE_PROTECT_RULE', 'ppl', 'description' )),
1273  ( 400, 'ADMIN_ASSET_COPY_TEMPLATE', oils_i18n_gettext( 400, 
1274     'ADMIN_ASSET_COPY_TEMPLATE', 'ppl', 'description' )),
1275  ( 401, 'ADMIN_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext( 401, 
1276     'ADMIN_BOOKING_RESERVATION_ATTR_MAP', 'ppl', 'description' )),
1277  ( 402, 'ADMIN_CIRC_MATRIX_MATCHPOINT', oils_i18n_gettext( 402, 
1278     'ADMIN_CIRC_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1279  ( 403, 'ADMIN_CIRC_MOD', oils_i18n_gettext( 403, 
1280     'ADMIN_CIRC_MOD', 'ppl', 'description' )),
1281  ( 404, 'ADMIN_CLAIM_POLICY', oils_i18n_gettext( 404, 
1282     'ADMIN_CLAIM_POLICY', 'ppl', 'description' )),
1283  ( 405, 'ADMIN_CONFIG_REMOTE_ACCOUNT', oils_i18n_gettext( 405, 
1284     'ADMIN_CONFIG_REMOTE_ACCOUNT', 'ppl', 'description' )),
1285  ( 406, 'ADMIN_FIELD_DOC', oils_i18n_gettext( 406, 
1286     'ADMIN_FIELD_DOC', 'ppl', 'description' )),
1287  ( 407, 'ADMIN_GLOBAL_FLAG', oils_i18n_gettext( 407, 
1288     'ADMIN_GLOBAL_FLAG', 'ppl', 'description' )),
1289  ( 408, 'ADMIN_GROUP_PENALTY_THRESHOLD', oils_i18n_gettext( 408, 
1290     'ADMIN_GROUP_PENALTY_THRESHOLD', 'ppl', 'description' )),
1291  ( 409, 'ADMIN_HOLD_CANCEL_CAUSE', oils_i18n_gettext( 409, 
1292     'ADMIN_HOLD_CANCEL_CAUSE', 'ppl', 'description' )),
1293  ( 410, 'ADMIN_HOLD_MATRIX_MATCHPOINT', oils_i18n_gettext( 410, 
1294     'ADMIN_HOLD_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1295  ( 411, 'ADMIN_IDENT_TYPE', oils_i18n_gettext( 411, 
1296     'ADMIN_IDENT_TYPE', 'ppl', 'description' )),
1297  ( 412, 'ADMIN_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 412, 
1298     'ADMIN_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1299  ( 413, 'ADMIN_INDEX_NORMALIZER', oils_i18n_gettext( 413, 
1300     'ADMIN_INDEX_NORMALIZER', 'ppl', 'description' )),
1301  ( 414, 'ADMIN_INVOICE', oils_i18n_gettext( 414, 
1302     'ADMIN_INVOICE', 'ppl', 'description' )),
1303  ( 415, 'ADMIN_INVOICE_METHOD', oils_i18n_gettext( 415, 
1304     'ADMIN_INVOICE_METHOD', 'ppl', 'description' )),
1305  ( 416, 'ADMIN_INVOICE_PAYMENT_METHOD', oils_i18n_gettext( 416, 
1306     'ADMIN_INVOICE_PAYMENT_METHOD', 'ppl', 'description' )),
1307  ( 417, 'ADMIN_LINEITEM_MARC_ATTR_DEF', oils_i18n_gettext( 417, 
1308     'ADMIN_LINEITEM_MARC_ATTR_DEF', 'ppl', 'description' )),
1309  ( 418, 'ADMIN_MARC_CODE', oils_i18n_gettext( 418, 
1310     'ADMIN_MARC_CODE', 'ppl', 'description' )),
1311  ( 419, 'ADMIN_MAX_FINE_RULE', oils_i18n_gettext( 419, 
1312     'ADMIN_MAX_FINE_RULE', 'ppl', 'description' )),
1313  ( 420, 'ADMIN_MERGE_PROFILE', oils_i18n_gettext( 420, 
1314     'ADMIN_MERGE_PROFILE', 'ppl', 'description' )),
1315  ( 421, 'ADMIN_ORG_UNIT_SETTING_TYPE', oils_i18n_gettext( 421, 
1316     'ADMIN_ORG_UNIT_SETTING_TYPE', 'ppl', 'description' )),
1317  ( 422, 'ADMIN_RECURRING_FINE_RULE', oils_i18n_gettext( 422, 
1318     'ADMIN_RECURRING_FINE_RULE', 'ppl', 'description' )),
1319  ( 423, 'ADMIN_SERIAL_SUBSCRIPTION', oils_i18n_gettext( 423, 
1320     'ADMIN_SERIAL_SUBSCRIPTION', 'ppl', 'description' )),
1321  ( 424, 'ADMIN_STANDING_PENALTY', oils_i18n_gettext( 424, 
1322     'ADMIN_STANDING_PENALTY', 'ppl', 'description' )),
1323  ( 425, 'ADMIN_SURVEY', oils_i18n_gettext( 425, 
1324     'ADMIN_SURVEY', 'ppl', 'description' )),
1325  ( 426, 'ADMIN_USER_REQUEST_TYPE', oils_i18n_gettext( 426, 
1326     'ADMIN_USER_REQUEST_TYPE', 'ppl', 'description' )),
1327  ( 427, 'ADMIN_USER_SETTING_GROUP', oils_i18n_gettext( 427, 
1328     'ADMIN_USER_SETTING_GROUP', 'ppl', 'description' )),
1329  ( 428, 'ADMIN_USER_SETTING_TYPE', oils_i18n_gettext( 428, 
1330     'ADMIN_USER_SETTING_TYPE', 'ppl', 'description' )),
1331  ( 429, 'ADMIN_Z3950_SOURCE', oils_i18n_gettext( 429, 
1332     'ADMIN_Z3950_SOURCE', 'ppl', 'description' )),
1333  ( 430, 'CREATE_BIB_BTYPE', oils_i18n_gettext( 430, 
1334     'CREATE_BIB_BTYPE', 'ppl', 'description' )),
1335  ( 431, 'CREATE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 431, 
1336     'CREATE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1337  ( 432, 'CREATE_BIB_SOURCE', oils_i18n_gettext( 432, 
1338     'CREATE_BIB_SOURCE', 'ppl', 'description' )),
1339  ( 433, 'CREATE_BILLING_TYPE', oils_i18n_gettext( 433, 
1340     'CREATE_BILLING_TYPE', 'ppl', 'description' )),
1341  ( 434, 'CREATE_CN_BTYPE', oils_i18n_gettext( 434, 
1342     'CREATE_CN_BTYPE', 'ppl', 'description' )),
1343  ( 435, 'CREATE_COPY_BTYPE', oils_i18n_gettext( 435, 
1344     'CREATE_COPY_BTYPE', 'ppl', 'description' )),
1345  ( 436, 'CREATE_INVOICE', oils_i18n_gettext( 436, 
1346     'CREATE_INVOICE', 'ppl', 'description' )),
1347  ( 437, 'CREATE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 437, 
1348     'CREATE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1349  ( 438, 'CREATE_INVOICE_METHOD', oils_i18n_gettext( 438, 
1350     'CREATE_INVOICE_METHOD', 'ppl', 'description' )),
1351  ( 439, 'CREATE_MERGE_PROFILE', oils_i18n_gettext( 439, 
1352     'CREATE_MERGE_PROFILE', 'ppl', 'description' )),
1353  ( 440, 'CREATE_METABIB_CLASS', oils_i18n_gettext( 440, 
1354     'CREATE_METABIB_CLASS', 'ppl', 'description' )),
1355  ( 441, 'CREATE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 441, 
1356     'CREATE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1357  ( 442, 'CREATE_USER_BTYPE', oils_i18n_gettext( 442, 
1358     'CREATE_USER_BTYPE', 'ppl', 'description' )),
1359  ( 443, 'DELETE_BIB_BTYPE', oils_i18n_gettext( 443, 
1360     'DELETE_BIB_BTYPE', 'ppl', 'description' )),
1361  ( 444, 'DELETE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 444, 
1362     'DELETE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1363  ( 445, 'DELETE_BIB_SOURCE', oils_i18n_gettext( 445, 
1364     'DELETE_BIB_SOURCE', 'ppl', 'description' )),
1365  ( 446, 'DELETE_BILLING_TYPE', oils_i18n_gettext( 446, 
1366     'DELETE_BILLING_TYPE', 'ppl', 'description' )),
1367  ( 447, 'DELETE_CN_BTYPE', oils_i18n_gettext( 447, 
1368     'DELETE_CN_BTYPE', 'ppl', 'description' )),
1369  ( 448, 'DELETE_COPY_BTYPE', oils_i18n_gettext( 448, 
1370     'DELETE_COPY_BTYPE', 'ppl', 'description' )),
1371  ( 449, 'DELETE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 449, 
1372     'DELETE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1373  ( 450, 'DELETE_INVOICE_METHOD', oils_i18n_gettext( 450, 
1374     'DELETE_INVOICE_METHOD', 'ppl', 'description' )),
1375  ( 451, 'DELETE_MERGE_PROFILE', oils_i18n_gettext( 451, 
1376     'DELETE_MERGE_PROFILE', 'ppl', 'description' )),
1377  ( 452, 'DELETE_METABIB_CLASS', oils_i18n_gettext( 452, 
1378     'DELETE_METABIB_CLASS', 'ppl', 'description' )),
1379  ( 453, 'DELETE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 453, 
1380     'DELETE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1381  ( 454, 'DELETE_USER_BTYPE', oils_i18n_gettext( 454, 
1382     'DELETE_USER_BTYPE', 'ppl', 'description' )),
1383  ( 455, 'MANAGE_CLAIM', oils_i18n_gettext( 455, 
1384     'MANAGE_CLAIM', 'ppl', 'description' )),
1385  ( 456, 'UPDATE_BIB_BTYPE', oils_i18n_gettext( 456, 
1386     'UPDATE_BIB_BTYPE', 'ppl', 'description' )),
1387  ( 457, 'UPDATE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 457, 
1388     'UPDATE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1389  ( 458, 'UPDATE_BIB_SOURCE', oils_i18n_gettext( 458, 
1390     'UPDATE_BIB_SOURCE', 'ppl', 'description' )),
1391  ( 459, 'UPDATE_BILLING_TYPE', oils_i18n_gettext( 459, 
1392     'UPDATE_BILLING_TYPE', 'ppl', 'description' )),
1393  ( 460, 'UPDATE_CN_BTYPE', oils_i18n_gettext( 460, 
1394     'UPDATE_CN_BTYPE', 'ppl', 'description' )),
1395  ( 461, 'UPDATE_COPY_BTYPE', oils_i18n_gettext( 461, 
1396     'UPDATE_COPY_BTYPE', 'ppl', 'description' )),
1397  ( 462, 'UPDATE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 462, 
1398     'UPDATE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1399  ( 463, 'UPDATE_INVOICE_METHOD', oils_i18n_gettext( 463, 
1400     'UPDATE_INVOICE_METHOD', 'ppl', 'description' )),
1401  ( 464, 'UPDATE_MERGE_PROFILE', oils_i18n_gettext( 464, 
1402     'UPDATE_MERGE_PROFILE', 'ppl', 'description' )),
1403  ( 465, 'UPDATE_METABIB_CLASS', oils_i18n_gettext( 465, 
1404     'UPDATE_METABIB_CLASS', 'ppl', 'description' )),
1405  ( 466, 'UPDATE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 466, 
1406     'UPDATE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1407  ( 467, 'UPDATE_USER_BTYPE', oils_i18n_gettext( 467, 
1408     'UPDATE_USER_BTYPE', 'ppl', 'description' )),
1409  ( 468, 'user_request.create', oils_i18n_gettext( 468, 
1410     'user_request.create', 'ppl', 'description' )),
1411  ( 469, 'user_request.delete', oils_i18n_gettext( 469, 
1412     'user_request.delete', 'ppl', 'description' )),
1413  ( 470, 'user_request.update', oils_i18n_gettext( 470, 
1414     'user_request.update', 'ppl', 'description' )),
1415  ( 471, 'user_request.view', oils_i18n_gettext( 471, 
1416     'user_request.view', 'ppl', 'description' )),
1417  ( 472, 'VIEW_ACQ_FUND_ALLOCATION_PERCENT', oils_i18n_gettext( 472, 
1418     'VIEW_ACQ_FUND_ALLOCATION_PERCENT', 'ppl', 'description' )),
1419  ( 473, 'VIEW_CIRC_MATRIX_MATCHPOINT', oils_i18n_gettext( 473, 
1420     'VIEW_CIRC_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1421  ( 474, 'VIEW_CLAIM', oils_i18n_gettext( 474, 
1422     'VIEW_CLAIM', 'ppl', 'description' )),
1423  ( 475, 'VIEW_GROUP_PENALTY_THRESHOLD', oils_i18n_gettext( 475, 
1424     'VIEW_GROUP_PENALTY_THRESHOLD', 'ppl', 'description' )),
1425  ( 476, 'VIEW_HOLD_MATRIX_MATCHPOINT', oils_i18n_gettext( 476, 
1426     'VIEW_HOLD_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1427  ( 477, 'VIEW_INVOICE', oils_i18n_gettext( 477, 
1428     'VIEW_INVOICE', 'ppl', 'description' )),
1429  ( 478, 'VIEW_MERGE_PROFILE', oils_i18n_gettext( 478, 
1430     'VIEW_MERGE_PROFILE', 'ppl', 'description' )),
1431  ( 479, 'VIEW_SERIAL_SUBSCRIPTION', oils_i18n_gettext( 479, 
1432     'VIEW_SERIAL_SUBSCRIPTION', 'ppl', 'description' )),
1433  ( 480, 'VIEW_STANDING_PENALTY', oils_i18n_gettext( 480, 
1434     'VIEW_STANDING_PENALTY', 'ppl', 'description' )),
1435  ( 481, 'ADMIN_SERIAL_CAPTION_PATTERN', oils_i18n_gettext( 481, 
1436     'ADMIN_SERIAL_CAPTION_PATTERN', 'ppl', 'description' )),
1437  ( 482, 'ADMIN_SERIAL_DISTRIBUTION', oils_i18n_gettext( 482, 
1438     'ADMIN_SERIAL_DISTRIBUTION', 'ppl', 'description' )),
1439  ( 483, 'ADMIN_SERIAL_STREAM', oils_i18n_gettext( 483, 
1440     'ADMIN_SERIAL_STREAM', 'ppl', 'description' )),
1441  ( 484, 'RECEIVE_SERIAL', oils_i18n_gettext(484,
1442         'Receive serial items', 'ppl', 'description')),
1443  ( 485, 'CREATE_VOLUME_SUFFIX', oils_i18n_gettext(485,
1444     'Create suffix label definition.', 'ppl', 'description')),
1445  ( 486, 'UPDATE_VOLUME_SUFFIX', oils_i18n_gettext(486,
1446     'Update suffix label definition.', 'ppl', 'description')),
1447  ( 487, 'DELETE_VOLUME_SUFFIX', oils_i18n_gettext(487,
1448     'Delete suffix label definition.', 'ppl', 'description')),
1449  ( 488, 'CREATE_VOLUME_PREFIX', oils_i18n_gettext(488,
1450     'Create prefix label definition.', 'ppl', 'description')),
1451  ( 489, 'UPDATE_VOLUME_PREFIX', oils_i18n_gettext(489,
1452     'Update prefix label definition.', 'ppl', 'description')),
1453  ( 490, 'DELETE_VOLUME_PREFIX', oils_i18n_gettext(490,
1454     'Delete prefix label definition.', 'ppl', 'description')),
1455  ( 491, 'CREATE_MONOGRAPH_PART', oils_i18n_gettext(491,
1456     'Create monograph part definition.', 'ppl', 'description')),
1457  ( 492, 'UPDATE_MONOGRAPH_PART', oils_i18n_gettext(492,
1458     'Update monograph part definition.', 'ppl', 'description')),
1459  ( 493, 'DELETE_MONOGRAPH_PART', oils_i18n_gettext(493,
1460     'Delete monograph part definition.', 'ppl', 'description')),
1461  ( 494, 'ADMIN_CODED_VALUE', oils_i18n_gettext(494,
1462     'Create/Update/Delete SVF Record Attribute Coded Value Map', 'ppl', 'description')),
1463  ( 495, 'ADMIN_SERIAL_ITEM', oils_i18n_gettext(495,
1464     'Create/Retrieve/Update/Delete Serial Item', 'ppl', 'description')),
1465  ( 496, 'ADMIN_SVF', oils_i18n_gettext(496,
1466     'Create/Update/Delete SVF Record Attribute Defintion', 'ppl', 'description')),
1467  ( 497, 'CREATE_BIB_PTYPE', oils_i18n_gettext(497,
1468     'Create Bibliographic Record Peer Type', 'ppl', 'description')),
1469  ( 498, 'CREATE_PURCHASE_REQUEST', oils_i18n_gettext(498,
1470     'Create User Purchase Request', 'ppl', 'description')),
1471  ( 499, 'DELETE_BIB_PTYPE', oils_i18n_gettext(499,
1472     'Delete Bibliographic Record Peer Type', 'ppl', 'description')),
1473  ( 500, 'MAP_MONOGRAPH_PART', oils_i18n_gettext(500,
1474     'Create/Update/Delete Copy Monograph Part Map', 'ppl', 'description')),
1475  ( 501, 'MARK_ITEM_MISSING_PIECES', oils_i18n_gettext(501,
1476     'Allows the Mark Item Missing Pieces action.', 'ppl', 'description')),
1477  ( 502, 'UPDATE_BIB_PTYPE', oils_i18n_gettext(502,
1478     'Update Bibliographic Record Peer Type', 'ppl', 'description')),
1479  ( 503, 'UPDATE_HOLD_REQUEST_TIME', oils_i18n_gettext(503,
1480     'Allows editing of a hold''s request time, and/or its Cut-in-line/Top-of-queue flag.', 'ppl', 'description')),
1481  ( 504, 'UPDATE_PICKLIST', oils_i18n_gettext(504,
1482     'Allows update/re-use of an acquisitions pick/selection list.', 'ppl', 'description')),
1483  ( 505, 'UPDATE_WORKSTATION', oils_i18n_gettext(505,
1484     'Allows update of a workstation during workstation registration override.', 'ppl', 'description')),
1485  ( 506, 'VIEW_USER_SETTING_TYPE', oils_i18n_gettext(506,
1486     'Allows viewing of configurable user setting types.', 'ppl', 'description')),
1487  ( 507, 'ABORT_TRANSIT_ON_LOST', oils_i18n_gettext(507,
1488     'Allows a user to abort a transit on a copy with status of LOST', 'ppl', 'description')),
1489  ( 508, 'ABORT_TRANSIT_ON_MISSING', oils_i18n_gettext(508,
1490     'Allows a user to abort a transit on a copy with status of MISSING', 'ppl', 'description')),
1491  ( 509, 'TRANSIT_CHECKIN_INTERVAL_BLOCK.override', oils_i18n_gettext(509,
1492     'Allows a user to override the TRANSIT_CHECKIN_INTERVAL_BLOCK event', 'ppl', 'description')),
1493  ( 510, 'UPDATE_PATRON_COLLECTIONS_EXEMPT', oils_i18n_gettext(510,
1494     'Allows a user to indicate that a patron is exempt from collections processing', 'ppl', 'description')),
1495  ( 511, 'PERSISTENT_LOGIN', oils_i18n_gettext( 511,
1496     'Allows a user to authenticate and get a long-lived session (length configured in opensrf.xml)', 'ppl', 'description' )),
1497  ( 512, 'ACQ_INVOICE_REOPEN', oils_i18n_gettext( 512,
1498     'Allows a user to reopen an Acquisitions invoice', 'ppl', 'description' )),
1499  ( 513, 'DEBUG_CLIENT', oils_i18n_gettext( 513,
1500     'Allows a user to use debug functions in the staff client', 'ppl', 'description' )),
1501  ( 514, 'UPDATE_PATRON_ACTIVE_CARD', oils_i18n_gettext( 514,
1502     'Allows a user to manually adjust a patron''s active cards', 'ppl', 'description')),
1503  ( 515, 'UPDATE_PATRON_PRIMARY_CARD', oils_i18n_gettext( 515,
1504     'Allows a user to manually adjust a patron''s primary card', 'ppl', 'description')),
1505  ( 516, 'CREATE_REPORT_TEMPLATE', oils_i18n_gettext( 516,
1506     'Allows a user to create report templates', 'ppl', 'description' )),
1507  ( 517, 'COPY_HOLDS_FORCE', oils_i18n_gettext( 517, 
1508     'Allow a user to place a force hold on a specific copy', 'ppl', 'description' )),
1509  ( 518, 'COPY_HOLDS_RECALL', oils_i18n_gettext( 518, 
1510     'Allow a user to place a cataloging recall on a specific copy', 'ppl', 'description' )),
1511  ( 519, 'ADMIN_SMS_CARRIER', oils_i18n_gettext( 519,
1512     'Allows a user to add/create/delete SMS Carrier entries.', 'ppl', 'description' )),
1513  ( 520, 'COPY_DELETE_WARNING.override', oils_i18n_gettext( 520,
1514     'Allow a user to override warnings about deleting copies in problematic situations.', 'ppl', 'description' )),
1515  ( 521, 'IMPORT_ACQ_LINEITEM_BIB_RECORD_UPLOAD', oils_i18n_gettext( 521,
1516     'Allows a user to create new bibs directly from an ACQ MARC file upload', 'ppl', 'description' )),
1517  ( 522, 'IMPORT_AUTHORITY_MARC', oils_i18n_gettext( 522,
1518     'Allows a user to create new authority records', 'ppl', 'description' )),
1519  ( 523, 'ADMIN_TOOLBAR', oils_i18n_gettext( 523,
1520     'Allows a user to create, edit, and delete custom toolbars', 'ppl', 'description' )),
1521  ( 524, 'PLACE_UNFILLABLE_HOLD', oils_i18n_gettext( 524,
1522     'Allows a user to place a hold that cannot currently be filled.', 'ppl', 'description' )),
1523  ( 525, 'CREATE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 525, 
1524     'User may set a default entry in a patron statistical category', 'ppl', 'description' )),
1525  ( 526, 'UPDATE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 526, 
1526     'User may reset a default entry in a patron statistical category', 'ppl', 'description' )),
1527  ( 527, 'DELETE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 527, 
1528     'User may unset a default entry in a patron statistical category', 'ppl', 'description' )),
1529  ( 528, 'ADMIN_ORG_UNIT_CUSTOM_TREE', oils_i18n_gettext( 528, 
1530     'User may update custom org unit trees', 'ppl', 'description' )),
1531  ( 529, 'ADMIN_IMPORT_MATCH_SET', oils_i18n_gettext( 529,
1532     'Allows a user to create/retrieve/update/delete vandelay match sets', 'ppl', 'description' )),
1533  ( 530, 'VIEW_IMPORT_MATCH_SET', oils_i18n_gettext( 530,
1534     'Allows a user to view vandelay match sets', 'ppl', 'description' )),
1535  ( 531, 'ADMIN_ADDRESS_ALERT', oils_i18n_gettext( 531,
1536     'Allows a user to create/retrieve/update/delete address alerts', 'ppl', 'description' )), 
1537  ( 532, 'VIEW_ADDRESS_ALERT', oils_i18n_gettext( 532,
1538     'Allows a user to view address alerts', 'ppl', 'description' )), 
1539  ( 533, 'ADMIN_COPY_LOCATION_GROUP', oils_i18n_gettext( 533,
1540     'Allows a user to create/retrieve/update/delete copy location groups', 'ppl', 'description' )), 
1541  ( 534, 'ADMIN_USER_ACTIVITY_TYPE', oils_i18n_gettext( 534,
1542     'Allows a user to create/retrieve/update/delete user activity types', 'ppl', 'description' )),
1543 ( 535, 'VIEW_TRIGGER_EVENT', oils_i18n_gettext( 535,
1544     'Allows a user to view circ- and hold-related action/trigger events', 'ppl', 'description')),
1545 ( 536, 'IMPORT_OVERLAY_COPY', oils_i18n_gettext( 536,
1546     'Allows a user to overlay copy data in MARC import', 'ppl', 'description')),
1547  ( 537, 'ADMIN_SEARCH_FILTER_GROUP', oils_i18n_gettext( 537,
1548     'Allows staff to manage search filter groups and entries', 'ppl', 'description' )),
1549  ( 538, 'VIEW_SEARCH_FILTER_GROUP', oils_i18n_gettext( 538,
1550     'Allows staff to view search filter groups and entries', 'ppl', 'description' )),
1551  ( 539, 'UPDATE_ORG_UNIT_SETTING.ui.hide_copy_editor_fields', oils_i18n_gettext( 539,
1552     'Allows staff to edit displayed copy editor fields', 'ppl', 'description' )),
1553  ( 540, 'ADMIN_TOOLBAR_FOR_ORG', oils_i18n_gettext( 540,
1554         'Allows a user to create, edit, and delete custom toolbars for org units', 'ppl', 'description')),
1555  ( 541, 'ADMIN_TOOLBAR_FOR_WORKSTATION', oils_i18n_gettext( 541,
1556         'Allows a user to create, edit, and delete custom toolbars for workstations', 'ppl', 'description')),
1557  ( 542, 'ADMIN_TOOLBAR_FOR_USER', oils_i18n_gettext( 542,
1558         'Allows a user to create, edit, and delete custom toolbars for users', 'ppl', 'description')),
1559  ( 543, 'URL_VERIFY', oils_i18n_gettext( 543, 
1560     'Allows a user to process and verify URLs', 'ppl', 'description')),
1561  ( 544, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 544, 
1562     'Allows a user to configure URL verification org unit settings', 'ppl', 'description')),
1563  ( 545, 'SAVED_FILTER_DIALOG_FILTERS', oils_i18n_gettext( 545,
1564     'Allows users to save and load sets of filters for filter dialogs, available in certain staff interfaces', 'ppl', 'description')),
1565  ( 546, 'ADMIN_HOLD_CAPTURE_SORT', oils_i18n_gettext( 546,
1566         'Allows a user to make changes to best-hold selection sort order', 'ppl', 'description')),
1567  ( 547, 'ACQ_ADD_LINEITEM_IDENTIFIER', oils_i18n_gettext(547,
1568         'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description')),
1569  ( 548, 'ACQ_SET_LINEITEM_IDENTIFIER', oils_i18n_gettext(548,
1570         'Allows staff to change the lineitem identifier', 'ppl', 'description')),
1571  ( 549, 'COPY_STATUS_LONGOVERDUE.override', oils_i18n_gettext(549,
1572         'Allows the user to check-in long-overdue items, prompting ' ||
1573             'long-overdue check-in processing', 'ppl', 'code')), 
1574  ( 550, 'SET_CIRC_LONG_OVERDUE', oils_i18n_gettext(550,
1575         'Allows the user to mark a circulation as long-overdue', 'ppl', 'code')),
1576  ( 551, 'ADMIN_SERVER_ADDON_FOR_WORKSTATION', oils_i18n_gettext( 551,
1577         'Allows a user to specify which Server Add-ons get invoked at the current workstation', 'ppl', 'description')),
1578  ( 552, 'ADMIN_FLOAT_GROUPS', oils_i18n_gettext( 552,
1579     'Allows administration of floating groups', 'ppl', 'description' )),
1580  ( 553, 'UPDATE_ORG_UNIT_SETTING.circ.min_item_price', oils_i18n_gettext( 553,
1581     'UPDATE_ORG_UNIT_SETTING.circ.min_item_price', 'ppl', 'description' )),
1582  ( 554, 'UPDATE_ORG_UNIT_SETTING.circ.max_item_price', oils_i18n_gettext( 554,
1583     'UPDATE_ORG_UNIT_SETTING.circ.max_item_price', 'ppl', 'description' )),
1584  ( 555, 'group_application.user.staff.admin.system_admin', oils_i18n_gettext( 555, 
1585     'Allow a user to add/remove users to/from the "System Administrator" group', 'ppl', 'description' )),
1586  ( 556, 'group_application.user.staff.cat_admin', oils_i18n_gettext( 556, 
1587     'Allow a user to add/remove users to/from the "Cataloging Administrator" group', 'ppl', 'description' )),
1588  ( 557, 'group_application.user.staff.circ_admin', oils_i18n_gettext( 557, 
1589     'Allow a user to add/remove users to/from the "Circulation Administrator" group', 'ppl', 'description' )),
1590  ( 558, 'group_application.user.staff.data_review', oils_i18n_gettext( 558, 
1591     'Allow a user to add/remove users to/from the "Data Review" group', 'ppl', 'description' )),
1592  ( 559, 'group_application.user.staff.volunteers', oils_i18n_gettext( 559, 
1593     'Allow a user to add/remove users to/from the "Volunteers" group', 'ppl', 'description' )),
1594  (  560, 'TOTAL_HOLD_COPY_RATIO_EXCEEDED.override', oils_i18n_gettext( 560,
1595     'Override the TOTAL_HOLD_COPY_RATIO_EXCEEDED event', 'ppl', 'description')),
1596  (  561, 'AVAIL_HOLD_COPY_RATIO_EXCEEDED.override', oils_i18n_gettext( 561,
1597     'Override the AVAIL_HOLD_COPY_RATIO_EXCEEDED event', 'ppl', 'description')),
1598  ( 562, 'ADMIN_TAG_TABLE', oils_i18n_gettext( 562, 
1599     'Allow administration of MARC tag tables', 'ppl', 'description' )),
1600  ( 563, 'ADJUST_BILLS', oils_i18n_gettext( 563,
1601     'Allow a user to adjust a bill (generally to zero)', 'ppl', 'description' ))
1602 ;
1603
1604 SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
1605
1606 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1607         (1, oils_i18n_gettext(1, 'Users', 'pgt', 'name'), NULL, NULL, '3 years', FALSE, 'group_application.user');
1608 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1609         (2, oils_i18n_gettext(2, 'Patrons', 'pgt', 'name'), 1, NULL, '3 years', TRUE, 'group_application.user.patron');
1610 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1611         (3, oils_i18n_gettext(3, 'Staff', 'pgt', 'name'), 1, NULL, '3 years', FALSE, 'group_application.user.staff');
1612 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1613         (4, oils_i18n_gettext(4, 'Catalogers', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.cat');
1614 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1615         (5, oils_i18n_gettext(5, 'Circulators', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.circ');
1616 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1617         (6, oils_i18n_gettext(6, 'Acquisitions', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.acq');
1618 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1619         (7, oils_i18n_gettext(7, 'Acquisitions Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.acq_admin');
1620 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1621         (8, oils_i18n_gettext(8, 'Cataloging Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.cat_admin');
1622 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1623         (9, oils_i18n_gettext(9, 'Circulation Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.circ_admin');
1624 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1625         (10, oils_i18n_gettext(10, 'Local Administrator', 'pgt', 'name'), 3, 
1626         oils_i18n_gettext(10, 'Can do anything at the Branch level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.local_admin');
1627 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1628         (11, oils_i18n_gettext(11, 'Serials', 'pgt', 'name'), 3, 
1629         oils_i18n_gettext(11, 'Serials (includes admin features)', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.serials');
1630 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1631         (12, oils_i18n_gettext(12, 'System Administrator', 'pgt', 'name'), 3, 
1632         oils_i18n_gettext(12, 'Can do anything at the System level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.system_admin');
1633 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1634         (13, oils_i18n_gettext(13, 'Global Administrator', 'pgt', 'name'), 3, 
1635         oils_i18n_gettext(13, 'Can do anything at the Consortium level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.global_admin');
1636 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1637         (14, oils_i18n_gettext(14, 'Data Review', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.data_review');
1638 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1639         (15, oils_i18n_gettext(15, 'Volunteers', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.volunteers');
1640
1641 SELECT SETVAL('permission.grp_tree_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_tree));
1642
1643 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1644     VALUES (1,1,1,10.0);
1645 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1646     VALUES (1,1,2,10.0);
1647 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1648     VALUES (1,1,3,10.0);
1649 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1650     VALUES (1,1,5,10.0);
1651
1652 SELECT SETVAL('permission.grp_penalty_threshold_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_penalty_threshold));
1653
1654
1655 -- Add basic user permissions to the Users group
1656
1657 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1658         SELECT
1659                 pgt.id, perm.id, aout.depth, FALSE
1660         FROM
1661                 permission.grp_tree pgt,
1662                 permission.perm_list perm,
1663                 actor.org_unit_type aout
1664         WHERE
1665                 pgt.name = 'Users' AND
1666                 aout.name = 'Consortium' AND
1667                 perm.code IN (
1668                         'COPY_CHECKIN',
1669                         'CREATE_MY_CONTAINER',
1670                         'CREATE_PURCHASE_REQUEST',
1671                         'MR_HOLDS',
1672                         'OPAC_LOGIN',
1673                         'PERSISTENT_LOGIN',
1674                         'RENEW_CIRC',
1675                         'TITLE_HOLDS',
1676                         'user_request.create'
1677                 );
1678
1679
1680 -- Add basic user permissions to the Data Review group
1681
1682 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1683         SELECT
1684                 pgt.id, perm.id, aout.depth, FALSE
1685         FROM
1686                 permission.grp_tree pgt,
1687                 permission.perm_list perm,
1688                 actor.org_unit_type aout
1689         WHERE
1690                 pgt.name = 'Data Review' AND
1691                 aout.name = 'Consortium' AND
1692                 perm.code IN (
1693                         'CREATE_COPY_TRANSIT',
1694                         'VIEW_BILLING_TYPE',
1695                         'VIEW_CIRCULATIONS',
1696                         'VIEW_COPY_NOTES',
1697                         'VIEW_HOLD',
1698                         'VIEW_ORG_SETTINGS',
1699                         'VIEW_TITLE_NOTES',
1700                         'VIEW_TRANSACTION',
1701                         'VIEW_USER',
1702                         'VIEW_USER_FINES_SUMMARY',
1703                         'VIEW_USER_TRANSACTIONS',
1704                         'VIEW_VOLUME_NOTES',
1705                         'VIEW_ZIP_DATA');
1706
1707 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1708         SELECT
1709                 pgt.id, perm.id, aout.depth, FALSE
1710         FROM
1711                 permission.grp_tree pgt,
1712                 permission.perm_list perm,
1713                 actor.org_unit_type aout
1714         WHERE
1715                 pgt.name = 'Data Review' AND
1716                 aout.name = 'System' AND
1717                 perm.code IN (
1718                         'COPY_CHECKOUT',
1719                         'COPY_HOLDS',
1720                         'CREATE_IN_HOUSE_USE',
1721                         'CREATE_TRANSACTION',
1722                         'OFFLINE_EXECUTE',
1723                         'OFFLINE_VIEW',
1724                         'STAFF_LOGIN',
1725                         'VOLUME_HOLDS');
1726
1727
1728 -- Add basic staff permissions to the Staff group
1729
1730 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1731         SELECT
1732                 pgt.id, perm.id, aout.depth, FALSE
1733         FROM
1734                 permission.grp_tree pgt,
1735                 permission.perm_list perm,
1736                 actor.org_unit_type aout
1737         WHERE
1738                 pgt.name = 'Staff' AND
1739                 aout.name = 'Consortium' AND
1740                 perm.code IN (
1741                         'CREATE_CONTAINER',
1742                         'CREATE_CONTAINER_ITEM',
1743                         'CREATE_COPY_TRANSIT',
1744                         'CREATE_HOLD_NOTIFICATION',
1745                         'CREATE_TRANSACTION',
1746                         'CREATE_TRANSIT',
1747                         'DELETE_CONTAINER',
1748                         'DELETE_CONTAINER_ITEM',
1749                         'group_application.user',
1750                         'group_application.user.patron',
1751                         'REGISTER_WORKSTATION',
1752                         'REMOTE_Z3950_QUERY',
1753                         'REQUEST_HOLDS',
1754                         'STAFF_LOGIN',
1755                         'TRANSIT_COPY',
1756                         'UPDATE_CONTAINER',
1757                         'VIEW_CONTAINER',
1758                         'VIEW_COPY_CHECKOUT_HISTORY',
1759                         'VIEW_COPY_NOTES',
1760                         'VIEW_HOLD',
1761                         'VIEW_HOLD_NOTIFICATION',
1762                         'VIEW_HOLD_PERMIT',
1763                         'VIEW_PERM_GROUPS',
1764                         'VIEW_PERMISSION',
1765                         'VIEW_TITLE_NOTES',
1766                         'VIEW_TRANSACTION',
1767                         'VIEW_USER_SETTING_TYPE',
1768                         'VIEW_VOLUME_NOTES'
1769                 );
1770
1771 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1772         SELECT
1773                 pgt.id, perm.id, aout.depth, FALSE
1774         FROM
1775                 permission.grp_tree pgt,
1776                 permission.perm_list perm,
1777                 actor.org_unit_type aout
1778         WHERE
1779                 pgt.name = 'Staff' AND
1780                 aout.name = 'System' AND
1781                 perm.code IN (
1782                         'CREATE_USER',
1783                         'UPDATE_USER',
1784                         'VIEW_BILLING_TYPE',
1785                         'VIEW_CIRCULATIONS',
1786                         'VIEW_ORG_SETTINGS',
1787                         'VIEW_PERMIT_CHECKOUT',
1788                         'VIEW_USER',
1789                         'VIEW_USER_FINES_SUMMARY',
1790                         'VIEW_USER_TRANSACTIONS');
1791
1792 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1793         SELECT
1794                 pgt.id, perm.id, aout.depth, FALSE
1795         FROM
1796                 permission.grp_tree pgt,
1797                 permission.perm_list perm,
1798                 actor.org_unit_type aout
1799         WHERE
1800                 pgt.name = 'Staff' AND
1801                 aout.name = 'Branch' AND
1802                 perm.code IN (
1803                         'CANCEL_HOLDS',
1804                         'COPY_CHECKOUT',
1805                         'COPY_HOLDS',
1806                         'COPY_TRANSIT_RECEIVE',
1807                         'CREATE_BILL',
1808                         'CREATE_IN_HOUSE_USE',
1809                         'CREATE_PAYMENT',
1810                         'RENEW_HOLD_OVERRIDE',
1811                         'UPDATE_COPY',
1812                         'UPDATE_VOLUME',
1813                         'ADMIN_TOOLBAR',
1814                         'VOLUME_HOLDS');
1815
1816
1817 -- Add basic cataloguing permissions to the Catalogers group
1818
1819 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1820         SELECT
1821                 pgt.id, perm.id, aout.depth, FALSE
1822         FROM
1823                 permission.grp_tree pgt,
1824                 permission.perm_list perm,
1825                 actor.org_unit_type aout
1826         WHERE
1827                 pgt.name = 'Catalogers' AND
1828                 aout.name = 'Consortium' AND
1829                 perm.code IN (
1830                         'ALLOW_ALT_TCN',
1831                         'CREATE_BIB_IMPORT_QUEUE',
1832                         'CREATE_IMPORT_ITEM',
1833                         'CREATE_MARC',
1834                         'CREATE_TITLE_NOTE',
1835                         'DELETE_BIB_IMPORT_QUEUE',
1836                         'DELETE_IMPORT_ITEM',
1837                         'DELETE_RECORD',
1838                         'DELETE_TITLE_NOTE',
1839                         'IMPORT_ACQ_LINEITEM_BIB_RECORD',
1840                         'IMPORT_MARC',
1841             'IMPORT_AUTHORITY_MARC',
1842                         'MERGE_AUTH_RECORDS',
1843                         'MERGE_BIB_RECORDS',
1844                         'UPDATE_AUTHORITY_IMPORT_QUEUE',
1845                         'UPDATE_AUTHORITY_RECORD_NOTE',
1846                         'UPDATE_BIB_IMPORT_QUEUE',
1847                         'UPDATE_MARC',
1848                         'UPDATE_RECORD',
1849                         'user_request.view',
1850                         'VIEW_AUTHORITY_RECORD_NOTES');
1851
1852 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1853         SELECT
1854                 pgt.id, perm.id, aout.depth, FALSE
1855         FROM
1856                 permission.grp_tree pgt,
1857                 permission.perm_list perm,
1858                 actor.org_unit_type aout
1859         WHERE
1860                 pgt.name = 'Catalogers' AND
1861                 aout.name = 'System' AND
1862                 perm.code IN (
1863                         'CREATE_COPY',
1864                         'CREATE_COPY_NOTE',
1865                         'CREATE_MFHD_RECORD',
1866                         'CREATE_VOLUME',
1867                         'CREATE_VOLUME_NOTE',
1868                         'DELETE_COPY',
1869                         'DELETE_COPY_NOTE',
1870                         'DELETE_MFHD_RECORD',
1871                         'DELETE_VOLUME',
1872                         'DELETE_VOLUME_NOTE',
1873                         'MAP_MONOGRAPH_PART',
1874                         'MARK_ITEM_AVAILABLE',
1875                         'MARK_ITEM_BINDERY',
1876                         'MARK_ITEM_CHECKED_OUT',
1877                         'MARK_ITEM_ILL',
1878                         'MARK_ITEM_IN_PROCESS',
1879                         'MARK_ITEM_IN_TRANSIT',
1880                         'MARK_ITEM_LOST',
1881                         'MARK_ITEM_MISSING',
1882                         'MARK_ITEM_ON_HOLDS_SHELF',
1883                         'MARK_ITEM_ON_ORDER',
1884                         'MARK_ITEM_RESHELVING',
1885                         'UPDATE_COPY',
1886                         'UPDATE_COPY_NOTE',
1887                         'UPDATE_IMPORT_ITEM',
1888                         'UPDATE_MFHD_RECORD',
1889                         'UPDATE_VOLUME',
1890                         'UPDATE_VOLUME_NOTE',
1891                         'VIEW_SERIAL_SUBSCRIPTION');
1892
1893
1894 -- Add advanced cataloguing permissions to the Cataloging Admin group
1895
1896 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1897         SELECT
1898                 pgt.id, perm.id, aout.depth, TRUE
1899         FROM
1900                 permission.grp_tree pgt,
1901                 permission.perm_list perm,
1902                 actor.org_unit_type aout
1903         WHERE
1904                 pgt.name = 'Cataloging Administrator' AND
1905                 aout.name = 'Consortium' AND
1906                 perm.code IN (
1907                         'ADMIN_IMPORT_ITEM_ATTR_DEF',
1908                         'ADMIN_MERGE_PROFILE',
1909                         'CREATE_AUTHORITY_IMPORT_IMPORT_DEF',
1910                         'CREATE_BIB_IMPORT_FIELD_DEF',
1911                         'CREATE_BIB_PTYPE',
1912                         'CREATE_BIB_SOURCE',
1913                         'CREATE_IMPORT_ITEM_ATTR_DEF',
1914                         'CREATE_IMPORT_TRASH_FIELD',
1915                         'CREATE_MERGE_PROFILE',
1916                         'CREATE_MONOGRAPH_PART',
1917                         'CREATE_VOLUME_PREFIX',
1918                         'CREATE_VOLUME_SUFFIX',
1919                         'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF',
1920                         'DELETE_BIB_PTYPE',
1921                         'DELETE_BIB_SOURCE',
1922                         'DELETE_IMPORT_ITEM_ATTR_DEF',
1923                         'DELETE_IMPORT_TRASH_FIELD',
1924                         'DELETE_MERGE_PROFILE',
1925                         'DELETE_MONOGRAPH_PART',
1926                         'DELETE_VOLUME_PREFIX',
1927                         'DELETE_VOLUME_SUFFIX',
1928                         'MAP_MONOGRAPH_PART',
1929                         'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF',
1930                         'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF',
1931                         'UPDATE_BIB_PTYPE',
1932                         'UPDATE_IMPORT_ITEM_ATTR_DEF',
1933                         'UPDATE_IMPORT_TRASH_FIELD',
1934                         'UPDATE_MERGE_PROFILE',
1935                         'UPDATE_MONOGRAPH_PART',
1936                         'UPDATE_VOLUME_PREFIX',
1937                         'UPDATE_VOLUME_SUFFIX'
1938                 );
1939
1940 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1941         SELECT
1942                 pgt.id, perm.id, aout.depth, TRUE
1943         FROM
1944                 permission.grp_tree pgt,
1945                 permission.perm_list perm,
1946                 actor.org_unit_type aout
1947         WHERE
1948                 pgt.name = 'Cataloging Administrator' AND
1949                 aout.name = 'System' AND
1950                 perm.code IN (
1951                         'CREATE_COPY_STAT_CAT',
1952                         'CREATE_COPY_STAT_CAT_ENTRY',
1953                         'CREATE_COPY_STAT_CAT_ENTRY_MAP',
1954                         'RUN_REPORTS',
1955                         'CREATE_REPORT_TEMPLATE',
1956                         'SHARE_REPORT_FOLDER',
1957                         'UPDATE_COPY_LOCATION',
1958                         'UPDATE_COPY_STAT_CAT',
1959                         'UPDATE_COPY_STAT_CAT_ENTRY',
1960                         'VIEW_REPORT_OUTPUT');
1961
1962
1963 -- Add basic circulation permissions to the Circulators group
1964
1965 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1966         SELECT
1967                 pgt.id, perm.id, aout.depth, FALSE
1968         FROM
1969                 permission.grp_tree pgt,
1970                 permission.perm_list perm,
1971                 actor.org_unit_type aout
1972         WHERE
1973                 pgt.name = 'Circulators' AND
1974                 aout.name = 'Branch' AND
1975                 perm.code IN (
1976                         'ADJUST_BILLS',
1977                         'ADMIN_BOOKING_RESERVATION',
1978                         'ADMIN_BOOKING_RESOURCE',
1979                         'ADMIN_BOOKING_RESOURCE_ATTR',
1980                         'ADMIN_BOOKING_RESOURCE_ATTR_MAP',
1981                         'ADMIN_BOOKING_RESOURCE_ATTR_VALUE',
1982                         'ADMIN_BOOKING_RESOURCE_TYPE',
1983                         'ASSIGN_GROUP_PERM',
1984                         'MARK_ITEM_AVAILABLE',
1985                         'MARK_ITEM_BINDERY',
1986                         'MARK_ITEM_CHECKED_OUT',
1987                         'MARK_ITEM_ILL',
1988                         'MARK_ITEM_IN_PROCESS',
1989                         'MARK_ITEM_IN_TRANSIT',
1990                         'MARK_ITEM_LOST',
1991                         'MARK_ITEM_MISSING',
1992                         'MARK_ITEM_MISSING_PIECES',
1993                         'MARK_ITEM_ON_HOLDS_SHELF',
1994                         'MARK_ITEM_ON_ORDER',
1995                         'MARK_ITEM_RESHELVING',
1996                         'OFFLINE_UPLOAD',
1997                         'OFFLINE_VIEW',
1998                         'REMOVE_USER_GROUP_LINK',
1999                         'SET_CIRC_CLAIMS_RETURNED',
2000                         'SET_CIRC_CLAIMS_RETURNED.override',
2001                         'SET_CIRC_LOST',
2002                         'SET_CIRC_MISSING',
2003                         'UPDATE_BILL_NOTE',
2004                         'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT',
2005                         'UPDATE_PATRON_CLAIM_RETURN_COUNT',
2006                         'UPDATE_PAYMENT_NOTE',
2007                         'UPDATE_PICKUP_LIB FROM_TRANSIT',
2008                         'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF',
2009                         'VIEW_GROUP_PENALTY_THRESHOLD',
2010                         'VIEW_STANDING_PENALTY',
2011                         'VOID_BILLING',
2012                         'VOLUME_HOLDS');
2013
2014 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2015         SELECT
2016                 pgt.id, perm.id, aout.depth, FALSE
2017         FROM
2018                 permission.grp_tree pgt,
2019                 permission.perm_list perm,
2020                 actor.org_unit_type aout
2021         WHERE
2022                 pgt.name = 'Circulators' AND
2023                 aout.name = 'System' AND
2024                 perm.code IN (
2025                         'ABORT_REMOTE_TRANSIT',
2026                         'ABORT_TRANSIT',
2027                         'CAPTURE_RESERVATION',
2028                         'CIRC_CLAIMS_RETURNED.override',
2029                         'CIRC_EXCEEDS_COPY_RANGE.override',
2030                         'CIRC_OVERRIDE_DUE_DATE',
2031                         'CIRC_PERMIT_OVERRIDE',
2032                         'COPY_ALERT_MESSAGE.override',
2033                         'COPY_BAD_STATUS.override',
2034                         'COPY_CIRC_NOT_ALLOWED.override',
2035                         'COPY_IS_REFERENCE.override',
2036                         'COPY_NEEDED_FOR_HOLD.override',
2037                         'COPY_NOT_AVAILABLE.override',
2038                         'COPY_STATUS_LOST.override',
2039                         'COPY_STATUS_MISSING.override',
2040                         'CREATE_DUPLICATE_HOLDS',
2041                         'CREATE_USER_GROUP_LINK',
2042                         'DELETE_TRANSIT',
2043                         'HOLD_EXISTS.override',
2044                         'HOLD_ITEM_CHECKED_OUT.override',
2045                         'ISSUANCE_HOLDS',
2046                         'ITEM_AGE_PROTECTED.override',
2047                         'ITEM_ON_HOLDS_SHELF.override',
2048                         'MAX_RENEWALS_REACHED.override',
2049                         'OVERRIDE_HOLD_HAS_LOCAL_COPY',
2050                         'PATRON_EXCEEDS_CHECKOUT_COUNT.override',
2051                         'PATRON_EXCEEDS_FINES.override',
2052                         'PATRON_EXCEEDS_OVERDUE_COUNT.override',
2053                         'RETRIEVE_RESERVATION_PULL_LIST',
2054                         'UPDATE_HOLD');
2055
2056
2057 -- Add advanced circulation permissions to the Circulation Admin group
2058
2059 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2060         SELECT
2061                 pgt.id, perm.id, aout.depth, TRUE
2062         FROM
2063                 permission.grp_tree pgt,
2064                 permission.perm_list perm,
2065                 actor.org_unit_type aout
2066         WHERE
2067                 pgt.name = 'Circulation Administrator' AND
2068                 aout.name = 'Branch' AND
2069                 perm.code IN (
2070                         'DELETE_USER');
2071
2072 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2073         SELECT
2074                 pgt.id, perm.id, aout.depth, TRUE
2075         FROM
2076                 permission.grp_tree pgt,
2077                 permission.perm_list perm,
2078                 actor.org_unit_type aout
2079         WHERE
2080                 pgt.name = 'Circulation Administrator' AND
2081                 aout.name = 'Consortium' AND
2082                 perm.code IN (
2083                         'ADMIN_MAX_FINE_RULE',
2084                         'CREATE_CIRC_DURATION',
2085                         'DELETE_CIRC_DURATION',
2086                         'MARK_ITEM_MISSING_PIECES',
2087                         'UPDATE_CIRC_DURATION',
2088                         'UPDATE_HOLD_REQUEST_TIME',
2089                         'UPDATE_NET_ACCESS_LEVEL',
2090                         'VIEW_CIRC_MATRIX_MATCHPOINT',
2091             'ABORT_TRANSIT_ON_LOST', 
2092             'ABORT_TRANSIT_ON_MISSING',
2093             'UPDATE_PATRON_COLLECTIONS_EXEMPT',
2094                         'VIEW_HOLD_MATRIX_MATCHPOINT');
2095
2096 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2097         SELECT
2098                 pgt.id, perm.id, aout.depth, TRUE
2099         FROM
2100                 permission.grp_tree pgt,
2101                 permission.perm_list perm,
2102                 actor.org_unit_type aout
2103         WHERE
2104                 pgt.name = 'Circulation Administrator' AND
2105                 aout.name = 'System' AND
2106                 perm.code IN (
2107                         'ADJUST_BILLS',
2108                         'ADMIN_BOOKING_RESERVATION',
2109                         'ADMIN_BOOKING_RESERVATION_ATTR_MAP',
2110                         'ADMIN_BOOKING_RESERVATION_ATTR_VALUE_MAP',
2111                         'ADMIN_BOOKING_RESOURCE',
2112                         'ADMIN_BOOKING_RESOURCE_ATTR',
2113                         'ADMIN_BOOKING_RESOURCE_ATTR_MAP',
2114                         'ADMIN_BOOKING_RESOURCE_ATTR_VALUE',
2115                         'ADMIN_BOOKING_RESOURCE_TYPE',
2116                         'ADMIN_COPY_LOCATION_ORDER',
2117                         'ADMIN_HOLD_CANCEL_CAUSE',
2118                         'ASSIGN_GROUP_PERM',
2119                         'BAR_PATRON',
2120                         'COPY_HOLDS',
2121                         'COPY_TRANSIT_RECEIVE',
2122                         'CREATE_BILL',
2123                         'CREATE_BILLING_TYPE',
2124                         'CREATE_NON_CAT_TYPE',
2125                         'CREATE_PATRON_STAT_CAT',
2126                         'CREATE_PATRON_STAT_CAT_ENTRY',
2127                         'CREATE_PATRON_STAT_CAT_ENTRY_DEFAULT',
2128                         'CREATE_PATRON_STAT_CAT_ENTRY_MAP',
2129                         'CREATE_USER_GROUP_LINK',
2130                         'DELETE_BILLING_TYPE',
2131                         'DELETE_NON_CAT_TYPE',
2132                         'DELETE_PATRON_STAT_CAT',
2133                         'DELETE_PATRON_STAT_CAT_ENTRY',
2134                         'DELETE_PATRON_STAT_CAT_ENTRY_DEFAULT',
2135                         'DELETE_PATRON_STAT_CAT_ENTRY_MAP',
2136                         'DELETE_TRANSIT',
2137                         'group_application.user.staff',
2138                         'MANAGE_BAD_DEBT',
2139                         'MARK_ITEM_AVAILABLE',
2140                         'MARK_ITEM_BINDERY',
2141                         'MARK_ITEM_CHECKED_OUT',
2142                         'MARK_ITEM_ILL',
2143                         'MARK_ITEM_IN_PROCESS',
2144                         'MARK_ITEM_IN_TRANSIT',
2145                         'MARK_ITEM_LOST',
2146                         'MARK_ITEM_MISSING',
2147                         'MARK_ITEM_ON_HOLDS_SHELF',
2148                         'MARK_ITEM_ON_ORDER',
2149                         'MARK_ITEM_RESHELVING',
2150                         'MERGE_USERS',
2151                         'money.collections_tracker.create',
2152                         'money.collections_tracker.delete',
2153                         'OFFLINE_EXECUTE',
2154                         'OFFLINE_UPLOAD',
2155                         'OFFLINE_VIEW',
2156                         'REMOVE_USER_GROUP_LINK',
2157                         'SET_CIRC_CLAIMS_RETURNED',
2158                         'SET_CIRC_CLAIMS_RETURNED.override',
2159                         'SET_CIRC_LOST',
2160                         'SET_CIRC_MISSING',
2161                         'UNBAR_PATRON',
2162                         'UPDATE_BILL_NOTE',
2163                         'UPDATE_NON_CAT_TYPE',
2164                         'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT',
2165                         'UPDATE_PATRON_CLAIM_RETURN_COUNT',
2166                         'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF',
2167                         'UPDATE_PICKUP_LIB_FROM_TRANSIT',
2168                         'UPDATE_USER',
2169                         'VIEW_REPORT_OUTPUT',
2170                         'VIEW_STANDING_PENALTY',
2171                         'VOID_BILLING',
2172             'TRANSIT_CHECKIN_INTERVAL_BLOCK.override',
2173                         'VOLUME_HOLDS');
2174
2175
2176 -- Add basic sys admin permissions to the Local Administrator group
2177
2178 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2179         SELECT
2180                 pgt.id, perm.id, aout.depth, TRUE
2181         FROM
2182                 permission.grp_tree pgt,
2183                 permission.perm_list perm,
2184                 actor.org_unit_type aout
2185         WHERE
2186                 pgt.name = 'Local Administrator' AND
2187                 aout.name = 'Branch' AND
2188                 perm.code IN (
2189                         'EVERYTHING');
2190
2191
2192 -- Add administration permissions to the System Administrator group
2193
2194 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2195         SELECT
2196                 pgt.id, perm.id, aout.depth, TRUE
2197         FROM
2198                 permission.grp_tree pgt,
2199                 permission.perm_list perm,
2200                 actor.org_unit_type aout
2201         WHERE
2202                 pgt.name = 'System Administrator' AND
2203                 aout.name = 'System' AND
2204                 perm.code IN (
2205                         'EVERYTHING');
2206
2207 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2208         SELECT
2209                 pgt.id, perm.id, aout.depth, FALSE
2210         FROM
2211                 permission.grp_tree pgt,
2212                 permission.perm_list perm,
2213                 actor.org_unit_type aout
2214         WHERE
2215                 pgt.name = 'System Administrator' AND
2216                 aout.name = 'Consortium' AND
2217                 perm.code ~ '^VIEW_TRIGGER';
2218
2219
2220 -- Add administration permissions to the Global Administrator group
2221
2222 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2223         SELECT
2224                 pgt.id, perm.id, aout.depth, TRUE
2225         FROM
2226                 permission.grp_tree pgt,
2227                 permission.perm_list perm,
2228                 actor.org_unit_type aout
2229         WHERE
2230                 pgt.name = 'Global Administrator' AND
2231                 aout.name = 'Consortium' AND
2232                 perm.code IN (
2233                         'EVERYTHING');
2234
2235
2236 -- Add basic acquisitions permissions to the Acquisitions group
2237
2238 SELECT SETVAL('permission.grp_perm_map_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_perm_map));
2239
2240 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2241         SELECT
2242                 pgt.id, perm.id, aout.depth, FALSE
2243         FROM
2244                 permission.grp_tree pgt,
2245                 permission.perm_list perm,
2246                 actor.org_unit_type aout
2247         WHERE
2248                 pgt.name = 'Acquisitions' AND
2249                 aout.name = 'Consortium' AND
2250                 perm.code IN (
2251                         'ALLOW_ALT_TCN',
2252                         'CREATE_BIB_IMPORT_QUEUE',
2253                         'CREATE_IMPORT_ITEM',
2254                         'CREATE_INVOICE',
2255                         'CREATE_MARC',
2256                         'CREATE_PICKLIST',
2257                         'CREATE_PURCHASE_ORDER',
2258                         'DELETE_BIB_IMPORT_QUEUE',
2259                         'DELETE_IMPORT_ITEM',
2260                         'DELETE_RECORD',
2261                         'DELETE_VOLUME',
2262                         'DELETE_VOLUME_NOTE',
2263                         'GENERAL_ACQ',
2264                         'IMPORT_ACQ_LINEITEM_BIB_RECORD',
2265                         'IMPORT_MARC',
2266                         'MANAGE_CLAIM',
2267                         'MANAGE_FUND',
2268                         'MANAGE_FUNDING_SOURCE',
2269                         'MANAGE_PROVIDER',
2270                         'MARK_ITEM_AVAILABLE',
2271                         'MARK_ITEM_BINDERY',
2272                         'MARK_ITEM_CHECKED_OUT',
2273                         'MARK_ITEM_ILL',
2274                         'MARK_ITEM_IN_PROCESS',
2275                         'MARK_ITEM_IN_TRANSIT',
2276                         'MARK_ITEM_LOST',
2277                         'MARK_ITEM_MISSING',
2278                         'MARK_ITEM_ON_HOLDS_SHELF',
2279                         'MARK_ITEM_ON_ORDER',
2280                         'MARK_ITEM_RESHELVING',
2281                         'RECEIVE_PURCHASE_ORDER',
2282                         'UPDATE_BATCH_COPY',
2283                         'UPDATE_BIB_IMPORT_QUEUE',
2284                         'UPDATE_COPY',
2285                         'UPDATE_FUND',
2286                         'UPDATE_FUND_ALLOCATION',
2287                         'UPDATE_FUNDING_SOURCE',
2288                         'UPDATE_IMPORT_ITEM',
2289                         'UPDATE_MARC',
2290                         'UPDATE_PICKLIST',
2291                         'UPDATE_RECORD',
2292                         'UPDATE_VOLUME',
2293                         'user_request.delete',
2294                         'user_request.update',
2295                         'user_request.view',
2296                         'VIEW_ACQ_FUND_ALLOCATION_PERCENT',
2297                         'VIEW_ACQ_FUNDING_SOURCE',
2298                         'VIEW_FUND',
2299                         'VIEW_FUND_ALLOCATION',
2300                         'VIEW_FUNDING_SOURCE',
2301                         'VIEW_HOLDS',
2302                         'VIEW_INVOICE',
2303                         'VIEW_ORG_SETTINGS',
2304                         'VIEW_PICKLIST',
2305                         'VIEW_PROVIDER',
2306                         'VIEW_PURCHASE_ORDER',
2307                         'VIEW_REPORT_OUTPUT');
2308
2309
2310 -- Add acquisitions administration permissions to the Acquisitions Admin group
2311
2312 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2313         SELECT
2314                 pgt.id, perm.id, aout.depth, TRUE
2315         FROM
2316                 permission.grp_tree pgt,
2317                 permission.perm_list perm,
2318                 actor.org_unit_type aout
2319         WHERE
2320                 pgt.name = 'Acquisitions Administrator' AND
2321                 aout.name = 'Consortium' AND
2322                 perm.code IN (
2323                         'ACQ_INVOICE_REOPEN',
2324                         'ACQ_XFER_MANUAL_DFUND_AMOUNT',
2325                         'ADMIN_ACQ_CANCEL_CAUSE',
2326                         'ADMIN_ACQ_CLAIM',
2327                         'ADMIN_ACQ_CLAIM_EVENT_TYPE',
2328                         'ADMIN_ACQ_CLAIM_TYPE',
2329                         'ADMIN_ACQ_DISTRIB_FORMULA',
2330                         'ADMIN_ACQ_FISCAL_YEAR',
2331                         'ADMIN_ACQ_FUND',
2332                         'ADMIN_ACQ_FUND_ALLOCATION_PERCENT',
2333                         'ADMIN_ACQ_FUND_TAG',
2334                         'ADMIN_ACQ_LINE_ITEM_ALERT_TEXT',
2335                         'ADMIN_CLAIM_POLICY',
2336                         'ADMIN_CURRENCY_TYPE',
2337                         'ADMIN_FUND',
2338                         'ADMIN_FUNDING_SOURCE',
2339                         'ADMIN_INVOICE',
2340                         'ADMIN_INVOICE_METHOD',
2341                         'ADMIN_INVOICE_PAYMENT_METHOD',
2342                         'ADMIN_LINEITEM_MARC_ATTR_DEF',
2343                         'ADMIN_PROVIDER',
2344                         'ADMIN_USER_REQUEST_TYPE',
2345                         'CREATE_ACQ_FUNDING_SOURCE',
2346                         'CREATE_FUND',
2347                         'CREATE_FUND_ALLOCATION',
2348                         'CREATE_FUNDING_SOURCE',
2349                         'CREATE_INVOICE_ITEM_TYPE',
2350                         'CREATE_INVOICE_METHOD',
2351                         'CREATE_PROVIDER',
2352                         'DELETE_ACQ_FUNDING_SOURCE',
2353                         'DELETE_FUND',
2354                         'DELETE_FUND_ALLOCATION',
2355                         'DELETE_FUNDING_SOURCE',
2356                         'DELETE_INVOICE_ITEM_TYPE',
2357                         'DELETE_INVOICE_METHOD',
2358                         'DELETE_PROVIDER',
2359                         'RUN_REPORTS',
2360                         'CREATE_REPORT_TEMPLATE',
2361                         'SHARE_REPORT_FOLDER',
2362                         'UPDATE_ACQ_FUNDING_SOURCE',
2363                         'UPDATE_INVOICE_ITEM_TYPE',
2364                         'UPDATE_INVOICE_METHOD',
2365                         'UPDATE_PICKLIST'
2366                 );
2367
2368 -- Add serials permissions to the Serials group
2369
2370 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2371         SELECT
2372                 pgt.id, perm.id, aout.depth, FALSE
2373         FROM
2374                 permission.grp_tree pgt,
2375                 permission.perm_list perm,
2376                 actor.org_unit_type aout
2377         WHERE
2378                 pgt.name = 'Serials' AND
2379                 aout.name = 'System' AND
2380                 perm.code IN (
2381                         'ADMIN_ASSET_COPY_TEMPLATE',
2382                         'ADMIN_SERIAL_CAPTION_PATTERN',
2383                         'ADMIN_SERIAL_DISTRIBUTION',
2384                         'ADMIN_SERIAL_ITEM',
2385                         'ADMIN_SERIAL_STREAM',
2386                         'ADMIN_SERIAL_SUBSCRIPTION',
2387                         'ISSUANCE_HOLDS',
2388                         'RECEIVE_SERIAL');
2389
2390
2391 -- Add basic staff permissions to the Volunteers group
2392
2393 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2394         SELECT
2395                 pgt.id, perm.id, aout.depth, FALSE
2396         FROM
2397                 permission.grp_tree pgt,
2398                 permission.perm_list perm,
2399                 actor.org_unit_type aout
2400         WHERE
2401                 pgt.name = 'Volunteers' AND
2402                 aout.name = 'Branch' AND
2403                 perm.code IN (
2404                         'COPY_CHECKOUT',
2405                         'CREATE_BILL',
2406                         'CREATE_IN_HOUSE_USE',
2407                         'CREATE_PAYMENT',
2408                         'VIEW_BILLING_TYPE',
2409                         'VIEW_CIRCS',
2410                         'VIEW_COPY_CHECKOUT',
2411                         'VIEW_HOLD',
2412                         'VIEW_TITLE_HOLDS',
2413                         'VIEW_TRANSACTION',
2414                         'VIEW_USER',
2415                         'VIEW_USER_FINES_SUMMARY',
2416                         'VIEW_USER_TRANSACTIONS');
2417
2418 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2419         SELECT
2420                 pgt.id, perm.id, aout.depth, FALSE
2421         FROM
2422                 permission.grp_tree pgt,
2423                 permission.perm_list perm,
2424                 actor.org_unit_type aout
2425         WHERE
2426                 pgt.name = 'Volunteers' AND
2427                 aout.name = 'Consortium' AND
2428                 perm.code IN (
2429                         'CREATE_COPY_TRANSIT',
2430                         'CREATE_TRANSACTION',
2431                         'CREATE_TRANSIT',
2432                         'STAFF_LOGIN',
2433                         'TRANSIT_COPY',
2434                         'VIEW_ORG_SETTINGS');
2435
2436
2437 -- Admin user account
2438 INSERT INTO actor.usr ( profile, card, usrname, passwd, first_given_name, family_name, dob, master_account, super_user, ident_type, ident_value, home_ou ) VALUES ( 1, 1, md5(random()::text), md5(random()::text), 'Administrator', 'System Account', '1979-01-22', TRUE, TRUE, 1, 'identification', 1 );
2439
2440 -- Admin user barcode
2441 INSERT INTO actor.card (usr, barcode) VALUES (1,md5(random()::text));
2442 UPDATE actor.usr SET card = (SELECT currval('actor.card_id_seq')) WHERE id = 1;
2443
2444 -- Admin user permissions
2445 INSERT INTO permission.usr_perm_map (usr,perm,depth) VALUES (1,-1,0);
2446
2447 -- Set a work_ou for the Administrator user
2448 INSERT INTO permission.usr_work_ou_map (usr, work_ou) VALUES (1, 1);
2449
2450 --010.schema.biblio.sql:
2451 INSERT INTO biblio.record_entry VALUES (-1,1,1,1,-1,NOW(),NOW(),FALSE,FALSE,'','AUTOGEN','-1','<record xmlns="http://www.loc.gov/MARC21/slim"/>','FOO');
2452
2453 --040.schema.asset.sql:
2454 INSERT INTO asset.copy_location (id, name,owning_lib) VALUES (1, oils_i18n_gettext(1, 'Stacks', 'acpl', 'name'),1);
2455 SELECT SETVAL('asset.copy_location_id_seq'::TEXT, 100);
2456
2457 INSERT INTO asset.call_number_suffix (id, owning_lib, label) VALUES (-1, 1, '');
2458 INSERT INTO asset.call_number_prefix (id, owning_lib, label) VALUES (-1, 1, '');
2459 INSERT INTO asset.call_number VALUES (-1,1,NOW(),1,NOW(),-1,1,'UNCATALOGED');
2460
2461 --090.schema.action.sql
2462 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (1, oils_i18n_gettext(1, 'Untargeted expiration', 'ahrcc', 'label'));
2463 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (2, oils_i18n_gettext(2, 'Hold Shelf expiration', 'ahrcc', 'label'));
2464 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (3, oils_i18n_gettext(3, 'Patron via phone', 'ahrcc', 'label'));
2465 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (4, oils_i18n_gettext(4, 'Patron in person', 'ahrcc', 'label'));
2466 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (5, oils_i18n_gettext(5, 'Staff forced', 'ahrcc', 'label'));
2467 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (6, oils_i18n_gettext(6, 'Patron via OPAC', 'ahrcc', 'label'));
2468 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (7, oils_i18n_gettext(7, 'Patron via SIP', 'ahrcc', 'label'));
2469 SELECT SETVAL('action.hold_request_cancel_cause_id_seq', 100);
2470
2471
2472 -- circ matrix
2473 INSERT INTO config.circ_matrix_matchpoint (org_unit,grp,circulate,duration_rule,recurring_fine_rule,max_fine_rule) VALUES (1,1,true,11,1,1);
2474
2475 INSERT INTO config.circ_matrix_weights(name, org_unit, grp, circ_modifier, copy_location, marc_type, marc_form, marc_bib_level, marc_vr_format, copy_circ_lib, copy_owning_lib, user_home_ou, ref_flag, juvenile_flag, is_renewal, usr_age_upper_bound, usr_age_lower_bound, item_age) VALUES 
2476     ('Default', 10.0, 11.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 8.0, 8.0, 8.0, 1.0, 6.0, 7.0, 0.0, 0.0, 0.0),
2477     ('Org_Unit_First', 11.0, 10.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 8.0, 8.0, 8.0, 1.0, 6.0, 7.0, 0.0, 0.0, 0.0),
2478     ('Item_Owner_First', 8.0, 8.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 10.0, 11.0, 8.0, 1.0, 6.0, 7.0, 0.0, 0.0, 0.0),
2479     ('All_Equal', 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
2480
2481 -- hold matrix - 110.hold_matrix.sql:
2482 INSERT INTO config.hold_matrix_matchpoint (requestor_grp) VALUES (1);
2483
2484 INSERT INTO config.hold_matrix_weights(name, user_home_ou, request_ou, pickup_ou, item_owning_ou, item_circ_ou, usr_grp, requestor_grp, circ_modifier, marc_type, marc_form, marc_bib_level, marc_vr_format, juvenile_flag, ref_flag, item_age) VALUES
2485     ('Default', 5.0, 5.0, 5.0, 5.0, 5.0, 7.0, 8.0, 4.0, 3.0, 2.0, 1.0, 1.0, 4.0, 0.0, 0.0),
2486     ('Item_Owner_First', 5.0, 5.0, 5.0, 8.0, 7.0, 5.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 4.0, 0.0, 0.0),
2487     ('User_Before_Requestor', 5.0, 5.0, 5.0, 5.0, 5.0, 8.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 4.0, 0.0, 0.0),
2488     ('All_Equal', 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
2489
2490 -- dynamic weight associations
2491 INSERT INTO config.weight_assoc(active, org_unit, circ_weights, hold_weights) VALUES
2492     (true, 1, 1, 1);
2493
2494 -- User setting types
2495 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2496     VALUES ('opac.default_font', TRUE,
2497     oils_i18n_gettext('opac.default_font', 'OPAC Font Size', 'cust', 'label'),
2498     oils_i18n_gettext('opac.default_font', 'OPAC Font Size', 'cust', 'description'),
2499     'string');
2500
2501 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2502     VALUES ('opac.default_search_depth', TRUE,
2503     oils_i18n_gettext('opac.default_search_depth', 'OPAC Search Depth', 'cust', 'label'),
2504     oils_i18n_gettext('opac.default_search_depth', 'OPAC Search Depth', 'cust', 'description'),
2505     'integer');
2506
2507 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2508     VALUES ('opac.default_search_location', TRUE,
2509     oils_i18n_gettext('opac.default_search_location', 'OPAC Search Location', 'cust', 'label'),
2510     oils_i18n_gettext('opac.default_search_location', 'OPAC Search Location', 'cust', 'description'),
2511     'integer');
2512
2513 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2514     VALUES ('opac.hits_per_page', TRUE,
2515     oils_i18n_gettext('opac.hits_per_page', 'Hits per Page', 'cust', 'label'),
2516     oils_i18n_gettext('opac.hits_per_page', 'Hits per Page', 'cust', 'description'),
2517     'string');
2518
2519 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2520     VALUES ('opac.hold_notify', TRUE,
2521     oils_i18n_gettext('opac.hold_notify', 'Hold Notification Format', 'cust', 'label'),
2522     oils_i18n_gettext('opac.hold_notify', 'Hold Notification Format', 'cust', 'description'),
2523     'string');
2524
2525 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2526     VALUES ('staff_client.catalog.record_view.default', TRUE,
2527     oils_i18n_gettext('staff_client.catalog.record_view.default', 'Default Record View', 'cust', 'label'),
2528     oils_i18n_gettext('staff_client.catalog.record_view.default', 'Default Record View', 'cust', 'description'),
2529     'string');
2530
2531 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2532     VALUES ('staff_client.copy_editor.templates', TRUE,
2533     oils_i18n_gettext('staff_client.copy_editor.templates', 'Copy Editor Template', 'cust', 'label'),
2534     oils_i18n_gettext('staff_client.copy_editor.templates', 'Copy Editor Template', 'cust', 'description'),
2535     'object');
2536
2537 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2538     VALUES ('circ.holds_behind_desk', FALSE,
2539     oils_i18n_gettext('circ.holds_behind_desk', 'Hold is behind Circ Desk', 'cust', 'label'),
2540     oils_i18n_gettext('circ.holds_behind_desk', 'Hold is behind Circ Desk', 'cust', 'description'),
2541     'bool');
2542
2543 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2544     VALUES ('opac.default_pickup_location', TRUE,
2545     oils_i18n_gettext('opac.default_pickup_location', 'Default Hold Pickup Location', 'cust', 'label'),
2546     oils_i18n_gettext('opac.default_pickup_location', 'Default location for holds pickup', 'cust', 'description'),
2547     'integer');
2548
2549 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2550     VALUES (
2551         'opac.lists_per_page',
2552         TRUE,
2553         oils_i18n_gettext(
2554             'opac.lists_per_page',
2555             'Lists per Page',
2556             'cust',
2557             'label'
2558         ),
2559         oils_i18n_gettext(
2560             'opac.lists_per_page',
2561             'A number designating the amount of lists displayed per page.',
2562             'cust',
2563             'description'
2564         ),
2565         'string'
2566     );
2567
2568 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2569     VALUES (
2570         'opac.list_items_per_page',
2571         TRUE,
2572         oils_i18n_gettext(
2573             'opac.list_items_per_page',
2574             'List Items per Page',
2575             'cust',
2576             'label'
2577         ),
2578         oils_i18n_gettext(
2579             'opac.list_items_per_page',
2580             'A number designating the amount of list items displayed per page of a selected list.',
2581             'cust',
2582             'description'
2583         ),
2584         'string'
2585     );
2586
2587 -- Add groups for org_unit settings
2588 INSERT INTO config.settings_group (name, label) VALUES
2589 ('acq', oils_i18n_gettext('config.settings_group.system', 'Acquisitions', 'coust', 'label')),
2590 ('sys', oils_i18n_gettext('config.settings_group.system', 'System', 'coust', 'label')),
2591 ('gui', oils_i18n_gettext('config.settings_group.gui', 'GUI', 'coust', 'label')),
2592 ('lib', oils_i18n_gettext('config.settings_group.lib', 'Library', 'coust', 'label')),
2593 ('sec', oils_i18n_gettext('config.settings_group.sec', 'Security', 'coust', 'label')),
2594 ('cat', oils_i18n_gettext('config.settings_group.cat', 'Cataloging', 'coust', 'label')),
2595 ('holds', oils_i18n_gettext('config.settings_group.holds', 'Holds', 'coust', 'label')),
2596 ('circ', oils_i18n_gettext('config.settings_group.circulation', 'Circulation', 'coust', 'label')),
2597 ('self', oils_i18n_gettext('config.settings_group.self', 'Self Check', 'coust', 'label')),
2598 ('opac', oils_i18n_gettext('config.settings_group.opac', 'OPAC', 'coust', 'label')),
2599 ('prog', oils_i18n_gettext('config.settings_group.program', 'Program', 'coust', 'label')),
2600 ('glob', oils_i18n_gettext('config.settings_group.global', 'Global', 'coust', 'label')),
2601 ('finance', oils_i18n_gettext('config.settings_group.finances', 'Finances', 'coust', 'label')),
2602 ('credit', oils_i18n_gettext('config.settings_group.ccp', 'Credit Card Processing', 'coust', 'label')),
2603 ('serial', oils_i18n_gettext('config.settings_group.serial', 'Serials', 'coust', 'label')),
2604 ('recall', oils_i18n_gettext('config.settings_group.recall', 'Recalls', 'coust', 'label')),
2605 ('booking', oils_i18n_gettext('config.settings_group.booking', 'Booking', 'coust', 'label')),
2606 ('offline', oils_i18n_gettext('config.settings_group.offline', 'Offline', 'coust', 'label')),
2607 ('receipt_template', oils_i18n_gettext('config.settings_group.receipt_template', 'Receipt Template', 'coust', 'label')),
2608 ('sms', oils_i18n_gettext('sms','SMS Text Messages','csg','label')),
2609 ('vandelay', oils_i18n_gettext('vandelay','Vandelay','coust','label'))
2610 ;
2611
2612
2613 INSERT INTO acq.user_request_type (id,label) VALUES (1, oils_i18n_gettext('1', 'Books', 'aurt', 'label'));
2614 INSERT INTO acq.user_request_type (id,label) VALUES (2, oils_i18n_gettext('2', 'Journal/Magazine & Newspaper Articles', 'aurt', 'label'));
2615 INSERT INTO acq.user_request_type (id,label) VALUES (3, oils_i18n_gettext('3', 'Audiobooks', 'aurt', 'label'));
2616 INSERT INTO acq.user_request_type (id,label) VALUES (4, oils_i18n_gettext('4', 'Music', 'aurt', 'label'));
2617 INSERT INTO acq.user_request_type (id,label) VALUES (5, oils_i18n_gettext('5', 'DVDs', 'aurt', 'label'));
2618
2619 SELECT SETVAL('acq.user_request_type_id_seq'::TEXT, 6);
2620
2621
2622 -- org_unit setting types
2623 INSERT into config.org_unit_setting_type
2624 ( name, grp, label, description, datatype, fm_class ) VALUES
2625
2626 ( 'acq.copy_creator_uses_receiver', 'acq',
2627     oils_i18n_gettext('acq.copy_creator_uses_receiver',
2628         'Set copy creator as receiver',
2629         'coust', 'label'),
2630     oils_i18n_gettext('acq.copy_creator_uses_receiver',
2631         'When receiving a copy in acquisitions, set the copy "creator" to be the staff that received the copy',
2632         'coust', 'description'),
2633     'bool', null)
2634
2635 ,( 'acq.default_circ_modifier', 'acq',
2636     oils_i18n_gettext('acq.default_circ_modifier',
2637         'Default circulation modifier',
2638         'coust', 'label'),
2639     oils_i18n_gettext('acq.default_circ_modifier',
2640         'Default circulation modifier',
2641         'coust', 'description'),
2642     'string', null)
2643
2644 ,( 'acq.default_copy_location', 'acq',
2645     oils_i18n_gettext('acq.default_copy_location',
2646         'Default copy location',
2647         'coust', 'label'),
2648     oils_i18n_gettext('acq.default_copy_location',
2649         'Default copy location',
2650         'coust', 'description'),
2651     'link', 'acpl')
2652
2653 ,( 'acq.fund.balance_limit.block', 'acq',
2654     oils_i18n_gettext('acq.fund.balance_limit.block',
2655         'Fund Spending Limit for Block',
2656         'coust', 'label'),
2657     oils_i18n_gettext('acq.fund.balance_limit.block',
2658         'When the amount remaining in the fund, including spent money and encumbrances, goes below this percentage, attempts to spend from the fund will be blocked.',
2659         'coust', 'description'),
2660     'integer', null)
2661
2662 ,( 'acq.fund.balance_limit.warn', 'acq',
2663     oils_i18n_gettext('acq.fund.balance_limit.warn',
2664         'Fund Spending Limit for Warning',
2665         'coust', 'label'),
2666     oils_i18n_gettext('acq.fund.balance_limit.warn',
2667         'When the amount remaining in the fund, including spent money and encumbrances, goes below this percentage, attempts to spend from the fund will result in a warning to the staff.',
2668         'coust', 'description'),
2669     'integer', null)
2670
2671 ,( 'acq.holds.allow_holds_from_purchase_request', 'acq',
2672     oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
2673         'Allows patrons to create automatic holds from purchase requests.',
2674         'coust', 'label'),
2675     oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
2676         'Allows patrons to create automatic holds from purchase requests.',
2677         'coust', 'description'),
2678     'bool', null)
2679
2680 ,( 'acq.tmp_barcode_prefix', 'acq',
2681     oils_i18n_gettext('acq.tmp_barcode_prefix',
2682         'Temporary barcode prefix',
2683         'coust', 'label'),
2684     oils_i18n_gettext('acq.tmp_barcode_prefix',
2685         'Temporary barcode prefix',
2686         'coust', 'description'),
2687     'string', null)
2688
2689 ,( 'acq.tmp_callnumber_prefix', 'acq',
2690     oils_i18n_gettext('acq.tmp_callnumber_prefix',
2691         'Temporary call number prefix',
2692         'coust', 'label'),
2693     oils_i18n_gettext('acq.tmp_callnumber_prefix',
2694         'Temporary call number prefix',
2695         'coust', 'description'),
2696     'string', null)
2697
2698 ,( 'auth.opac_timeout', 'sec',
2699     oils_i18n_gettext('auth.opac_timeout',
2700         'OPAC Inactivity Timeout (in seconds)',
2701         'coust', 'label'),
2702     oils_i18n_gettext('auth.opac_timeout',
2703         'OPAC Inactivity Timeout (in seconds)',
2704         'coust', 'description'),
2705     'integer', null)
2706
2707 ,( 'auth.persistent_login_interval', 'sec',
2708     oils_i18n_gettext('auth.persistent_login_interval',
2709         'Persistent Login Duration',
2710         'coust', 'label'),
2711     oils_i18n_gettext('auth.persistent_login_interval',
2712         'How long a persistent login lasts.  E.g. ''2 weeks''',
2713         'coust', 'description'),
2714     'interval', null)
2715
2716 ,( 'auth.staff_timeout', 'sec',
2717     oils_i18n_gettext('auth.staff_timeout',
2718         'Staff Login Inactivity Timeout (in seconds)',
2719         'coust', 'label'),
2720     oils_i18n_gettext('auth.staff_timeout',
2721         'Staff Login Inactivity Timeout (in seconds)',
2722         'coust', 'description'),
2723     'integer', null)
2724
2725 ,( 'booking.allow_email_notify', 'booking',
2726     oils_i18n_gettext('booking.allow_email_notify',
2727         'Allow Email Notify',
2728         'coust', 'label'),
2729     oils_i18n_gettext('booking.allow_email_notify',
2730         'Permit email notification when a reservation is ready for pickup.',
2731         'coust', 'description'),
2732     'bool', null)
2733
2734 ,( 'cat.bib.alert_on_empty', 'gui',
2735     oils_i18n_gettext('cat.bib.alert_on_empty',
2736         'Alert on empty bib records',
2737         'coust', 'label'),
2738     oils_i18n_gettext('cat.bib.alert_on_empty',
2739         'Alert staff when the last copy for a record is being deleted',
2740         'coust', 'description'),
2741     'bool', null)
2742
2743 ,( 'cat.bib.delete_on_no_copy_via_acq_lineitem_cancel', 'cat',
2744     oils_i18n_gettext('cat.bib.delete_on_no_copy_via_acq_lineitem_cancel',
2745         'Delete bib if all copies are deleted via Acquisitions lineitem cancellation.',
2746         'coust', 'label'),
2747     oils_i18n_gettext('cat.bib.delete_on_no_copy_via_acq_lineitem_cancel',
2748         'Delete bib if all copies are deleted via Acquisitions lineitem cancellation.',
2749         'coust', 'description'),
2750     'bool', null)
2751
2752 ,( 'cat.bib.keep_on_empty', 'prog',
2753     oils_i18n_gettext('cat.bib.keep_on_empty',
2754         'Retain empty bib records',
2755         'coust', 'label'),
2756     oils_i18n_gettext('cat.bib.keep_on_empty',
2757         'Retain a bib record even when all attached copies are deleted',
2758         'coust', 'description'),
2759     'bool', null)
2760
2761 ,( 'cat.default_classification_scheme', 'cat',
2762     oils_i18n_gettext('cat.default_classification_scheme',
2763         'Default Classification Scheme',
2764         'coust', 'label'),
2765     oils_i18n_gettext('cat.default_classification_scheme',
2766         'Defines the default classification scheme for new call numbers: 1 = Generic; 2 = Dewey; 3 = LC',
2767         'coust', 'description'),
2768     'link', 'acnc')
2769
2770 ,( 'cat.default_copy_status_fast', 'cat',
2771     oils_i18n_gettext('cat.default_copy_status_fast',
2772         'Default copy status (fast add)',
2773         'coust', 'label'),
2774     oils_i18n_gettext('cat.default_copy_status_fast',
2775         'Default status when a copy is created using the "Fast Add" interface.',
2776         'coust', 'description'),
2777     'link', 'ccs')
2778
2779 ,( 'cat.default_copy_status_normal', 'cat',
2780     oils_i18n_gettext('cat.default_copy_status_normal',
2781         'Default copy status (normal)',
2782         'coust', 'label'),
2783     oils_i18n_gettext('cat.default_copy_status_normal',
2784         'Default status when a copy is created using the normal volume/copy creator interface.',
2785         'coust', 'description'),
2786     'link', 'ccs')
2787
2788 ,( 'cat.default_item_price', 'finance',
2789     oils_i18n_gettext('cat.default_item_price',
2790         'Default Item Price',
2791         'coust', 'label'),
2792     oils_i18n_gettext('cat.default_item_price',
2793         'Default Item Price',
2794         'coust', 'description'),
2795     'currency', null)
2796
2797 ,( 'circ.min_item_price', 'finance',
2798     oils_i18n_gettext('circ.min_item_price',
2799         'Minimum Item Price',
2800         'coust', 'label'),
2801     oils_i18n_gettext('circ.min_item_price',
2802         'When charging for lost items, charge this amount as a minimum.',
2803         'coust', 'description'),
2804     'currency', null)
2805
2806 ,( 'circ.max_item_price', 'finance',
2807     oils_i18n_gettext('circ.max_item_price',
2808         'Maximum Item Price',
2809         'coust', 'label'),
2810     oils_i18n_gettext('circ.max_item_price',
2811         'When charging for lost items, limit the charge to this as a maximum.',
2812         'coust', 'description'),
2813     'currency', null)
2814
2815 ,( 'cat.label.font.family', 'cat',
2816     oils_i18n_gettext('cat.label.font.family',
2817         'Spine and pocket label font family',
2818         'coust', 'label'),
2819     oils_i18n_gettext('cat.label.font.family',
2820         'Set the preferred font family for spine and pocket labels. You can specify a list of fonts, separated by commas, in order of preference; the system will use the first font it finds with a matching name. For example, "Arial, Helvetica, serif".',
2821         'coust', 'description'),
2822     'string', null)
2823
2824 ,( 'cat.label.font.size', 'cat',
2825     oils_i18n_gettext('cat.label.font.size',
2826         'Spine and pocket label font size',
2827         'coust', 'label'),
2828     oils_i18n_gettext('cat.label.font.size',
2829         'Set the default font size for spine and pocket labels',
2830         'coust', 'description'),
2831     'integer', null)
2832
2833 ,( 'cat.label.font.weight', 'cat',
2834     oils_i18n_gettext('cat.label.font.weight',
2835         'Spine and pocket label font weight',
2836         'coust', 'label'),
2837     oils_i18n_gettext('cat.label.font.weight',
2838         'Set the preferred font weight for spine and pocket labels. You can specify "normal", "bold", "bolder", or "lighter".',
2839         'coust', 'description'),
2840     'string', null)
2841
2842 ,( 'cat.marc_control_number_identifier', 'cat',
2843     oils_i18n_gettext('cat.marc_control_number_identifier',
2844         'Defines the control number identifier used in 003 and 035 fields.',
2845         'coust', 'label'),
2846     oils_i18n_gettext('cat.marc_control_number_identifier',
2847         'Cat: Defines the control number identifier used in 003 and 035 fields.',
2848         'coust', 'description'),
2849     'string', null)
2850
2851 ,( 'cat.spine.line.height', 'cat',
2852     oils_i18n_gettext('cat.spine.line.height',
2853         'Spine label maximum lines',
2854         'coust', 'label'),
2855     oils_i18n_gettext('cat.spine.line.height',
2856         'Set the default maximum number of lines for spine labels.',
2857         'coust', 'description'),
2858     'integer', null)
2859
2860 ,( 'cat.spine.line.margin', 'cat',
2861     oils_i18n_gettext('cat.spine.line.margin',
2862         'Spine label left margin',
2863         'coust', 'label'),
2864     oils_i18n_gettext('cat.spine.line.margin',
2865         'Set the left margin for spine labels in number of characters.',
2866         'coust', 'description'),
2867     'integer', null)
2868
2869 ,( 'cat.spine.line.width', 'cat',
2870     oils_i18n_gettext('cat.spine.line.width',
2871         'Spine label line width',
2872         'coust', 'label'),
2873     oils_i18n_gettext('cat.spine.line.width',
2874         'Set the default line width for spine labels in number of characters. This specifies the boundary at which lines must be wrapped.',
2875         'coust', 'description'),
2876     'integer', null)
2877
2878 ,( 'cat.volume.delete_on_empty', 'cat',
2879     oils_i18n_gettext('cat.volume.delete_on_empty',
2880         'Delete volume with last copy',
2881         'coust', 'label'),
2882     oils_i18n_gettext('cat.volume.delete_on_empty',
2883         'Automatically delete a volume when the last linked copy is deleted',
2884         'coust', 'description'),
2885     'bool', null)
2886
2887 ,( 'circ.auto_hide_patron_summary', 'gui',
2888     oils_i18n_gettext('circ.auto_hide_patron_summary',
2889         'Toggle off the patron summary sidebar after first view.',
2890         'coust', 'label'),
2891     oils_i18n_gettext('circ.auto_hide_patron_summary',
2892         'When true, the patron summary sidebar will collapse after a new patron sub-interface is selected.',
2893         'coust', 'description'),
2894     'bool', null)
2895
2896 ,( 'circ.block_renews_for_holds', 'holds',
2897     oils_i18n_gettext('circ.block_renews_for_holds',
2898         'Block Renewal of Items Needed for Holds',
2899         'coust', 'label'),
2900     oils_i18n_gettext('circ.block_renews_for_holds',
2901         'When an item could fulfill a hold, do not allow the current patron to renew',
2902         'coust', 'description'),
2903     'bool', null)
2904
2905 ,( 'circ.booking_reservation.default_elbow_room', 'booking',
2906     oils_i18n_gettext('circ.booking_reservation.default_elbow_room',
2907         'Booking elbow room',
2908         'coust', 'label'),
2909     oils_i18n_gettext('circ.booking_reservation.default_elbow_room',
2910         'Elbow room specifies how far in the future you must make a reservation on an item if that item will have to transit to reach its pickup location.  It secondarily defines how soon a reservation on a given item must start before the check-in process will opportunistically capture it for the reservation shelf.',
2911         'coust', 'description'),
2912     'interval', null)
2913
2914 ,( 'circ.charge_lost_on_zero', 'finance',
2915     oils_i18n_gettext('circ.charge_lost_on_zero',
2916         'Charge lost on zero',
2917         'coust', 'label'),
2918     oils_i18n_gettext('circ.charge_lost_on_zero',
2919         'Charge lost on zero',
2920         'coust', 'description'),
2921     'bool', null)
2922
2923 ,( 'circ.charge_on_damaged', 'finance',
2924     oils_i18n_gettext('circ.charge_on_damaged',
2925         'Charge item price when marked damaged',
2926         'coust', 'label'),
2927     oils_i18n_gettext('circ.charge_on_damaged',
2928         'Charge item price when marked damaged',
2929         'coust', 'description'),
2930     'bool', null)
2931
2932 ,( 'circ.checkout_auto_renew_age', 'circ',
2933     oils_i18n_gettext('circ.checkout_auto_renew_age',
2934         'Checkout auto renew age',
2935         'coust', 'label'),
2936     oils_i18n_gettext('circ.checkout_auto_renew_age',
2937         'When an item has been checked out for at least this amount of time, an attempt to check out the item to the patron that it is already checked out to will simply renew the circulation',
2938         'coust', 'description'),
2939     'interval', null)
2940
2941 ,( 'circ.checkout_fills_related_hold', 'circ',
2942     oils_i18n_gettext('circ.checkout_fills_related_hold',
2943         'Checkout Fills Related Hold',
2944         'coust', 'label'),
2945     oils_i18n_gettext('circ.checkout_fills_related_hold',
2946         'When a patron checks out an item and they have no holds that directly target the item, the system will attempt to find a hold for the patron that could be fulfilled by the checked out item and fulfills it',
2947         'coust', 'description'),
2948     'bool', null)
2949
2950 ,( 'circ.checkout_fills_related_hold_exact_match_only', 'circ',
2951     oils_i18n_gettext('circ.checkout_fills_related_hold_exact_match_only',
2952         'Checkout Fills Related Hold On Valid Copy Only',
2953         'coust', 'label'),
2954     oils_i18n_gettext('circ.checkout_fills_related_hold_exact_match_only',
2955         'When filling related holds on checkout only match on items that are valid for opportunistic capture for the hold. Without this set a Title or Volume hold could match when the item is not holdable. With this set only holdable items will match.',
2956         'coust', 'description'),
2957     'bool', null)
2958
2959 ,( 'circ.claim_never_checked_out.mark_missing', 'lib',
2960     oils_i18n_gettext('circ.claim_never_checked_out.mark_missing',
2961         'Claim Never Checked Out: Mark copy as missing',
2962         'coust', 'label'),
2963     oils_i18n_gettext('circ.claim_never_checked_out.mark_missing',
2964         'When a circ is marked as claims-never-checked-out, mark the copy as missing',
2965         'coust', 'description'),
2966     'bool', null)
2967
2968 ,( 'circ.claim_return.copy_status', 'lib',
2969     oils_i18n_gettext('circ.claim_return.copy_status',
2970         'Claim Return Copy Status',
2971         'coust', 'label'),
2972     oils_i18n_gettext('circ.claim_return.copy_status',
2973         'Claims returned copies are put into this status.  Default is to leave the copy in the Checked Out status',
2974         'coust', 'description'),
2975     'link', 'ccs')
2976
2977 ,( 'circ.damaged.void_ovedue', 'lib',
2978     oils_i18n_gettext('circ.damaged.void_ovedue',
2979         'Mark item damaged voids overdues',
2980         'coust', 'label'),
2981     oils_i18n_gettext('circ.damaged.void_ovedue',
2982         'When an item is marked damaged, overdue fines on the most recent circulation are voided.',
2983         'coust', 'description'),
2984     'bool', null)
2985
2986 ,( 'circ.damaged_item_processing_fee', 'finance',
2987     oils_i18n_gettext('circ.damaged_item_processing_fee',
2988         'Charge processing fee for damaged items',
2989         'coust', 'label'),
2990     oils_i18n_gettext('circ.damaged_item_processing_fee',
2991         'Charge processing fee for damaged items',
2992         'coust', 'description'),
2993     'currency', null)
2994
2995 ,( 'circ.do_not_tally_claims_returned', 'circ',
2996     oils_i18n_gettext('circ.do_not_tally_claims_returned',
2997         'Do not include outstanding Claims Returned circulations in lump sum tallies in Patron Display.',
2998         'coust', 'label'),
2999     oils_i18n_gettext('circ.do_not_tally_claims_returned',
3000         'In the Patron Display interface, the number of total active circulations for a given patron is presented in the Summary sidebar and underneath the Items Out navigation button.  This setting will prevent Claims Returned circulations from counting toward these tallies.',
3001         'coust', 'description'),
3002     'bool', null)
3003
3004 ,('circ.tally_lost', 'circ',
3005     oils_i18n_gettext(
3006         'circ.tally_lost',
3007         'Include Lost circulations in lump sum tallies in Patron Display.',
3008         'coust',
3009         'label'),
3010     oils_i18n_gettext(
3011         'circ.tally_lost',
3012         'In the Patron Display interface, the number of total active circulations for a given patron is presented in the Summary sidebar and underneath the Items Out navigation button.  This setting will include Lost circulations as counting toward these tallies.',
3013         'coust',
3014         'description'),
3015     'bool', null)
3016
3017 ,( 'circ.grace.extend', 'circ',
3018     oils_i18n_gettext('circ.grace.extend',
3019         'Auto-Extend Grace Periods',
3020         'coust', 'label'),
3021     oils_i18n_gettext('circ.grace.extend',
3022         'When enabled grace periods will auto-extend. By default this will be only when they are a full day or more and end on a closed date, though other options can alter this.',
3023         'coust', 'description'),
3024     'bool', null)
3025
3026 ,( 'circ.grace.extend.all', 'circ',
3027     oils_i18n_gettext('circ.grace.extend.all',
3028         'Auto-Extending Grace Periods extend for all closed dates',
3029         'coust', 'label'),
3030     oils_i18n_gettext('circ.grace.extend.all',
3031         'If enabled and Grace Periods auto-extending is turned on grace periods will extend past all closed dates they intersect, within hard-coded limits. This basically becomes "grace periods can only be consumed by closed dates".',
3032         'coust', 'description'),
3033     'bool', null)
3034
3035 ,( 'circ.grace.extend.into_closed', 'circ',
3036     oils_i18n_gettext('circ.grace.extend.into_closed',
3037         'Auto-Extending Grace Periods include trailing closed dates',
3038         'coust', 'label'),
3039     oils_i18n_gettext('circ.grace.extend.into_closed',
3040          'If enabled and Grace Periods auto-extending is turned on grace periods will include closed dates that directly follow the last day of the grace period, to allow a backdate into the closed dates to assume "returned after hours on the last day of the grace period, and thus still within it" automatically.',
3041         'coust', 'description'),
3042     'bool', null)
3043
3044 ,( 'circ.hold_boundary.hard', 'holds',
3045     oils_i18n_gettext('circ.hold_boundary.hard',
3046         'Hard boundary',
3047         'coust', 'label'),
3048     oils_i18n_gettext('circ.hold_boundary.hard',
3049         'Holds: Hard boundary',
3050         'coust', 'description'),
3051     'integer', null)
3052
3053 ,( 'circ.hold_boundary.soft', 'holds',
3054     oils_i18n_gettext('circ.hold_boundary.soft',
3055         'Soft boundary',
3056         'coust', 'label'),
3057     oils_i18n_gettext('circ.hold_boundary.soft',
3058         'Holds: Soft boundary',
3059         'coust', 'description'),
3060     'integer', null)
3061
3062 ,( 'circ.hold_expire_alert_interval', 'holds',
3063     oils_i18n_gettext('circ.hold_expire_alert_interval',
3064         'Expire Alert Interval',
3065         'coust', 'label'),
3066     oils_i18n_gettext('circ.hold_expire_alert_interval',
3067         'Amount of time before a hold expires at which point the patron should be alerted. Examples: "5 days", "1 hour"',
3068         'coust', 'description'),
3069     'interval', null)
3070
3071 ,( 'circ.hold_expire_interval', 'holds',
3072     oils_i18n_gettext('circ.hold_expire_interval',
3073         'Expire Interval',
3074         'coust', 'label'),
3075     oils_i18n_gettext('circ.hold_expire_interval',
3076         'Amount of time after a hold is placed before the hold expires.  Example "100 days"',
3077         'coust', 'description'),
3078     'interval', null)
3079
3080 ,( 'circ.hold_shelf_status_delay', 'circ',
3081     oils_i18n_gettext('circ.hold_shelf_status_delay',
3082         'Hold Shelf Status Delay',
3083         'coust', 'label'),
3084     oils_i18n_gettext('circ.hold_shelf_status_delay',
3085         'The purpose is to provide an interval of time after an item goes into the on-holds-shelf status before it appears to patrons that it is actually on the holds shelf.  This gives staff time to process the item before it shows as ready-for-pickup. Examples: "5 days", "1 hour"',
3086         'coust', 'description'),
3087     'interval', null)
3088
3089 ,( 'circ.hold_stalling.soft', 'holds',
3090     oils_i18n_gettext('circ.hold_stalling.soft',
3091         'Soft stalling interval',
3092         'coust', 'label'),
3093     oils_i18n_gettext('circ.hold_stalling.soft',
3094         'How long to wait before allowing remote items to be opportunistically captured for a hold.  Example "5 days"',
3095         'coust', 'description'),
3096     'interval', null)
3097
3098 ,( 'circ.hold_stalling_hard', 'holds',
3099     oils_i18n_gettext('circ.hold_stalling_hard',
3100         'Hard stalling interval',
3101         'coust', 'label'),
3102     oils_i18n_gettext('circ.hold_stalling_hard',
3103         'Holds: Hard stalling interval',
3104         'coust', 'description'),
3105     'interval', null)
3106
3107 ,( 'circ.holds.age_protect.active_date', 'holds',
3108     oils_i18n_gettext('circ.holds.age_protect.active_date',
3109         'Use Active Date for Age Protection',
3110         'coust', 'label'),
3111     oils_i18n_gettext('circ.holds.age_protect.active_date',
3112         'When calculating age protection rules use the active date instead of the creation date.',
3113         'coust', 'description'),
3114     'bool', null)
3115
3116 ,( 'circ.holds.behind_desk_pickup_supported', 'holds',
3117     oils_i18n_gettext('circ.holds.behind_desk_pickup_supported',
3118         'Behind Desk Pickup Supported',
3119         'coust', 'label'),
3120     oils_i18n_gettext('circ.holds.behind_desk_pickup_supported',
3121         'If a branch supports both a public holds shelf and behind-the-desk pickups, set this value to true.  This gives the patron the option to enable behind-the-desk pickups for their holds',
3122         'coust', 'description'),
3123     'bool', null)
3124
3125 ,( 'circ.holds.canceled.display_age', 'holds',
3126     oils_i18n_gettext('circ.holds.canceled.display_age',
3127         'Canceled holds display age',
3128         'coust', 'label'),
3129     oils_i18n_gettext('circ.holds.canceled.display_age',
3130         'Show all canceled holds that were canceled within this amount of time',
3131         'coust', 'description'),
3132     'interval', null)
3133
3134 ,( 'circ.holds.canceled.display_count', 'holds',
3135     oils_i18n_gettext('circ.holds.canceled.display_count',
3136         'Canceled holds display count',
3137         'coust', 'label'),
3138     oils_i18n_gettext('circ.holds.canceled.display_count',
3139         'How many canceled holds to show in patron holds interfaces',
3140         'coust', 'description'),
3141     'integer', null)
3142
3143 ,( 'circ.holds.clear_shelf.copy_status', 'holds',
3144     oils_i18n_gettext('circ.holds.clear_shelf.copy_status',
3145         'Clear shelf copy status',
3146         'coust', 'label'),
3147     oils_i18n_gettext('circ.holds.clear_shelf.copy_status',
3148         'Any copies that have not been put into reshelving, in-transit, or on-holds-shelf (for a new hold) during the clear shelf process will be put into this status.  This is basically a purgatory status for copies waiting to be pulled from the shelf and processed by hand',
3149         'coust', 'description'),
3150     'link', 'ccs')
3151
3152 ,( 'circ.holds.default_estimated_wait_interval', 'holds',
3153     oils_i18n_gettext('circ.holds.default_estimated_wait_interval',
3154         'Default Estimated Wait',
3155         'coust', 'label'),
3156     oils_i18n_gettext('circ.holds.default_estimated_wait_interval',
3157         'When predicting the amount of time a patron will be waiting for a hold to be fulfilled, this is the default estimated length of time to assume an item will be checked out. Examples: "3 weeks", "7 days"',
3158         'coust', 'description'),
3159     'interval', null)
3160
3161 ,( 'circ.holds.default_shelf_expire_interval', 'holds',
3162     oils_i18n_gettext('circ.holds.default_shelf_expire_interval',
3163         'Default hold shelf expire interval',
3164         'coust', 'label'),
3165     oils_i18n_gettext('circ.holds.default_shelf_expire_interval',
3166         'The amount of time an item will be held on the shelf before the hold expires. For example: "2 weeks" or "5 days"',
3167         'coust', 'description'),
3168     'interval', null)
3169
3170 ,( 'circ.holds.expired_patron_block', 'circ',
3171     oils_i18n_gettext('circ.holds.expired_patron_block',
3172         'Block hold request if hold recipient privileges have expired',
3173         'coust', 'label'),
3174     oils_i18n_gettext('circ.holds.expired_patron_block',
3175         'Block hold request if hold recipient privileges have expired',
3176         'coust', 'description'),
3177     'bool', null)
3178
3179 ,( 'circ.holds.hold_has_copy_at.alert', 'holds',
3180     oils_i18n_gettext('circ.holds.hold_has_copy_at.alert',
3181         'Has Local Copy Alert',
3182         'coust', 'label'),
3183     oils_i18n_gettext('circ.holds.hold_has_copy_at.alert',
3184         'If there is an available copy at the requesting library that could fulfill a hold during hold placement time, alert the patron',
3185         'coust', 'description'),
3186     'bool', null)
3187
3188 ,( 'circ.holds.hold_has_copy_at.block', 'holds',
3189     oils_i18n_gettext('circ.holds.hold_has_copy_at.block',
3190         'Has Local Copy Block',
3191         'coust', 'label'),
3192     oils_i18n_gettext('circ.holds.hold_has_copy_at.block',
3193         'If there is an available copy at the requesting library that could fulfill a hold during hold placement time, do not allow the hold to be placed',
3194         'coust', 'description'),
3195     'bool', null)
3196
3197 ,( 'circ.holds.max_org_unit_target_loops', 'holds',
3198     oils_i18n_gettext('circ.holds.max_org_unit_target_loops',
3199         'Maximum library target attempts',
3200         'coust', 'label'),
3201     oils_i18n_gettext('circ.holds.max_org_unit_target_loops',
3202         'When this value is set and greater than 0, the system will only attempt to find a copy at each possible branch the configured number of times',
3203         'coust', 'description'),
3204     'integer', null)
3205
3206 ,( 'circ.holds.min_estimated_wait_interval', 'holds',
3207     oils_i18n_gettext('circ.holds.min_estimated_wait_interval',
3208         'Minimum Estimated Wait',
3209         'coust', 'label'),
3210     oils_i18n_gettext('circ.holds.min_estimated_wait_interval',
3211         'When predicting the amount of time a patron will be waiting for a hold to be fulfilled, this is the minimum estimated length of time to assume an item will be checked out. Examples: "2 weeks", "5 days"',
3212         'coust', 'description'),
3213     'interval', null)
3214
3215 ,( 'circ.holds.org_unit_target_weight', 'holds',
3216     oils_i18n_gettext('circ.holds.org_unit_target_weight',
3217         'Org Unit Target Weight',
3218         'coust', 'label'),
3219     oils_i18n_gettext('circ.holds.org_unit_target_weight',
3220         'Org Units can be organized into hold target groups based on a weight.  Potential copies from org units with the same weight are chosen at random.',
3221         'coust', 'description'),
3222     'integer', null)
3223
3224 ,( 'circ.holds.recall_fine_rules', 'recall',
3225     oils_i18n_gettext('circ.holds.recall_fine_rules',
3226         'An array of fine amount, fine interval, and maximum fine.',
3227         'coust', 'label'),
3228     oils_i18n_gettext('circ.holds.recall_fine_rules',
3229         'Recalls: An array of fine amount, fine interval, and maximum fine. For example, to specify a new fine rule of $5.00 per day, with a maximum fine of $50.00, use: [5.00,"1 day",50.00]',
3230         'coust', 'description'),
3231     'array', null)
3232
3233 ,( 'circ.holds.recall_return_interval', 'recall',
3234     oils_i18n_gettext('circ.holds.recall_return_interval',
3235         'Truncated loan period.',
3236         'coust', 'label'),
3237     oils_i18n_gettext('circ.holds.recall_return_interval',
3238         'Recalls: When a recall is triggered, this defines the adjusted loan period for the item. For example, "4 days" or "1 week".',
3239         'coust', 'description'),
3240     'interval', null)
3241
3242 ,( 'circ.holds.recall_threshold', 'recall',
3243     oils_i18n_gettext('circ.holds.recall_threshold',
3244         'Circulation duration that triggers a recall.',
3245         'coust', 'label'),
3246     oils_i18n_gettext('circ.holds.recall_threshold',
3247         'Recalls: A hold placed on an item with a circulation duration longer than this will trigger a recall. For example, "14 days" or "3 weeks".',
3248         'coust', 'description'),
3249     'interval', null)
3250
3251 ,( 'circ.holds.target_holds_by_org_unit_weight', 'holds',
3252     oils_i18n_gettext('circ.holds.target_holds_by_org_unit_weight',
3253         'Use weight-based hold targeting',
3254         'coust', 'label'),
3255     oils_i18n_gettext('circ.holds.target_holds_by_org_unit_weight',
3256         'Use library weight based hold targeting',
3257         'coust', 'description'),
3258     'bool', null)
3259
3260 ,( 'circ.holds.target_skip_me', 'holds',
3261     oils_i18n_gettext('circ.holds.target_skip_me',
3262         'Skip For Hold Targeting',
3263         'coust', 'label'),
3264     oils_i18n_gettext('circ.holds.target_skip_me',
3265         'When true, don''t target any copies at this org unit for holds',
3266         'coust', 'description'),
3267     'bool', null)
3268
3269 ,( 'circ.holds.uncancel.reset_request_time', 'holds',
3270     oils_i18n_gettext('circ.holds.uncancel.reset_request_time',
3271         'Reset request time on un-cancel',
3272         'coust', 'label'),
3273     oils_i18n_gettext('circ.holds.uncancel.reset_request_time',
3274         'When a hold is uncanceled, reset the request time to push it to the end of the queue',
3275         'coust', 'description'),
3276     'bool', null)
3277
3278 ,( 'circ.holds_fifo', 'holds',
3279     oils_i18n_gettext('circ.holds_fifo',
3280         'FIFO',
3281         'coust', 'label'),
3282     oils_i18n_gettext('circ.holds_fifo',
3283         'Force holds to a more strict First-In, First-Out capture',
3284         'coust', 'description'),
3285     'bool', null)
3286
3287 ,( 'circ.item_checkout_history.max', 'gui',
3288     oils_i18n_gettext('circ.item_checkout_history.max',
3289         'Maximum previous checkouts displayed',
3290         'coust', 'label'),
3291     oils_i18n_gettext('circ.item_checkout_history.max',
3292         'This is the maximum number of previous circulations the staff client will display when investigating item details',
3293         'coust', 'description'),
3294     'integer', null)
3295
3296 ,( 'circ.lost.generate_overdue_on_checkin', 'circ',
3297     oils_i18n_gettext('circ.lost.generate_overdue_on_checkin',
3298         'Lost Checkin Generates New Overdues',
3299         'coust', 'label'),
3300     oils_i18n_gettext('circ.lost.generate_overdue_on_checkin',
3301         'Enabling this setting causes retroactive creation of not-yet-existing overdue fines on lost item checkin, up to the point of checkin time (or max fines is reached).  This is different than "restore overdue on lost", because it only creates new overdue fines.  Use both settings together to get the full complement of overdue fines for a lost item',
3302         'coust', 'description'),
3303     'bool', null)
3304
3305 ,( 'circ.lost_immediately_available', 'circ',
3306     oils_i18n_gettext('circ.lost_immediately_available',
3307         'Lost items usable on checkin',
3308         'coust', 'label'),
3309     oils_i18n_gettext('circ.lost_immediately_available',
3310         'Lost items are usable on checkin instead of going ''home'' first',
3311         'coust', 'description'),
3312     'bool', null)
3313
3314 ,( 'circ.lost_materials_processing_fee', 'finance',
3315     oils_i18n_gettext('circ.lost_materials_processing_fee',
3316         'Lost Materials Processing Fee',
3317         'coust', 'label'),
3318     oils_i18n_gettext('circ.lost_materials_processing_fee',
3319         'Lost Materials Processing Fee',
3320         'coust', 'description'),
3321     'currency', null)
3322
3323 ,( 'circ.max_accept_return_of_lost', 'circ',
3324     oils_i18n_gettext('circ.max_accept_return_of_lost',
3325         'Void lost max interval',
3326         'coust', 'label'),
3327     oils_i18n_gettext('circ.max_accept_return_of_lost',
3328         'Items that have been lost this long will not result in voided billings when returned.  E.g. ''6 months''',
3329         'coust', 'description'),
3330     'interval', null)
3331
3332 ,( 'circ.max_fine.cap_at_price', 'circ',
3333     oils_i18n_gettext('circ.max_fine.cap_at_price',
3334         'Cap Max Fine at Item Price',
3335         'coust', 'label'),
3336     oils_i18n_gettext('circ.max_fine.cap_at_price',
3337         'This prevents the system from charging more than the item price in overdue fines',
3338         'coust', 'description'),
3339     'bool', null)
3340
3341 ,( 'circ.max_patron_claim_return_count', 'circ',
3342     oils_i18n_gettext('circ.max_patron_claim_return_count',
3343         'Max Patron Claims Returned Count',
3344         'coust', 'label'),
3345     oils_i18n_gettext('circ.max_patron_claim_return_count',
3346         'When this count is exceeded, a staff override is required to mark the item as claims returned',
3347         'coust', 'description'),
3348     'integer', null)
3349
3350 ,( 'circ.missing_pieces.copy_status', 'circ',
3351     oils_i18n_gettext('circ.missing_pieces.copy_status',
3352         'Item Status for Missing Pieces',
3353         'coust', 'label'),
3354     oils_i18n_gettext('circ.missing_pieces.copy_status',
3355         'This is the Item Status to use for items that have been marked or scanned as having Missing Pieces.  In the absence of this setting, the Damaged status is used.',
3356         'coust', 'description'),
3357     'link', 'ccs')
3358
3359 ,( 'circ.obscure_dob', 'sec',
3360     oils_i18n_gettext('circ.obscure_dob',
3361         'Obscure the Date of Birth field',
3362         'coust', 'label'),
3363     oils_i18n_gettext('circ.obscure_dob',
3364         'When true, the Date of Birth column in patron lists will default to Not Visible, and in the Patron Summary sidebar the value will display as <Hidden> unless the field label is clicked.',
3365         'coust', 'description'),
3366     'bool', null)
3367
3368 ,( 'circ.offline.skip_checkin_if_newer_status_changed_time', 'offline',
3369     oils_i18n_gettext('circ.offline.skip_checkin_if_newer_status_changed_time',
3370         'Skip offline checkin if newer item Status Changed Time.',
3371         'coust', 'label'),
3372     oils_i18n_gettext('circ.offline.skip_checkin_if_newer_status_changed_time',
3373         'Skip offline checkin transaction (raise exception when processing) if item Status Changed Time is newer than the recorded transaction time.  WARNING: The Reshelving to Available status rollover will trigger this.',
3374         'coust', 'description'),
3375     'bool', null)
3376
3377 ,( 'circ.offline.skip_checkout_if_newer_status_changed_time', 'offline',
3378     oils_i18n_gettext('circ.offline.skip_checkout_if_newer_status_changed_time',
3379         'Skip offline checkout if newer item Status Changed Time.',
3380         'coust', 'label'),
3381     oils_i18n_gettext('circ.offline.skip_checkout_if_newer_status_changed_time',
3382         'Skip offline checkout transaction (raise exception when processing) if item Status Changed Time is newer than the recorded transaction time.  WARNING: The Reshelving to Available status rollover will trigger this.',
3383         'coust', 'description'),
3384     'bool', null)
3385
3386 ,( 'circ.offline.skip_renew_if_newer_status_changed_time', 'offline',
3387     oils_i18n_gettext('circ.offline.skip_renew_if_newer_status_changed_time',
3388         'Skip offline renewal if newer item Status Changed Time.',
3389         'coust', 'label'),
3390     oils_i18n_gettext('circ.offline.skip_renew_if_newer_status_changed_time',
3391         'Skip offline renewal transaction (raise exception when processing) if item Status Changed Time is newer than the recorded transaction time.  WARNING: The Reshelving to Available status rollover will trigger this.',
3392         'coust', 'description'),
3393     'bool', null)
3394
3395 ,( 'circ.offline.username_allowed', 'sec',
3396     oils_i18n_gettext('circ.offline.username_allowed',
3397         'Offline: Patron Usernames Allowed',
3398         'coust', 'label'),
3399     oils_i18n_gettext('circ.offline.username_allowed',
3400         'During offline circulations, allow patrons to identify themselves with usernames in addition to barcode.  For this setting to work, a barcode format must also be defined',
3401         'coust', 'description'),
3402     'bool', null)
3403
3404 ,( 'circ.password_reset_request_per_user_limit', 'sec',
3405     oils_i18n_gettext('circ.password_reset_request_per_user_limit',
3406         'Maximum concurrently active self-serve password reset requests per user',
3407         'coust', 'label'),
3408     oils_i18n_gettext('circ.password_reset_request_per_user_limit',
3409         'When a user has more than this number of concurrently active self-serve password reset requests for their account, prevent the user from creating any new self-serve password reset requests until the number of active requests for the user drops back below this number.',
3410         'coust', 'description'),
3411     'string', null)
3412
3413 ,( 'circ.password_reset_request_requires_matching_email', 'circ',
3414     oils_i18n_gettext('circ.password_reset_request_requires_matching_email',
3415         'Require matching email address for password reset requests',
3416         'coust', 'label'),
3417     oils_i18n_gettext('circ.password_reset_request_requires_matching_email',
3418         'Require matching email address for password reset requests',
3419         'coust', 'description'),
3420     'bool', null)
3421
3422 ,( 'circ.password_reset_request_throttle', 'sec',
3423     oils_i18n_gettext('circ.password_reset_request_throttle',
3424         'Maximum concurrently active self-serve password reset requests',
3425         'coust', 'label'),
3426     oils_i18n_gettext('circ.password_reset_request_throttle',
3427         'Prevent the creation of new self-serve password reset requests until the number of active requests drops back below this number.',
3428         'coust', 'description'),
3429     'string', null)
3430
3431 ,( 'circ.password_reset_request_time_to_live', 'sec',
3432     oils_i18n_gettext('circ.password_reset_request_time_to_live',
3433         'Self-serve password reset request time-to-live',
3434         'coust', 'label'),
3435     oils_i18n_gettext('circ.password_reset_request_time_to_live',
3436         'Length of time (in seconds) a self-serve password reset request should remain active.',
3437         'coust', 'description'),
3438     'string', null)
3439
3440 ,( 'circ.patron_edit.clone.copy_address', 'circ',
3441     oils_i18n_gettext('circ.patron_edit.clone.copy_address',
3442         'Patron Registration: Cloned patrons get address copy',
3443         'coust', 'label'),
3444     oils_i18n_gettext('circ.patron_edit.clone.copy_address',
3445         'In the Patron editor, copy addresses from the cloned user instead of linking directly to the address',
3446         'coust', 'description'),
3447     'bool', null)
3448
3449 ,( 'circ.patron_invalid_address_apply_penalty', 'circ',
3450     oils_i18n_gettext('circ.patron_invalid_address_apply_penalty',
3451         'Invalid patron address penalty',
3452         'coust', 'label'),
3453     oils_i18n_gettext('circ.patron_invalid_address_apply_penalty',
3454         'When set, if a patron address is set to invalid, a penalty is applied.',
3455         'coust', 'description'),
3456     'bool', null)
3457
3458 ,( 'circ.pre_cat_copy_circ_lib', 'lib',
3459     oils_i18n_gettext('circ.pre_cat_copy_circ_lib',
3460         'Pre-cat Item Circ Lib',
3461         'coust', 'label'),
3462     oils_i18n_gettext('circ.pre_cat_copy_circ_lib',
3463         'Override the default circ lib of "here" with a pre-configured circ lib for pre-cat items.  The value should be the "shortname" (aka policy name) of the org unit',
3464         'coust', 'description'),
3465     'string', null)
3466
3467 ,( 'circ.reshelving_complete.interval', 'lib',
3468     oils_i18n_gettext('circ.reshelving_complete.interval',
3469         'Change reshelving status interval',
3470         'coust', 'label'),
3471     oils_i18n_gettext('circ.reshelving_complete.interval',
3472         'Amount of time to wait before changing an item from "reshelving" status to "available".  Examples: "1 day", "6 hours"',
3473         'coust', 'description'),
3474     'interval', null)
3475
3476 ,( 'circ.restore_overdue_on_lost_return', 'circ',
3477     oils_i18n_gettext('circ.restore_overdue_on_lost_return',
3478         'Restore overdues on lost item return',
3479         'coust', 'label'),
3480     oils_i18n_gettext('circ.restore_overdue_on_lost_return',
3481         'Restore overdue fines on lost item return',
3482         'coust', 'description'),
3483     'bool', null)
3484
3485 ,( 'circ.selfcheck.alert.popup', 'self',
3486     oils_i18n_gettext('circ.selfcheck.alert.popup',
3487         'Pop-up alert for errors',
3488         'coust', 'label'),
3489     oils_i18n_gettext('circ.selfcheck.alert.popup',
3490         'If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message',
3491         'coust', 'description'),
3492     'bool', null)
3493
3494 ,( 'circ.selfcheck.alert.sound', 'self',
3495     oils_i18n_gettext('circ.selfcheck.alert.sound',
3496         'Audio Alerts',
3497         'coust', 'label'),
3498     oils_i18n_gettext('circ.selfcheck.alert.sound',
3499         'Use audio alerts for selfcheck events',
3500         'coust', 'description'),
3501     'bool', null)
3502
3503 ,( 'circ.selfcheck.auto_override_checkout_events', 'self',
3504     oils_i18n_gettext('circ.selfcheck.auto_override_checkout_events',
3505         'Selfcheck override events list',
3506         'coust', 'label'),
3507     oils_i18n_gettext('circ.selfcheck.auto_override_checkout_events',
3508         'List of checkout/renewal events that the selfcheck interface should automatically override instead instead of alerting and stopping the transaction',
3509         'coust', 'description'),
3510     'array', null)
3511
3512 ,( 'circ.selfcheck.block_checkout_on_copy_status', 'self',
3513     oils_i18n_gettext('circ.selfcheck.block_checkout_on_copy_status',
3514         'Block copy checkout status',
3515         'coust', 'label'),
3516     oils_i18n_gettext('circ.selfcheck.block_checkout_on_copy_status',
3517         'List of copy status IDs that will block checkout even if the generic COPY_NOT_AVAILABLE event is overridden',
3518         'coust', 'description'),
3519     'array', null)
3520
3521 ,( 'circ.selfcheck.patron_login_timeout', 'self',
3522     oils_i18n_gettext('circ.selfcheck.patron_login_timeout',
3523         'Patron Login Timeout (in seconds)',
3524         'coust', 'label'),
3525     oils_i18n_gettext('circ.selfcheck.patron_login_timeout',
3526         'Number of seconds of inactivity before the patron is logged out of the selfcheck interface',
3527         'coust', 'description'),
3528     'integer', null)
3529
3530 ,( 'circ.selfcheck.patron_password_required', 'self',
3531     oils_i18n_gettext('circ.selfcheck.patron_password_required',
3532         'Require Patron Password',
3533         'coust', 'label'),
3534     oils_i18n_gettext('circ.selfcheck.patron_password_required',
3535         'Patron must log in with barcode and password at selfcheck station',
3536         'coust', 'description'),
3537     'bool', null)
3538
3539 ,( 'circ.selfcheck.require_patron_password', 'self',
3540     oils_i18n_gettext('circ.selfcheck.require_patron_password',
3541         'Require patron password',
3542         'coust', 'label'),
3543     oils_i18n_gettext('circ.selfcheck.require_patron_password',
3544         'If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface',
3545         'coust', 'description'),
3546     'bool', null)
3547
3548 ,( 'circ.selfcheck.workstation_required', 'self',
3549     oils_i18n_gettext('circ.selfcheck.workstation_required',
3550         'Workstation Required',
3551         'coust', 'label'),
3552     oils_i18n_gettext('circ.selfcheck.workstation_required',
3553         'All selfcheck stations must use a workstation',
3554         'coust', 'description'),
3555     'bool', null)
3556
3557 ,( 'circ.staff_client.actor_on_checkout', 'circ',
3558     oils_i18n_gettext('circ.staff_client.actor_on_checkout',
3559         'Load patron from Checkout',
3560         'coust', 'label'),
3561     oils_i18n_gettext('circ.staff_client.actor_on_checkout',
3562         'When scanning barcodes into Checkout auto-detect if a new patron barcode is scanned and auto-load the new patron.',
3563         'coust', 'description'),
3564     'bool', null)
3565
3566 ,( 'circ.staff_client.do_not_auto_attempt_print', 'prog',
3567     oils_i18n_gettext('circ.staff_client.do_not_auto_attempt_print',
3568         'Disable Automatic Print Attempt Type List',
3569         'coust', 'label'),
3570     oils_i18n_gettext('circ.staff_client.do_not_auto_attempt_print',
3571         'Disable automatic print attempts from staff client interfaces for the receipt types in this list.  Possible values: "Checkout", "Bill Pay", "Hold Slip", "Transit Slip", and "Hold/Transit Slip".  This is different from the Auto-Print checkbox in the pertinent interfaces in that it disables automatic print attempts altogether, rather than encouraging silent printing by suppressing the print dialog.  The Auto-Print checkbox in these interfaces have no effect on the behavior for this setting.  In the case of the Hold, Transit, and Hold/Transit slips, this also suppresses the alert dialogs that precede the print dialog (the ones that offer Print and Do Not Print as options).',
3572         'coust', 'description'),
3573     'array', null)
3574
3575 ,( 'circ.staff_client.receipt.alert_text', 'receipt_template',
3576     oils_i18n_gettext('circ.staff_client.receipt.alert_text',
3577         'Content of alert_text include',
3578         'coust', 'label'),
3579     oils_i18n_gettext('circ.staff_client.receipt.alert_text',
3580         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(alert_text)%',
3581         'coust', 'description'),
3582     'string', null)
3583
3584 ,( 'circ.staff_client.receipt.event_text', 'receipt_template',
3585     oils_i18n_gettext('circ.staff_client.receipt.event_text',
3586         'Content of event_text include',
3587         'coust', 'label'),
3588     oils_i18n_gettext('circ.staff_client.receipt.event_text',
3589         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(event_text)%',
3590         'coust', 'description'),
3591     'string', null)
3592
3593 ,( 'circ.staff_client.receipt.footer_text', 'receipt_template',
3594     oils_i18n_gettext('circ.staff_client.receipt.footer_text',
3595         'Content of footer_text include',
3596         'coust', 'label'),
3597     oils_i18n_gettext('circ.staff_client.receipt.footer_text',
3598         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(footer_text)%',
3599         'coust', 'description'),
3600     'string', null)
3601
3602 ,( 'circ.staff_client.receipt.header_text', 'receipt_template',
3603     oils_i18n_gettext('circ.staff_client.receipt.header_text',
3604         'Content of header_text include',
3605         'coust', 'label'),
3606     oils_i18n_gettext('circ.staff_client.receipt.header_text',
3607         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(header_text)%',
3608         'coust', 'description'),
3609     'string', null)
3610
3611 ,( 'circ.staff_client.receipt.notice_text', 'receipt_template',
3612     oils_i18n_gettext('circ.staff_client.receipt.notice_text',
3613         'Content of notice_text include',
3614         'coust', 'label'),
3615     oils_i18n_gettext('circ.staff_client.receipt.notice_text',
3616         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(notice_text)%',
3617         'coust', 'description'),
3618     'string', null)
3619
3620 ,( 'circ.transit.min_checkin_interval', 'circ',
3621     oils_i18n_gettext('circ.transit.min_checkin_interval',
3622         'Minimum Transit Checkin Interval',
3623         'coust', 'label'),
3624     oils_i18n_gettext('circ.transit.min_checkin_interval',
3625         'In-Transit items checked in this close to the transit start time will be prevented from checking in',
3626         'coust', 'description'),
3627     'interval', null)
3628
3629 ,( 'circ.transit.suppress_hold', 'circ',
3630     oils_i18n_gettext('circ.transit.suppress_hold',
3631         'Suppress Hold Transits Group',
3632         'coust', 'label'),
3633     oils_i18n_gettext('circ.transit.suppress_hold',
3634         'If set to a non-empty value, Hold Transits will be suppressed between this OU and others with the same value. If set to an empty value, transits will not be suppressed.',
3635         'coust', 'description'),
3636     'string', null)
3637
3638 ,( 'circ.transit.suppress_non_hold', 'circ',
3639     oils_i18n_gettext('circ.transit.suppress_non_hold',
3640         'Suppress Non-Hold Transits Group',
3641         'coust', 'label'),
3642     oils_i18n_gettext('circ.transit.suppress_non_hold',
3643         'If set to a non-empty value, Non-Hold Transits will be suppressed between this OU and others with the same value. If set to an empty value, transits will not be suppressed.',
3644         'coust', 'description'),
3645     'string', null)
3646
3647 ,( 'circ.user_merge.deactivate_cards', 'circ',
3648     oils_i18n_gettext('circ.user_merge.deactivate_cards',
3649         'Patron Merge Deactivate Card',
3650         'coust', 'label'),
3651     oils_i18n_gettext('circ.user_merge.deactivate_cards',
3652         'Mark barcode(s) of subordinate user(s) in a patron merge as inactive',
3653         'coust', 'description'),
3654     'bool', null)
3655
3656 ,( 'circ.user_merge.delete_addresses', 'circ',
3657     oils_i18n_gettext('circ.user_merge.delete_addresses',
3658         'Patron Merge Address Delete',
3659         'coust', 'label'),
3660     oils_i18n_gettext('circ.user_merge.delete_addresses',
3661         'Delete address(es) of subordinate user(s) in a patron merge',
3662         'coust', 'description'),
3663     'bool', null)
3664
3665 ,( 'circ.user_merge.delete_cards', 'circ',
3666     oils_i18n_gettext('circ.user_merge.delete_cards',
3667         'Patron Merge Barcode Delete',
3668         'coust', 'label'),
3669     oils_i18n_gettext('circ.user_merge.delete_cards',
3670         'Delete barcode(s) of subordinate user(s) in a patron merge',
3671         'coust', 'description'),
3672     'bool', null)
3673
3674 ,( 'circ.void_lost_on_checkin', 'circ',
3675     oils_i18n_gettext('circ.void_lost_on_checkin',
3676         'Void lost item billing when returned',
3677         'coust', 'label'),
3678     oils_i18n_gettext('circ.void_lost_on_checkin',
3679         'Void lost item billing when returned',
3680         'coust', 'description'),
3681     'bool', null)
3682
3683 ,( 'circ.void_lost_proc_fee_on_checkin', 'circ',
3684     oils_i18n_gettext('circ.void_lost_proc_fee_on_checkin',
3685         'Void processing fee on lost item return',
3686         'coust', 'label'),
3687     oils_i18n_gettext('circ.void_lost_proc_fee_on_checkin',
3688         'Void processing fee when lost item returned',
3689         'coust', 'description'),
3690     'bool', null)
3691
3692 ,( 'circ.void_overdue_on_lost', 'finance',
3693     oils_i18n_gettext('circ.void_overdue_on_lost',
3694         'Void overdue fines when items are marked lost',
3695         'coust', 'label'),
3696     oils_i18n_gettext('circ.void_overdue_on_lost',
3697         'Void overdue fines when items are marked lost',
3698         'coust', 'description'),
3699     'bool', null)
3700
3701 ,( 'credit.payments.allow', 'finance',
3702     oils_i18n_gettext('credit.payments.allow',
3703         'Allow Credit Card Payments',
3704         'coust', 'label'),
3705     oils_i18n_gettext('credit.payments.allow',
3706         'If enabled, patrons will be able to pay fines accrued at this location via credit card',
3707         'coust', 'description'),
3708     'bool', null)
3709
3710 ,( 'credit.processor.authorizenet.enabled', 'credit',
3711     oils_i18n_gettext('credit.processor.authorizenet.enabled',
3712         'Enable AuthorizeNet payments',
3713         'coust', 'label'),
3714     oils_i18n_gettext('credit.processor.authorizenet.enabled',
3715         'Enable AuthorizeNet payments',
3716         'coust', 'description'),
3717     'bool', null)
3718
3719 ,( 'credit.processor.authorizenet.login', 'credit',
3720     oils_i18n_gettext('credit.processor.authorizenet.login',
3721         'AuthorizeNet login',
3722         'coust', 'label'),
3723     oils_i18n_gettext('credit.processor.authorizenet.login',
3724         'AuthorizeNet login',
3725         'coust', 'description'),
3726     'string', null)
3727
3728 ,( 'credit.processor.authorizenet.password', 'credit',
3729     oils_i18n_gettext('credit.processor.authorizenet.password',
3730         'AuthorizeNet password',
3731         'coust', 'label'),
3732     oils_i18n_gettext('credit.processor.authorizenet.password',
3733         'AuthorizeNet password',
3734         'coust', 'description'),
3735     'string', null)
3736
3737 ,( 'credit.processor.authorizenet.server', 'credit',
3738     oils_i18n_gettext('credit.processor.authorizenet.server',
3739         'AuthorizeNet server',
3740         'coust', 'label'),
3741     oils_i18n_gettext('credit.processor.authorizenet.server',
3742         'Required if using a developer/test account with AuthorizeNet',
3743         'coust', 'description'),
3744     'string', null)
3745
3746 ,( 'credit.processor.authorizenet.testmode', 'credit',
3747     oils_i18n_gettext('credit.processor.authorizenet.testmode',
3748         'AuthorizeNet test mode',
3749         'coust', 'label'),
3750     oils_i18n_gettext('credit.processor.authorizenet.testmode',
3751         'AuthorizeNet test mode',
3752         'coust', 'description'),
3753     'bool', null)
3754
3755 ,( 'credit.processor.default', 'credit',
3756     oils_i18n_gettext('credit.processor.default',
3757         'Name default credit processor',
3758         'coust', 'label'),
3759     oils_i18n_gettext('credit.processor.default',
3760         'This might be "AuthorizeNet", "PayPal", "PayflowPro", or "Stripe".',
3761         'coust', 'description'),
3762     'string', null)
3763
3764 ,( 'credit.processor.payflowpro.enabled', 'credit',
3765     oils_i18n_gettext('credit.processor.payflowpro.enabled',
3766         'Enable PayflowPro payments',
3767         'coust', 'label'),
3768     oils_i18n_gettext('credit.processor.payflowpro.enabled',
3769         'This is NOT the same thing as the settings labeled with just "PayPal."',
3770         'coust', 'description'),
3771     'bool', null)
3772
3773 ,( 'credit.processor.payflowpro.login', 'credit',
3774     oils_i18n_gettext('credit.processor.payflowpro.login',
3775         'PayflowPro login/merchant ID',
3776         'coust', 'label'),
3777     oils_i18n_gettext('credit.processor.payflowpro.login',
3778         'Often the same thing as the PayPal manager login',
3779         'coust', 'description'),
3780     'string', null)
3781
3782 ,( 'credit.processor.payflowpro.partner', 'credit',
3783     oils_i18n_gettext('credit.processor.payflowpro.partner',
3784         'PayflowPro partner',
3785         'coust', 'label'),
3786     oils_i18n_gettext('credit.processor.payflowpro.partner',
3787         'Often "PayPal" or "VeriSign", sometimes others',
3788         'coust', 'description'),
3789     'string', null)
3790
3791 ,( 'credit.processor.payflowpro.password', 'credit',
3792     oils_i18n_gettext('credit.processor.payflowpro.password',
3793         'PayflowPro password',
3794         'coust', 'label'),
3795     oils_i18n_gettext('credit.processor.payflowpro.password',
3796         'PayflowPro password',
3797         'coust', 'description'),
3798     'string', null)
3799
3800 ,( 'credit.processor.payflowpro.testmode', 'credit',
3801     oils_i18n_gettext('credit.processor.payflowpro.testmode',
3802         'PayflowPro test mode',
3803         'coust', 'label'),
3804     oils_i18n_gettext('credit.processor.payflowpro.testmode',
3805         'Do not really process transactions, but stay in test mode - uses pilot-payflowpro.paypal.com instead of the usual host',
3806         'coust', 'description'),
3807     'bool', null)
3808
3809 ,( 'credit.processor.payflowpro.vendor', 'credit',
3810     oils_i18n_gettext('credit.processor.payflowpro.vendor',
3811         'PayflowPro vendor',
3812         'coust', 'label'),
3813     oils_i18n_gettext('credit.processor.payflowpro.vendor',
3814         'Often the same thing as the login',
3815         'coust', 'description'),
3816     'string', null)
3817
3818 ,( 'credit.processor.paypal.enabled', 'credit',
3819     oils_i18n_gettext('credit.processor.paypal.enabled',
3820         'Enable PayPal payments',
3821         'coust', 'label'),
3822     oils_i18n_gettext('credit.processor.paypal.enabled',
3823         'Enable PayPal payments',
3824         'coust', 'description'),
3825     'bool', null)
3826
3827 ,( 'credit.processor.paypal.login', 'credit',
3828     oils_i18n_gettext('credit.processor.paypal.login',
3829         'PayPal login',
3830         'coust', 'label'),
3831     oils_i18n_gettext('credit.processor.paypal.login',
3832         'PayPal login',
3833         'coust', 'description'),
3834     'string', null)
3835
3836 ,( 'credit.processor.paypal.password', 'credit',
3837     oils_i18n_gettext('credit.processor.paypal.password',
3838         'PayPal password',
3839         'coust', 'label'),
3840     oils_i18n_gettext('credit.processor.paypal.password',
3841         'PayPal password',
3842         'coust', 'description'),
3843     'string', null)
3844
3845 ,( 'credit.processor.paypal.signature', 'credit',
3846     oils_i18n_gettext('credit.processor.paypal.signature',
3847         'PayPal signature',
3848         'coust', 'label'),
3849     oils_i18n_gettext('credit.processor.paypal.signature',
3850         'PayPal signature',
3851         'coust', 'description'),
3852     'string', null)
3853
3854 ,( 'credit.processor.paypal.testmode', 'credit',
3855     oils_i18n_gettext('credit.processor.paypal.testmode',
3856         'PayPal test mode',
3857         'coust', 'label'),
3858     oils_i18n_gettext('credit.processor.paypal.testmode',
3859         'PayPal test mode',
3860         'coust', 'description'),
3861     'bool', null)
3862
3863 ,( 'credit.processor.stripe.enabled', 'credit',
3864     oils_i18n_gettext('credit.processor.stripe.enabled',
3865         'Enable Stripe payments',
3866         'coust', 'label'),
3867     oils_i18n_gettext('credit.processor.stripe.enabled',
3868         'Enable Stripe payments',
3869         'coust', 'description'),
3870     'bool', null)
3871
3872 ,( 'credit.processor.stripe.pubkey', 'credit',
3873     oils_i18n_gettext('credit.processor.stripe.pubkey',
3874         'Stripe publishable key',
3875         'coust', 'label'),
3876     oils_i18n_gettext('credit.processor.stripe.pubkey',
3877         'Stripe publishable key',
3878         'coust', 'description'),
3879     'string', null)
3880
3881 ,( 'credit.processor.stripe.secretkey', 'credit',
3882     oils_i18n_gettext('credit.processor.stripe.secretkey',
3883         'Stripe secret key',
3884         'coust', 'label'),
3885     oils_i18n_gettext('credit.processor.stripe.secretkey',
3886         'Stripe secret key',
3887         'coust', 'description'),
3888     'string', null)
3889
3890 ,( 'format.date', 'gui',
3891     oils_i18n_gettext('format.date',
3892         'Format Dates with this pattern.',
3893         'coust', 'label'),
3894     oils_i18n_gettext('format.date',
3895         'Format Dates with this pattern (examples: "yyyy-MM-dd" for "2010-04-26", "MMM d, yyyy" for "Apr 26, 2010")',
3896         'coust', 'description'),
3897     'string', null)
3898
3899 ,( 'format.time', 'gui',
3900     oils_i18n_gettext('format.time',
3901         'Format Times with this pattern.',
3902         'coust', 'label'),
3903     oils_i18n_gettext('format.time',
3904         'Format Times with this pattern (examples: "h:m:s.SSS a z" for "2:07:20.666 PM Eastern Daylight Time", "HH:mm" for "14:07")',
3905         'coust', 'description'),
3906     'string', null)
3907
3908 ,( 'global.default_locale', 'glob',
3909     oils_i18n_gettext('global.default_locale',
3910         'Global Default Locale',
3911         'coust', 'label'),
3912     oils_i18n_gettext('global.default_locale',
3913         'Global Default Locale',
3914         'coust', 'description'),
3915     'string', null)
3916
3917 ,( 'global.juvenile_age_threshold', 'lib',
3918     oils_i18n_gettext('global.juvenile_age_threshold',
3919         'Juvenile Age Threshold',
3920         'coust', 'label'),
3921     oils_i18n_gettext('global.juvenile_age_threshold',
3922         'The age at which a user is no long considered a juvenile.  For example, "18 years".',
3923         'coust', 'description'),
3924     'interval', null)
3925
3926 ,( 'global.password_regex', 'glob',
3927     oils_i18n_gettext('global.password_regex',
3928         'Password format',
3929         'coust', 'label'),
3930     oils_i18n_gettext('global.password_regex',
3931         'Regular expression defining the password format',
3932         'coust', 'description'),
3933     'string', null)
3934
3935 ,( 'gui.disable_local_save_columns', 'gui',
3936     oils_i18n_gettext('gui.disable_local_save_columns',
3937         'Disable the ability to save list column configurations locally.',
3938         'coust', 'label'),
3939     oils_i18n_gettext('gui.disable_local_save_columns',
3940         'Disable the ability to save list column configurations locally.  If set, columns may still be manipulated, however, the changes do not persist.  Also, existing local configurations are ignored if this setting is true.',
3941         'coust', 'description'),
3942     'bool', null)
3943
3944 ,( 'lib.courier_code', 'lib',
3945     oils_i18n_gettext('lib.courier_code',
3946         'Courier Code',
3947         'coust', 'label'),
3948     oils_i18n_gettext('lib.courier_code',
3949         'Courier Code for the library.  Available in transit slip templates as the %courier_code% macro.',
3950         'coust', 'description'),
3951     'string', null)
3952
3953 ,( 'lib.info_url', 'lib',
3954     oils_i18n_gettext('lib.info_url',
3955         'Library information URL (such as "http://example.com/about.html")',
3956         'coust', 'label'),
3957     oils_i18n_gettext('lib.info_url',
3958         'URL for information on this library, such as contact information, hours of operation, and directions. Use a complete URL, such as "http://example.com/hours.html".',
3959         'coust', 'description'),
3960     'string', null)
3961
3962 ,( 'lib.prefer_external_url', 'lib',
3963     oils_i18n_gettext('lib.prefer_external_url',
3964         'Use external "library information URL" in copy table, if available',
3965         'coust', 'label'),
3966     oils_i18n_gettext('lib.prefer_external_url',
3967         'If set to true, the library name in the copy details section will link to the URL associated with the "Library information URL" library setting rather than the library information page generated by Evergreen.',
3968         'coust', 'description'),
3969     'bool', null)
3970
3971 ,( 'notice.telephony.callfile_lines', 'lib',
3972     oils_i18n_gettext('notice.telephony.callfile_lines',
3973         'Telephony: Arbitrary line(s) to include in each notice callfile',
3974         'coust', 'label'),
3975     oils_i18n_gettext('notice.telephony.callfile_lines',
3976         '
3977         This overrides lines from opensrf.xml.
3978         Line(s) must be valid for your target server and platform
3979         (e.g. Asterisk 1.4).
3980         ',
3981         'coust', 'description'),
3982     'string', null)
3983
3984 ,( 'opac.allow_pending_address', 'opac',
3985     oils_i18n_gettext('opac.allow_pending_address',
3986         'Allow pending addresses',
3987         'coust', 'label'),
3988     oils_i18n_gettext('opac.allow_pending_address',
3989         'If enabled, patrons can create and edit existing addresses.  Addresses are kept in a pending state until staff approves the changes',
3990         'coust', 'description'),
3991     'bool', null)
3992
3993 ,( 'opac.barcode_regex', 'glob',
3994     oils_i18n_gettext('opac.barcode_regex',
3995         'Patron barcode format',
3996         'coust', 'label'),
3997     oils_i18n_gettext('opac.barcode_regex',
3998         'Regular expression defining the patron barcode format',
3999         'coust', 'description'),
4000     'string', null)
4001
4002 ,( 'opac.fully_compressed_serial_holdings', 'opac',
4003     oils_i18n_gettext('opac.fully_compressed_serial_holdings',
4004         'Use fully compressed serial holdings',
4005         'coust', 'label'),
4006     oils_i18n_gettext('opac.fully_compressed_serial_holdings',
4007         'Show fully compressed serial holdings for all libraries at and below the current context unit',
4008         'coust', 'description'),
4009     'bool', null)
4010
4011 ,( 'opac.lock_usernames', 'glob',
4012     oils_i18n_gettext('opac.lock_usernames',
4013         'Lock Usernames',
4014         'coust', 'label'),
4015     oils_i18n_gettext('opac.lock_usernames',
4016         'If enabled username changing via the OPAC will be disabled',
4017         'coust', 'description'),
4018     'bool', null)
4019
4020 ,( 'opac.org_unit_hiding.depth', 'opac',
4021     oils_i18n_gettext('opac.org_unit_hiding.depth',
4022         'Org Unit Hiding Depth',
4023         'coust', 'label'),
4024     oils_i18n_gettext('opac.org_unit_hiding.depth',
4025         'This will hide certain org units in the public OPAC if the Physical Location (url param "physical_loc") for the OPAC inherits this setting.  This setting specifies an org unit depth, that together with the OPAC Physical Location determines which section of the Org Hierarchy should be visible in the OPAC.  For example, a stock Evergreen installation will have a 3-tier hierarchy (Consortium/System/Branch), where System has a depth of 1 and Branch has a depth of 2.  If this setting contains a depth of 1 in such an installation, then every library in the System in which the Physical Location belongs will be visible, and everything else will be hidden.  A depth of 0 will effectively make every org visible.  The embedded OPAC in the staff client ignores this setting.',
4026         'coust', 'description'),
4027     'integer', null)
4028
4029 ,( 'opac.payment_history_age_limit', 'opac',
4030     oils_i18n_gettext('opac.payment_history_age_limit',
4031         'Payment History Age Limit',
4032         'coust', 'label'),
4033     oils_i18n_gettext('opac.payment_history_age_limit',
4034         'The OPAC should not display payments by patrons that are older than any interval defined here.',
4035         'coust', 'description'),
4036     'interval', null)
4037
4038 ,( 'opac.unlimit_usernames', 'glob',
4039     oils_i18n_gettext('opac.unlimit_usernames',
4040         'Allow multiple username changes',
4041         'coust', 'label'),
4042     oils_i18n_gettext('opac.unlimit_usernames',
4043         'If enabled (and Lock Usernames is not set) patrons will be allowed to change their username when it does not look like a barcode. Otherwise username changing in the OPAC will only be allowed when the patron''s username looks like a barcode.',
4044         'coust', 'description'),
4045     'bool', null)
4046
4047 ,( 'opac.username_regex', 'glob',
4048     oils_i18n_gettext('opac.username_regex',
4049         'Patron username format',
4050         'coust', 'label'),
4051     oils_i18n_gettext('opac.username_regex',
4052         'Regular expression defining the patron username format, used for patron registration and self-service username changing only',
4053         'coust', 'description'),
4054     'string', null)
4055
4056 ,( 'org.bounced_emails', 'prog',
4057     oils_i18n_gettext('org.bounced_emails',
4058         'Sending email address for patron notices',
4059         'coust', 'label'),
4060     oils_i18n_gettext('org.bounced_emails',
4061         'Sending email address for patron notices',
4062         'coust', 'description'),
4063     'string', null)
4064
4065 ,( 'org.patron_opt_boundary', 'sec',
4066     oils_i18n_gettext('org.patron_opt_boundary',
4067         'Patron Opt-In Boundary',
4068         'coust', 'label'),
4069     oils_i18n_gettext('org.patron_opt_boundary',
4070         'This determines at which depth above which patrons must be opted in, and below which patrons will be assumed to be opted in.',
4071         'coust', 'description'),
4072     'integer', null)
4073
4074 ,( 'org.patron_opt_default', 'sec',
4075     oils_i18n_gettext('org.patron_opt_default',
4076         'Patron Opt-In Default',
4077         'coust', 'label'),
4078     oils_i18n_gettext('org.patron_opt_default',
4079         'This is the default depth at which a patron is opted in; it is calculated as an org unit relative to the current workstation.',
4080         'coust', 'description'),
4081     'integer', null)
4082
4083 ,( 'patron.password.use_phone', 'sec',
4084     oils_i18n_gettext('patron.password.use_phone',
4085         'Patron: password from phone #',
4086         'coust', 'label'),
4087     oils_i18n_gettext('patron.password.use_phone',
4088         'By default, use the last 4 alphanumeric characters of the patrons phone number as the default password when creating new users.  The exact characters used may be configured via the "GUI: Regex for day_phone field on patron registration" setting.',
4089         'coust', 'description'),
4090     'bool', null)
4091
4092 ,( 'print.custom_js_file', 'circ',
4093     oils_i18n_gettext('print.custom_js_file',
4094         'Printing: Custom Javascript File',
4095         'coust', 'label'),
4096     oils_i18n_gettext('print.custom_js_file',
4097         'Full URL path to a Javascript File to be loaded when printing. Should'
4098         || ' implement a print_custom function for DOM manipulation. Can change'
4099         || ' the value of the do_print variable to false to cancel printing.',
4100         'coust', 'description'),
4101     'string', null)
4102
4103 ,( 'serial.prev_issuance_copy_location', 'serial',
4104     oils_i18n_gettext('serial.prev_issuance_copy_location',
4105         'Previous Issuance Copy Location',
4106         'coust', 'label'),
4107     oils_i18n_gettext('serial.prev_issuance_copy_location',
4108         'When a serial issuance is received, copies (units) of the previous issuance will be automatically moved into the configured shelving location',
4109         'coust', 'description'),
4110     'link', 'acpl')
4111
4112 ,( 'ui.admin.patron_log.max_entries', 'gui',
4113     oils_i18n_gettext('ui.admin.patron_log.max_entries',
4114         'Work Log: Maximum Patrons Logged',
4115         'coust', 'label'),
4116     oils_i18n_gettext('ui.admin.patron_log.max_entries',
4117         'Maximum entries for "Most Recently Affected Patrons..." section of the Work Log interface.',
4118         'coust', 'description'),
4119     'interval', null)
4120
4121 ,( 'ui.admin.work_log.max_entries', 'gui',
4122     oils_i18n_gettext('ui.admin.work_log.max_entries',
4123         'Work Log: Maximum Actions Logged',
4124         'coust', 'label'),
4125     oils_i18n_gettext('ui.admin.work_log.max_entries',
4126         'Maximum entries for "Most Recent Staff Actions" section of the Work Log interface.',
4127         'coust', 'description'),
4128     'interval', null)
4129
4130 ,( 'ui.cat.volume_copy_editor.horizontal', 'gui',
4131     oils_i18n_gettext('ui.cat.volume_copy_editor.horizontal',
4132         'Horizontal layout for Volume/Copy Creator/Editor.',
4133         'coust', 'label'),
4134     oils_i18n_gettext('ui.cat.volume_copy_editor.horizontal',
4135         'The main entry point for this interface is in Holdings Maintenance, Actions for Selected Rows, Edit Item Attributes / Call Numbers / Replace Barcodes.  This setting changes the top and bottom panes for that interface into left and right panes.',
4136         'coust', 'description'),
4137     'bool', null)
4138
4139 ,( 'ui.circ.billing.uncheck_bills_and_unfocus_payment_box', 'gui',
4140     oils_i18n_gettext('ui.circ.billing.uncheck_bills_and_unfocus_payment_box',
4141         'Uncheck bills by default in the patron billing interface',
4142         'coust', 'label'),
4143     oils_i18n_gettext('ui.circ.billing.uncheck_bills_and_unfocus_payment_box',
4144         'Uncheck bills by default in the patron billing interface, and focus on the Uncheck All button instead of the Payment Received field.',
4145         'coust', 'description'),
4146     'bool', null)
4147
4148 ,( 'ui.circ.in_house_use.entry_cap', 'gui',
4149     oils_i18n_gettext('ui.circ.in_house_use.entry_cap',
4150         'Record In-House Use: Maximum # of uses allowed per entry.',
4151         'coust', 'label'),
4152     oils_i18n_gettext('ui.circ.in_house_use.entry_cap',
4153         'The # of uses entry in the Record In-House Use interface may not exceed the value of this setting.',
4154         'coust', 'description'),
4155     'integer', null)
4156
4157 ,( 'ui.circ.in_house_use.entry_warn', 'gui',
4158     oils_i18n_gettext('ui.circ.in_house_use.entry_warn',
4159         'Record In-House Use: # of uses threshold for Are You Sure? dialog.',
4160         'coust', 'label'),
4161     oils_i18n_gettext('ui.circ.in_house_use.entry_warn',
4162         'In the Record In-House Use interface, a submission attempt will warn if the # of uses field exceeds the value of this setting.',
4163         'coust', 'description'),
4164     'integer', null)
4165
4166 ,( 'ui.circ.patron_summary.horizontal', 'gui',
4167     oils_i18n_gettext('ui.circ.patron_summary.horizontal',
4168         'Patron circulation summary is horizontal',
4169         'coust', 'label'),
4170     oils_i18n_gettext('ui.circ.patron_summary.horizontal',
4171         'Patron circulation summary is horizontal',
4172         'coust', 'description'),
4173     'bool', null)
4174
4175 ,( 'ui.circ.show_billing_tab_on_bills', 'gui',
4176     oils_i18n_gettext('ui.circ.show_billing_tab_on_bills',
4177         'Show billing tab first when bills are present',
4178         'coust', 'label'),
4179     oils_i18n_gettext('ui.circ.show_billing_tab_on_bills',
4180         'If enabled and a patron has outstanding bills and the alert page is not required, show the billing tab by default, instead of the checkout tab, when a patron is loaded',
4181         'coust', 'description'),
4182     'bool', null)
4183
4184 ,( 'ui.circ.suppress_checkin_popups', 'circ',
4185     oils_i18n_gettext('ui.circ.suppress_checkin_popups',
4186         'Suppress popup-dialogs during check-in.',
4187         'coust', 'label'),
4188     oils_i18n_gettext('ui.circ.suppress_checkin_popups',
4189         'Suppress popup-dialogs during check-in.',
4190         'coust', 'description'),
4191     'bool', null)
4192
4193 ,( 'ui.general.button_bar', 'gui',
4194     oils_i18n_gettext('ui.general.button_bar',
4195         'Button bar',
4196         'coust', 'label'),
4197     oils_i18n_gettext('ui.general.button_bar',
4198         'Set to "circ" or "cat" for stock circulator or cataloger toolbar, respectively.',
4199         'coust', 'description'),
4200     'string', null)
4201
4202 ,( 'ui.general.hotkeyset', 'gui',
4203     oils_i18n_gettext('ui.general.hotkeyset',
4204         'Default Hotkeyset',
4205         'coust', 'label'),
4206     oils_i18n_gettext('ui.general.hotkeyset',
4207         'Default Hotkeyset for clients (filename without the .keyset).  Examples: Default, Minimal, and None',
4208         'coust', 'description'),
4209     'string', null)
4210
4211 ,( 'ui.general.idle_timeout', 'gui',
4212     oils_i18n_gettext('ui.general.idle_timeout',
4213         'Idle timeout',
4214         'coust', 'label'),
4215     oils_i18n_gettext('ui.general.idle_timeout',
4216         'If you want staff client windows to be minimized after a certain amount of system idle time, set this to the number of seconds of idle time that you want to allow before minimizing (requires staff client restart).',
4217         'coust', 'description'),
4218     'integer', null)
4219
4220 ,( 'ui.patron.default_country', 'gui',
4221     oils_i18n_gettext('ui.patron.default_country',
4222         'Default Country for New Addresses in Patron Editor',
4223         'coust', 'label'),
4224     oils_i18n_gettext('ui.patron.default_country',
4225         'This is the default Country for new addresses in the patron editor.',
4226         'coust', 'description'),
4227     'string', null)
4228
4229 ,( 'ui.patron.default_ident_type', 'gui',
4230     oils_i18n_gettext('ui.patron.default_ident_type',
4231         'Default Ident Type for Patron Registration',
4232         'coust', 'label'),
4233     oils_i18n_gettext('ui.patron.default_ident_type',
4234         'This is the default Ident Type for new users in the patron editor.',
4235         'coust', 'description'),
4236     'link', 'cit')
4237
4238 ,( 'ui.patron.default_inet_access_level', 'sec',
4239     oils_i18n_gettext('ui.patron.default_inet_access_level',
4240         'Default level of patrons'' internet access',
4241         'coust', 'label'),
4242     oils_i18n_gettext('ui.patron.default_inet_access_level',
4243         'Default level of patrons'' internet access',
4244         'coust', 'description'),
4245     'integer', null)
4246
4247 ,( 'ui.patron.edit.au.active.show', 'gui',
4248     oils_i18n_gettext('ui.patron.edit.au.active.show',
4249         'Show active field on patron registration',
4250         'coust', 'label'),
4251     oils_i18n_gettext('ui.patron.edit.au.active.show',
4252         'The active field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4253         'coust', 'description'),
4254     'bool', null)
4255
4256 ,( 'ui.patron.edit.au.active.suggest', 'gui',
4257     oils_i18n_gettext('ui.patron.edit.au.active.suggest',
4258         'Suggest active field on patron registration',
4259         'coust', 'label'),
4260     oils_i18n_gettext('ui.patron.edit.au.active.suggest',
4261         'The active field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4262         'coust', 'description'),
4263     'bool', null)
4264
4265 ,( 'ui.patron.edit.au.alert_message.show', 'gui',
4266     oils_i18n_gettext('ui.patron.edit.au.alert_message.show',
4267         'Show alert_message field on patron registration',
4268         'coust', 'label'),
4269     oils_i18n_gettext('ui.patron.edit.au.alert_message.show',
4270         'The alert_message field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4271         'coust', 'description'),
4272     'bool', null)
4273
4274 ,( 'ui.patron.edit.au.alert_message.suggest', 'gui',
4275     oils_i18n_gettext('ui.patron.edit.au.alert_message.suggest',
4276         'Suggest alert_message field on patron registration',
4277         'coust', 'label'),
4278     oils_i18n_gettext('ui.patron.edit.au.alert_message.suggest',
4279         'The alert_message field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4280         'coust', 'description'),
4281     'bool', null)
4282
4283 ,( 'ui.patron.edit.au.alias.show', 'gui',
4284     oils_i18n_gettext('ui.patron.edit.au.alias.show',
4285         'Show alias field on patron registration',
4286         'coust', 'label'),
4287     oils_i18n_gettext('ui.patron.edit.au.alias.show',
4288         'The alias field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4289         'coust', 'description'),
4290     'bool', null)
4291
4292 ,( 'ui.patron.edit.au.alias.suggest', 'gui',
4293     oils_i18n_gettext('ui.patron.edit.au.alias.suggest',
4294         'Suggest alias field on patron registration',
4295         'coust', 'label'),
4296     oils_i18n_gettext('ui.patron.edit.au.alias.suggest',
4297         'The alias field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4298         'coust', 'description'),
4299     'bool', null)
4300
4301 ,( 'ui.patron.edit.au.barred.show', 'gui',
4302     oils_i18n_gettext('ui.patron.edit.au.barred.show',
4303         'Show barred field on patron registration',
4304         'coust', 'label'),
4305     oils_i18n_gettext('ui.patron.edit.au.barred.show',
4306         'The barred field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4307         'coust', 'description'),
4308     'bool', null)
4309
4310 ,( 'ui.patron.edit.au.barred.suggest', 'gui',
4311     oils_i18n_gettext('ui.patron.edit.au.barred.suggest',
4312         'Suggest barred field on patron registration',
4313         'coust', 'label'),
4314     oils_i18n_gettext('ui.patron.edit.au.barred.suggest',
4315         'The barred field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4316         'coust', 'description'),
4317     'bool', null)
4318
4319 ,( 'ui.patron.edit.au.claims_never_checked_out_count.show', 'gui',
4320     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.show',
4321         'Show claims_never_checked_out_count field on patron registration',
4322         'coust', 'label'),
4323     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.show',
4324         'The claims_never_checked_out_count field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4325         'coust', 'description'),
4326     'bool', null)
4327
4328 ,( 'ui.patron.edit.au.claims_never_checked_out_count.suggest', 'gui',
4329     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.suggest',
4330         'Suggest claims_never_checked_out_count field on patron registration',
4331         'coust', 'label'),
4332     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.suggest',
4333         'The claims_never_checked_out_count field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4334         'coust', 'description'),
4335     'bool', null)
4336
4337 ,( 'ui.patron.edit.au.claims_returned_count.show', 'gui',
4338     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.show',
4339         'Show claims_returned_count field on patron registration',
4340         'coust', 'label'),
4341     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.show',
4342         'The claims_returned_count field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4343         'coust', 'description'),
4344     'bool', null)
4345
4346 ,( 'ui.patron.edit.au.claims_returned_count.suggest', 'gui',
4347     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.suggest',
4348         'Suggest claims_returned_count field on patron registration',
4349         'coust', 'label'),
4350     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.suggest',
4351         'The claims_returned_count field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4352         'coust', 'description'),
4353     'bool', null)
4354
4355 ,( 'ui.patron.edit.ac.barcode.regex', 'gui',
4356     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
4357         'Regex for barcodes on patron registration',
4358         'coust', 'label'),
4359     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
4360         'The Regular Expression for validation on barcodes in patron registration.',
4361         'coust', 'description'),
4362     'string', null)
4363
4364 ,( 'ui.patron.edit.au.day_phone.example', 'gui',
4365     oils_i18n_gettext('ui.patron.edit.au.day_phone.example',
4366         'Example for day_phone field on patron registration',
4367         'coust', 'label'),
4368     oils_i18n_gettext('ui.patron.edit.au.day_phone.example',
4369         'The Example for validation on the day_phone field in patron registration.',
4370         'coust', 'description'),
4371     'string', null)
4372
4373 ,( 'ui.patron.edit.au.day_phone.regex', 'gui',
4374     oils_i18n_gettext('ui.patron.edit.au.day_phone.regex',
4375         'Regex for day_phone field on patron registration',
4376         'coust', 'label'),
4377     oils_i18n_gettext('ui.patron.edit.au.day_phone.regex',
4378         E'The Regular Expression for validation on the day_phone field in patron registration. Note: The first capture group will be used for the "last 4 digits of phone number" feature, if enabled. Ex: "[2-9]\\d{2}-\\d{3}-(\\d{4})( x\\d+)?" will ignore the extension on a NANP number.',
4379         'coust', 'description'),
4380     'string', null)
4381
4382 ,( 'ui.patron.edit.au.day_phone.require', 'gui',
4383     oils_i18n_gettext('ui.patron.edit.au.day_phone.require',
4384         'Require day_phone field on patron registration',
4385         'coust', 'label'),
4386     oils_i18n_gettext('ui.patron.edit.au.day_phone.require',
4387         'The day_phone field will be required on the patron registration screen.',
4388         'coust', 'description'),
4389     'bool', null)
4390
4391 ,( 'ui.patron.edit.au.day_phone.show', 'gui',
4392     oils_i18n_gettext('ui.patron.edit.au.day_phone.show',
4393         'Show day_phone field on patron registration',
4394         'coust', 'label'),
4395     oils_i18n_gettext('ui.patron.edit.au.day_phone.show',
4396         'The day_phone field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4397         'coust', 'description'),
4398     'bool', null)
4399
4400 ,( 'ui.patron.edit.au.day_phone.suggest', 'gui',
4401     oils_i18n_gettext('ui.patron.edit.au.day_phone.suggest',
4402         'Suggest day_phone field on patron registration',
4403         'coust', 'label'),
4404     oils_i18n_gettext('ui.patron.edit.au.day_phone.suggest',
4405         'The day_phone field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4406         'coust', 'description'),
4407     'bool', null)
4408
4409 ,( 'ui.patron.edit.au.dob.calendar', 'gui',
4410     oils_i18n_gettext('ui.patron.edit.au.dob.calendar',
4411         'Show calendar widget for dob field on patron registration',
4412         'coust', 'label'),
4413     oils_i18n_gettext('ui.patron.edit.au.dob.calendar',
4414         'If set the calendar widget will appear when editing the dob field on the patron registration form.',
4415         'coust', 'description'),
4416     'bool', null)
4417
4418 ,( 'ui.patron.edit.au.dob.require', 'gui',
4419     oils_i18n_gettext('ui.patron.edit.au.dob.require',
4420         'Require dob field on patron registration',
4421         'coust', 'label'),
4422     oils_i18n_gettext('ui.patron.edit.au.dob.require',
4423         'The dob field will be required on the patron registration screen.',
4424         'coust', 'description'),
4425     'bool', null)
4426
4427 ,( 'ui.patron.edit.au.dob.show', 'gui',
4428     oils_i18n_gettext('ui.patron.edit.au.dob.show',
4429         'Show dob field on patron registration',
4430         'coust', 'label'),
4431     oils_i18n_gettext('ui.patron.edit.au.dob.show',
4432         'The dob field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4433         'coust', 'description'),
4434     'bool', null)
4435
4436 ,( 'ui.patron.edit.au.dob.suggest', 'gui',
4437     oils_i18n_gettext('ui.patron.edit.au.dob.suggest',
4438         'Suggest dob field on patron registration',
4439         'coust', 'label'),
4440     oils_i18n_gettext('ui.patron.edit.au.dob.suggest',
4441         'The dob field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4442         'coust', 'description'),
4443     'bool', null)
4444
4445 ,( 'ui.patron.edit.au.email.example', 'gui',
4446     oils_i18n_gettext('ui.patron.edit.au.email.example',
4447         'Example for email field on patron registration',
4448         'coust', 'label'),
4449     oils_i18n_gettext('ui.patron.edit.au.email.example',
4450         'The Example for validation on the email field in patron registration.',
4451         'coust', 'description'),
4452     'string', null)
4453
4454 ,( 'ui.patron.edit.au.email.regex', 'gui',
4455     oils_i18n_gettext('ui.patron.edit.au.email.regex',
4456         'Regex for email field on patron registration',
4457         'coust', 'label'),
4458     oils_i18n_gettext('ui.patron.edit.au.email.regex',
4459         'The Regular Expression for validation on the email field in patron registration.',
4460         'coust', 'description'),
4461     'string', null)
4462
4463 ,( 'ui.patron.edit.au.email.require', 'gui',
4464     oils_i18n_gettext('ui.patron.edit.au.email.require',
4465         'Require email field on patron registration',
4466         'coust', 'label'),
4467     oils_i18n_gettext('ui.patron.edit.au.email.require',
4468         'The email field will be required on the patron registration screen.',
4469         'coust', 'description'),
4470     'bool', null)
4471
4472 ,( 'ui.patron.edit.au.email.show', 'gui',
4473     oils_i18n_gettext('ui.patron.edit.au.email.show',
4474         'Show email field on patron registration',
4475         'coust', 'label'),
4476     oils_i18n_gettext('ui.patron.edit.au.email.show',
4477         'The email field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4478         'coust', 'description'),
4479     'bool', null)
4480
4481 ,( 'ui.patron.edit.au.email.suggest', 'gui',
4482     oils_i18n_gettext('ui.patron.edit.au.email.suggest',
4483         'Suggest email field on patron registration',
4484         'coust', 'label'),
4485     oils_i18n_gettext('ui.patron.edit.au.email.suggest',
4486         'The email field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4487         'coust', 'description'),
4488     'bool', null)
4489
4490 ,( 'ui.patron.edit.au.evening_phone.example', 'gui',
4491     oils_i18n_gettext('ui.patron.edit.au.evening_phone.example',
4492         'Example for evening_phone field on patron registration',
4493         'coust', 'label'),
4494     oils_i18n_gettext('ui.patron.edit.au.evening_phone.example',
4495         'The Example for validation on the evening_phone field in patron registration.',
4496         'coust', 'description'),
4497     'string', null)
4498
4499 ,( 'ui.patron.edit.au.evening_phone.regex', 'gui',
4500     oils_i18n_gettext('ui.patron.edit.au.evening_phone.regex',
4501         'Regex for evening_phone field on patron registration',
4502         'coust', 'label'),
4503     oils_i18n_gettext('ui.patron.edit.au.evening_phone.regex',
4504         'The Regular Expression for validation on the evening_phone field in patron registration.',
4505         'coust', 'description'),
4506     'string', null)
4507
4508 ,( 'ui.patron.edit.au.evening_phone.require', 'gui',
4509     oils_i18n_gettext('ui.patron.edit.au.evening_phone.require',
4510         'Require evening_phone field on patron registration',
4511         'coust', 'label'),
4512     oils_i18n_gettext('ui.patron.edit.au.evening_phone.require',
4513         'The evening_phone field will be required on the patron registration screen.',
4514         'coust', 'description'),
4515     'bool', null)
4516
4517 ,( 'ui.patron.edit.au.evening_phone.show', 'gui',
4518     oils_i18n_gettext('ui.patron.edit.au.evening_phone.show',
4519         'Show evening_phone field on patron registration',
4520         'coust', 'label'),
4521     oils_i18n_gettext('ui.patron.edit.au.evening_phone.show',
4522         'The evening_phone field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4523         'coust', 'description'),
4524     'bool', null)
4525
4526 ,( 'ui.patron.edit.au.evening_phone.suggest', 'gui',
4527     oils_i18n_gettext('ui.patron.edit.au.evening_phone.suggest',
4528         'Suggest evening_phone field on patron registration',
4529         'coust', 'label'),
4530     oils_i18n_gettext('ui.patron.edit.au.evening_phone.suggest',
4531         'The evening_phone field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4532         'coust', 'description'),
4533     'bool', null)
4534
4535 ,( 'ui.patron.edit.au.ident_value.show', 'gui',
4536     oils_i18n_gettext('ui.patron.edit.au.ident_value.show',
4537         'Show ident_value field on patron registration',
4538         'coust', 'label'),
4539     oils_i18n_gettext('ui.patron.edit.au.ident_value.show',
4540         'The ident_value field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4541         'coust', 'description'),
4542     'bool', null)
4543
4544 ,( 'ui.patron.edit.au.ident_value.suggest', 'gui',
4545     oils_i18n_gettext('ui.patron.edit.au.ident_value.suggest',
4546         'Suggest ident_value field on patron registration',
4547         'coust', 'label'),
4548     oils_i18n_gettext('ui.patron.edit.au.ident_value.suggest',
4549         'The ident_value field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4550         'coust', 'description'),
4551     'bool', null)
4552
4553 ,( 'ui.patron.edit.au.ident_value2.show', 'gui',
4554     oils_i18n_gettext('ui.patron.edit.au.ident_value2.show',
4555         'Show ident_value2 field on patron registration',
4556         'coust', 'label'),
4557     oils_i18n_gettext('ui.patron.edit.au.ident_value2.show',
4558         'The ident_value2 field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4559         'coust', 'description'),
4560     'bool', null)
4561
4562 ,( 'ui.patron.edit.au.ident_value2.suggest', 'gui',
4563     oils_i18n_gettext('ui.patron.edit.au.ident_value2.suggest',
4564         'Suggest ident_value2 field on patron registration',
4565         'coust', 'label'),
4566     oils_i18n_gettext('ui.patron.edit.au.ident_value2.suggest',
4567         'The ident_value2 field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4568         'coust', 'description'),
4569     'bool', null)
4570
4571 ,( 'ui.patron.edit.au.juvenile.show', 'gui',
4572     oils_i18n_gettext('ui.patron.edit.au.juvenile.show',
4573         'Show juvenile field on patron registration',
4574         'coust', 'label'),
4575     oils_i18n_gettext('ui.patron.edit.au.juvenile.show',
4576         'The juvenile field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4577         'coust', 'description'),
4578     'bool', null)
4579
4580 ,( 'ui.patron.edit.au.juvenile.suggest', 'gui',
4581     oils_i18n_gettext('ui.patron.edit.au.juvenile.suggest',
4582         'Suggest juvenile field on patron registration',
4583         'coust', 'label'),
4584     oils_i18n_gettext('ui.patron.edit.au.juvenile.suggest',
4585         'The juvenile field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4586         'coust', 'description'),
4587     'bool', null)
4588
4589 ,( 'ui.patron.edit.au.master_account.show', 'gui',
4590     oils_i18n_gettext('ui.patron.edit.au.master_account.show',
4591         'Show master_account field on patron registration',
4592         'coust', 'label'),
4593     oils_i18n_gettext('ui.patron.edit.au.master_account.show',
4594         'The master_account field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4595         'coust', 'description'),
4596     'bool', null)
4597
4598 ,( 'ui.patron.edit.au.master_account.suggest', 'gui',
4599     oils_i18n_gettext('ui.patron.edit.au.master_account.suggest',
4600         'Suggest master_account field on patron registration',
4601         'coust', 'label'),
4602     oils_i18n_gettext('ui.patron.edit.au.master_account.suggest',
4603         'The master_account field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4604         'coust', 'description'),
4605     'bool', null)
4606
4607 ,( 'ui.patron.edit.au.other_phone.example', 'gui',
4608     oils_i18n_gettext('ui.patron.edit.au.other_phone.example',
4609         'Example for other_phone field on patron registration',
4610         'coust', 'label'),
4611     oils_i18n_gettext('ui.patron.edit.au.other_phone.example',
4612         'The Example for validation on the other_phone field in patron registration.',
4613         'coust', 'description'),
4614     'string', null)
4615
4616 ,( 'ui.patron.edit.au.other_phone.regex', 'gui',
4617     oils_i18n_gettext('ui.patron.edit.au.other_phone.regex',
4618         'Regex for other_phone field on patron registration',
4619         'coust', 'label'),
4620     oils_i18n_gettext('ui.patron.edit.au.other_phone.regex',
4621         'The Regular Expression for validation on the other_phone field in patron registration.',
4622         'coust', 'description'),
4623     'string', null)
4624
4625 ,( 'ui.patron.edit.au.other_phone.require', 'gui',
4626     oils_i18n_gettext('ui.patron.edit.au.other_phone.require',
4627         'Require other_phone field on patron registration',
4628         'coust', 'label'),
4629     oils_i18n_gettext('ui.patron.edit.au.other_phone.require',
4630         'The other_phone field will be required on the patron registration screen.',
4631         'coust', 'description'),
4632     'bool', null)
4633
4634 ,( 'ui.patron.edit.au.other_phone.show', 'gui',
4635     oils_i18n_gettext('ui.patron.edit.au.other_phone.show',
4636         'Show other_phone field on patron registration',
4637         'coust', 'label'),
4638     oils_i18n_gettext('ui.patron.edit.au.other_phone.show',
4639         'The other_phone field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4640         'coust', 'description'),
4641     'bool', null)
4642
4643 ,( 'ui.patron.edit.au.other_phone.suggest', 'gui',
4644     oils_i18n_gettext('ui.patron.edit.au.other_phone.suggest',
4645         'Suggest other_phone field on patron registration',
4646         'coust', 'label'),
4647     oils_i18n_gettext('ui.patron.edit.au.other_phone.suggest',
4648         'The other_phone field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4649         'coust', 'description'),
4650     'bool', null)
4651
4652 ,( 'ui.patron.edit.au.prefix.require', 'gui',
4653     oils_i18n_gettext('ui.patron.edit.au.prefix.require',
4654         'Require prefix field on patron registration',
4655         'coust', 'label'),
4656     oils_i18n_gettext('ui.patron.edit.au.prefix.require',
4657         'The prefix field will be required on the patron registration screen.',
4658         'coust', 'description'),
4659     'bool', null)
4660         
4661 ,( 'ui.patron.edit.au.prefix.show', 'gui',
4662     oils_i18n_gettext('ui.patron.edit.au.prefix.show',
4663         'Show prefix field on patron registration',
4664         'coust', 'label'),
4665     oils_i18n_gettext('ui.patron.edit.au.prefix.show',
4666         'The prefix field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4667         'coust', 'description'),
4668     'bool', null)
4669
4670 ,( 'ui.patron.edit.au.prefix.suggest', 'gui',
4671     oils_i18n_gettext('ui.patron.edit.au.prefix.suggest',
4672         'Suggest prefix field on patron registration',
4673         'coust', 'label'),
4674     oils_i18n_gettext('ui.patron.edit.au.prefix.suggest',
4675         'The prefix field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4676         'coust', 'description'),
4677     'bool', null)
4678
4679 ,( 'ui.patron.edit.au.second_given_name.show', 'gui',
4680     oils_i18n_gettext('ui.patron.edit.au.second_given_name.show',
4681         'Show second_given_name field on patron registration',
4682         'coust', 'label'),
4683     oils_i18n_gettext('ui.patron.edit.au.second_given_name.show',
4684         'The second_given_name field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4685         'coust', 'description'),
4686     'bool', null)
4687
4688 ,( 'ui.patron.edit.au.second_given_name.suggest', 'gui',
4689     oils_i18n_gettext('ui.patron.edit.au.second_given_name.suggest',
4690         'Suggest second_given_name field on patron registration',
4691         'coust', 'label'),
4692     oils_i18n_gettext('ui.patron.edit.au.second_given_name.suggest',
4693         'The second_given_name field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4694         'coust', 'description'),
4695     'bool', null)
4696
4697 ,( 'ui.patron.edit.au.suffix.show', 'gui',
4698     oils_i18n_gettext('ui.patron.edit.au.suffix.show',
4699         'Show suffix field on patron registration',
4700         'coust', 'label'),
4701     oils_i18n_gettext('ui.patron.edit.au.suffix.show',
4702         'The suffix field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4703         'coust', 'description'),
4704     'bool', null)
4705
4706 ,( 'ui.patron.edit.au.suffix.suggest', 'gui',
4707     oils_i18n_gettext('ui.patron.edit.au.suffix.suggest',
4708         'Suggest suffix field on patron registration',
4709         'coust', 'label'),
4710     oils_i18n_gettext('ui.patron.edit.au.suffix.suggest',
4711         'The suffix field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4712         'coust', 'description'),
4713     'bool', null)
4714
4715 ,( 'ui.patron.edit.aua.county.require', 'gui',
4716     oils_i18n_gettext('ui.patron.edit.aua.county.require',
4717         'Require county field on patron registration',
4718         'coust', 'label'),
4719     oils_i18n_gettext('ui.patron.edit.aua.county.require',
4720         'The county field will be required on the patron registration screen.',
4721         'coust', 'description'),
4722     'bool', null)
4723
4724 ,( 'ui.patron.edit.aua.state.require', 'gui',
4725     oils_i18n_gettext('ui.patron.edit.aua.state.require',
4726         'Require State field on patron registration',
4727         'coust', 'label'),
4728     oils_i18n_gettext('ui.patron.edit.aua.state.require',
4729         'The State field will be required on the patron registration screen.',
4730         'coust', 'description'),
4731     'bool', null)
4732
4733 ,( 'ui.patron.edit.aua.state.show', 'gui',
4734     oils_i18n_gettext('ui.patron.edit.aua.state.show',
4735         'Show State field on patron registration',
4736         'coust', 'label'),
4737     oils_i18n_gettext('ui.patron.edit.aua.state.show',
4738         'The State field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
4739         'coust', 'description'),
4740     'bool', null)
4741
4742 ,( 'ui.patron.edit.aua.state.suggest', 'gui',
4743     oils_i18n_gettext('ui.patron.edit.aua.state.suggest',
4744         'Suggest State field on patron registration',
4745         'coust', 'label'),
4746     oils_i18n_gettext('ui.patron.edit.aua.state.suggest',
4747         'The State field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
4748         'coust', 'description'),
4749     'bool', null)
4750
4751 ,( 'ui.patron.edit.aua.post_code.example', 'gui',
4752     oils_i18n_gettext('ui.patron.edit.aua.post_code.example',
4753         'Example for post_code field on patron registration',
4754         'coust', 'label'),
4755     oils_i18n_gettext('ui.patron.edit.aua.post_code.example',
4756         'The Example for validation on the post_code field in patron registration.',
4757         'coust', 'description'),
4758     'string', null)
4759
4760 ,( 'ui.patron.edit.aua.post_code.regex', 'gui',
4761     oils_i18n_gettext('ui.patron.edit.aua.post_code.regex',
4762         'Regex for post_code field on patron registration',
4763         'coust', 'label'),
4764     oils_i18n_gettext('ui.patron.edit.aua.post_code.regex',
4765         'The Regular Expression for validation on the post_code field in patron registration.',
4766         'coust', 'description'),
4767     'string', null)
4768
4769 ,( 'ui.patron.edit.default_suggested', 'gui',
4770     oils_i18n_gettext('ui.patron.edit.default_suggested',
4771         'Default showing suggested patron registration fields',
4772         'coust', 'label'),
4773     oils_i18n_gettext('ui.patron.edit.default_suggested',
4774         'Instead of All fields, show just suggested fields in patron registration by default.',
4775         'coust', 'description'),
4776     'bool', null)
4777
4778 ,( 'ui.patron.edit.phone.example', 'gui',
4779     oils_i18n_gettext('ui.patron.edit.phone.example',
4780         'Example for phone fields on patron registration',
4781         'coust', 'label'),
4782     oils_i18n_gettext('ui.patron.edit.phone.example',
4783         'The Example for validation on phone fields in patron registration. Applies to all phone fields without their own setting.',
4784         'coust', 'description'),
4785     'string', null)
4786
4787 ,( 'ui.patron.edit.phone.regex', 'gui',
4788     oils_i18n_gettext('ui.patron.edit.phone.regex',
4789         'Regex for phone fields on patron registration',
4790         'coust', 'label'),
4791     oils_i18n_gettext('ui.patron.edit.phone.regex',
4792         'The Regular Expression for validation on phone fields in patron registration. Applies to all phone fields without their own setting. NOTE: See description of the day_phone regex for important information about capture groups with it.',
4793         'coust', 'description'),
4794     'string', null)
4795
4796 ,( 'ui.patron.registration.require_address', 'gui',
4797     oils_i18n_gettext('ui.patron.registration.require_address',
4798         'Require at least one address for Patron Registration',
4799         'coust', 'label'),
4800     oils_i18n_gettext('ui.patron.registration.require_address',
4801         'Enforces a requirement for having at least one address for a patron during registration.',
4802         'coust', 'description'),
4803     'bool', null)
4804
4805 ,( 'ui.patron_search.result_cap', 'gui',
4806     oils_i18n_gettext('ui.patron_search.result_cap',
4807         'Cap results in Patron Search at this number.',
4808         'coust', 'label'),
4809     oils_i18n_gettext('ui.patron_search.result_cap',
4810         'So for example, if you search for John Doe, normally you would get at most 50 results.  This setting allows you to raise or lower that limit.',
4811         'coust', 'description'),
4812     'integer', null)
4813
4814 ,( 'ui.staff.require_initials.patron_standing_penalty', 'gui',
4815     oils_i18n_gettext('ui.staff.require_initials.patron_standing_penalty',
4816         'Require staff initials for entry/edit of patron standing penalties and messages.',
4817         'coust', 'label'),
4818     oils_i18n_gettext('ui.staff.require_initials.patron_standing_penalty',
4819         'Appends staff initials and edit date into patron standing penalties and messages.',
4820         'coust', 'description'),
4821     'bool', null)
4822
4823 ,( 'ui.staff.require_initials.patron_info_notes', 'gui',
4824     oils_i18n_gettext('ui.staff.require_initials.patron_info_notes',
4825         'Require staff initials for entry/edit of patron notes.',
4826         'coust', 'label'),
4827     oils_i18n_gettext('ui.staff.require_initials.patron_info_notes',
4828         'Appends staff initials and edit date into patron note content.',
4829         'coust', 'description'),
4830     'bool', null)
4831
4832 ,( 'ui.staff.require_initials.copy_notes', 'gui',
4833     oils_i18n_gettext('ui.staff.require_initials.copy_notes',
4834         'Require staff initials for entry/edit of copy notes.',
4835         'coust', 'label'),
4836     oils_i18n_gettext('ui.staff.require_initials.copy_notes',
4837         'Appends staff initials and edit date into copy note content.',
4838         'coust', 'description'),
4839     'bool', null)
4840
4841 ,( 'ui.unified_volume_copy_editor', 'gui',
4842     oils_i18n_gettext('ui.unified_volume_copy_editor',
4843         'Unified Volume/Item Creator/Editor',
4844         'coust', 'label'),
4845     oils_i18n_gettext('ui.unified_volume_copy_editor',
4846         'If true combines the Volume/Copy Creator and Item Attribute Editor in some instances.',
4847         'coust', 'description'),
4848     'bool', null)
4849
4850 ,( 'url.remote_column_settings', 'gui',
4851     oils_i18n_gettext('url.remote_column_settings',
4852         'URL for remote directory containing list column settings.',
4853         'coust', 'label'),
4854     oils_i18n_gettext('url.remote_column_settings',
4855         'URL for remote directory containing list column settings.  The format and naming convention for the files found in this directory match those in the local settings directory for a given workstation.  An administrator could create the desired settings locally and then copy all the tree_columns_for_* files to the remote directory.',
4856         'coust', 'description'),
4857     'string', null)
4858 ,( 'opac.staff_saved_search.size', 'opac',
4859     oils_i18n_gettext('opac.staff_saved_search.size',
4860         'OPAC: Number of staff client saved searches to display on left side of results and record details pages',
4861         'coust', 'label'),
4862     oils_i18n_gettext('opac.staff_saved_search.size',
4863         'If unset, the OPAC (only when wrapped in the staff client!) will default to showing you your ten most recent searches on the left side of the results and record details pages.  If you actually don''t want to see this feature at all, set this value to zero at the top of your organizational tree.',
4864         'coust', 'description'),
4865     'integer', null)
4866 ,( 'circ.holds.target_when_closed', 'circ',
4867     oils_i18n_gettext('circ.holds.target_when_closed',
4868         'Target copies for a hold even if copy''s circ lib is closed',
4869         'coust', 'label'),
4870     oils_i18n_gettext('circ.holds.target_when_closed',
4871         'If this setting is true at a given org unit or one of its ancestors, the hold targeter will target copies from this org unit even if the org unit is closed (according to the actor.org_unit.closed_date table).',
4872         'coust', 'description'),
4873     'bool', null)
4874 ,( 'circ.holds.target_when_closed_if_at_pickup_lib', 'circ',
4875     oils_i18n_gettext('circ.holds.target_when_closed_if_at_pickup_lib',
4876         'Target copies for a hold even if copy''s circ lib is closed IF the circ lib is the hold''s pickup lib',
4877         'coust', 'label'),
4878     oils_i18n_gettext('circ.holds.target_when_closed_if_at_pickup_lib',
4879         'If this setting is true at a given org unit or one of its ancestors, the hold targeter will target copies from this org unit even if the org unit is closed (according to the actor.org_unit.closed_date table) IF AND ONLY IF the copy''s circ lib is the same as the hold''s pickup lib.',
4880         'coust', 'description'),
4881     'bool', null)
4882
4883
4884 ,( 'opac.staff.jump_to_details_on_single_hit', 'opac',
4885     oils_i18n_gettext('opac.staff.jump_to_details_on_single_hit',
4886         'Jump to details on 1 hit (staff client)',
4887         'coust', 'label'),
4888     oils_i18n_gettext('opac.staff.jump_to_details_on_single_hit',
4889         'When a search yields only 1 result, jump directly to the record details page.  This setting only affects the OPAC within the staff client',
4890         'coust', 'description'),
4891     'bool', null)
4892 ,( 'opac.patron.jump_to_details_on_single_hit', 'opac',
4893     oils_i18n_gettext('opac.patron.jump_to_details_on_single_hit',
4894         'Jump to details on 1 hit (public)',
4895         'coust', 'label'),
4896     oils_i18n_gettext('opac.patron.jump_to_details_on_single_hit',
4897         'When a search yields only 1 result, jump directly to the record details page.  This setting only affects the public OPAC',
4898         'coust', 'description'),
4899     'bool', null)
4900
4901 ,( 'opac.search.tag_circulated_items', 'opac',
4902     oils_i18n_gettext(
4903         'opac.search.tag_circulated_items',
4904         'Tag Circulated Items in Results',
4905         'coust', 'label'
4906     ),
4907     oils_i18n_gettext(
4908         'opac.search.tag_circulated_items',
4909         'When a user is both logged in and has opted in to circulation history tracking, turning on this setting will cause previous (or currently) circulated items to be highlighted in search results',
4910         'coust', 'description'
4911     ),
4912     'bool', null)
4913
4914 ,( 'sms.enable', 'sms',
4915     oils_i18n_gettext(
4916         'sms.enable',
4917         'Enable features that send SMS text messages.',
4918         'coust',
4919         'label'
4920     ),
4921     oils_i18n_gettext(
4922         'sms.enable',
4923         'Current features that use SMS include hold-ready-for-pickup notifications and a "Send Text" action for call numbers in the OPAC. If this setting is not enabled, the SMS options will not be offered to the user.  Unless you are carefully silo-ing patrons and their use of the OPAC, the context org for this setting should be the top org in the org hierarchy, otherwise patrons can trample their user settings when jumping between orgs.',
4924         'coust',
4925         'description'
4926     ),
4927     'bool', null)
4928 ,( 'sms.disable_authentication_requirement.callnumbers', 'sms',
4929     oils_i18n_gettext(
4930         'sms.disable_authentication_requirement.callnumbers',
4931         'Disable auth requirement for texting call numbers.',
4932         'coust',
4933         'label'
4934     ),
4935     oils_i18n_gettext(
4936         'sms.disable_authentication_requirement.callnumbers',
4937         'Disable authentication requirement for sending call number information via SMS from the OPAC.',
4938         'coust',
4939         'description'
4940     ),
4941     'bool', null)
4942 ,( 'serial.default_display_grouping', 'serial',
4943     oils_i18n_gettext(
4944         'serial.default_display_grouping',
4945         'Default display grouping for serials distributions presented in the OPAC.',
4946         'coust',
4947         'label'
4948     ),
4949     oils_i18n_gettext(
4950         'serial.default_display_grouping',
4951         'Default display grouping for serials distributions presented in the OPAC. This can be "enum" or "chron".',
4952         'coust',
4953         'description'
4954     ),
4955     'string', null)
4956 ,( 'vandelay.default_match_set', 'vandelay',
4957     oils_i18n_gettext(
4958         'vandelay.default_match_set',
4959         'Default Record Match Set',
4960         'coust',
4961         'label'
4962     ),
4963     oils_i18n_gettext(
4964         'vandelay.default_match_set',
4965         'Default Record Match Set',
4966         'coust',
4967         'description'
4968     ),
4969     'string', null)
4970 ,( 'opac.browse.pager_shortcuts', 'opac',
4971     oils_i18n_gettext(
4972         'opac.browse.pager_shortcuts',
4973         'Paging shortcut links for OPAC Browse',
4974         'coust',
4975         'label'
4976     ),
4977     oils_i18n_gettext(
4978         '',
4979         'The characters in this string, in order, will be used as shortcut links for quick paging in the OPAC browse interface. Any sequence surrounded by asterisks will be taken as a whole label, not split into individual labels at the character level, but only the first character will serve as the basis of the search.',
4980         'coust',
4981         'description'
4982     ),
4983     'string', null)
4984
4985 ,( 'circ.patron_edit.duplicate_patron_check_depth', 'circ',
4986     oils_i18n_gettext(
4987         'circ.patron_edit.duplicate_patron_check_depth',
4988         'Specify search depth for the duplicate patron check in the patron editor',
4989         'coust',
4990         'label'),
4991     oils_i18n_gettext(
4992         'circ.patron_edit.duplicate_patron_check_depth',
4993         'When using the patron registration page, the duplicate patron check will use the configured depth to scope the search for duplicate patrons.',
4994         'coust',
4995         'description'),
4996     'integer', null)
4997 ,('circ.use_lost_paid_copy_status',
4998  'circ',
4999  oils_i18n_gettext('circ.use_lost_paid_copy_status',
5000      'Use Lost and Paid copy status',
5001      'coust', 'label'),
5002  oils_i18n_gettext('circ.use_lost_paid_copy_status',
5003      'Use Lost and Paid copy status when lost or long overdue billing is paid',
5004      'coust', 'description'),
5005  'bool', null)
5006
5007 ,( 'circ.checkin.lost_zero_balance.do_not_change', 'circ',
5008     oils_i18n_gettext('circ.checkin.lost_zero_balance.do_not_change',
5009         'Do not change fines/fees on zero-balance LOST transaction',
5010         'coust', 'label'),
5011     oils_i18n_gettext('circ.checkin.lost_zero_balance.do_not_change',
5012         'When an item has been marked lost and all fines/fees have been completely paid on the transaction, do not void or reinstate any fines/fees EVEN IF circ.void_lost_on_checkin and/or circ.void_lost_proc_fee_on_checkin are enabled',
5013         'coust', 'description'),
5014     'bool', null)
5015
5016 ,(  'bill.prohibit_negative_balance_default', 'finance',
5017     oils_i18n_gettext(
5018         'bill.prohibit_negative_balance_default',
5019         'Prohibit negative balance on bills (DEFAULT)',
5020         'coust', 'label'),
5021     oils_i18n_gettext(
5022         'bill.prohibit_negative_balance_default',
5023         'Default setting to prevent negative balances (refunds) on circulation related bills. Set to "true" to prohibit negative balances at all times or, when used in conjunction with an interval setting, to prohibit negative balances after a set period of time. ',
5024         'coust', 'description'),
5025     'bool', null)
5026 ,(  'bill.prohibit_negative_balance_on_overdues', 'finance',
5027     oils_i18n_gettext(
5028         'bill.prohibit_negative_balance_on_overdues',
5029         'Prohibit negative balance on bills for overdue materials',
5030         'coust', 'label'),
5031     oils_i18n_gettext(
5032         'bill.prohibit_negative_balance_on_overdues',
5033         'Prevent negative balances (refunds) on bills for overdue materials. Set to "true" to prohibit negative balances at all times or, when used in conjunction with an interval setting, to prohibit negative balances after a set period of time.',
5034         'coust', 'description'),
5035     'bool', null)
5036 ,(  'bill.prohibit_negative_balance_on_lost', 'finance',
5037     oils_i18n_gettext(
5038         'bill.prohibit_negative_balance_on_lost',
5039         'Prohibit negative balance on bills for lost materials',
5040         'coust', 'label'),
5041     oils_i18n_gettext(
5042         'bill.prohibit_negative_balance_on_lost',
5043         'Prevent negative balances (refunds) on bills for lost/long overdue materials. Set to "true" to prohibit negative balances at all times or, when used in conjunction with an interval setting, to prohibit negative balances after an interval of time.',
5044         'coust', 'description'),
5045     'bool', null)
5046 ,(  'bill.negative_balance_interval_default', 'finance',
5047     oils_i18n_gettext(
5048         'bill.negative_balance_interval_default',
5049         'Negative Balance Interval (DEFAULT)',
5050         'coust', 'label'),
5051     oils_i18n_gettext(
5052         'bill.negative_balance_interval_default',
5053         'Amount of time after which no negative balances (refunds) are allowed on circulation bills. The "Prohibit negative balance on bills" setting must also be set to "true".',
5054         'coust', 'description'),
5055     'interval', null)
5056 ,(  'bill.negative_balance_interval_on_overdues', 'finance',
5057     oils_i18n_gettext(
5058         'bill.negative_balance_interval_on_overdues',
5059         'Negative Balance Interval for Overdues',
5060         'coust', 'label'),
5061     oils_i18n_gettext(
5062         'bill.negative_balance_interval_on_overdues',
5063         'Amount of time after which no negative balances (refunds) are allowed on bills for overdue materials. The "Prohibit negative balance on bills for overdue materials" setting must also be set to "true".',
5064         'coust', 'description'),
5065     'interval', null)
5066 ,(  'bill.negative_balance_interval_on_lost', 'finance',
5067     oils_i18n_gettext(
5068         'bill.negative_balance_interval_on_lost',
5069         'Negative Balance Interval for Lost',
5070         'coust', 'label'),
5071     oils_i18n_gettext(
5072         'bill.negative_balance_interval_on_lost',
5073         'Amount of time after which no negative balances (refunds) are allowed on bills for lost/long overdue materials. The "Prohibit negative balance on bills for lost materials" setting must also be set to "true".',
5074         'coust', 'description'),
5075     'interval', null)
5076 ;
5077
5078 UPDATE config.org_unit_setting_type
5079     SET view_perm = (SELECT id FROM permission.perm_list
5080         WHERE code = 'VIEW_CREDIT_CARD_PROCESSING' LIMIT 1)
5081     WHERE name LIKE 'credit.processor%' AND view_perm IS NULL;
5082
5083 UPDATE config.org_unit_setting_type
5084     SET update_perm = (SELECT id FROM permission.perm_list
5085         WHERE code = 'ADMIN_CREDIT_CARD_PROCESSING' LIMIT 1)
5086     WHERE name LIKE 'credit.processor%' AND update_perm IS NULL;
5087
5088 -- *** Has to go below coust definition to satisfy referential integrity ***
5089 -- In booking, elbow room defines:
5090 --  a) how far in the future you must make a reservation on a given item if
5091 --      that item will have to transit somewhere to fulfill the reservation.
5092 --  b) how soon a reservation must be starting for the reserved item to
5093 --      be op-captured by the checkin interface.
5094 INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (
5095     (SELECT id FROM actor.org_unit WHERE parent_ou IS NULL),
5096     'circ.booking_reservation.default_elbow_room',
5097     '"1 day"')
5098     ,(1, 'cat.spine.line.margin', 0)
5099     ,(1, 'cat.spine.line.height', 9)
5100     ,(1, 'cat.spine.line.width', 8)
5101     ,(1, 'cat.label.font.family', '"monospace"')
5102     ,(1, 'cat.label.font.size', 10)
5103     ,(1, 'cat.label.font.weight', '"normal"')
5104     ,(1, 'circ.grace.extend', 'true')
5105 ;
5106
5107
5108 -- Staged Search (for default matchpoints)
5109 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'first_word', 1.5);
5110 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'full_match', 20);
5111
5112 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'first_word', 1.5);
5113 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'word_order', 10);
5114 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'full_match', 20);
5115
5116 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'first_word', 1.5);
5117 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'word_order', 10);
5118 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'full_match', 20);
5119
5120 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'first_word', 1.5);
5121 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'word_order', 10);
5122 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'full_match', 20);
5123
5124 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'first_word', 1.5);
5125 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'word_order', 10);
5126 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'full_match', 20);
5127
5128 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'first_word', 1.5);
5129 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'word_order', 10);
5130 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'full_match', 20);
5131
5132 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(7, 'first_word', 1.5);
5133
5134 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(8, 'first_word', 1.5);
5135
5136 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(9, 'first_word', 1.5);
5137
5138 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(10, 'first_word', 1.5);
5139
5140 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(15, 'word_order', 10);
5141
5142 -- Vandelay (for importing and exporting records) 012.schema.vandelay.sql 
5143 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (1, 'title', oils_i18n_gettext(1, 'Title of work', 'vqbrad', 'description'),'//*[@tag="245"]/*[contains("abcmnopr",@code)]');
5144 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (2, 'author', oils_i18n_gettext(2, 'Author of work', 'vqbrad', 'description'),'//*[@tag="100" or @tag="110" or @tag="113"]/*[contains("ad",@code)]');
5145 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (3, 'language', oils_i18n_gettext(3, 'Language of work', 'vqbrad', 'description'),'//*[@tag="240"]/*[@code="l"][1]');
5146 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (4, 'pagination', oils_i18n_gettext(4, 'Pagination', 'vqbrad', 'description'),'//*[@tag="300"]/*[@code="a"][1]');
5147 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath, remove ) VALUES (5, 'isbn',oils_i18n_gettext(5, 'ISBN', 'vqbrad', 'description'),'//*[@tag="020"]/*[@code="a"]', $r$(?:-|\s.+$)$r$);
5148 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath, remove ) VALUES (6, 'issn',oils_i18n_gettext(6, 'ISSN', 'vqbrad', 'description'),'//*[@tag="022"]/*[@code="a"]', $r$(?:-|\s.+$)$r$);
5149 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (7, 'price',oils_i18n_gettext(7, 'Price', 'vqbrad', 'description'),'//*[@tag="020" or @tag="022"]/*[@code="c"][1]');
5150 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath) VALUES (8, 'rec_identifier',oils_i18n_gettext(8, 'Accession Number', 'vqbrad', 'description'),'//*[@tag="001"]');
5151 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath) VALUES (9, 'eg_tcn',oils_i18n_gettext(9, 'TCN Value', 'vqbrad', 'description'),'//*[@tag="901"]/*[@code="a"]');
5152 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath) VALUES (10, 'eg_tcn_source',oils_i18n_gettext(10, 'TCN Source', 'vqbrad', 'description'),'//*[@tag="901"]/*[@code="b"]');
5153 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath) VALUES (11, 'eg_identifier',oils_i18n_gettext(11, 'Internal ID', 'vqbrad', 'description'),'//*[@tag="901"]/*[@code="c"]');
5154 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (12, 'publisher',oils_i18n_gettext(12, 'Publisher', 'vqbrad', 'description'),'//*[@tag="260"]/*[@code="b"][1]');
5155 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath, remove ) VALUES (13, 'pubdate',oils_i18n_gettext(13, 'Publication Date', 'vqbrad', 'description'),'//*[@tag="260"]/*[@code="c"][1]',$r$\D$r$);
5156 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (14, 'edition',oils_i18n_gettext(14, 'Edition', 'vqbrad', 'description'),'//*[@tag="250"]/*[@code="a"][1]');
5157 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (15, 'item_barcode',oils_i18n_gettext(15, 'Item Barcode', 'vqbrad', 'description'),'//*[@tag="852"]/*[@code="p"][1]');
5158 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath ) VALUES (16, 'zsource', oils_i18n_gettext(16, 'Z39.50 Source', 'vqbrad', 'description'), '//*[@tag="901"]/*[@code="z"]');
5159 SELECT SETVAL('vandelay.bib_attr_definition_id_seq'::TEXT, 100);
5160
5161 INSERT INTO vandelay.import_item_attr_definition (
5162     owner, name, tag, owning_lib, circ_lib, location,
5163     call_number, circ_modifier, barcode, price, copy_number,
5164     circulate, ref, holdable, opac_visible, status
5165 ) VALUES (
5166     1,
5167     'Evergreen 852 export format',
5168     '852',
5169     '[@code = "b"][1]',
5170     '[@code = "b"][2]',
5171     'c',
5172     'j',
5173     'g',
5174     'p',
5175     'y',
5176     't',
5177     '[@code = "x" and text() = "circulating"]',
5178     '[@code = "x" and text() = "reference"]',
5179     '[@code = "x" and text() = "holdable"]',
5180     '[@code = "x" and text() = "visible"]',
5181     'z'
5182 );
5183
5184 INSERT INTO vandelay.import_item_attr_definition (
5185     owner,
5186     name,
5187     tag,
5188     owning_lib,
5189     location,
5190     call_number,
5191     circ_modifier,
5192     barcode,
5193     price,
5194     status
5195 ) VALUES (
5196     1,
5197     'Unicorn Import format -- 999',
5198     '999',
5199     'm',
5200     'l',
5201     'a',
5202     't',
5203     'i',
5204     'p',
5205     'k'
5206 );
5207
5208 INSERT INTO vandelay.authority_attr_definition (id, code, description, xpath) VALUES (1, 'rec_identifier',oils_i18n_gettext(1, 'Identifier', 'vqarad', 'description'),'//*[@tag="001"]');
5209 SELECT SETVAL('vandelay.authority_attr_definition_id_seq'::TEXT, 100);
5210
5211
5212 INSERT INTO container.copy_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'ccpbt', 'label'));
5213 INSERT INTO container.copy_bucket_type (code,label) VALUES ('staff_client', oils_i18n_gettext('staff_client', 'General Staff Client container', 'ccpbt', 'label'));
5214 INSERT INTO container.copy_bucket_type (code,label) VALUES ( 'circ_history', 'Circulation History' );
5215 INSERT INTO container.call_number_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'ccnbt', 'label'));
5216 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cbrebt', 'label'));
5217 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('staff_client', oils_i18n_gettext('staff_client', 'General Staff Client container', 'cbrebt', 'label'));
5218 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('bookbag', oils_i18n_gettext('bookbag', 'Book List', 'cbrebt', 'label'));
5219 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('reading_list', oils_i18n_gettext('reading_list', 'Reading List', 'cbrebt', 'label'));
5220 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('template_merge',oils_i18n_gettext('template_merge','Template Merge Container', 'cbrebt', 'label'));
5221 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('url_verify', oils_i18n_gettext('url_verify', 'URL Verification Queue', 'cbrebt', 'label'));
5222
5223 INSERT INTO container.user_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cubt', 'label'));
5224 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks', oils_i18n_gettext('folks', 'Friends', 'cubt', 'label'));
5225 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:pub_book_bags.view', oils_i18n_gettext('folks:pub_book_bags.view', 'List Published Book Lists', 'cubt', 'label'));
5226 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:pub_book_bags.add', oils_i18n_gettext('folks:pub_book_bags.add', 'Add to Published Book Lists', 'cubt', 'label'));
5227 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.view', oils_i18n_gettext('folks:circ.view', 'View Circulations', 'cubt', 'label'));
5228 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.renew', oils_i18n_gettext('folks:circ.renew', 'Renew Circulations', 'cubt', 'label'));
5229 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.checkout', oils_i18n_gettext('folks:circ.checkout', 'Checkout Items', 'cubt', 'label'));
5230 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:hold.view', oils_i18n_gettext('folks:hold.view', 'View Holds', 'cubt', 'label'));
5231 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:hold.cancel', oils_i18n_gettext('folks:hold.cancel', 'Cancel Holds', 'cubt', 'label'));
5232
5233
5234 ----------------------------------
5235 -- MARC21 record structure data --
5236 ----------------------------------
5237
5238 -- Record type map
5239 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('BKS','at','acdm');
5240 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('SER','a','bsi');
5241 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('VIS','gkro','abcdmsi');
5242 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MIX','p','cdi');
5243 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MAP','ef','abcdmsi');
5244 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('SCO','cd','abcdmsi');
5245 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('REC','ij','abcdmsi');
5246 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('COM','m','abcdmsi');
5247 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('AUT','z',' ');
5248 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MFHD','uvxy',' ');
5249
5250
5251 ------ Physical Characteristics
5252
5253 -- Map
5254 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('a','Map');
5255 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','b','1','1','SMD');
5256 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Atlas');
5257 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Diagram');
5258 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Map');
5259 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Profile');
5260 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Model');
5261 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Remote-sensing image');
5262 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Section');
5263 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5264 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('y',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'View');
5265 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5266 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','d','3','1','Color');
5267 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'One color');
5268 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5269 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','e','4','1','Physical medium');
5270 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5271 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5272 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5273 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5274 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5275 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5276 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5277 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5278 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Flexible base photographic medium, positive');
5279 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Flexible base photographic medium, negative');
5280 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Non-flexible base photographic medium, positive');
5281 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Non-flexible base photographic medium, negative');
5282 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5283 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('y',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other photographic medium');
5284 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5285 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','f','5','1','Type of reproduction');
5286 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Facsimile');
5287 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5288 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5289 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5290 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','g','6','1','Production/reproduction details');
5291 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photocopy, blueline print');
5292 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photocopy');
5293 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Pre-production');
5294 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film');
5295 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5296 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5297 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','h','7','1','Positive/negative');
5298 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Positive');
5299 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Negative');
5300 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5301 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5302
5303 -- Electronic Resource
5304 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('c','Electronic Resource');
5305 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','b','1','1','SMD');
5306 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Tape Cartridge');
5307 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Chip cartridge');
5308 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Computer optical disk cartridge');
5309 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Tape cassette');
5310 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Tape reel');
5311 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic disk');
5312 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magneto-optical disk');
5313 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Optical disk');
5314 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Remote');
5315 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5316 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5317 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','d','3','1','Color');
5318 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'One color');
5319 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Black-and-white');
5320 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5321 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Gray scale');
5322 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5323 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5324 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5325 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5326 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','e','4','1','Dimensions');
5327 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3 1/2 in.');
5328 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'12 in.');
5329 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'4 3/4 in. or 12 cm.');
5330 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1 1/8 x 2 3/8 in.');
5331 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3 7/8 x 2 1/2 in.');
5332 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5333 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'5 1/4 in.');
5334 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5335 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('v',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'8 in.');
5336 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5337 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','f','5','1','Sound');
5338 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES (' ',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'No sound (Silent)');
5339 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound');
5340 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5341 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','g','6','3','Image bit depth');
5342 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('---',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5343 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('mmm',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multiple');
5344 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('nnn',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5345 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','h','9','1','File formats');
5346 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'One file format');
5347 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multiple file formats');
5348 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5349 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','i','10','1','Quality assurance target(s)');
5350 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Absent');
5351 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5352 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Present');
5353 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5354 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','j','11','1','Antecedent/Source');
5355 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'File reproduced from original');
5356 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'File reproduced from microform');
5357 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'File reproduced from electronic resource');
5358 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'File reproduced from an intermediate (not microform)');
5359 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5360 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5361 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5362 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','k','12','1','Level of compression');
5363 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Uncompressed');
5364 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Lossless');
5365 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Lossy');
5366 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5367 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5368 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','l','13','1','Reformatting quality');
5369 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Access');
5370 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5371 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Preservation');
5372 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Replacement');
5373 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5374
5375 -- Globe
5376 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('d','Globe');
5377 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','b','1','1','SMD');
5378 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Celestial globe');
5379 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Planetary or lunar globe');
5380 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Terrestrial globe');
5381 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Earth moon globe');
5382 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5383 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5384 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','d','3','1','Color');
5385 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'One color');
5386 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5387 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','e','4','1','Physical medium');
5388 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5389 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5390 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5391 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5392 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5393 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5394 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5395 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5396 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5397 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5398 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','f','5','1','Type of reproduction');
5399 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Facsimile');
5400 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5401 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5402 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5403
5404 -- Tactile Material
5405 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('f','Tactile Material');
5406 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','b','1','1','SMD');
5407 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Moon');
5408 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Braille');
5409 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combination');
5410 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Tactile, with no writing system');
5411 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5412 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5413 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','d','3','2','Class of braille writing');
5414 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Literary braille');
5415 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Format code braille');
5416 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mathematics and scientific braille');
5417 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Computer braille');
5418 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Music braille');
5419 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multiple braille types');
5420 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5421 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5422 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5423 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','e','5','1','Level of contraction');
5424 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Uncontracted');
5425 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Contracted');
5426 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combination');
5427 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5428 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5429 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5430 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','f','6','3','Braille music format');
5431 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Bar over bar');
5432 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Bar by bar');
5433 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Line over line');
5434 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paragraph');
5435 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Single line');
5436 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Section by section');
5437 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Line by line');
5438 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Open score');
5439 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Spanner short form scoring');
5440 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Short form scoring');
5441 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Outline');
5442 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('l',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Vertical score');
5443 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5444 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5445 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5446 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','g','9','1','Special physical characteristics');
5447 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Print/braille');
5448 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Jumbo or enlarged braille');
5449 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5450 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5451 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5452
5453 -- Projected Graphic
5454 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('g','Projected Graphic');
5455 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','b','1','1','SMD');
5456 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film cartridge');
5457 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Filmstrip');
5458 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film filmstrip type');
5459 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Filmstrip roll');
5460 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Slide');
5461 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Transparency');
5462 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5463 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','d','3','1','Color');
5464 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Black-and-white');
5465 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5466 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hand-colored');
5467 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5468 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5469 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5470 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5471 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','e','4','1','Base of emulsion');
5472 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5473 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5474 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Safety film');
5475 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film base, other than safety film');
5476 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed collection');
5477 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5478 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5479 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5480 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','f','5','1','Sound on medium or separate');
5481 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound on medium');
5482 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound separate from medium');
5483 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5484 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','g','6','1','Medium for sound');
5485 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Optical sound track on motion picture film');
5486 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic sound track on motion picture film');
5487 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape in cartridge');
5488 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound disc');
5489 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape on reel');
5490 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape in cassette');
5491 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Optical and magnetic sound track on film');
5492 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5493 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5494 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5495 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5496 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','h','7','1','Dimensions');
5497 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Standard 8 mm.');
5498 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Super 8 mm./single 8 mm.');
5499 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'9.5 mm.');
5500 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'16 mm.');
5501 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'28 mm.');
5502 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'35 mm.');
5503 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'70 mm.');
5504 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'2 x 2 in. (5 x 5 cm.)');
5505 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'2 1/4 x 2 1/4 in. (6 x 6 cm.)');
5506 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'4 x 5 in. (10 x 13 cm.)');
5507 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'5 x 7 in. (13 x 18 cm.)');
5508 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5509 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('v',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'8 x 10 in. (21 x 26 cm.)');
5510 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('w',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'9 x 9 in. (23 x 23 cm.)');
5511 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('x',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'10 x 10 in. (26 x 26 cm.)');
5512 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('y',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'7 x 7 in. (18 x 18 cm.)');
5513 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5514 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','i','8','1','Secondary support material');
5515 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cardboard');
5516 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5517 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5518 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'metal');
5519 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal and glass');
5520 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics and glass');
5521 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed collection');
5522 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5523 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5524
5525 -- Microform
5526 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('h','Microform');
5527 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','b','1','1','SMD');
5528 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Aperture card');
5529 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microfilm cartridge');
5530 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microfilm cassette');
5531 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microfilm reel');
5532 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microfiche');
5533 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microfiche cassette');
5534 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microopaque');
5535 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5536 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5537 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','d','3','1','Positive/negative');
5538 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Positive');
5539 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Negative');
5540 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5541 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5542 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','e','4','1','Dimensions');
5543 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'8 mm.');
5544 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'16 mm.');
5545 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'35 mm.');
5546 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'70mm.');
5547 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'105 mm.');
5548 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('l',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3 x 5 in. (8 x 13 cm.)');
5549 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'4 x 6 in. (11 x 15 cm.)');
5550 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'6 x 9 in. (16 x 23 cm.)');
5551 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3 1/4 x 7 3/8 in. (9 x 19 cm.)');
5552 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5553 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5554 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','f','5','4','Reduction ratio range/Reduction ratio');
5555 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Low (1-16x)');
5556 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Normal (16-30x)');
5557 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'High (31-60x)');
5558 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Very high (61-90x)');
5559 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Ultra (90x-)');
5560 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5561 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('v',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Reduction ratio varies');
5562 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','g','9','1','Color');
5563 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Black-and-white');
5564 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5565 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5566 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5567 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5568 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','h','10','1','Emulsion on film');
5569 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Silver halide');
5570 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Diazo');
5571 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Vesicular');
5572 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5573 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5574 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5575 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5576 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','i','11','1','Quality assurance target(s)');
5577 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1st gen. master');
5578 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Printing master');
5579 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Service copy');
5580 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed generation');
5581 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5582 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','j','12','1','Base of film');
5583 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Safety base, undetermined');
5584 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Safety base, acetate undetermined');
5585 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Safety base, diacetate');
5586 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('l',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Nitrate base');
5587 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed base');
5588 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5589 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Safety base, polyester');
5590 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Safety base, mixed');
5591 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Safety base, triacetate');
5592 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5593 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5594
5595 -- Non-projected Graphic
5596 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('k','Non-projected Graphic');
5597 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','b','1','1','SMD');
5598 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Collage');
5599 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Drawing');
5600 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Painting');
5601 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photo-mechanical print');
5602 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photonegative');
5603 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photoprint');
5604 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Picture');
5605 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Print');
5606 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('l',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Technical drawing');
5607 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Chart');
5608 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Flash/activity card');
5609 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5610 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5611 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','d','3','1','Color');
5612 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'One color');
5613 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Black-and-white');
5614 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5615 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hand-colored');
5616 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5617 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5618 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5619 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','e','4','1','Primary support material');
5620 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Canvas');
5621 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Bristol board');
5622 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cardboard/illustration board');
5623 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5624 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5625 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5626 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5627 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5628 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed collection');
5629 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5630 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5631 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hardboard');
5632 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Porcelain');
5633 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5634 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5635 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5636 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5637 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','f','5','1','Secondary support material');
5638 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Canvas');
5639 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Bristol board');
5640 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cardboard/illustration board');
5641 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5642 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5643 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5644 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5645 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5646 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed collection');
5647 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5648 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5649 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hardboard');
5650 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Porcelain');
5651 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5652 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5653 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5654 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5655
5656 -- Motion Picture
5657 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('m','Motion Picture');
5658 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','b','1','1','SMD');
5659 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film cartridge');
5660 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film cassette');
5661 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film reel');
5662 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5663 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5664 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','d','3','1','Color');
5665 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Black-and-white');
5666 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5667 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hand-colored');
5668 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5669 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5670 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5671 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','e','4','1','Motion picture presentation format');
5672 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Standard sound aperture, reduced frame');
5673 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Nonanamorphic (wide-screen)');
5674 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3D');
5675 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Anamorphic (wide-screen)');
5676 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other-wide screen format');
5677 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Standard. silent aperture, full frame');
5678 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5679 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5680 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','f','5','1','Sound on medium or separate');
5681 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound on medium');
5682 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound separate from medium');
5683 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5684 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','g','6','1','Medium for sound');
5685 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Optical sound track on motion picture film');
5686 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic sound track on motion picture film');
5687 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape in cartridge');
5688 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound disc');
5689 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape on reel');
5690 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape in cassette');
5691 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Optical and magnetic sound track on film');
5692 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5693 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5694 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5695 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5696 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','h','7','1','Dimensions');
5697 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Standard 8 mm.');
5698 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Super 8 mm./single 8 mm.');
5699 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'9.5 mm.');
5700 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'16 mm.');
5701 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'28 mm.');
5702 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'35 mm.');
5703 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'70 mm.');
5704 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5705 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5706 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','i','8','1','Configuration of playback channels');
5707 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5708 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5709 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5710 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multichannel, surround or quadraphonic');
5711 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5712 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5713 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5714 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','j','9','1','Production elements');
5715 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Work print');
5716 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Trims');
5717 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Outtakes');
5718 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Rushes');
5719 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixing tracks');
5720 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Title bands/inter-title rolls');
5721 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Production rolls');
5722 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5723 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5724
5725 -- Remote-sensing Image
5726 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('r','Remote-sensing Image');
5727 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','b','1','1','SMD');
5728 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5729 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','d','3','1','Altitude of sensor');
5730 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Surface');
5731 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Airborne');
5732 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Spaceborne');
5733 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5734 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5735 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5736 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','e','4','1','Attitude of sensor');
5737 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Low oblique');
5738 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'High oblique');
5739 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Vertical');
5740 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5741 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5742 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','f','5','1','Cloud cover');
5743 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('0',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'0-09%');
5744 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('1',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'10-19%');
5745 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('2',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'20-29%');
5746 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('3',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'30-39%');
5747 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('4',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'40-49%');
5748 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('5',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'50-59%');
5749 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('6',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'60-69%');
5750 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('7',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'70-79%');
5751 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('8',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'80-89%');
5752 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('9',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'90-100%');
5753 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5754 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5755 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','g','6','1','Platform construction type');
5756 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Balloon');
5757 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Aircraft-low altitude');
5758 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Aircraft-medium altitude');
5759 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Aircraft-high altitude');
5760 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Manned spacecraft');
5761 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unmanned spacecraft');
5762 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Land-based remote-sensing device');
5763 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Water surface-based remote-sensing device');
5764 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Submersible remote-sensing device');
5765 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5766 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5767 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5768 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','h','7','1','Platform use category');
5769 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Meteorological');
5770 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Surface observing');
5771 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Space observing');
5772 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed uses');
5773 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5774 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5775 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5776 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','i','8','1','Sensor type');
5777 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Active');
5778 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Passive');
5779 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5780 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5781 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','j','9','2','Data type');
5782 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('aa',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Visible light');
5783 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('da',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Near infrared');
5784 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('db',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Middle infrared');
5785 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('dc',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Far infrared');
5786 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('dd',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Thermal infrared');
5787 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('de',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Shortwave infrared (SWIR)');
5788 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('df',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Reflective infrared');
5789 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('dv',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combinations');
5790 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('dz',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other infrared data');
5791 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('ga',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sidelooking airborne radar (SLAR)');
5792 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('gb',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetic aperture radar (SAR-single frequency)');
5793 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('gc',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'SAR-multi-frequency (multichannel)');
5794 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('gd',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'SAR-like polarization');
5795 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('ge',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'SAR-cross polarization');
5796 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('gf',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Infometric SAR');
5797 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('gg',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Polarmetric SAR');
5798 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('gu',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Passive microwave mapping');
5799 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('gz',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other microwave data');
5800 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('ja',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Far ultraviolet');
5801 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('jb',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Middle ultraviolet');
5802 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('jc',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Near ultraviolet');
5803 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('jv',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Ultraviolet combinations');
5804 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('jz',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other ultraviolet data');
5805 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('ma',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multi-spectral, multidata');
5806 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('mb',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multi-temporal');
5807 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('mm',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combination of various data types');
5808 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('nn',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5809 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('pa',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sonar-water depth');
5810 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('pb',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sonar-bottom topography images, sidescan');
5811 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('pc',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sonar-bottom topography, near-surface');
5812 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('pd',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sonar-bottom topography, near-bottom');
5813 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('pe',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Seismic surveys');
5814 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('pz',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other acoustical data');
5815 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('ra',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Gravity anomales (general)');
5816 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('rb',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Free-air');
5817 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('rc',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Bouger');
5818 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('rd',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Isostatic');
5819 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('sa',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic field');
5820 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('ta',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Radiometric surveys');
5821 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('uu',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5822 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('zz',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5823
5824 -- Sound Recording
5825 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('s','Sound Recording');
5826 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','b','1','1','SMD');
5827 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound disc');
5828 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cylinder');
5829 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound cartridge');
5830 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound-track film');
5831 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Roll');
5832 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound cassette');
5833 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound-tape reel');
5834 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5835 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('w',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wire recording');
5836 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5837 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','d','3','1','Speed');
5838 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'16 rpm');
5839 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'33 1/3 rpm');
5840 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'45 rpm');
5841 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'78 rpm');
5842 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'8 rpm');
5843 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1.4 mps');
5844 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'120 rpm');
5845 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'160 rpm');
5846 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'15/16 ips');
5847 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('l',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1 7/8 ips');
5848 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3 3/4 ips');
5849 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'7 1/2 ips');
5850 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'15 ips');
5851 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'30 ips');
5852 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5853 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5854 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','e','4','1','Configuration of playback channels');
5855 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5856 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Quadraphonic');
5857 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5858 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5859 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5860 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','f','5','1','Groove width or pitch');
5861 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microgroove/fine');
5862 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5863 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Coarse/standard');
5864 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5865 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5866 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','g','6','1','Dimensions');
5867 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3 in.');
5868 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'5 in.');
5869 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'7 in.');
5870 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'10 in.');
5871 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'12 in.');
5872 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'16 in.');
5873 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'4 3/4 in. (12 cm.)');
5874 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3 7/8 x 2 1/2 in.');
5875 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5876 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'5 1/4 x 3 7/8 in.');
5877 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'2 3/4 x 4 in.');
5878 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5879 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5880 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','h','7','1','Tape width');
5881 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('l',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1/8 in.');
5882 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1/4in.');
5883 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5884 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1/2 in.');
5885 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1 in.');
5886 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5887 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5888 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','i','8','1','Tape configuration ');
5889 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Full (1) track');
5890 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Half (2) track');
5891 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Quarter (4) track');
5892 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'8 track');
5893 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'12 track');
5894 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'16 track');
5895 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5896 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5897 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5898 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','m','12','1','Special playback');
5899 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'NAB standard');
5900 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'CCIR standard');
5901 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Dolby-B encoded, standard Dolby');
5902 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'dbx encoded');
5903 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Digital recording');
5904 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Dolby-A encoded');
5905 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Dolby-C encoded');
5906 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'CX encoded');
5907 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5908 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5909 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5910 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','n','13','1','Capture and storage');
5911 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Acoustical capture, direct storage');
5912 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Direct storage, not acoustical');
5913 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Digital storage');
5914 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Analog electrical storage');
5915 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5916 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5917
5918 -- Videorecording
5919 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('v','Videorecording');
5920 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','b','1','1','SMD');
5921 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videocartridge');
5922 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5923 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videocassette');
5924 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videoreel');
5925 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5926 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5927 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','d','3','1','Color');
5928 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Black-and-white');
5929 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5930 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5931 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5932 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5933 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5934 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','e','4','1','Videorecording format');
5935 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Beta');
5936 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'VHS');
5937 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'U-matic');
5938 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'EIAJ');
5939 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Type C');
5940 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Quadruplex');
5941 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Laserdisc');
5942 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'CED');
5943 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Betacam');
5944 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Betacam SP');
5945 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Super-VHS');
5946 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'M-II');
5947 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'D-2');
5948 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'8 mm.');
5949 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hi-8 mm.');
5950 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Blu-ray');
5951 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5952 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('v',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'DVD');
5953 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5954 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','f','5','1','Sound on medium or separate');
5955 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound on medium');
5956 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound separate from medium');
5957 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5958 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','g','6','1','Medium for sound');
5959 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Optical sound track on motion picture film');
5960 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic sound track on motion picture film');
5961 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape in cartridge');
5962 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound disc');
5963 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape on reel');
5964 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Magnetic audio tape in cassette');
5965 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Optical and magnetic sound track on motion picture film');
5966 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5967 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5968 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5969 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5970 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','h','7','1','Dimensions');
5971 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'8 mm.');
5972 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1/4 in.');
5973 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1/2 in.');
5974 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'1 in.');
5975 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'2 in.');
5976 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3/4 in.');
5977 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5978 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5979 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','i','8','1','Configuration of playback channel');
5980 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5981 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5982 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5983 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multichannel, surround or quadraphonic');
5984 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5985 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5986 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5987
5988 -- Fixed Field position data -- 0-based!
5989 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Alph', '006', 'SER', 16, 1, ' ');
5990 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Alph', '008', 'SER', 33, 1, ' ');
5991 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'BKS', 5, 1, ' ');
5992 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'COM', 5, 1, ' ');
5993 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'REC', 5, 1, ' ');
5994 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'SCO', 5, 1, ' ');
5995 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'SER', 5, 1, ' ');
5996 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'VIS', 5, 1, ' ');
5997 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'BKS', 22, 1, ' ');
5998 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'COM', 22, 1, ' ');
5999 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'REC', 22, 1, ' ');
6000 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'SCO', 22, 1, ' ');
6001 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'SER', 22, 1, ' ');
6002 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'VIS', 22, 1, ' ');
6003 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'BKS', 7, 1, 'm');
6004 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'COM', 7, 1, 'm');
6005 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'MAP', 7, 1, 'm');
6006 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'MIX', 7, 1, 'c');
6007 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'REC', 7, 1, 'm');
6008 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'SCO', 7, 1, 'm');
6009 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'SER', 7, 1, 's');
6010 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'VIS', 7, 1, 'm');
6011 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Biog', '006', 'BKS', 17, 1, ' ');
6012 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Biog', '008', 'BKS', 34, 1, ' ');
6013 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '006', 'BKS', 11, 1, ' ');
6014 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '006', 'SER', 11, 1, ' ');
6015 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '008', 'BKS', 29, 1, ' ');
6016 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '008', 'SER', 29, 1, ' ');
6017 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '006', 'BKS', 7, 4, ' ');
6018 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '006', 'SER', 8, 3, ' ');
6019 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '008', 'BKS', 24, 4, ' ');
6020 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '008', 'SER', 25, 3, ' ');
6021 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'BKS', 8, 1, ' ');
6022 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'COM', 8, 1, ' ');
6023 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'MAP', 8, 1, ' ');
6024 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'MIX', 8, 1, ' ');
6025 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'REC', 8, 1, ' ');
6026 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'SCO', 8, 1, ' ');
6027 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'SER', 8, 1, ' ');
6028 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'VIS', 8, 1, ' ');
6029 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'BKS', 15, 3, ' ');
6030 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'COM', 15, 3, ' ');
6031 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'MAP', 15, 3, ' ');
6032 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'MIX', 15, 3, ' ');
6033 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'REC', 15, 3, ' ');
6034 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'SCO', 15, 3, ' ');
6035 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'SER', 15, 3, ' ');
6036 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'VIS', 15, 3, ' ');
6037 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'BKS', 7, 4, ' ');
6038 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'COM', 7, 4, ' ');
6039 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'MAP', 7, 4, ' ');
6040 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'MIX', 7, 4, ' ');
6041 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'REC', 7, 4, ' ');
6042 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'SCO', 7, 4, ' ');
6043 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'SER', 7, 4, ' ');
6044 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'VIS', 7, 4, ' ');
6045 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'BKS', 11, 4, ' ');
6046 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'COM', 11, 4, ' ');
6047 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'MAP', 11, 4, ' ');
6048 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'MIX', 11, 4, ' ');
6049 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'REC', 11, 4, ' ');
6050 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'SCO', 11, 4, ' ');
6051 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'SER', 11, 4, '9');
6052 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'VIS', 11, 4, ' ');
6053 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'BKS', 18, 1, ' ');
6054 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'COM', 18, 1, ' ');
6055 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'MAP', 18, 1, ' ');
6056 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'MIX', 18, 1, ' ');
6057 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'REC', 18, 1, ' ');
6058 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'SCO', 18, 1, ' ');
6059 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'SER', 18, 1, ' ');
6060 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'VIS', 18, 1, ' ');
6061 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'BKS', 6, 1, ' ');
6062 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'COM', 6, 1, ' ');
6063 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'MAP', 6, 1, ' ');
6064 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'MIX', 6, 1, ' ');
6065 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'REC', 6, 1, ' ');
6066 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'SCO', 6, 1, ' ');
6067 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'SER', 6, 1, 'c');
6068 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'VIS', 6, 1, ' ');
6069 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'BKS', 17, 1, ' ');
6070 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'COM', 17, 1, ' ');
6071 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'MAP', 17, 1, ' ');
6072 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'MIX', 17, 1, ' ');
6073 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'REC', 17, 1, ' ');
6074 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'SCO', 17, 1, ' ');
6075 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'SER', 17, 1, ' ');
6076 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'VIS', 17, 1, ' ');
6077 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'AUT', 17, 1, ' ');
6078 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Fest', '006', 'BKS', 13, 1, '0');
6079 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Fest', '008', 'BKS', 30, 1, '0');
6080 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'BKS', 6, 1, ' ');
6081 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'MAP', 12, 1, ' ');
6082 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'MIX', 6, 1, ' ');
6083 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'REC', 6, 1, ' ');
6084 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'SCO', 6, 1, ' ');
6085 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'SER', 6, 1, ' ');
6086 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'VIS', 12, 1, ' ');
6087 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'BKS', 23, 1, ' ');
6088 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'MAP', 29, 1, ' ');
6089 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'MIX', 23, 1, ' ');
6090 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'REC', 23, 1, ' ');
6091 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'SCO', 23, 1, ' ');
6092 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'SER', 23, 1, ' ');
6093 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'VIS', 29, 1, ' ');
6094 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'BKS', 11, 1, ' ');
6095 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'COM', 11, 1, ' ');
6096 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'MAP', 11, 1, ' ');
6097 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'SER', 11, 1, ' ');
6098 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'VIS', 11, 1, ' ');
6099 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'BKS', 28, 1, ' ');
6100 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'COM', 28, 1, ' ');
6101 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'MAP', 28, 1, ' ');
6102 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'SER', 28, 1, ' ');
6103 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'VIS', 28, 1, ' ');
6104 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ills', '006', 'BKS', 1, 4, ' ');
6105 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ills', '008', 'BKS', 18, 4, ' ');
6106 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '006', 'BKS', 14, 1, '0');
6107 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '006', 'MAP', 14, 1, '0');
6108 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '008', 'BKS', 31, 1, '0');
6109 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '008', 'MAP', 31, 1, '0');
6110 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'BKS', 35, 3, ' ');
6111 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'COM', 35, 3, ' ');
6112 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'MAP', 35, 3, ' ');
6113 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'MIX', 35, 3, ' ');
6114 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'REC', 35, 3, ' ');
6115 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'SCO', 35, 3, ' ');
6116 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'SER', 35, 3, ' ');
6117 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'VIS', 35, 3, ' ');
6118 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('LitF', '006', 'BKS', 16, 1, '0');
6119 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('LitF', '008', 'BKS', 33, 1, '0');
6120 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'BKS', 38, 1, ' ');
6121 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'COM', 38, 1, ' ');
6122 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'MAP', 38, 1, ' ');
6123 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'MIX', 38, 1, ' ');
6124 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'REC', 38, 1, ' ');
6125 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'SCO', 38, 1, ' ');
6126 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'SER', 38, 1, ' ');
6127 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'VIS', 38, 1, ' ');
6128 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('S/L', '006', 'SER', 17, 1, '0');
6129 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('S/L', '008', 'SER', 34, 1, '0');
6130 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('TMat', '006', 'VIS', 16, 1, ' ');
6131 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('TMat', '008', 'VIS', 33, 1, ' ');
6132 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'BKS', 6, 1, 'a');
6133 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'COM', 6, 1, 'm');
6134 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'MAP', 6, 1, 'e');
6135 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'MIX', 6, 1, 'p');
6136 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'REC', 6, 1, 'i');
6137 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'SCO', 6, 1, 'c');
6138 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'SER', 6, 1, 'a');
6139 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'VIS', 6, 1, 'g');
6140 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Subj', '008', 'AUT', 11, 1, '|');
6141 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('RecStat', 'ldr', 'AUT', 5, 1, 'n');
6142 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'AUT', 6, 1, 'z');
6143 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GeoDiv', '008', 'AUT', 6, 1, ' ');
6144 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Roman', '008', 'AUT', 7, 1, ' ');
6145 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('CatLang', '008', 'AUT', 8, 1, ' ');
6146 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Kind', '008', 'AUT', 9, 1, ' ');
6147 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Rules', '008', 'AUT', 10, 1, ' ');
6148 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Subj', '008', 'AUT', 11, 1, ' ');
6149 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Series', '008', 'AUT', 12, 1, ' ');
6150 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('SerNum', '008', 'AUT', 13, 1, ' ');
6151 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('NameUse', '008', 'AUT', 14, 1, ' ');
6152 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('SubjUse', '008', 'AUT', 15, 1, ' ');
6153 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('SerUse', '008', 'AUT', 16, 1, ' ');
6154 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('TypeSubd', '008', 'AUT', 17, 1, ' ');
6155 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GovtAgn', '008', 'AUT', 28, 1, ' ');
6156 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('RefStatus', '008', 'AUT', 29, 1, ' ');
6157 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('UpdStatus', '008', 'AUT', 31, 1, ' ');
6158 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Name', '008', 'AUT', 32, 1, ' ');
6159 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Status', '008', 'AUT', 33, 1, ' ');
6160 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ModRec', '008', 'AUT', 38, 1, ' ');
6161 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Source', '008', 'AUT', 39, 1, ' ');
6162
6163 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('File', '008', 'COM', 26, 1, 'u');
6164 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('File', '006', 'COM', 9, 1, 'u');
6165 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Freq', '008', 'SER', 18, 1, ' ');
6166 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Freq', '006', 'SER', 1, 1, ' ');
6167 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Regl', '008', 'SER', 19, 1, ' ');
6168 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Regl', '006', 'SER', 2, 1, ' ');
6169
6170 -- record attributes
6171 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('alph','Alph','Alph');
6172 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('audience','Audn','Audn');
6173 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('bib_level','BLvl','BLvl',FALSE);
6174 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('biog','Biog','Biog');
6175 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('conf','Conf','Conf');
6176 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('control_type','Ctrl','Ctrl',FALSE);
6177 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ctry','Ctry','Ctry');
6178 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('date1','Date1','Date1');
6179 INSERT INTO config.record_attr_definition (name,label,fixed_field,sorter,filter,multi) values ('pubdate','Pub Date','Date1',TRUE,FALSE,FALSE);
6180 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('date2','Date2','Date2');
6181 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('cat_form','Desc','Desc',FALSE);
6182 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('pub_status','DtSt','DtSt');
6183 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('enc_level','ELvl','ELvl',FALSE);
6184 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('fest','Fest','Fest');
6185 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('item_form','Form','Form');
6186 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('gpub','GPub','GPub');
6187 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ills','Ills','Ills');
6188 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('indx','Indx','Indx');
6189 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('item_lang','Lang','Lang');
6190 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('language','Language (2.0 compat version)','Lang');
6191 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('lit_form','LitF','LitF');
6192 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('mrec','MRec','MRec');
6193 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ff_sl','S/L','S/L');
6194 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('type_mat','TMat','TMat');
6195 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('item_type','Type','Type',FALSE);
6196 INSERT INTO config.record_attr_definition (name,label,phys_char_sf) values ('vr_format','Videorecording format',72);
6197 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('file','File','File');
6198 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('freq','Freq','Freq');
6199 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('regl','Regl','Regl');
6200 INSERT INTO config.record_attr_definition (name,label,sorter,filter,tag,multi) values ('titlesort','Title',TRUE,FALSE,'tnf',FALSE);
6201 INSERT INTO config.record_attr_definition (name,label,sorter,filter,tag,sf_list,multi) values ('authorsort','Author',TRUE,FALSE,'1%','abcdefgklmnopqrstvxyz',FALSE);
6202 INSERT INTO config.record_attr_definition (name, label, phys_char_sf)
6203     VALUES ('sr_format', oils_i18n_gettext('sr_format', 'Sound recording format', 'crad', 'label'), '62');
6204 INSERT INTO config.record_attr_definition (name, label, multi, filter, composite) 
6205     VALUES ('icon_format', oils_i18n_gettext('icon_format', 'OPAC Format Icons', 'crad', 'label'), TRUE, TRUE, TRUE);
6206 INSERT INTO config.record_attr_definition (name, label, multi, filter, composite) 
6207     VALUES ('mr_hold_format', oils_i18n_gettext('mr_hold_format', 'Metarecord Hold Formats', 'crad', 'label'),
6208     TRUE, TRUE, TRUE);
6209 INSERT INTO config.record_attr_definition 
6210     (name, label, multi, filter, composite) VALUES (
6211         'search_format', 
6212         oils_i18n_gettext('search_format', 'Search Formats', 'crad', 'label'),
6213         TRUE, TRUE, TRUE
6214     );
6215
6216 INSERT INTO config.record_attr_definition (name, label, format, xpath, vocabulary) VALUES (
6217     'content_type', oils_i18n_gettext('content_type', 'Content Type', 'ccvm', 'label'),
6218     'marcxml',
6219     $$//marc:datafield[@tag='336']/marc:subfield[@code='a']$$,
6220     'http://rdaregistry.info/termList/RDAContentType'
6221 );
6222 INSERT INTO config.record_attr_definition (name, label, format, xpath, vocabulary) VALUES (
6223     'media_type', oils_i18n_gettext('media_type', 'Media Type', 'ccvm', 'label'),
6224     'marcxml',
6225     $$//marc:datafield[@tag='337']/marc:subfield[@code='a']$$,
6226     'http://rdaregistry.info/termList/RDAMediaType'
6227 );
6228 INSERT INTO config.record_attr_definition (name, label, format, xpath, vocabulary) VALUES (
6229     'carrier_type', oils_i18n_gettext('carrier_type', 'Carrier Type', 'ccvm', 'label'),
6230     'marcxml',
6231     $$//marc:datafield[@tag='338']/marc:subfield[@code='a']$$,
6232     'http://rdaregistry.info/termList/RDACarrierType'
6233 );
6234
6235 -- TO-DO: Auto-generate these values from CLDR
6236 -- XXX These are the values used in MARC records ... does that match CLDR, including deprecated languages?
6237 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6238     (1, 'item_lang', 'aar', oils_i18n_gettext('aar', 'Afar', 'ccvm', 'value')),
6239     (2, 'item_lang', 'abk', oils_i18n_gettext('abk', 'Abkhaz', 'ccvm', 'value')),
6240     (3, 'item_lang', 'ace', oils_i18n_gettext('ace', 'Achinese', 'ccvm', 'value')),
6241     (4, 'item_lang', 'ach', oils_i18n_gettext('ach', 'Acoli', 'ccvm', 'value')),
6242     (5, 'item_lang', 'ada', oils_i18n_gettext('ada', 'Adangme', 'ccvm', 'value')),
6243     (6, 'item_lang', 'ady', oils_i18n_gettext('ady', 'Adygei', 'ccvm', 'value')),
6244     (7, 'item_lang', 'afa', oils_i18n_gettext('afa', 'Afroasiatic (Other)', 'ccvm', 'value')),
6245     (8, 'item_lang', 'afh', oils_i18n_gettext('afh', 'Afrihili (Artificial language)', 'ccvm', 'value')),
6246     (9, 'item_lang', 'afr', oils_i18n_gettext('afr', 'Afrikaans', 'ccvm', 'value')),
6247     (10, 'item_lang', '-ajm', oils_i18n_gettext('-ajm', 'Aljamía', 'ccvm', 'value')),
6248     (11, 'item_lang', 'aka', oils_i18n_gettext('aka', 'Akan', 'ccvm', 'value')),
6249     (12, 'item_lang', 'akk', oils_i18n_gettext('akk', 'Akkadian', 'ccvm', 'value')),
6250     (13, 'item_lang', 'alb', oils_i18n_gettext('alb', 'Albanian', 'ccvm', 'value')),
6251     (14, 'item_lang', 'ale', oils_i18n_gettext('ale', 'Aleut', 'ccvm', 'value')),
6252     (15, 'item_lang', 'alg', oils_i18n_gettext('alg', 'Algonquian (Other)', 'ccvm', 'value')),
6253     (16, 'item_lang', 'amh', oils_i18n_gettext('amh', 'Amharic', 'ccvm', 'value')),
6254     (17, 'item_lang', 'ang', oils_i18n_gettext('ang', 'English, Old (ca. 450-1100)', 'ccvm', 'value')),
6255     (18, 'item_lang', 'apa', oils_i18n_gettext('apa', 'Apache languages', 'ccvm', 'value')),
6256     (19, 'item_lang', 'ara', oils_i18n_gettext('ara', 'Arabic', 'ccvm', 'value')),
6257     (20, 'item_lang', 'arc', oils_i18n_gettext('arc', 'Aramaic', 'ccvm', 'value')),
6258     (21, 'item_lang', 'arg', oils_i18n_gettext('arg', 'Aragonese Spanish', 'ccvm', 'value')),
6259     (22, 'item_lang', 'arm', oils_i18n_gettext('arm', 'Armenian', 'ccvm', 'value')),
6260     (23, 'item_lang', 'arn', oils_i18n_gettext('arn', 'Mapuche', 'ccvm', 'value')),
6261     (24, 'item_lang', 'arp', oils_i18n_gettext('arp', 'Arapaho', 'ccvm', 'value')),
6262     (25, 'item_lang', 'art', oils_i18n_gettext('art', 'Artificial (Other)', 'ccvm', 'value')),
6263     (26, 'item_lang', 'arw', oils_i18n_gettext('arw', 'Arawak', 'ccvm', 'value')),
6264     (27, 'item_lang', 'asm', oils_i18n_gettext('asm', 'Assamese', 'ccvm', 'value')),
6265     (28, 'item_lang', 'ast', oils_i18n_gettext('ast', 'Bable', 'ccvm', 'value')),
6266     (29, 'item_lang', 'ath', oils_i18n_gettext('ath', 'Athapascan (Other)', 'ccvm', 'value')),
6267     (30, 'item_lang', 'aus', oils_i18n_gettext('aus', 'Australian languages', 'ccvm', 'value')),
6268     (31, 'item_lang', 'ava', oils_i18n_gettext('ava', 'Avaric', 'ccvm', 'value')),
6269     (32, 'item_lang', 'ave', oils_i18n_gettext('ave', 'Avestan', 'ccvm', 'value')),
6270     (33, 'item_lang', 'awa', oils_i18n_gettext('awa', 'Awadhi', 'ccvm', 'value')),
6271     (34, 'item_lang', 'aym', oils_i18n_gettext('aym', 'Aymara', 'ccvm', 'value')),
6272     (35, 'item_lang', 'aze', oils_i18n_gettext('aze', 'Azerbaijani', 'ccvm', 'value')),
6273     (36, 'item_lang', 'bad', oils_i18n_gettext('bad', 'Banda', 'ccvm', 'value')),
6274     (37, 'item_lang', 'bai', oils_i18n_gettext('bai', 'Bamileke languages', 'ccvm', 'value')),
6275     (38, 'item_lang', 'bak', oils_i18n_gettext('bak', 'Bashkir', 'ccvm', 'value')),
6276     (39, 'item_lang', 'bal', oils_i18n_gettext('bal', 'Baluchi', 'ccvm', 'value')),
6277     (40, 'item_lang', 'bam', oils_i18n_gettext('40', 'Bambara', 'ccvm', 'value')),
6278     (41, 'item_lang', 'ban', oils_i18n_gettext('41', 'Balinese', 'ccvm', 'value')),
6279     (42, 'item_lang', 'baq', oils_i18n_gettext('42', 'Basque', 'ccvm', 'value')),
6280     (43, 'item_lang', 'bas', oils_i18n_gettext('43', 'Basa', 'ccvm', 'value')),
6281     (44, 'item_lang', 'bat', oils_i18n_gettext('44', 'Baltic (Other)', 'ccvm', 'value')),
6282     (45, 'item_lang', 'bej', oils_i18n_gettext('45', 'Beja', 'ccvm', 'value')),
6283     (46, 'item_lang', 'bel', oils_i18n_gettext('46', 'Belarusian', 'ccvm', 'value')),
6284     (47, 'item_lang', 'bem', oils_i18n_gettext('47', 'Bemba', 'ccvm', 'value')),
6285     (48, 'item_lang', 'ben', oils_i18n_gettext('48', 'Bengali', 'ccvm', 'value')),
6286     (49, 'item_lang', 'ber', oils_i18n_gettext('49', 'Berber (Other)', 'ccvm', 'value')),
6287     (50, 'item_lang', 'bho', oils_i18n_gettext('50', 'Bhojpuri', 'ccvm', 'value')),
6288     (51, 'item_lang', 'bih', oils_i18n_gettext('51', 'Bihari', 'ccvm', 'value')),
6289     (52, 'item_lang', 'bik', oils_i18n_gettext('52', 'Bikol', 'ccvm', 'value')),
6290     (53, 'item_lang', 'bin', oils_i18n_gettext('53', 'Edo', 'ccvm', 'value')),
6291     (54, 'item_lang', 'bis', oils_i18n_gettext('54', 'Bislama', 'ccvm', 'value')),
6292     (55, 'item_lang', 'bla', oils_i18n_gettext('55', 'Siksika', 'ccvm', 'value')),
6293     (56, 'item_lang', 'bnt', oils_i18n_gettext('56', 'Bantu (Other)', 'ccvm', 'value')),
6294     (57, 'item_lang', 'bos', oils_i18n_gettext('57', 'Bosnian', 'ccvm', 'value')),
6295     (58, 'item_lang', 'bra', oils_i18n_gettext('58', 'Braj', 'ccvm', 'value')),
6296     (59, 'item_lang', 'bre', oils_i18n_gettext('59', 'Breton', 'ccvm', 'value')),
6297     (60, 'item_lang', 'btk', oils_i18n_gettext('60', 'Batak', 'ccvm', 'value')),
6298     (61, 'item_lang', 'bua', oils_i18n_gettext('61', 'Buriat', 'ccvm', 'value')),
6299     (62, 'item_lang', 'bug', oils_i18n_gettext('62', 'Bugis', 'ccvm', 'value')),
6300     (63, 'item_lang', 'bul', oils_i18n_gettext('63', 'Bulgarian', 'ccvm', 'value')),
6301     (64, 'item_lang', 'bur', oils_i18n_gettext('64', 'Burmese', 'ccvm', 'value')),
6302     (65, 'item_lang', 'cad', oils_i18n_gettext('65', 'Caddo', 'ccvm', 'value')),
6303     (66, 'item_lang', 'cai', oils_i18n_gettext('66', 'Central American Indian (Other)', 'ccvm', 'value')),
6304     (67, 'item_lang', '-cam', oils_i18n_gettext('67', 'Khmer', 'ccvm', 'value')),
6305     (68, 'item_lang', 'car', oils_i18n_gettext('68', 'Carib', 'ccvm', 'value')),
6306     (69, 'item_lang', 'cat', oils_i18n_gettext('69', 'Catalan', 'ccvm', 'value')),
6307     (70, 'item_lang', 'cau', oils_i18n_gettext('70', 'Caucasian (Other)', 'ccvm', 'value')),
6308     (71, 'item_lang', 'ceb', oils_i18n_gettext('71', 'Cebuano', 'ccvm', 'value')),
6309     (72, 'item_lang', 'cel', oils_i18n_gettext('72', 'Celtic (Other)', 'ccvm', 'value')),
6310     (73, 'item_lang', 'cha', oils_i18n_gettext('73', 'Chamorro', 'ccvm', 'value')),
6311     (74, 'item_lang', 'chb', oils_i18n_gettext('74', 'Chibcha', 'ccvm', 'value')),
6312     (75, 'item_lang', 'che', oils_i18n_gettext('75', 'Chechen', 'ccvm', 'value')),
6313     (76, 'item_lang', 'chg', oils_i18n_gettext('76', 'Chagatai', 'ccvm', 'value')),
6314     (77, 'item_lang', 'chi', oils_i18n_gettext('77', 'Chinese', 'ccvm', 'value')),
6315     (78, 'item_lang', 'chk', oils_i18n_gettext('78', 'Truk', 'ccvm', 'value')),
6316     (79, 'item_lang', 'chm', oils_i18n_gettext('79', 'Mari', 'ccvm', 'value')),
6317     (80, 'item_lang', 'chn', oils_i18n_gettext('80', 'Chinook jargon', 'ccvm', 'value')),
6318     (81, 'item_lang', 'cho', oils_i18n_gettext('81', 'Choctaw', 'ccvm', 'value')),
6319     (82, 'item_lang', 'chp', oils_i18n_gettext('82', 'Chipewyan', 'ccvm', 'value')),
6320     (83, 'item_lang', 'chr', oils_i18n_gettext('83', 'Cherokee', 'ccvm', 'value')),
6321     (84, 'item_lang', 'chu', oils_i18n_gettext('84', 'Church Slavic', 'ccvm', 'value')),
6322     (85, 'item_lang', 'chv', oils_i18n_gettext('85', 'Chuvash', 'ccvm', 'value')),
6323     (86, 'item_lang', 'chy', oils_i18n_gettext('86', 'Cheyenne', 'ccvm', 'value')),
6324     (87, 'item_lang', 'cmc', oils_i18n_gettext('87', 'Chamic languages', 'ccvm', 'value')),
6325     (88, 'item_lang', 'cop', oils_i18n_gettext('88', 'Coptic', 'ccvm', 'value')),
6326     (89, 'item_lang', 'cor', oils_i18n_gettext('89', 'Cornish', 'ccvm', 'value')),
6327     (90, 'item_lang', 'cos', oils_i18n_gettext('90', 'Corsican', 'ccvm', 'value')),
6328     (91, 'item_lang', 'cpe', oils_i18n_gettext('91', 'Creoles and Pidgins, English-based (Other)', 'ccvm', 'value')),
6329     (92, 'item_lang', 'cpf', oils_i18n_gettext('92', 'Creoles and Pidgins, French-based (Other)', 'ccvm', 'value')),
6330     (93, 'item_lang', 'cpp', oils_i18n_gettext('93', 'Creoles and Pidgins, Portuguese-based (Other)', 'ccvm', 'value')),
6331     (94, 'item_lang', 'cre', oils_i18n_gettext('94', 'Cree', 'ccvm', 'value')),
6332     (95, 'item_lang', 'crh', oils_i18n_gettext('95', 'Crimean Tatar', 'ccvm', 'value')),
6333     (96, 'item_lang', 'crp', oils_i18n_gettext('96', 'Creoles and Pidgins (Other)', 'ccvm', 'value')),
6334     (97, 'item_lang', 'cus', oils_i18n_gettext('97', 'Cushitic (Other)', 'ccvm', 'value')),
6335     (98, 'item_lang', 'cze', oils_i18n_gettext('98', 'Czech', 'ccvm', 'value')),
6336     (99, 'item_lang', 'dak', oils_i18n_gettext('99', 'Dakota', 'ccvm', 'value')),
6337     (100, 'item_lang', 'dan', oils_i18n_gettext('100', 'Danish', 'ccvm', 'value')),
6338     (101, 'item_lang', 'dar', oils_i18n_gettext('101', 'Dargwa', 'ccvm', 'value')),
6339     (102, 'item_lang', 'day', oils_i18n_gettext('102', 'Dayak', 'ccvm', 'value')),
6340     (103, 'item_lang', 'del', oils_i18n_gettext('103', 'Delaware', 'ccvm', 'value')),
6341     (104, 'item_lang', 'den', oils_i18n_gettext('104', 'Slave', 'ccvm', 'value')),
6342     (105, 'item_lang', 'dgr', oils_i18n_gettext('105', 'Dogrib', 'ccvm', 'value')),
6343     (106, 'item_lang', 'din', oils_i18n_gettext('106', 'Dinka', 'ccvm', 'value')),
6344     (107, 'item_lang', 'div', oils_i18n_gettext('107', 'Divehi', 'ccvm', 'value')),
6345     (108, 'item_lang', 'doi', oils_i18n_gettext('108', 'Dogri', 'ccvm', 'value')),
6346     (109, 'item_lang', 'dra', oils_i18n_gettext('109', 'Dravidian (Other)', 'ccvm', 'value')),
6347     (110, 'item_lang', 'dua', oils_i18n_gettext('110', 'Duala', 'ccvm', 'value')),
6348     (111, 'item_lang', 'dum', oils_i18n_gettext('111', 'Dutch, Middle (ca. 1050-1350)', 'ccvm', 'value')),
6349     (112, 'item_lang', 'dut', oils_i18n_gettext('112', 'Dutch', 'ccvm', 'value')),
6350     (113, 'item_lang', 'dyu', oils_i18n_gettext('113', 'Dyula', 'ccvm', 'value')),
6351     (114, 'item_lang', 'dzo', oils_i18n_gettext('114', 'Dzongkha', 'ccvm', 'value')),
6352     (115, 'item_lang', 'efi', oils_i18n_gettext('115', 'Efik', 'ccvm', 'value')),
6353     (116, 'item_lang', 'egy', oils_i18n_gettext('116', 'Egyptian', 'ccvm', 'value')),
6354     (117, 'item_lang', 'eka', oils_i18n_gettext('117', 'Ekajuk', 'ccvm', 'value')),
6355     (118, 'item_lang', 'elx', oils_i18n_gettext('118', 'Elamite', 'ccvm', 'value')),
6356     (119, 'item_lang', 'eng', oils_i18n_gettext('119', 'English', 'ccvm', 'value')),
6357     (120, 'item_lang', 'enm', oils_i18n_gettext('120', 'English, Middle (1100-1500)', 'ccvm', 'value')),
6358     (121, 'item_lang', 'epo', oils_i18n_gettext('121', 'Esperanto', 'ccvm', 'value')),
6359     (122, 'item_lang', '-esk', oils_i18n_gettext('122', 'Eskimo languages', 'ccvm', 'value')),
6360     (123, 'item_lang', '-esp', oils_i18n_gettext('123', 'Esperanto', 'ccvm', 'value')),
6361     (124, 'item_lang', 'est', oils_i18n_gettext('124', 'Estonian', 'ccvm', 'value')),
6362     (125, 'item_lang', '-eth', oils_i18n_gettext('125', 'Ethiopic', 'ccvm', 'value')),
6363     (126, 'item_lang', 'ewe', oils_i18n_gettext('126', 'Ewe', 'ccvm', 'value')),
6364     (127, 'item_lang', 'ewo', oils_i18n_gettext('127', 'Ewondo', 'ccvm', 'value')),
6365     (128, 'item_lang', 'fan', oils_i18n_gettext('128', 'Fang', 'ccvm', 'value')),
6366     (129, 'item_lang', 'fao', oils_i18n_gettext('129', 'Faroese', 'ccvm', 'value')),
6367     (130, 'item_lang', '-far', oils_i18n_gettext('130', 'Faroese', 'ccvm', 'value')),
6368     (131, 'item_lang', 'fat', oils_i18n_gettext('131', 'Fanti', 'ccvm', 'value')),
6369     (132, 'item_lang', 'fij', oils_i18n_gettext('132', 'Fijian', 'ccvm', 'value')),
6370     (133, 'item_lang', 'fin', oils_i18n_gettext('133', 'Finnish', 'ccvm', 'value')),
6371     (134, 'item_lang', 'fiu', oils_i18n_gettext('134', 'Finno-Ugrian (Other)', 'ccvm', 'value')),
6372     (135, 'item_lang', 'fon', oils_i18n_gettext('135', 'Fon', 'ccvm', 'value')),
6373     (136, 'item_lang', 'fre', oils_i18n_gettext('136', 'French', 'ccvm', 'value')),
6374     (137, 'item_lang', '-fri', oils_i18n_gettext('137', 'Frisian', 'ccvm', 'value')),
6375     (138, 'item_lang', 'frm', oils_i18n_gettext('138', 'French, Middle (ca. 1400-1600)', 'ccvm', 'value')),
6376     (139, 'item_lang', 'fro', oils_i18n_gettext('139', 'French, Old (ca. 842-1400)', 'ccvm', 'value')),
6377     (140, 'item_lang', 'fry', oils_i18n_gettext('140', 'Frisian', 'ccvm', 'value')),
6378     (141, 'item_lang', 'ful', oils_i18n_gettext('141', 'Fula', 'ccvm', 'value')),
6379     (142, 'item_lang', 'fur', oils_i18n_gettext('142', 'Friulian', 'ccvm', 'value')),
6380     (143, 'item_lang', 'gaa', oils_i18n_gettext('143', 'Gã', 'ccvm', 'value')),
6381     (144, 'item_lang', '-gae', oils_i18n_gettext('144', 'Scottish Gaelic', 'ccvm', 'value')),
6382     (145, 'item_lang', '-gag', oils_i18n_gettext('145', 'Galician', 'ccvm', 'value')),
6383     (146, 'item_lang', '-gal', oils_i18n_gettext('146', 'Oromo', 'ccvm', 'value')),
6384     (147, 'item_lang', 'gay', oils_i18n_gettext('147', 'Gayo', 'ccvm', 'value')),
6385     (148, 'item_lang', 'gba', oils_i18n_gettext('148', 'Gbaya', 'ccvm', 'value')),
6386     (149, 'item_lang', 'gem', oils_i18n_gettext('149', 'Germanic (Other)', 'ccvm', 'value')),
6387     (150, 'item_lang', 'geo', oils_i18n_gettext('150', 'Georgian', 'ccvm', 'value')),
6388     (151, 'item_lang', 'ger', oils_i18n_gettext('151', 'German', 'ccvm', 'value')),
6389     (152, 'item_lang', 'gez', oils_i18n_gettext('152', 'Ethiopic', 'ccvm', 'value')),
6390     (153, 'item_lang', 'gil', oils_i18n_gettext('153', 'Gilbertese', 'ccvm', 'value')),
6391     (154, 'item_lang', 'gla', oils_i18n_gettext('154', 'Scottish Gaelic', 'ccvm', 'value')),
6392     (155, 'item_lang', 'gle', oils_i18n_gettext('155', 'Irish', 'ccvm', 'value')),
6393     (156, 'item_lang', 'glg', oils_i18n_gettext('156', 'Galician', 'ccvm', 'value')),
6394     (157, 'item_lang', 'glv', oils_i18n_gettext('157', 'Manx', 'ccvm', 'value')),
6395     (158, 'item_lang', 'gmh', oils_i18n_gettext('158', 'German, Middle High (ca. 1050-1500)', 'ccvm', 'value')),
6396     (159, 'item_lang', 'goh', oils_i18n_gettext('159', 'German, Old High (ca. 750-1050)', 'ccvm', 'value')),
6397     (160, 'item_lang', 'gon', oils_i18n_gettext('160', 'Gondi', 'ccvm', 'value')),
6398     (161, 'item_lang', 'gor', oils_i18n_gettext('161', 'Gorontalo', 'ccvm', 'value')),
6399     (162, 'item_lang', 'got', oils_i18n_gettext('162', 'Gothic', 'ccvm', 'value')),
6400     (163, 'item_lang', 'grb', oils_i18n_gettext('163', 'Grebo', 'ccvm', 'value')),
6401     (164, 'item_lang', 'grc', oils_i18n_gettext('164', 'Greek, Ancient (to 1453)', 'ccvm', 'value')),
6402     (165, 'item_lang', 'gre', oils_i18n_gettext('165', 'Greek, Modern (1453- )', 'ccvm', 'value')),
6403     (166, 'item_lang', 'grn', oils_i18n_gettext('166', 'Guarani', 'ccvm', 'value')),
6404     (167, 'item_lang', '-gua', oils_i18n_gettext('167', 'Guarani', 'ccvm', 'value')),
6405     (168, 'item_lang', 'guj', oils_i18n_gettext('168', 'Gujarati', 'ccvm', 'value')),
6406     (169, 'item_lang', 'gwi', oils_i18n_gettext('169', 'Gwich''in', 'ccvm', 'value')),
6407     (170, 'item_lang', 'hai', oils_i18n_gettext('170', 'Haida', 'ccvm', 'value')),
6408     (171, 'item_lang', 'hat', oils_i18n_gettext('171', 'Haitian French Creole', 'ccvm', 'value')),
6409     (172, 'item_lang', 'hau', oils_i18n_gettext('172', 'Hausa', 'ccvm', 'value')),
6410     (173, 'item_lang', 'haw', oils_i18n_gettext('173', 'Hawaiian', 'ccvm', 'value')),
6411     (174, 'item_lang', 'heb', oils_i18n_gettext('174', 'Hebrew', 'ccvm', 'value')),
6412     (175, 'item_lang', 'her', oils_i18n_gettext('175', 'Herero', 'ccvm', 'value')),
6413     (176, 'item_lang', 'hil', oils_i18n_gettext('176', 'Hiligaynon', 'ccvm', 'value')),
6414     (177, 'item_lang', 'him', oils_i18n_gettext('177', 'Himachali', 'ccvm', 'value')),
6415     (178, 'item_lang', 'hin', oils_i18n_gettext('178', 'Hindi', 'ccvm', 'value')),
6416     (179, 'item_lang', 'hit', oils_i18n_gettext('179', 'Hittite', 'ccvm', 'value')),
6417     (180, 'item_lang', 'hmn', oils_i18n_gettext('180', 'Hmong', 'ccvm', 'value')),
6418     (181, 'item_lang', 'hmo', oils_i18n_gettext('181', 'Hiri Motu', 'ccvm', 'value')),
6419     (182, 'item_lang', 'hun', oils_i18n_gettext('182', 'Hungarian', 'ccvm', 'value')),
6420     (183, 'item_lang', 'hup', oils_i18n_gettext('183', 'Hupa', 'ccvm', 'value')),
6421     (184, 'item_lang', 'iba', oils_i18n_gettext('184', 'Iban', 'ccvm', 'value')),
6422     (185, 'item_lang', 'ibo', oils_i18n_gettext('185', 'Igbo', 'ccvm', 'value')),
6423     (186, 'item_lang', 'ice', oils_i18n_gettext('186', 'Icelandic', 'ccvm', 'value')),
6424     (187, 'item_lang', 'ido', oils_i18n_gettext('187', 'Ido', 'ccvm', 'value')),
6425     (188, 'item_lang', 'iii', oils_i18n_gettext('188', 'Sichuan Yi', 'ccvm', 'value')),
6426     (189, 'item_lang', 'ijo', oils_i18n_gettext('189', 'Ijo', 'ccvm', 'value')),
6427     (190, 'item_lang', 'iku', oils_i18n_gettext('190', 'Inuktitut', 'ccvm', 'value')),
6428     (191, 'item_lang', 'ile', oils_i18n_gettext('191', 'Interlingue', 'ccvm', 'value')),
6429     (192, 'item_lang', 'ilo', oils_i18n_gettext('192', 'Iloko', 'ccvm', 'value')),
6430     (193, 'item_lang', 'ina', oils_i18n_gettext('193', 'Interlingua (International Auxiliary Language Association)', 'ccvm', 'value')),
6431     (194, 'item_lang', 'inc', oils_i18n_gettext('194', 'Indic (Other)', 'ccvm', 'value')),
6432     (195, 'item_lang', 'ind', oils_i18n_gettext('195', 'Indonesian', 'ccvm', 'value')),
6433     (196, 'item_lang', 'ine', oils_i18n_gettext('196', 'Indo-European (Other)', 'ccvm', 'value')),
6434     (197, 'item_lang', 'inh', oils_i18n_gettext('197', 'Ingush', 'ccvm', 'value')),
6435     (198, 'item_lang', '-int', oils_i18n_gettext('198', 'Interlingua (International Auxiliary Language Association)', 'ccvm', 'value')),
6436     (199, 'item_lang', 'ipk', oils_i18n_gettext('199', 'Inupiaq', 'ccvm', 'value')),
6437     (200, 'item_lang', 'ira', oils_i18n_gettext('200', 'Iranian (Other)', 'ccvm', 'value')),
6438     (201, 'item_lang', '-iri', oils_i18n_gettext('201', 'Irish', 'ccvm', 'value')),
6439     (202, 'item_lang', 'iro', oils_i18n_gettext('202', 'Iroquoian (Other)', 'ccvm', 'value')),
6440     (203, 'item_lang', 'ita', oils_i18n_gettext('203', 'Italian', 'ccvm', 'value')),
6441     (204, 'item_lang', 'jav', oils_i18n_gettext('204', 'Javanese', 'ccvm', 'value')),
6442     (205, 'item_lang', 'jpn', oils_i18n_gettext('205', 'Japanese', 'ccvm', 'value')),
6443     (206, 'item_lang', 'jpr', oils_i18n_gettext('206', 'Judeo-Persian', 'ccvm', 'value')),
6444     (207, 'item_lang', 'jrb', oils_i18n_gettext('207', 'Judeo-Arabic', 'ccvm', 'value')),
6445     (208, 'item_lang', 'kaa', oils_i18n_gettext('208', 'Kara-Kalpak', 'ccvm', 'value')),
6446     (209, 'item_lang', 'kab', oils_i18n_gettext('209', 'Kabyle', 'ccvm', 'value')),
6447     (210, 'item_lang', 'kac', oils_i18n_gettext('210', 'Kachin', 'ccvm', 'value')),
6448     (211, 'item_lang', 'kal', oils_i18n_gettext('211', 'Kalâtdlisut', 'ccvm', 'value')),
6449     (212, 'item_lang', 'kam', oils_i18n_gettext('212', 'Kamba', 'ccvm', 'value')),
6450     (213, 'item_lang', 'kan', oils_i18n_gettext('213', 'Kannada', 'ccvm', 'value')),
6451     (214, 'item_lang', 'kar', oils_i18n_gettext('214', 'Karen', 'ccvm', 'value')),
6452     (215, 'item_lang', 'kas', oils_i18n_gettext('215', 'Kashmiri', 'ccvm', 'value')),
6453     (216, 'item_lang', 'kau', oils_i18n_gettext('216', 'Kanuri', 'ccvm', 'value')),
6454     (217, 'item_lang', 'kaw', oils_i18n_gettext('217', 'Kawi', 'ccvm', 'value')),
6455     (218, 'item_lang', 'kaz', oils_i18n_gettext('218', 'Kazakh', 'ccvm', 'value')),
6456     (219, 'item_lang', 'kbd', oils_i18n_gettext('219', 'Kabardian', 'ccvm', 'value')),
6457     (220, 'item_lang', 'kha', oils_i18n_gettext('220', 'Khasi', 'ccvm', 'value')),
6458     (221, 'item_lang', 'khi', oils_i18n_gettext('221', 'Khoisan (Other)', 'ccvm', 'value')),
6459     (222, 'item_lang', 'khm', oils_i18n_gettext('222', 'Khmer', 'ccvm', 'value')),
6460     (223, 'item_lang', 'kho', oils_i18n_gettext('223', 'Khotanese', 'ccvm', 'value')),
6461     (224, 'item_lang', 'kik', oils_i18n_gettext('224', 'Kikuyu', 'ccvm', 'value')),
6462     (225, 'item_lang', 'kin', oils_i18n_gettext('225', 'Kinyarwanda', 'ccvm', 'value')),
6463     (226, 'item_lang', 'kir', oils_i18n_gettext('226', 'Kyrgyz', 'ccvm', 'value')),
6464     (227, 'item_lang', 'kmb', oils_i18n_gettext('227', 'Kimbundu', 'ccvm', 'value')),
6465     (228, 'item_lang', 'kok', oils_i18n_gettext('228', 'Konkani', 'ccvm', 'value')),
6466     (229, 'item_lang', 'kom', oils_i18n_gettext('229', 'Komi', 'ccvm', 'value')),
6467     (230, 'item_lang', 'kon', oils_i18n_gettext('230', 'Kongo', 'ccvm', 'value')),
6468     (231, 'item_lang', 'kor', oils_i18n_gettext('231', 'Korean', 'ccvm', 'value')),
6469     (232, 'item_lang', 'kos', oils_i18n_gettext('232', 'Kusaie', 'ccvm', 'value')),
6470     (233, 'item_lang', 'kpe', oils_i18n_gettext('233', 'Kpelle', 'ccvm', 'value')),
6471     (234, 'item_lang', 'kro', oils_i18n_gettext('234', 'Kru', 'ccvm', 'value')),
6472     (235, 'item_lang', 'kru', oils_i18n_gettext('235', 'Kurukh', 'ccvm', 'value')),
6473     (236, 'item_lang', 'kua', oils_i18n_gettext('236', 'Kuanyama', 'ccvm', 'value')),
6474     (237, 'item_lang', 'kum', oils_i18n_gettext('237', 'Kumyk', 'ccvm', 'value')),
6475     (238, 'item_lang', 'kur', oils_i18n_gettext('238', 'Kurdish', 'ccvm', 'value')),
6476     (239, 'item_lang', '-kus', oils_i18n_gettext('239', 'Kusaie', 'ccvm', 'value')),
6477     (240, 'item_lang', 'kut', oils_i18n_gettext('240', 'Kutenai', 'ccvm', 'value')),
6478     (241, 'item_lang', 'lad', oils_i18n_gettext('241', 'Ladino', 'ccvm', 'value')),
6479     (242, 'item_lang', 'lah', oils_i18n_gettext('242', 'Lahnda', 'ccvm', 'value')),
6480     (243, 'item_lang', 'lam', oils_i18n_gettext('243', 'Lamba', 'ccvm', 'value')),
6481     (244, 'item_lang', '-lan', oils_i18n_gettext('244', 'Occitan (post-1500)', 'ccvm', 'value')),
6482     (245, 'item_lang', 'lao', oils_i18n_gettext('245', 'Lao', 'ccvm', 'value')),
6483     (246, 'item_lang', '-lap', oils_i18n_gettext('246', 'Sami', 'ccvm', 'value')),
6484     (247, 'item_lang', 'lat', oils_i18n_gettext('247', 'Latin', 'ccvm', 'value')),
6485     (248, 'item_lang', 'lav', oils_i18n_gettext('248', 'Latvian', 'ccvm', 'value')),
6486     (249, 'item_lang', 'lez', oils_i18n_gettext('249', 'Lezgian', 'ccvm', 'value')),
6487     (250, 'item_lang', 'lim', oils_i18n_gettext('250', 'Limburgish', 'ccvm', 'value')),
6488     (251, 'item_lang', 'lin', oils_i18n_gettext('251', 'Lingala', 'ccvm', 'value')),
6489     (252, 'item_lang', 'lit', oils_i18n_gettext('252', 'Lithuanian', 'ccvm', 'value')),
6490     (253, 'item_lang', 'lol', oils_i18n_gettext('253', 'Mongo-Nkundu', 'ccvm', 'value')),
6491     (254, 'item_lang', 'loz', oils_i18n_gettext('254', 'Lozi', 'ccvm', 'value')),
6492     (255, 'item_lang', 'ltz', oils_i18n_gettext('255', 'Letzeburgesch', 'ccvm', 'value')),
6493     (256, 'item_lang', 'lua', oils_i18n_gettext('256', 'Luba-Lulua', 'ccvm', 'value')),
6494     (257, 'item_lang', 'lub', oils_i18n_gettext('257', 'Luba-Katanga', 'ccvm', 'value')),
6495     (258, 'item_lang', 'lug', oils_i18n_gettext('258', 'Ganda', 'ccvm', 'value')),
6496     (259, 'item_lang', 'lui', oils_i18n_gettext('259', 'Luiseño', 'ccvm', 'value')),
6497     (260, 'item_lang', 'lun', oils_i18n_gettext('260', 'Lunda', 'ccvm', 'value')),
6498     (261, 'item_lang', 'luo', oils_i18n_gettext('261', 'Luo (Kenya and Tanzania)', 'ccvm', 'value')),
6499     (262, 'item_lang', 'lus', oils_i18n_gettext('262', 'Lushai', 'ccvm', 'value')),
6500     (263, 'item_lang', 'mac', oils_i18n_gettext('263', 'Macedonian', 'ccvm', 'value')),
6501     (264, 'item_lang', 'mad', oils_i18n_gettext('264', 'Madurese', 'ccvm', 'value')),
6502     (265, 'item_lang', 'mag', oils_i18n_gettext('265', 'Magahi', 'ccvm', 'value')),
6503     (266, 'item_lang', 'mah', oils_i18n_gettext('266', 'Marshallese', 'ccvm', 'value')),
6504     (267, 'item_lang', 'mai', oils_i18n_gettext('267', 'Maithili', 'ccvm', 'value')),
6505     (268, 'item_lang', 'mak', oils_i18n_gettext('268', 'Makasar', 'ccvm', 'value')),
6506     (269, 'item_lang', 'mal', oils_i18n_gettext('269', 'Malayalam', 'ccvm', 'value')),
6507     (270, 'item_lang', 'man', oils_i18n_gettext('270', 'Mandingo', 'ccvm', 'value')),
6508     (271, 'item_lang', 'mao', oils_i18n_gettext('271', 'Maori', 'ccvm', 'value')),
6509     (272, 'item_lang', 'map', oils_i18n_gettext('272', 'Austronesian (Other)', 'ccvm', 'value')),
6510     (273, 'item_lang', 'mar', oils_i18n_gettext('273', 'Marathi', 'ccvm', 'value')),
6511     (274, 'item_lang', 'mas', oils_i18n_gettext('274', 'Masai', 'ccvm', 'value')),
6512     (275, 'item_lang', '-max', oils_i18n_gettext('275', 'Manx', 'ccvm', 'value')),
6513     (276, 'item_lang', 'may', oils_i18n_gettext('276', 'Malay', 'ccvm', 'value')),
6514     (277, 'item_lang', 'mdr', oils_i18n_gettext('277', 'Mandar', 'ccvm', 'value')),
6515     (278, 'item_lang', 'men', oils_i18n_gettext('278', 'Mende', 'ccvm', 'value')),
6516     (279, 'item_lang', 'mga', oils_i18n_gettext('279', 'Irish, Middle (ca. 1100-1550)', 'ccvm', 'value')),
6517     (280, 'item_lang', 'mic', oils_i18n_gettext('280', 'Micmac', 'ccvm', 'value')),
6518     (281, 'item_lang', 'min', oils_i18n_gettext('281', 'Minangkabau', 'ccvm', 'value')),
6519     (282, 'item_lang', 'mis', oils_i18n_gettext('282', 'Miscellaneous languages', 'ccvm', 'value')),
6520     (283, 'item_lang', 'mkh', oils_i18n_gettext('283', 'Mon-Khmer (Other)', 'ccvm', 'value')),
6521     (284, 'item_lang', '-mla', oils_i18n_gettext('284', 'Malagasy', 'ccvm', 'value')),
6522     (285, 'item_lang', 'mlg', oils_i18n_gettext('285', 'Malagasy', 'ccvm', 'value')),
6523     (286, 'item_lang', 'mlt', oils_i18n_gettext('286', 'Maltese', 'ccvm', 'value')),
6524     (287, 'item_lang', 'mnc', oils_i18n_gettext('287', 'Manchu', 'ccvm', 'value')),
6525     (288, 'item_lang', 'mni', oils_i18n_gettext('288', 'Manipuri', 'ccvm', 'value')),
6526     (289, 'item_lang', 'mno', oils_i18n_gettext('289', 'Manobo languages', 'ccvm', 'value')),
6527     (290, 'item_lang', 'moh', oils_i18n_gettext('290', 'Mohawk', 'ccvm', 'value')),
6528     (291, 'item_lang', 'mol', oils_i18n_gettext('291', 'Moldavian', 'ccvm', 'value')),
6529     (292, 'item_lang', 'mon', oils_i18n_gettext('292', 'Mongolian', 'ccvm', 'value')),
6530     (293, 'item_lang', 'mos', oils_i18n_gettext('293', 'Mooré', 'ccvm', 'value')),
6531     (294, 'item_lang', 'mul', oils_i18n_gettext('294', 'Multiple languages', 'ccvm', 'value')),
6532     (295, 'item_lang', 'mun', oils_i18n_gettext('295', 'Munda (Other)', 'ccvm', 'value')),
6533     (296, 'item_lang', 'mus', oils_i18n_gettext('296', 'Creek', 'ccvm', 'value')),
6534     (297, 'item_lang', 'mwr', oils_i18n_gettext('297', 'Marwari', 'ccvm', 'value')),
6535     (298, 'item_lang', 'myn', oils_i18n_gettext('298', 'Mayan languages', 'ccvm', 'value')),
6536     (299, 'item_lang', 'nah', oils_i18n_gettext('299', 'Nahuatl', 'ccvm', 'value')),
6537     (300, 'item_lang', 'nai', oils_i18n_gettext('300', 'North American Indian (Other)', 'ccvm', 'value')),
6538     (301, 'item_lang', 'nap', oils_i18n_gettext('301', 'Neapolitan Italian', 'ccvm', 'value')),
6539     (302, 'item_lang', 'nau', oils_i18n_gettext('302', 'Nauru', 'ccvm', 'value')),
6540     (303, 'item_lang', 'nav', oils_i18n_gettext('303', 'Navajo', 'ccvm', 'value')),
6541     (304, 'item_lang', 'nbl', oils_i18n_gettext('304', 'Ndebele (South Africa)', 'ccvm', 'value')),
6542     (305, 'item_lang', 'nde', oils_i18n_gettext('305', 'Ndebele (Zimbabwe)  ', 'ccvm', 'value')),
6543     (306, 'item_lang', 'ndo', oils_i18n_gettext('306', 'Ndonga', 'ccvm', 'value')),
6544     (307, 'item_lang', 'nds', oils_i18n_gettext('307', 'Low German', 'ccvm', 'value')),
6545     (308, 'item_lang', 'nep', oils_i18n_gettext('308', 'Nepali', 'ccvm', 'value')),
6546     (309, 'item_lang', 'new', oils_i18n_gettext('309', 'Newari', 'ccvm', 'value')),
6547     (310, 'item_lang', 'nia', oils_i18n_gettext('310', 'Nias', 'ccvm', 'value')),
6548     (311, 'item_lang', 'nic', oils_i18n_gettext('311', 'Niger-Kordofanian (Other)', 'ccvm', 'value')),
6549     (312, 'item_lang', 'niu', oils_i18n_gettext('312', 'Niuean', 'ccvm', 'value')),
6550     (313, 'item_lang', 'nno', oils_i18n_gettext('313', 'Norwegian (Nynorsk)', 'ccvm', 'value')),
6551     (314, 'item_lang', 'nob', oils_i18n_gettext('314', 'Norwegian (BokmÃ¥l)', 'ccvm', 'value')),
6552     (315, 'item_lang', 'nog', oils_i18n_gettext('315', 'Nogai', 'ccvm', 'value')),
6553     (316, 'item_lang', 'non', oils_i18n_gettext('316', 'Old Norse', 'ccvm', 'value')),
6554     (317, 'item_lang', 'nor', oils_i18n_gettext('317', 'Norwegian', 'ccvm', 'value')),
6555     (318, 'item_lang', 'nso', oils_i18n_gettext('318', 'Northern Sotho', 'ccvm', 'value')),
6556     (319, 'item_lang', 'nub', oils_i18n_gettext('319', 'Nubian languages', 'ccvm', 'value')),
6557     (320, 'item_lang', 'nya', oils_i18n_gettext('320', 'Nyanja', 'ccvm', 'value')),
6558     (321, 'item_lang', 'nym', oils_i18n_gettext('321', 'Nyamwezi', 'ccvm', 'value')),
6559     (322, 'item_lang', 'nyn', oils_i18n_gettext('322', 'Nyankole', 'ccvm', 'value')),
6560     (323, 'item_lang', 'nyo', oils_i18n_gettext('323', 'Nyoro', 'ccvm', 'value')),
6561     (324, 'item_lang', 'nzi', oils_i18n_gettext('324', 'Nzima', 'ccvm', 'value')),
6562     (325, 'item_lang', 'oci', oils_i18n_gettext('325', 'Occitan (post-1500)', 'ccvm', 'value')),
6563     (326, 'item_lang', 'oji', oils_i18n_gettext('326', 'Ojibwa', 'ccvm', 'value')),
6564     (327, 'item_lang', 'ori', oils_i18n_gettext('327', 'Oriya', 'ccvm', 'value')),
6565     (328, 'item_lang', 'orm', oils_i18n_gettext('328', 'Oromo', 'ccvm', 'value')),
6566     (329, 'item_lang', 'osa', oils_i18n_gettext('329', 'Osage', 'ccvm', 'value')),
6567     (330, 'item_lang', 'oss', oils_i18n_gettext('330', 'Ossetic', 'ccvm', 'value')),
6568     (331, 'item_lang', 'ota', oils_i18n_gettext('331', 'Turkish, Ottoman', 'ccvm', 'value')),
6569     (332, 'item_lang', 'oto', oils_i18n_gettext('332', 'Otomian languages', 'ccvm', 'value')),
6570     (333, 'item_lang', 'paa', oils_i18n_gettext('333', 'Papuan (Other)', 'ccvm', 'value')),
6571     (334, 'item_lang', 'pag', oils_i18n_gettext('334', 'Pangasinan', 'ccvm', 'value')),
6572     (335, 'item_lang', 'pal', oils_i18n_gettext('335', 'Pahlavi', 'ccvm', 'value')),
6573     (336, 'item_lang', 'pam', oils_i18n_gettext('336', 'Pampanga', 'ccvm', 'value')),
6574     (337, 'item_lang', 'pan', oils_i18n_gettext('337', 'Panjabi', 'ccvm', 'value')),
6575     (338, 'item_lang', 'pap', oils_i18n_gettext('338', 'Papiamento', 'ccvm', 'value')),
6576     (339, 'item_lang', 'pau', oils_i18n_gettext('339', 'Palauan', 'ccvm', 'value')),
6577     (340, 'item_lang', 'peo', oils_i18n_gettext('340', 'Old Persian (ca. 600-400 B.C.)', 'ccvm', 'value')),
6578     (341, 'item_lang', 'per', oils_i18n_gettext('341', 'Persian', 'ccvm', 'value')),
6579     (342, 'item_lang', 'phi', oils_i18n_gettext('342', 'Philippine (Other)', 'ccvm', 'value')),
6580     (343, 'item_lang', 'phn', oils_i18n_gettext('343', 'Phoenician', 'ccvm', 'value')),
6581     (344, 'item_lang', 'pli', oils_i18n_gettext('344', 'Pali', 'ccvm', 'value')),
6582     (345, 'item_lang', 'pol', oils_i18n_gettext('345', 'Polish', 'ccvm', 'value')),
6583     (346, 'item_lang', 'pon', oils_i18n_gettext('346', 'Ponape', 'ccvm', 'value')),
6584     (347, 'item_lang', 'por', oils_i18n_gettext('347', 'Portuguese', 'ccvm', 'value')),
6585     (348, 'item_lang', 'pra', oils_i18n_gettext('348', 'Prakrit languages', 'ccvm', 'value')),
6586     (349, 'item_lang', 'pro', oils_i18n_gettext('349', 'Provençal (to 1500)', 'ccvm', 'value')),
6587     (350, 'item_lang', 'pus', oils_i18n_gettext('350', 'Pushto', 'ccvm', 'value')),
6588     (351, 'item_lang', 'que', oils_i18n_gettext('351', 'Quechua', 'ccvm', 'value')),
6589     (352, 'item_lang', 'raj', oils_i18n_gettext('352', 'Rajasthani', 'ccvm', 'value')),
6590     (353, 'item_lang', 'rap', oils_i18n_gettext('353', 'Rapanui', 'ccvm', 'value')),
6591     (354, 'item_lang', 'rar', oils_i18n_gettext('354', 'Rarotongan', 'ccvm', 'value')),
6592     (355, 'item_lang', 'roa', oils_i18n_gettext('355', 'Romance (Other)', 'ccvm', 'value')),
6593     (356, 'item_lang', 'roh', oils_i18n_gettext('356', 'Raeto-Romance', 'ccvm', 'value')),
6594     (357, 'item_lang', 'rom', oils_i18n_gettext('357', 'Romani', 'ccvm', 'value')),
6595     (358, 'item_lang', 'rum', oils_i18n_gettext('358', 'Romanian', 'ccvm', 'value')),
6596     (359, 'item_lang', 'run', oils_i18n_gettext('359', 'Rundi', 'ccvm', 'value')),
6597     (360, 'item_lang', 'rus', oils_i18n_gettext('360', 'Russian', 'ccvm', 'value')),
6598     (361, 'item_lang', 'sad', oils_i18n_gettext('361', 'Sandawe', 'ccvm', 'value')),
6599     (362, 'item_lang', 'sag', oils_i18n_gettext('362', 'Sango (Ubangi Creole)', 'ccvm', 'value')),
6600     (363, 'item_lang', 'sah', oils_i18n_gettext('363', 'Yakut', 'ccvm', 'value')),
6601     (364, 'item_lang', 'sai', oils_i18n_gettext('364', 'South American Indian (Other)', 'ccvm', 'value')),
6602     (365, 'item_lang', 'sal', oils_i18n_gettext('365', 'Salishan languages', 'ccvm', 'value')),
6603     (366, 'item_lang', 'sam', oils_i18n_gettext('366', 'Samaritan Aramaic', 'ccvm', 'value')),
6604     (367, 'item_lang', 'san', oils_i18n_gettext('367', 'Sanskrit', 'ccvm', 'value')),
6605     (368, 'item_lang', '-sao', oils_i18n_gettext('368', 'Samoan', 'ccvm', 'value')),
6606     (369, 'item_lang', 'sas', oils_i18n_gettext('369', 'Sasak', 'ccvm', 'value')),
6607     (370, 'item_lang', 'sat', oils_i18n_gettext('370', 'Santali', 'ccvm', 'value')),
6608     (371, 'item_lang', 'scc', oils_i18n_gettext('371', 'Serbian', 'ccvm', 'value')),
6609     (372, 'item_lang', 'sco', oils_i18n_gettext('372', 'Scots', 'ccvm', 'value')),
6610     (373, 'item_lang', 'scr', oils_i18n_gettext('373', 'Croatian', 'ccvm', 'value')),
6611     (374, 'item_lang', 'sel', oils_i18n_gettext('374', 'Selkup', 'ccvm', 'value')),
6612     (375, 'item_lang', 'sem', oils_i18n_gettext('375', 'Semitic (Other)', 'ccvm', 'value')),
6613     (376, 'item_lang', 'sga', oils_i18n_gettext('376', 'Irish, Old (to 1100)', 'ccvm', 'value')),
6614     (377, 'item_lang', 'sgn', oils_i18n_gettext('377', 'Sign languages', 'ccvm', 'value')),
6615     (378, 'item_lang', 'shn', oils_i18n_gettext('378', 'Shan', 'ccvm', 'value')),
6616     (379, 'item_lang', '-sho', oils_i18n_gettext('379', 'Shona', 'ccvm', 'value')),
6617     (380, 'item_lang', 'sid', oils_i18n_gettext('380', 'Sidamo', 'ccvm', 'value')),
6618     (381, 'item_lang', 'sin', oils_i18n_gettext('381', 'Sinhalese', 'ccvm', 'value')),
6619     (382, 'item_lang', 'sio', oils_i18n_gettext('382', 'Siouan (Other)', 'ccvm', 'value')),
6620     (383, 'item_lang', 'sit', oils_i18n_gettext('383', 'Sino-Tibetan (Other)', 'ccvm', 'value')),
6621     (384, 'item_lang', 'sla', oils_i18n_gettext('384', 'Slavic (Other)', 'ccvm', 'value')),
6622     (385, 'item_lang', 'slo', oils_i18n_gettext('385', 'Slovak', 'ccvm', 'value')),
6623     (386, 'item_lang', 'slv', oils_i18n_gettext('386', 'Slovenian', 'ccvm', 'value')),
6624     (387, 'item_lang', 'sma', oils_i18n_gettext('387', 'Southern Sami', 'ccvm', 'value')),
6625     (388, 'item_lang', 'sme', oils_i18n_gettext('388', 'Northern Sami', 'ccvm', 'value')),
6626     (389, 'item_lang', 'smi', oils_i18n_gettext('389', 'Sami', 'ccvm', 'value')),
6627     (390, 'item_lang', 'smj', oils_i18n_gettext('390', 'Lule Sami', 'ccvm', 'value')),
6628     (391, 'item_lang', 'smn', oils_i18n_gettext('391', 'Inari Sami', 'ccvm', 'value')),
6629     (392, 'item_lang', 'smo', oils_i18n_gettext('392', 'Samoan', 'ccvm', 'value')),
6630     (393, 'item_lang', 'sms', oils_i18n_gettext('393', 'Skolt Sami', 'ccvm', 'value')),
6631     (394, 'item_lang', 'sna', oils_i18n_gettext('394', 'Shona', 'ccvm', 'value')),
6632     (395, 'item_lang', 'snd', oils_i18n_gettext('395', 'Sindhi', 'ccvm', 'value')),
6633     (396, 'item_lang', '-snh', oils_i18n_gettext('396', 'Sinhalese', 'ccvm', 'value')),
6634     (397, 'item_lang', 'snk', oils_i18n_gettext('397', 'Soninke', 'ccvm', 'value')),
6635     (398, 'item_lang', 'sog', oils_i18n_gettext('398', 'Sogdian', 'ccvm', 'value')),
6636     (399, 'item_lang', 'som', oils_i18n_gettext('399', 'Somali', 'ccvm', 'value')),
6637     (400, 'item_lang', 'son', oils_i18n_gettext('400', 'Songhai', 'ccvm', 'value')),
6638     (401, 'item_lang', 'sot', oils_i18n_gettext('401', 'Sotho', 'ccvm', 'value')),
6639     (402, 'item_lang', 'spa', oils_i18n_gettext('402', 'Spanish', 'ccvm', 'value')),
6640     (403, 'item_lang', 'srd', oils_i18n_gettext('403', 'Sardinian', 'ccvm', 'value')),
6641     (404, 'item_lang', 'srr', oils_i18n_gettext('404', 'Serer', 'ccvm', 'value')),
6642     (405, 'item_lang', 'ssa', oils_i18n_gettext('405', 'Nilo-Saharan (Other)', 'ccvm', 'value')),
6643     (406, 'item_lang', '-sso', oils_i18n_gettext('406', 'Sotho', 'ccvm', 'value')),
6644     (407, 'item_lang', 'ssw', oils_i18n_gettext('407', 'Swazi', 'ccvm', 'value')),
6645     (408, 'item_lang', 'suk', oils_i18n_gettext('408', 'Sukuma', 'ccvm', 'value')),
6646     (409, 'item_lang', 'sun', oils_i18n_gettext('409', 'Sundanese', 'ccvm', 'value')),
6647     (410, 'item_lang', 'sus', oils_i18n_gettext('410', 'Susu', 'ccvm', 'value')),
6648     (411, 'item_lang', 'sux', oils_i18n_gettext('411', 'Sumerian', 'ccvm', 'value')),
6649     (412, 'item_lang', 'swa', oils_i18n_gettext('412', 'Swahili', 'ccvm', 'value')),
6650     (413, 'item_lang', 'swe', oils_i18n_gettext('413', 'Swedish', 'ccvm', 'value')),
6651     (414, 'item_lang', '-swz', oils_i18n_gettext('414', 'Swazi', 'ccvm', 'value')),
6652     (415, 'item_lang', 'syr', oils_i18n_gettext('415', 'Syriac', 'ccvm', 'value')),
6653     (416, 'item_lang', '-tag', oils_i18n_gettext('416', 'Tagalog', 'ccvm', 'value')),
6654     (417, 'item_lang', 'tah', oils_i18n_gettext('417', 'Tahitian', 'ccvm', 'value')),
6655     (418, 'item_lang', 'tai', oils_i18n_gettext('418', 'Tai (Other)', 'ccvm', 'value')),
6656     (419, 'item_lang', '-taj', oils_i18n_gettext('419', 'Tajik', 'ccvm', 'value')),
6657     (420, 'item_lang', 'tam', oils_i18n_gettext('420', 'Tamil', 'ccvm', 'value')),
6658     (421, 'item_lang', '-tar', oils_i18n_gettext('421', 'Tatar', 'ccvm', 'value')),
6659     (422, 'item_lang', 'tat', oils_i18n_gettext('422', 'Tatar', 'ccvm', 'value')),
6660     (423, 'item_lang', 'tel', oils_i18n_gettext('423', 'Telugu', 'ccvm', 'value')),
6661     (424, 'item_lang', 'tem', oils_i18n_gettext('424', 'Temne', 'ccvm', 'value')),
6662     (425, 'item_lang', 'ter', oils_i18n_gettext('425', 'Terena', 'ccvm', 'value')),
6663     (426, 'item_lang', 'tet', oils_i18n_gettext('426', 'Tetum', 'ccvm', 'value')),
6664     (427, 'item_lang', 'tgk', oils_i18n_gettext('427', 'Tajik', 'ccvm', 'value')),
6665     (428, 'item_lang', 'tgl', oils_i18n_gettext('428', 'Tagalog', 'ccvm', 'value')),
6666     (429, 'item_lang', 'tha', oils_i18n_gettext('429', 'Thai', 'ccvm', 'value')),
6667     (430, 'item_lang', 'tib', oils_i18n_gettext('430', 'Tibetan', 'ccvm', 'value')),
6668     (431, 'item_lang', 'tig', oils_i18n_gettext('431', 'Tigré', 'ccvm', 'value')),
6669     (432, 'item_lang', 'tir', oils_i18n_gettext('432', 'Tigrinya', 'ccvm', 'value')),
6670     (433, 'item_lang', 'tiv', oils_i18n_gettext('433', 'Tiv', 'ccvm', 'value')),
6671     (434, 'item_lang', 'tkl', oils_i18n_gettext('434', 'Tokelauan', 'ccvm', 'value')),
6672     (435, 'item_lang', 'tli', oils_i18n_gettext('435', 'Tlingit', 'ccvm', 'value')),
6673     (436, 'item_lang', 'tmh', oils_i18n_gettext('436', 'Tamashek', 'ccvm', 'value')),
6674     (437, 'item_lang', 'tog', oils_i18n_gettext('437', 'Tonga (Nyasa)', 'ccvm', 'value')),
6675     (438, 'item_lang', 'ton', oils_i18n_gettext('438', 'Tongan', 'ccvm', 'value')),
6676     (439, 'item_lang', 'tpi', oils_i18n_gettext('439', 'Tok Pisin', 'ccvm', 'value')),
6677     (440, 'item_lang', '-tru', oils_i18n_gettext('440', 'Truk', 'ccvm', 'value')),
6678     (441, 'item_lang', 'tsi', oils_i18n_gettext('441', 'Tsimshian', 'ccvm', 'value')),
6679     (442, 'item_lang', 'tsn', oils_i18n_gettext('442', 'Tswana', 'ccvm', 'value')),
6680     (443, 'item_lang', 'tso', oils_i18n_gettext('443', 'Tsonga', 'ccvm', 'value')),
6681     (444, 'item_lang', '-tsw', oils_i18n_gettext('444', 'Tswana', 'ccvm', 'value')),
6682     (445, 'item_lang', 'tuk', oils_i18n_gettext('445', 'Turkmen', 'ccvm', 'value')),
6683     (446, 'item_lang', 'tum', oils_i18n_gettext('446', 'Tumbuka', 'ccvm', 'value')),
6684     (447, 'item_lang', 'tup', oils_i18n_gettext('447', 'Tupi languages', 'ccvm', 'value')),
6685     (448, 'item_lang', 'tur', oils_i18n_gettext('448', 'Turkish', 'ccvm', 'value')),
6686     (449, 'item_lang', 'tut', oils_i18n_gettext('449', 'Altaic (Other)', 'ccvm', 'value')),
6687     (450, 'item_lang', 'tvl', oils_i18n_gettext('450', 'Tuvaluan', 'ccvm', 'value')),
6688     (451, 'item_lang', 'twi', oils_i18n_gettext('451', 'Twi', 'ccvm', 'value')),
6689     (452, 'item_lang', 'tyv', oils_i18n_gettext('452', 'Tuvinian', 'ccvm', 'value')),
6690     (453, 'item_lang', 'udm', oils_i18n_gettext('453', 'Udmurt', 'ccvm', 'value')),
6691     (454, 'item_lang', 'uga', oils_i18n_gettext('454', 'Ugaritic', 'ccvm', 'value')),
6692     (455, 'item_lang', 'uig', oils_i18n_gettext('455', 'Uighur', 'ccvm', 'value')),
6693     (456, 'item_lang', 'ukr', oils_i18n_gettext('456', 'Ukrainian', 'ccvm', 'value')),
6694     (457, 'item_lang', 'umb', oils_i18n_gettext('457', 'Umbundu', 'ccvm', 'value')),
6695     (458, 'item_lang', 'und', oils_i18n_gettext('458', 'Undetermined', 'ccvm', 'value')),
6696     (459, 'item_lang', 'urd', oils_i18n_gettext('459', 'Urdu', 'ccvm', 'value')),
6697     (460, 'item_lang', 'uzb', oils_i18n_gettext('460', 'Uzbek', 'ccvm', 'value')),
6698     (461, 'item_lang', 'vai', oils_i18n_gettext('461', 'Vai', 'ccvm', 'value')),
6699     (462, 'item_lang', 'ven', oils_i18n_gettext('462', 'Venda', 'ccvm', 'value')),
6700     (463, 'item_lang', 'vie', oils_i18n_gettext('463', 'Vietnamese', 'ccvm', 'value')),
6701     (464, 'item_lang', 'vol', oils_i18n_gettext('464', 'Volapük', 'ccvm', 'value')),
6702     (465, 'item_lang', 'vot', oils_i18n_gettext('465', 'Votic', 'ccvm', 'value')),
6703     (466, 'item_lang', 'wak', oils_i18n_gettext('466', 'Wakashan languages', 'ccvm', 'value')),
6704     (467, 'item_lang', 'wal', oils_i18n_gettext('467', 'Walamo', 'ccvm', 'value')),
6705     (468, 'item_lang', 'war', oils_i18n_gettext('468', 'Waray', 'ccvm', 'value')),
6706     (469, 'item_lang', 'was', oils_i18n_gettext('469', 'Washo', 'ccvm', 'value')),
6707     (470, 'item_lang', 'wel', oils_i18n_gettext('470', 'Welsh', 'ccvm', 'value')),
6708     (471, 'item_lang', 'wen', oils_i18n_gettext('471', 'Sorbian languages', 'ccvm', 'value')),
6709     (472, 'item_lang', 'wln', oils_i18n_gettext('472', 'Walloon', 'ccvm', 'value')),
6710     (473, 'item_lang', 'wol', oils_i18n_gettext('473', 'Wolof', 'ccvm', 'value')),
6711     (474, 'item_lang', 'xal', oils_i18n_gettext('474', 'Kalmyk', 'ccvm', 'value')),
6712     (475, 'item_lang', 'xho', oils_i18n_gettext('475', 'Xhosa', 'ccvm', 'value')),
6713     (476, 'item_lang', 'yao', oils_i18n_gettext('476', 'Yao (Africa)', 'ccvm', 'value')),
6714     (477, 'item_lang', 'yap', oils_i18n_gettext('477', 'Yapese', 'ccvm', 'value')),
6715     (478, 'item_lang', 'yid', oils_i18n_gettext('478', 'Yiddish', 'ccvm', 'value')),
6716     (479, 'item_lang', 'yor', oils_i18n_gettext('479', 'Yoruba', 'ccvm', 'value')),
6717     (480, 'item_lang', 'ypk', oils_i18n_gettext('480', 'Yupik languages', 'ccvm', 'value')),
6718     (481, 'item_lang', 'zap', oils_i18n_gettext('481', 'Zapotec', 'ccvm', 'value')),
6719     (482, 'item_lang', 'zen', oils_i18n_gettext('482', 'Zenaga', 'ccvm', 'value')),
6720     (483, 'item_lang', 'zha', oils_i18n_gettext('483', 'Zhuang', 'ccvm', 'value')),
6721     (484, 'item_lang', 'znd', oils_i18n_gettext('484', 'Zande', 'ccvm', 'value')),
6722     (485, 'item_lang', 'zul', oils_i18n_gettext('485', 'Zulu', 'ccvm', 'value')),
6723     (486, 'item_lang', 'zun', oils_i18n_gettext('486', 'Zuni', 'ccvm', 'value'));
6724
6725 INSERT INTO config.coded_value_map (id, ctype, code, value, description) VALUES 
6726     (487,'audience', ' ', oils_i18n_gettext('487', 'Unknown or unspecified', 'ccvm', 'value'),  oils_i18n_gettext('487', 'The target audience for the item not known or not specified.', 'ccvm', 'description')),
6727     (488,'audience', 'a', oils_i18n_gettext('488', 'Preschool', 'ccvm', 'value'),               oils_i18n_gettext('488', 'The item is intended for children, approximate ages 0-5 years.', 'ccvm', 'description')),
6728     (489,'audience', 'b', oils_i18n_gettext('489', 'Primary', 'ccvm', 'value'),                 oils_i18n_gettext('489', 'The item is intended for children, approximate ages 6-8 years.', 'ccvm', 'description')),
6729     (490,'audience', 'c', oils_i18n_gettext('490', 'Pre-adolescent', 'ccvm', 'value'),          oils_i18n_gettext('490', 'The item is intended for young people, approximate ages 9-13 years.', 'ccvm', 'description')),
6730     (491,'audience', 'd', oils_i18n_gettext('491', 'Adolescent', 'ccvm', 'value'),              oils_i18n_gettext('491', 'The item is intended for young people, approximate ages 14-17 years.', 'ccvm', 'description')),
6731     (492,'audience', 'e', oils_i18n_gettext('492', 'Adult', 'ccvm', 'value'),                   oils_i18n_gettext('492', 'The item is intended for adults.', 'ccvm', 'description')),
6732     (493,'audience', 'f', oils_i18n_gettext('493', 'Specialized', 'ccvm', 'value'),             oils_i18n_gettext('493', 'The item is aimed at a particular audience and the nature of the presentation makes the item of little interest to another audience.', 'ccvm', 'description')),
6733     (494,'audience', 'g', oils_i18n_gettext('494', 'General', 'ccvm', 'value'),                 oils_i18n_gettext('494', 'The item is of general interest and not aimed at an audience of a particular intellectual level.', 'ccvm', 'description')),
6734     (495,'audience', 'j', oils_i18n_gettext('495', 'Juvenile', 'ccvm', 'value'),                oils_i18n_gettext('495', 'The item is intended for children and young people, approximate ages 0-15 years.', 'ccvm', 'description'));
6735
6736 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6737     (496, 'item_type', 'a', oils_i18n_gettext('496', 'Language material', 'ccvm', 'value')),
6738     (497, 'item_type', 't', oils_i18n_gettext('497', 'Manuscript language material', 'ccvm', 'value')),
6739     (498, 'item_type', 'g', oils_i18n_gettext('498', 'Projected medium', 'ccvm', 'value')),
6740     (499, 'item_type', 'k', oils_i18n_gettext('499', 'Two-dimensional nonprojectable graphic', 'ccvm', 'value')),
6741     (500, 'item_type', 'r', oils_i18n_gettext('500', 'Three-dimensional artifact or naturally occurring object', 'ccvm', 'value')),
6742     (501, 'item_type', 'o', oils_i18n_gettext('501', 'Kit', 'ccvm', 'value')),
6743     (502, 'item_type', 'p', oils_i18n_gettext('502', 'Mixed materials', 'ccvm', 'value')),
6744     (503, 'item_type', 'e', oils_i18n_gettext('503', 'Cartographic material', 'ccvm', 'value')),
6745     (504, 'item_type', 'f', oils_i18n_gettext('504', 'Manuscript cartographic material', 'ccvm', 'value')),
6746     (505, 'item_type', 'c', oils_i18n_gettext('505', 'Notated music', 'ccvm', 'value')),
6747     (506, 'item_type', 'd', oils_i18n_gettext('506', 'Manuscript notated music', 'ccvm', 'value')),
6748     (507, 'item_type', 'i', oils_i18n_gettext('507', 'Nonmusical sound recording', 'ccvm', 'value')),
6749     (508, 'item_type', 'j', oils_i18n_gettext('508', 'Musical sound recording', 'ccvm', 'value')),
6750     (509, 'item_type', 'm', oils_i18n_gettext('509', 'Computer file', 'ccvm', 'value'));
6751
6752 INSERT INTO config.coded_value_map (id, ctype, code, value, description) VALUES 
6753     (510, 'lit_form', '0', oils_i18n_gettext('510', 'Not fiction (not further specified)', 'ccvm', 'value'), oils_i18n_gettext('510', 'The item is not a work of fiction and no further identification of the literary form is desired', 'ccvm', 'description')),
6754     (511, 'lit_form', '1', oils_i18n_gettext('511', 'Fiction (not further specified)', 'ccvm', 'value'),     oils_i18n_gettext('511', 'The item is a work of fiction and no further identification of the literary form is desired', 'ccvm', 'description')),
6755     (512, 'lit_form', 'c', oils_i18n_gettext('512', 'Comic strips', 'ccvm', 'value'), NULL),
6756     (513, 'lit_form', 'd', oils_i18n_gettext('513', 'Dramas', 'ccvm', 'value'), NULL),
6757     (514, 'lit_form', 'e', oils_i18n_gettext('514', 'Essays', 'ccvm', 'value'), NULL),
6758     (515, 'lit_form', 'f', oils_i18n_gettext('515', 'Novels', 'ccvm', 'value'), NULL),
6759     (516, 'lit_form', 'h', oils_i18n_gettext('516', 'Humor, satires, etc.', 'ccvm', 'value'),                oils_i18n_gettext('516', 'The item is a humorous work, satire or of similar literary form.', 'ccvm', 'description')),
6760     (517, 'lit_form', 'i', oils_i18n_gettext('517', 'Letters', 'ccvm', 'value'),                             oils_i18n_gettext('517', 'The item is a single letter or collection of correspondence.', 'ccvm', 'description')),
6761     (518, 'lit_form', 'j', oils_i18n_gettext('518', 'Short stories', 'ccvm', 'value'),                       oils_i18n_gettext('518', 'The item is a short story or collection of short stories.', 'ccvm', 'description')),
6762     (519, 'lit_form', 'm', oils_i18n_gettext('519', 'Mixed forms', 'ccvm', 'value'),                         oils_i18n_gettext('519', 'The item is a variety of literary forms (e.g., poetry and short stories).', 'ccvm', 'description')),
6763     (520, 'lit_form', 'p', oils_i18n_gettext('520', 'Poetry', 'ccvm', 'value'),                              oils_i18n_gettext('520', 'The item is a poem or collection of poems.', 'ccvm', 'description')),
6764     (521, 'lit_form', 's', oils_i18n_gettext('521', 'Speeches', 'ccvm', 'value'),                            oils_i18n_gettext('521', 'The item is a speech or collection of speeches.', 'ccvm', 'description')),
6765     (522, 'lit_form', 'u', oils_i18n_gettext('522', 'Unknown', 'ccvm', 'value'),                             oils_i18n_gettext('522', 'The literary form of the item is unknown.', 'ccvm', 'description'));
6766
6767
6768 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6769     (523, 'item_form', 'a', oils_i18n_gettext('523', 'Microfilm', 'ccvm', 'value')),
6770     (524, 'item_form', 'b', oils_i18n_gettext('524', 'Microfiche', 'ccvm', 'value')),
6771     (525, 'item_form', 'c', oils_i18n_gettext('525', 'Microopaque', 'ccvm', 'value')),
6772     (526, 'item_form', 'd', oils_i18n_gettext('526', 'Large print', 'ccvm', 'value')),
6773     (527, 'item_form', 'f', oils_i18n_gettext('527', 'Braille', 'ccvm', 'value')),
6774     (528, 'item_form', 'r', oils_i18n_gettext('528', 'Regular print reproduction', 'ccvm', 'value')),
6775     (529, 'item_form', 's', oils_i18n_gettext('529', 'Electronic', 'ccvm', 'value'));
6776     -- see below for more item_form entries
6777
6778 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6779     (530, 'bib_level', 'a', oils_i18n_gettext('530', 'Monographic component part', 'ccvm', 'value')),
6780     (531, 'bib_level', 'b', oils_i18n_gettext('531', 'Serial component part', 'ccvm', 'value')),
6781     (532, 'bib_level', 'c', oils_i18n_gettext('532', 'Collection', 'ccvm', 'value')),
6782     (533, 'bib_level', 'd', oils_i18n_gettext('533', 'Subunit', 'ccvm', 'value')),
6783     (534, 'bib_level', 'i', oils_i18n_gettext('534', 'Integrating resource', 'ccvm', 'value')),
6784     (535, 'bib_level', 'm', oils_i18n_gettext('535', 'Monograph/Item', 'ccvm', 'value')),
6785     (536, 'bib_level', 's', oils_i18n_gettext('536', 'Serial', 'ccvm', 'value'));
6786
6787 INSERT INTO config.coded_value_map(id, ctype, code, value) VALUES
6788     (537, 'vr_format', 'a', oils_i18n_gettext('537', 'Beta', 'ccvm', 'value')),
6789     (538, 'vr_format', 'b', oils_i18n_gettext('538', 'VHS', 'ccvm', 'value')),
6790     (539, 'vr_format', 'c', oils_i18n_gettext('539', 'U-matic', 'ccvm', 'value')),
6791     (540, 'vr_format', 'd', oils_i18n_gettext('540', 'EIAJ', 'ccvm', 'value')),
6792     (541, 'vr_format', 'e', oils_i18n_gettext('541', 'Type C', 'ccvm', 'value')),
6793     (542, 'vr_format', 'f', oils_i18n_gettext('542', 'Quadruplex', 'ccvm', 'value')),
6794     (543, 'vr_format', 'g', oils_i18n_gettext('543', 'Laserdisc', 'ccvm', 'value')),
6795     (544, 'vr_format', 'h', oils_i18n_gettext('544', 'CED videodisc', 'ccvm', 'value')),
6796     (545, 'vr_format', 'i', oils_i18n_gettext('545', 'Betacam', 'ccvm', 'value')),
6797     (546, 'vr_format', 'j', oils_i18n_gettext('546', 'Betacam SP', 'ccvm', 'value')),
6798     (547, 'vr_format', 'k', oils_i18n_gettext('547', 'Super-VHS', 'ccvm', 'value')),
6799     (548, 'vr_format', 'm', oils_i18n_gettext('548', 'M-II', 'ccvm', 'value')),
6800     (549, 'vr_format', 'o', oils_i18n_gettext('549', 'D-2', 'ccvm', 'value')),
6801     (550, 'vr_format', 'p', oils_i18n_gettext('550', '8 mm.', 'ccvm', 'value')),
6802     (551, 'vr_format', 'q', oils_i18n_gettext('551', 'Hi-8 mm.', 'ccvm', 'value')),
6803     (552, 'vr_format', 's', oils_i18n_gettext('552', 'Blu-ray disc', 'ccvm', 'value')),
6804     (553, 'vr_format', 'u', oils_i18n_gettext('553', 'Unknown', 'ccvm', 'value')),
6805     (554, 'vr_format', 'v', oils_i18n_gettext('554', 'DVD', 'ccvm', 'value')),
6806     (555, 'vr_format', 'z', oils_i18n_gettext('555', 'Other', 'ccvm', 'value')),
6807     (556, 'vr_format', ' ', oils_i18n_gettext('556', 'Unspecified', 'ccvm', 'value'));
6808
6809 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6810     (557, 'sr_format', 'a', oils_i18n_gettext(557, '16 rpm', 'ccvm', 'value')),
6811     (558, 'sr_format', 'b', oils_i18n_gettext(558, '33 1/3 rpm', 'ccvm', 'value')),
6812     (559, 'sr_format', 'c', oils_i18n_gettext(559, '45 rpm', 'ccvm', 'value')),
6813     (560, 'sr_format', 'f', oils_i18n_gettext(560, '1.4 m. per second', 'ccvm', 'value')),
6814     (561, 'sr_format', 'd', oils_i18n_gettext(561, '78 rpm', 'ccvm', 'value')),
6815     (562, 'sr_format', 'e', oils_i18n_gettext(562, '8 rpm', 'ccvm', 'value')),
6816     (563, 'sr_format', 'l', oils_i18n_gettext(563, '1 7/8 ips', 'ccvm', 'value'));
6817
6818 INSERT INTO config.coded_value_map
6819     (id, ctype, code, value, search_label) VALUES 
6820 (564, 'icon_format', 'book', 
6821     oils_i18n_gettext(564, 'Book', 'ccvm', 'value'),
6822     oils_i18n_gettext(564, 'Book', 'ccvm', 'search_label')),
6823 (565, 'icon_format', 'braille', 
6824     oils_i18n_gettext(565, 'Braille', 'ccvm', 'value'),
6825     oils_i18n_gettext(565, 'Braille', 'ccvm', 'search_label')),
6826 (566, 'icon_format', 'software', 
6827     oils_i18n_gettext(566, 'Software and video games', 'ccvm', 'value'),
6828     oils_i18n_gettext(566, 'Software and video games', 'ccvm', 'search_label')),
6829 (567, 'icon_format', 'dvd', 
6830     oils_i18n_gettext(567, 'DVD', 'ccvm', 'value'),
6831     oils_i18n_gettext(567, 'DVD', 'ccvm', 'search_label')),
6832 (568, 'icon_format', 'ebook', 
6833     oils_i18n_gettext(568, 'E-book', 'ccvm', 'value'),
6834     oils_i18n_gettext(568, 'E-book', 'ccvm', 'search_label')),
6835 (569, 'icon_format', 'eaudio', 
6836     oils_i18n_gettext(569, 'E-audio', 'ccvm', 'value'),
6837     oils_i18n_gettext(569, 'E-audio', 'ccvm', 'search_label')),
6838 (570, 'icon_format', 'kit', 
6839     oils_i18n_gettext(570, 'Kit', 'ccvm', 'value'),
6840     oils_i18n_gettext(570, 'Kit', 'ccvm', 'search_label')),
6841 (571, 'icon_format', 'map', 
6842     oils_i18n_gettext(571, 'Map', 'ccvm', 'value'),
6843     oils_i18n_gettext(571, 'Map', 'ccvm', 'search_label')),
6844 (572, 'icon_format', 'microform', 
6845     oils_i18n_gettext(572, 'Microform', 'ccvm', 'value'),
6846     oils_i18n_gettext(572, 'Microform', 'ccvm', 'search_label')),
6847 (573, 'icon_format', 'score', 
6848     oils_i18n_gettext(573, 'Music Score', 'ccvm', 'value'),
6849     oils_i18n_gettext(573, 'Music Score', 'ccvm', 'search_label')),
6850 (574, 'icon_format', 'picture', 
6851     oils_i18n_gettext(574, 'Picture', 'ccvm', 'value'),
6852     oils_i18n_gettext(574, 'Picture', 'ccvm', 'search_label')),
6853 (575, 'icon_format', 'equip', 
6854     oils_i18n_gettext(575, 'Equipment, games, toys', 'ccvm', 'value'),
6855     oils_i18n_gettext(575, 'Equipment, games, toys', 'ccvm', 'search_label')),
6856 (576, 'icon_format', 'serial', 
6857     oils_i18n_gettext(576, 'Serials and magazines', 'ccvm', 'value'),
6858     oils_i18n_gettext(576, 'Serials and magazines', 'ccvm', 'search_label')),
6859 (577, 'icon_format', 'vhs', 
6860     oils_i18n_gettext(577, 'VHS', 'ccvm', 'value'),
6861     oils_i18n_gettext(577, 'VHS', 'ccvm', 'search_label')),
6862 (578, 'icon_format', 'evideo', 
6863     oils_i18n_gettext(578, 'E-video', 'ccvm', 'value'),
6864     oils_i18n_gettext(578, 'E-video', 'ccvm', 'search_label')),
6865 (579, 'icon_format', 'cdaudiobook', 
6866     oils_i18n_gettext(579, 'CD Audiobook', 'ccvm', 'value'),
6867     oils_i18n_gettext(579, 'CD Audiobook', 'ccvm', 'search_label')),
6868 (580, 'icon_format', 'cdmusic', 
6869     oils_i18n_gettext(580, 'CD Music recording', 'ccvm', 'value'),
6870     oils_i18n_gettext(580, 'CD Music recording', 'ccvm', 'search_label')),
6871 (581, 'icon_format', 'casaudiobook', 
6872     oils_i18n_gettext(581, 'Cassette audiobook', 'ccvm', 'value'),
6873     oils_i18n_gettext(581, 'Cassette audiobook', 'ccvm', 'search_label')),
6874 (582, 'icon_format', 'casmusic',
6875     oils_i18n_gettext(582, 'Audiocassette music recording', 'ccvm', 'value'),
6876     oils_i18n_gettext(582, 'Audiocassette music recording', 'ccvm', 'search_label')),
6877 (583, 'icon_format', 'phonospoken', 
6878     oils_i18n_gettext(583, 'Phonograph spoken recording', 'ccvm', 'value'),
6879     oils_i18n_gettext(583, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6880 (584, 'icon_format', 'phonomusic', 
6881     oils_i18n_gettext(584, 'Phonograph music recording', 'ccvm', 'value'),
6882     oils_i18n_gettext(584, 'Phonograph music recording', 'ccvm', 'search_label')),
6883 (585, 'icon_format', 'lpbook', 
6884     oils_i18n_gettext(585, 'Large Print Book', 'ccvm', 'value'),
6885     oils_i18n_gettext(585, 'Large Print Book', 'ccvm', 'search_label'));
6886
6887 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES 
6888 (586, 'item_form', 'o', oils_i18n_gettext('586', 'Online', 'ccvm', 'value')),
6889 (587, 'item_form', 'q', oils_i18n_gettext('587', 'Direct electronic', 'ccvm', 'value'));
6890
6891 -- these formats are a subset of the "icon_format" attribute,
6892 -- modified to exclude electronic resources, which are not holdable
6893 INSERT INTO config.coded_value_map
6894     (id, ctype, code, value, search_label) VALUES 
6895 (588, 'mr_hold_format', 'book', 
6896     oils_i18n_gettext(588, 'Book', 'ccvm', 'value'),
6897     oils_i18n_gettext(588, 'Book', 'ccvm', 'search_label')),
6898 (589, 'mr_hold_format', 'braille', 
6899     oils_i18n_gettext(589, 'Braille', 'ccvm', 'value'),
6900     oils_i18n_gettext(589, 'Braille', 'ccvm', 'search_label')),
6901 (590, 'mr_hold_format', 'software', 
6902     oils_i18n_gettext(590, 'Software and video games', 'ccvm', 'value'),
6903     oils_i18n_gettext(590, 'Software and video games', 'ccvm', 'search_label')),
6904 (591, 'mr_hold_format', 'dvd', 
6905     oils_i18n_gettext(591, 'DVD', 'ccvm', 'value'),
6906     oils_i18n_gettext(591, 'DVD', 'ccvm', 'search_label')),
6907 (592, 'mr_hold_format', 'kit', 
6908     oils_i18n_gettext(592, 'Kit', 'ccvm', 'value'),
6909     oils_i18n_gettext(592, 'Kit', 'ccvm', 'search_label')),
6910 (593, 'mr_hold_format', 'map', 
6911     oils_i18n_gettext(593, 'Map', 'ccvm', 'value'),
6912     oils_i18n_gettext(593, 'Map', 'ccvm', 'search_label')),
6913 (594, 'mr_hold_format', 'microform', 
6914     oils_i18n_gettext(594, 'Microform', 'ccvm', 'value'),
6915     oils_i18n_gettext(594, 'Microform', 'ccvm', 'search_label')),
6916 (595, 'mr_hold_format', 'score', 
6917     oils_i18n_gettext(595, 'Music Score', 'ccvm', 'value'),
6918     oils_i18n_gettext(595, 'Music Score', 'ccvm', 'search_label')),
6919 (596, 'mr_hold_format', 'picture', 
6920     oils_i18n_gettext(596, 'Picture', 'ccvm', 'value'),
6921     oils_i18n_gettext(596, 'Picture', 'ccvm', 'search_label')),
6922 (597, 'mr_hold_format', 'equip', 
6923     oils_i18n_gettext(597, 'Equipment, games, toys', 'ccvm', 'value'),
6924     oils_i18n_gettext(597, 'Equipment, games, toys', 'ccvm', 'search_label')),
6925 (598, 'mr_hold_format', 'serial', 
6926     oils_i18n_gettext(598, 'Serials and magazines', 'ccvm', 'value'),
6927     oils_i18n_gettext(598, 'Serials and magazines', 'ccvm', 'search_label')),
6928 (599, 'mr_hold_format', 'vhs', 
6929     oils_i18n_gettext(599, 'VHS', 'ccvm', 'value'),
6930     oils_i18n_gettext(599, 'VHS', 'ccvm', 'search_label')),
6931 (600, 'mr_hold_format', 'cdaudiobook', 
6932     oils_i18n_gettext(600, 'CD Audiobook', 'ccvm', 'value'),
6933     oils_i18n_gettext(600, 'CD Audiobook', 'ccvm', 'search_label')),
6934 (601, 'mr_hold_format', 'cdmusic', 
6935     oils_i18n_gettext(601, 'CD Music recording', 'ccvm', 'value'),
6936     oils_i18n_gettext(601, 'CD Music recording', 'ccvm', 'search_label')),
6937 (602, 'mr_hold_format', 'casaudiobook', 
6938     oils_i18n_gettext(602, 'Cassette audiobook', 'ccvm', 'value'),
6939     oils_i18n_gettext(602, 'Cassette audiobook', 'ccvm', 'search_label')),
6940 (603, 'mr_hold_format', 'casmusic',
6941     oils_i18n_gettext(603, 'Audiocassette music recording', 'ccvm', 'value'),
6942     oils_i18n_gettext(603, 'Audiocassette music recording', 'ccvm', 'search_label')),
6943 (604, 'mr_hold_format', 'phonospoken', 
6944     oils_i18n_gettext(604, 'Phonograph spoken recording', 'ccvm', 'value'),
6945     oils_i18n_gettext(604, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6946 (605, 'mr_hold_format', 'phonomusic', 
6947     oils_i18n_gettext(605, 'Phonograph music recording', 'ccvm', 'value'),
6948     oils_i18n_gettext(605, 'Phonograph music recording', 'ccvm', 'search_label')),
6949 (606, 'mr_hold_format', 'lpbook', 
6950     oils_i18n_gettext(606, 'Large Print Book', 'ccvm', 'value'),
6951     oils_i18n_gettext(606, 'Large Print Book', 'ccvm', 'search_label')) ;
6952
6953 -- catch-all music of unkown format
6954 INSERT INTO config.coded_value_map
6955     (id, ctype, code, value, search_label) VALUES 
6956 (607, 'icon_format', 'music', 
6957     oils_i18n_gettext(607, 'Musical Sound Recording (Unknown Format)', 'ccvm', 'value'),
6958     oils_i18n_gettext(607, 'Musical Sound Recording (Unknown Format)', 'ccvm', 'search_label'));
6959
6960 -- icon for blu-ray
6961 INSERT INTO config.coded_value_map
6962     (id, ctype, code, value, search_label) VALUES 
6963 (608, 'icon_format', 'blu-ray', 
6964     oils_i18n_gettext(608, 'Blu-ray', 'ccvm', 'value'),
6965     oils_i18n_gettext(608, 'Blu-ray', 'ccvm', 'search_label'));
6966
6967 -- metarecord hold format for blu-ray
6968 INSERT INTO config.coded_value_map
6969     (id, ctype, code, value, search_label) VALUES 
6970 (609, 'mr_hold_format', 'blu-ray', 
6971     oils_i18n_gettext(609, 'Blu-ray', 'ccvm', 'value'),
6972     oils_i18n_gettext(609, 'Blu-ray', 'ccvm', 'search_label'));
6973
6974 -- search format values
6975 INSERT INTO config.coded_value_map
6976     (id, ctype, code, value, search_label) VALUES 
6977 (610, 'search_format', 'book', 
6978     oils_i18n_gettext(610, 'All Books', 'ccvm', 'value'),
6979     oils_i18n_gettext(610, 'All Books', 'ccvm', 'search_label')),
6980 (611, 'search_format', 'braille', 
6981     oils_i18n_gettext(611, 'Braille', 'ccvm', 'value'),
6982     oils_i18n_gettext(611, 'Braille', 'ccvm', 'search_label')),
6983 (612, 'search_format', 'software', 
6984     oils_i18n_gettext(612, 'Software and video games', 'ccvm', 'value'),
6985     oils_i18n_gettext(612, 'Software and video games', 'ccvm', 'search_label')),
6986 (613, 'search_format', 'dvd', 
6987     oils_i18n_gettext(613, 'DVD', 'ccvm', 'value'),
6988     oils_i18n_gettext(613, 'DVD', 'ccvm', 'search_label')),
6989 (614, 'search_format', 'ebook', 
6990     oils_i18n_gettext(614, 'E-book', 'ccvm', 'value'),
6991     oils_i18n_gettext(614, 'E-book', 'ccvm', 'search_label')),
6992 (615, 'search_format', 'eaudio', 
6993     oils_i18n_gettext(615, 'E-audio', 'ccvm', 'value'),
6994     oils_i18n_gettext(615, 'E-audio', 'ccvm', 'search_label')),
6995 (616, 'search_format', 'kit', 
6996     oils_i18n_gettext(616, 'Kit', 'ccvm', 'value'),
6997     oils_i18n_gettext(616, 'Kit', 'ccvm', 'search_label')),
6998 (617, 'search_format', 'map', 
6999     oils_i18n_gettext(617, 'Map', 'ccvm', 'value'),
7000     oils_i18n_gettext(617, 'Map', 'ccvm', 'search_label')),
7001 (618, 'search_format', 'microform', 
7002     oils_i18n_gettext(618, 'Microform', 'ccvm', 'value'),
7003     oils_i18n_gettext(618, 'Microform', 'ccvm', 'search_label')),
7004 (619, 'search_format', 'score', 
7005     oils_i18n_gettext(619, 'Music Score', 'ccvm', 'value'),
7006     oils_i18n_gettext(619, 'Music Score', 'ccvm', 'search_label')),
7007 (620, 'search_format', 'picture', 
7008     oils_i18n_gettext(620, 'Picture', 'ccvm', 'value'),
7009     oils_i18n_gettext(620, 'Picture', 'ccvm', 'search_label')),
7010 (621, 'search_format', 'equip', 
7011     oils_i18n_gettext(621, 'Equipment, games, toys', 'ccvm', 'value'),
7012     oils_i18n_gettext(621, 'Equipment, games, toys', 'ccvm', 'search_label')),
7013 (622, 'search_format', 'serial', 
7014     oils_i18n_gettext(622, 'Serials and magazines', 'ccvm', 'value'),
7015     oils_i18n_gettext(622, 'Serials and magazines', 'ccvm', 'search_label')),
7016 (623, 'search_format', 'vhs', 
7017     oils_i18n_gettext(623, 'VHS', 'ccvm', 'value'),
7018     oils_i18n_gettext(623, 'VHS', 'ccvm', 'search_label')),
7019 (624, 'search_format', 'evideo', 
7020     oils_i18n_gettext(624, 'E-video', 'ccvm', 'value'),
7021     oils_i18n_gettext(624, 'E-video', 'ccvm', 'search_label')),
7022 (625, 'search_format', 'cdaudiobook', 
7023     oils_i18n_gettext(625, 'CD Audiobook', 'ccvm', 'value'),
7024     oils_i18n_gettext(625, 'CD Audiobook', 'ccvm', 'search_label')),
7025 (626, 'search_format', 'cdmusic', 
7026     oils_i18n_gettext(626, 'CD Music recording', 'ccvm', 'value'),
7027     oils_i18n_gettext(626, 'CD Music recording', 'ccvm', 'search_label')),
7028 (627, 'search_format', 'casaudiobook', 
7029     oils_i18n_gettext(627, 'Cassette audiobook', 'ccvm', 'value'),
7030     oils_i18n_gettext(627, 'Cassette audiobook', 'ccvm', 'search_label')),
7031 (628, 'search_format', 'casmusic',
7032     oils_i18n_gettext(628, 'Audiocassette music recording', 'ccvm', 'value'),
7033     oils_i18n_gettext(628, 'Audiocassette music recording', 'ccvm', 'search_label')),
7034 (629, 'search_format', 'phonospoken', 
7035     oils_i18n_gettext(629, 'Phonograph spoken recording', 'ccvm', 'value'),
7036     oils_i18n_gettext(629, 'Phonograph spoken recording', 'ccvm', 'search_label')),
7037 (630, 'search_format', 'phonomusic', 
7038     oils_i18n_gettext(630, 'Phonograph music recording', 'ccvm', 'value'),
7039     oils_i18n_gettext(630, 'Phonograph music recording', 'ccvm', 'search_label')),
7040 (631, 'search_format', 'lpbook', 
7041     oils_i18n_gettext(631, 'Large Print Book', 'ccvm', 'value'),
7042     oils_i18n_gettext(631, 'Large Print Book', 'ccvm', 'search_label')),
7043 (632, 'search_format', 'music', 
7044     oils_i18n_gettext(632, 'All Music', 'ccvm', 'label'),
7045     oils_i18n_gettext(632, 'All Music', 'ccvm', 'search_label')),
7046 (633, 'search_format', 'blu-ray', 
7047     oils_i18n_gettext(633, 'Blu-ray', 'ccvm', 'value'),
7048     oils_i18n_gettext(633, 'Blu-ray', 'ccvm', 'search_label'));
7049
7050 -- RDA content type, media type, and carrier type
7051 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7052   VALUES (634, 'content_type', 'two-dimensional moving image',
7053   oils_i18n_gettext(634, 'two-dimensional moving image', 'ccvm', 'value'),
7054   'http://rdaregistry.info/termList/RDAContentType/1023');
7055 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7056   VALUES (635, 'content_type', 'three-dimensional moving image',
7057   oils_i18n_gettext(635, 'three-dimensional moving image', 'ccvm', 'value'),
7058   'http://rdaregistry.info/termList/RDAContentType/1022');
7059 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7060   VALUES (636, 'content_type', 'three-dimensional form',
7061   oils_i18n_gettext(636, 'three-dimensional form', 'ccvm', 'value'),
7062   'http://rdaregistry.info/termList/RDAContentType/1021');
7063 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7064   VALUES (637, 'content_type', 'text',
7065   oils_i18n_gettext(637, 'text', 'ccvm', 'value'),
7066   'http://rdaregistry.info/termList/RDAContentType/1020');
7067 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7068   VALUES (638, 'content_type', 'tactile three-dimensional form',
7069   oils_i18n_gettext(638, 'tactile three-dimensional form', 'ccvm', 'value'),
7070   'http://rdaregistry.info/termList/RDAContentType/1019');
7071 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7072   VALUES (639, 'content_type', 'tactile text',
7073   oils_i18n_gettext(639, 'tactile text', 'ccvm', 'value'),
7074   'http://rdaregistry.info/termList/RDAContentType/1018');
7075 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7076   VALUES (640, 'content_type', 'tactile notated movement',
7077   oils_i18n_gettext(640, 'tactile notated movement', 'ccvm', 'value'),
7078   'http://rdaregistry.info/termList/RDAContentType/1017');
7079 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7080   VALUES (641, 'content_type', 'tactile notated music',
7081   oils_i18n_gettext(641, 'tactile notated music', 'ccvm', 'value'),
7082   'http://rdaregistry.info/termList/RDAContentType/1016');
7083 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7084   VALUES (642, 'content_type', 'tactile image',
7085   oils_i18n_gettext(642, 'tactile image', 'ccvm', 'value'),
7086   'http://rdaregistry.info/termList/RDAContentType/1015');
7087 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7088   VALUES (643, 'content_type', 'still image',
7089   oils_i18n_gettext(643, 'still image', 'ccvm', 'value'),
7090   'http://rdaregistry.info/termList/RDAContentType/1014');
7091 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7092   VALUES (644, 'content_type', 'spoken word',
7093   oils_i18n_gettext(644, 'spoken word', 'ccvm', 'value'),
7094   'http://rdaregistry.info/termList/RDAContentType/1013');
7095 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7096   VALUES (645, 'content_type', 'sounds',
7097   oils_i18n_gettext(645, 'sounds', 'ccvm', 'value'),
7098   'http://rdaregistry.info/termList/RDAContentType/1012');
7099 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7100   VALUES (646, 'content_type', 'performed music',
7101   oils_i18n_gettext(646, 'performed music', 'ccvm', 'value'),
7102   'http://rdaregistry.info/termList/RDAContentType/1011');
7103 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7104   VALUES (647, 'content_type', 'notated music',
7105   oils_i18n_gettext(647, 'notated music', 'ccvm', 'value'),
7106   'http://rdaregistry.info/termList/RDAContentType/1010');
7107 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7108   VALUES (648, 'content_type', 'notated movement',
7109   oils_i18n_gettext(648, 'notated movement', 'ccvm', 'value'),
7110   'http://rdaregistry.info/termList/RDAContentType/1009');
7111 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7112   VALUES (649, 'content_type', 'computer program',
7113   oils_i18n_gettext(649, 'computer program', 'ccvm', 'value'),
7114   'http://rdaregistry.info/termList/RDAContentType/1008');
7115 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7116   VALUES (650, 'content_type', 'computer dataset',
7117   oils_i18n_gettext(650, 'computer dataset', 'ccvm', 'value'),
7118   'http://rdaregistry.info/termList/RDAContentType/1007');
7119 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7120   VALUES (651, 'content_type', 'cartographic three-dimensional form',
7121   oils_i18n_gettext(651, 'cartographic three-dimensional form', 'ccvm', 'value'),
7122   'http://rdaregistry.info/termList/RDAContentType/1006');
7123 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7124   VALUES (652, 'content_type', 'cartographic tactile three-dimensional form',
7125   oils_i18n_gettext(652, 'cartographic tactile three-dimensional form', 'ccvm', 'value'),
7126   'http://rdaregistry.info/termList/RDAContentType/1005');
7127 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7128   VALUES (653, 'content_type', 'cartographic tactile image',
7129   oils_i18n_gettext(653, 'cartographic tactile image', 'ccvm', 'value'),
7130   'http://rdaregistry.info/termList/RDAContentType/1004');
7131 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7132   VALUES (654, 'content_type', 'cartographic moving image',
7133   oils_i18n_gettext(654, 'cartographic moving image', 'ccvm', 'value'),
7134   'http://rdaregistry.info/termList/RDAContentType/1003');
7135 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7136   VALUES (655, 'content_type', 'cartographic image',
7137   oils_i18n_gettext(655, 'cartographic image', 'ccvm', 'value'),
7138   'http://rdaregistry.info/termList/RDAContentType/1002');
7139 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7140   VALUES (656, 'content_type', 'cartographic dataset',
7141   oils_i18n_gettext(656, 'cartographic dataset', 'ccvm', 'value'),
7142   'http://rdaregistry.info/termList/RDAContentType/1001');
7143 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7144   VALUES (657, 'media_type', 'video',
7145   oils_i18n_gettext(657, 'video', 'ccvm', 'value'),
7146   'http://rdaregistry.info/termList/RDAMediaType/1008');
7147 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7148   VALUES (658, 'media_type', 'unmediated',
7149   oils_i18n_gettext(658, 'unmediated', 'ccvm', 'value'),
7150   'http://rdaregistry.info/termList/RDAMediaType/1007');
7151 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7152   VALUES (659, 'media_type', 'stereographic',
7153   oils_i18n_gettext(659, 'stereographic', 'ccvm', 'value'),
7154   'http://rdaregistry.info/termList/RDAMediaType/1006');
7155 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7156   VALUES (660, 'media_type', 'projected',
7157   oils_i18n_gettext(660, 'projected', 'ccvm', 'value'),
7158   'http://rdaregistry.info/termList/RDAMediaType/1005');
7159 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7160   VALUES (661, 'media_type', 'microscopic',
7161   oils_i18n_gettext(661, 'microscopic', 'ccvm', 'value'),
7162   'http://rdaregistry.info/termList/RDAMediaType/1004');
7163 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7164   VALUES (662, 'media_type', 'computer',
7165   oils_i18n_gettext(662, 'computer', 'ccvm', 'value'),
7166   'http://rdaregistry.info/termList/RDAMediaType/1003');
7167 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7168   VALUES (663, 'media_type', 'microform',
7169   oils_i18n_gettext(663, 'microform', 'ccvm', 'value'),
7170   'http://rdaregistry.info/termList/RDAMediaType/1002');
7171 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7172   VALUES (664, 'media_type', 'audio',
7173   oils_i18n_gettext(664, 'audio', 'ccvm', 'value'),
7174   'http://rdaregistry.info/termList/RDAMediaType/1001');
7175 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7176   VALUES (665, 'media_type', 'Published',
7177   oils_i18n_gettext(665, 'Published', 'ccvm', 'value'),
7178   'http://metadataregistry.org/uri/RegStatus/1001');
7179 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7180   VALUES (666, 'carrier_type', 'film roll',
7181   oils_i18n_gettext(666, 'film roll', 'ccvm', 'value'),
7182   'http://rdaregistry.info/termList/RDACarrierType/1069');
7183 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7184   VALUES (667, 'carrier_type', 'videodisc',
7185   oils_i18n_gettext(667, 'videodisc', 'ccvm', 'value'),
7186   'http://rdaregistry.info/termList/RDACarrierType/1060');
7187 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7188   VALUES (668, 'carrier_type', 'object',
7189   oils_i18n_gettext(668, 'object', 'ccvm', 'value'),
7190   'http://rdaregistry.info/termList/RDACarrierType/1059');
7191 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7192   VALUES (669, 'carrier_type', 'microfilm roll',
7193   oils_i18n_gettext(669, 'microfilm roll', 'ccvm', 'value'),
7194   'http://rdaregistry.info/termList/RDACarrierType/1056');
7195 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7196   VALUES (670, 'carrier_type', 'videotape reel',
7197   oils_i18n_gettext(670, 'videotape reel', 'ccvm', 'value'),
7198   'http://rdaregistry.info/termList/RDACarrierType/1053');
7199 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7200   VALUES (671, 'carrier_type', 'videocassette',
7201   oils_i18n_gettext(671, 'videocassette', 'ccvm', 'value'),
7202   'http://rdaregistry.info/termList/RDACarrierType/1052');
7203 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7204   VALUES (672, 'carrier_type', 'video cartridge',
7205   oils_i18n_gettext(672, 'video cartridge', 'ccvm', 'value'),
7206   'http://rdaregistry.info/termList/RDACarrierType/1051');
7207 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7208   VALUES (673, 'carrier_type', 'volume',
7209   oils_i18n_gettext(673, 'volume', 'ccvm', 'value'),
7210   'http://rdaregistry.info/termList/RDACarrierType/1049');
7211 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7212   VALUES (674, 'carrier_type', 'sheet',
7213   oils_i18n_gettext(674, 'sheet', 'ccvm', 'value'),
7214   'http://rdaregistry.info/termList/RDACarrierType/1048');
7215 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7216   VALUES (675, 'carrier_type', 'roll',
7217   oils_i18n_gettext(675, 'roll', 'ccvm', 'value'),
7218   'http://rdaregistry.info/termList/RDACarrierType/1047');
7219 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7220   VALUES (676, 'carrier_type', 'flipchart',
7221   oils_i18n_gettext(676, 'flipchart', 'ccvm', 'value'),
7222   'http://rdaregistry.info/termList/RDACarrierType/1046');
7223 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7224   VALUES (677, 'carrier_type', 'card',
7225   oils_i18n_gettext(677, 'card', 'ccvm', 'value'),
7226   'http://rdaregistry.info/termList/RDACarrierType/1045');
7227 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7228   VALUES (678, 'carrier_type', 'stereograph disc',
7229   oils_i18n_gettext(678, 'stereograph disc', 'ccvm', 'value'),
7230   'http://rdaregistry.info/termList/RDACarrierType/1043');
7231 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7232   VALUES (679, 'carrier_type', 'stereograph card',
7233   oils_i18n_gettext(679, 'stereograph card', 'ccvm', 'value'),
7234   'http://rdaregistry.info/termList/RDACarrierType/1042');
7235 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7236   VALUES (680, 'carrier_type', 'slide',
7237   oils_i18n_gettext(680, 'slide', 'ccvm', 'value'),
7238   'http://rdaregistry.info/termList/RDACarrierType/1040');
7239 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7240   VALUES (681, 'carrier_type', 'overhead transparency',
7241   oils_i18n_gettext(681, 'overhead transparency', 'ccvm', 'value'),
7242   'http://rdaregistry.info/termList/RDACarrierType/1039');
7243 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7244   VALUES (682, 'carrier_type', 'filmstrip cartridge',
7245   oils_i18n_gettext(682, 'filmstrip cartridge', 'ccvm', 'value'),
7246   'http://rdaregistry.info/termList/RDACarrierType/1037');
7247 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7248   VALUES (683, 'carrier_type', 'filmstrip',
7249   oils_i18n_gettext(683, 'filmstrip', 'ccvm', 'value'),
7250   'http://rdaregistry.info/termList/RDACarrierType/1036');
7251 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7252   VALUES (684, 'carrier_type', 'filmslip',
7253   oils_i18n_gettext(684, 'filmslip', 'ccvm', 'value'),
7254   'http://rdaregistry.info/termList/RDACarrierType/1035');
7255 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7256   VALUES (685, 'carrier_type', 'film reel',
7257   oils_i18n_gettext(685, 'film reel', 'ccvm', 'value'),
7258   'http://rdaregistry.info/termList/RDACarrierType/1034');
7259 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7260   VALUES (686, 'carrier_type', 'film cassette',
7261   oils_i18n_gettext(686, 'film cassette', 'ccvm', 'value'),
7262   'http://rdaregistry.info/termList/RDACarrierType/1033');
7263 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7264   VALUES (687, 'carrier_type', 'film cartridge',
7265   oils_i18n_gettext(687, 'film cartridge', 'ccvm', 'value'),
7266   'http://rdaregistry.info/termList/RDACarrierType/1032');
7267 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7268   VALUES (688, 'carrier_type', 'microscope slide',
7269   oils_i18n_gettext(688, 'microscope slide', 'ccvm', 'value'),
7270   'http://rdaregistry.info/termList/RDACarrierType/1030');
7271 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7272   VALUES (689, 'carrier_type', 'microopaque',
7273   oils_i18n_gettext(689, 'microopaque', 'ccvm', 'value'),
7274   'http://rdaregistry.info/termList/RDACarrierType/1028');
7275 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7276   VALUES (690, 'carrier_type', 'microfilm slip',
7277   oils_i18n_gettext(690, 'microfilm slip', 'ccvm', 'value'),
7278   'http://rdaregistry.info/termList/RDACarrierType/1027');
7279 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7280   VALUES (691, 'carrier_type', 'microfilm reel',
7281   oils_i18n_gettext(691, 'microfilm reel', 'ccvm', 'value'),
7282   'http://rdaregistry.info/termList/RDACarrierType/1026');
7283 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7284   VALUES (692, 'carrier_type', 'microfilm cassette',
7285   oils_i18n_gettext(692, 'microfilm cassette', 'ccvm', 'value'),
7286   'http://rdaregistry.info/termList/RDACarrierType/1025');
7287 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7288   VALUES (693, 'carrier_type', 'microfilm cartridge',
7289   oils_i18n_gettext(693, 'microfilm cartridge', 'ccvm', 'value'),
7290   'http://rdaregistry.info/termList/RDACarrierType/1024');
7291 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7292   VALUES (694, 'carrier_type', 'microfiche cassette',
7293   oils_i18n_gettext(694, 'microfiche cassette', 'ccvm', 'value'),
7294   'http://rdaregistry.info/termList/RDACarrierType/1023');
7295 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7296   VALUES (695, 'carrier_type', 'microfiche',
7297   oils_i18n_gettext(695, 'microfiche', 'ccvm', 'value'),
7298   'http://rdaregistry.info/termList/RDACarrierType/1022');
7299 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7300   VALUES (696, 'carrier_type', 'aperture card',
7301   oils_i18n_gettext(696, 'aperture card', 'ccvm', 'value'),
7302   'http://rdaregistry.info/termList/RDACarrierType/1021');
7303 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7304   VALUES (697, 'carrier_type', 'online resource',
7305   oils_i18n_gettext(697, 'online resource', 'ccvm', 'value'),
7306   'http://rdaregistry.info/termList/RDACarrierType/1018');
7307 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7308   VALUES (698, 'carrier_type', 'computer tape reel',
7309   oils_i18n_gettext(698, 'computer tape reel', 'ccvm', 'value'),
7310   'http://rdaregistry.info/termList/RDACarrierType/1017');
7311 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7312   VALUES (699, 'carrier_type', 'computer tape cassette',
7313   oils_i18n_gettext(699, 'computer tape cassette', 'ccvm', 'value'),
7314   'http://rdaregistry.info/termList/RDACarrierType/1016');
7315 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7316   VALUES (700, 'carrier_type', 'computer tape cartridge',
7317   oils_i18n_gettext(700, 'computer tape cartridge', 'ccvm', 'value'),
7318   'http://rdaregistry.info/termList/RDACarrierType/1015');
7319 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7320   VALUES (701, 'carrier_type', 'computer disc cartridge',
7321   oils_i18n_gettext(701, 'computer disc cartridge', 'ccvm', 'value'),
7322   'http://rdaregistry.info/termList/RDACarrierType/1014');
7323 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7324   VALUES (702, 'carrier_type', 'computer disc',
7325   oils_i18n_gettext(702, 'computer disc', 'ccvm', 'value'),
7326   'http://rdaregistry.info/termList/RDACarrierType/1013');
7327 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7328   VALUES (703, 'carrier_type', 'computer chip cartridge',
7329   oils_i18n_gettext(703, 'computer chip cartridge', 'ccvm', 'value'),
7330   'http://rdaregistry.info/termList/RDACarrierType/1012');
7331 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7332   VALUES (704, 'carrier_type', 'computer card',
7333   oils_i18n_gettext(704, 'computer card', 'ccvm', 'value'),
7334   'http://rdaregistry.info/termList/RDACarrierType/1011');
7335 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7336   VALUES (705, 'carrier_type', 'audiotape reel',
7337   oils_i18n_gettext(705, 'audiotape reel', 'ccvm', 'value'),
7338   'http://rdaregistry.info/termList/RDACarrierType/1008');
7339 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7340   VALUES (706, 'carrier_type', 'audiocassette',
7341   oils_i18n_gettext(706, 'audiocassette', 'ccvm', 'value'),
7342   'http://rdaregistry.info/termList/RDACarrierType/1007');
7343 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7344   VALUES (707, 'carrier_type', 'audio roll',
7345   oils_i18n_gettext(707, 'audio roll', 'ccvm', 'value'),
7346   'http://rdaregistry.info/termList/RDACarrierType/1006');
7347 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7348   VALUES (708, 'carrier_type', 'sound-track reel',
7349   oils_i18n_gettext(708, 'sound-track reel', 'ccvm', 'value'),
7350   'http://rdaregistry.info/termList/RDACarrierType/1005');
7351 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7352   VALUES (709, 'carrier_type', 'audio disc',
7353   oils_i18n_gettext(709, 'audio disc', 'ccvm', 'value'),
7354   'http://rdaregistry.info/termList/RDACarrierType/1004');
7355 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7356   VALUES (710, 'carrier_type', 'audio cylinder',
7357   oils_i18n_gettext(710, 'audio cylinder', 'ccvm', 'value'),
7358   'http://rdaregistry.info/termList/RDACarrierType/1003');
7359 INSERT INTO config.coded_value_map (id, ctype, code, value, concept_uri)
7360   VALUES (711, 'carrier_type', 'audio cartridge',
7361   oils_i18n_gettext(711, 'audio cartridge', 'ccvm', 'value'),
7362   'http://rdaregistry.info/termList/RDACarrierType/1002');
7363
7364 -- carve out a slot of 10k IDs for stock CCVMs
7365 SELECT SETVAL('config.coded_value_map_id_seq'::TEXT, 10000);
7366
7367
7368 -- composite definitions for record attr "icon_format"
7369
7370 INSERT INTO config.composite_attr_entry_definition 
7371     (coded_value, definition) VALUES
7372 --book
7373 (564, '{"0":[{"_attr":"item_type","_val":"a"},{"_attr":"item_type","_val":"t"}],"1":{"_not":[{"_attr":"item_form","_val":"a"},{"_attr":"item_form","_val":"b"},{"_attr":"item_form","_val":"c"},{"_attr":"item_form","_val":"d"},{"_attr":"item_form","_val":"f"},{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"q"},{"_attr":"item_form","_val":"r"},{"_attr":"item_form","_val":"s"}]},"2":[{"_attr":"bib_level","_val":"a"},{"_attr":"bib_level","_val":"c"},{"_attr":"bib_level","_val":"d"},{"_attr":"bib_level","_val":"m"}]}'),
7374
7375 -- braille
7376 (565, '{"0":{"_attr":"item_type","_val":"a"},"1":{"_attr":"item_form","_val":"f"}}'),
7377
7378 -- software
7379 (566, '{"_attr":"item_type","_val":"m"}'),
7380
7381 -- dvd
7382 (567, '{"_attr":"vr_format","_val":"v"}'),
7383
7384 -- ebook
7385 (568, '{"0":[{"_attr":"item_type","_val":"a"},{"_attr":"item_type","_val":"t"}],"1":[{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"q"}],"2":[{"_attr":"bib_level","_val":"a"},{"_attr":"bib_level","_val":"c"},{"_attr":"bib_level","_val":"d"},{"_attr":"bib_level","_val":"m"}]}'),
7386
7387 -- eaudio
7388 (569, '{"0":{"_attr":"item_type","_val":"i"},"1":[{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"q"},{"_attr":"item_form","_val":"s"}]}'),
7389
7390 -- kit
7391 (570, '[{"_attr":"item_type","_val":"o"},{"_attr":"item_type","_val":"p"}]'),
7392
7393 -- map
7394 (571, '[{"_attr":"item_type","_val":"e"},{"_attr":"item_type","_val":"f"}]'),
7395
7396 -- microform
7397 (572, '[{"_attr":"item_form","_val":"a"},{"_attr":"item_form","_val":"b"},{"_attr":"item_form","_val":"c"}]'),
7398
7399 -- score
7400 (573, '[{"_attr":"item_type","_val":"c"},{"_attr":"item_type","_val":"d"}]'),
7401
7402 -- picture
7403 (574, '{"_attr":"item_type","_val":"k"}'),
7404
7405 -- equip
7406 (575, '{"_attr":"item_type","_val":"r"}'),
7407
7408 -- serial
7409 (576, '[{"_attr":"bib_level","_val":"b"},{"_attr":"bib_level","_val":"s"}]'),
7410
7411 -- vhs
7412 (577, '{"_attr":"vr_format","_val":"b"}'),
7413
7414 -- evideo
7415 (578, '{"0":{"_attr":"item_type","_val":"g"},"1":[{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"q"}]}'),
7416
7417 -- cdaudiobook
7418 (579, '{"0":{"_attr":"item_type","_val":"i"},"1":{"_attr":"sr_format","_val":"f"}}'),
7419
7420 -- cdmusic
7421 (580, '{"0":{"_attr":"item_type","_val":"j"},"1":{"_attr":"sr_format","_val":"f"}}'),
7422
7423 -- casaudiobook
7424 (581, '{"0":{"_attr":"item_type","_val":"i"},"1":{"_attr":"sr_format","_val":"l"}}'),
7425
7426 -- casmusic
7427 (582, '{"0":{"_attr":"item_type","_val":"j"},"1":{"_attr":"sr_format","_val":"l"}}'),
7428
7429 -- phonospoken
7430 (583, '{"0":{"_attr":"item_type","_val":"i"},"1":[{"_attr":"sr_format","_val":"a"},{"_attr":"sr_format","_val":"b"},{"_attr":"sr_format","_val":"c"},{"_attr":"sr_format","_val":"d"},{"_attr":"sr_format","_val":"e"}]}'),
7431
7432 -- phonomusic
7433 (584, '{"0":{"_attr":"item_type","_val":"j"},"1":[{"_attr":"sr_format","_val":"a"},{"_attr":"sr_format","_val":"b"},{"_attr":"sr_format","_val":"c"},{"_attr":"sr_format","_val":"d"},{"_attr":"sr_format","_val":"e"}]}'),
7434
7435 -- lpbook
7436 (585, '{"0":[{"_attr":"item_type","_val":"a"},{"_attr":"item_type","_val":"t"}],"1":{"_attr":"item_form","_val":"d"},"2":[{"_attr":"bib_level","_val":"a"},{"_attr":"bib_level","_val":"c"},{"_attr":"bib_level","_val":"d"},{"_attr":"bib_level","_val":"m"}]}');
7437
7438 -- music (catch-all)
7439 INSERT INTO config.composite_attr_entry_definition 
7440     (coded_value, definition) VALUES
7441 (607, '{"0":{"_attr":"item_type","_val":"j"},"1":{"_not":[{"_attr":"sr_format","_val":"a"},{"_attr":"sr_format","_val":"b"},{"_attr":"sr_format","_val":"c"},{"_attr":"sr_format","_val":"d"},{"_attr":"sr_format","_val":"f"},{"_attr":"sr_format","_val":"e"},{"_attr":"sr_format","_val":"l"}]}}');
7442
7443 -- blu-ray icon_format
7444 INSERT INTO config.composite_attr_entry_definition 
7445     (coded_value, definition) VALUES (608, '{"_attr":"vr_format","_val":"s"}');
7446
7447 -- use the definitions from the icon_format as the basis for the MR hold format definitions
7448 DO $$
7449     DECLARE format TEXT;
7450 BEGIN
7451     FOR format IN SELECT UNNEST(
7452         '{book,braille,software,dvd,kit,map,microform,score,picture,equip,serial,vhs,cdaudiobook,cdmusic,casaudiobook,casmusic,phonospoken,phonomusic,lpbook,blu-ray}'::text[])
7453     LOOP
7454         INSERT INTO config.composite_attr_entry_definition 
7455             (coded_value, definition) VALUES
7456             (
7457                 -- get the ID from the new ccvm above
7458                 (SELECT id FROM config.coded_value_map 
7459                     WHERE code = format AND ctype = 'mr_hold_format'),
7460                 -- get the def of the matching ccvm attached to the icon_format attr
7461                 (SELECT definition FROM config.composite_attr_entry_definition ccaed
7462                     JOIN config.coded_value_map ccvm ON (ccaed.coded_value = ccvm.id)
7463                     WHERE ccvm.ctype = 'icon_format' AND ccvm.code = format)
7464             );
7465     END LOOP; 
7466 END $$;
7467
7468 -- copy the composite definition from icon_format into 
7469 -- search_format for a baseline data set
7470 DO $$
7471     DECLARE format config.coded_value_map%ROWTYPE;
7472 BEGIN
7473     FOR format IN SELECT * 
7474         FROM config.coded_value_map WHERE ctype = 'icon_format'
7475     LOOP
7476         INSERT INTO config.composite_attr_entry_definition 
7477             (coded_value, definition) VALUES
7478             (
7479                 -- get the ID from the new ccvm above
7480                 (SELECT id FROM config.coded_value_map 
7481                     WHERE code = format.code AND ctype = 'search_format'),
7482
7483                 -- def of the matching icon_format attr
7484                 (SELECT definition FROM config.composite_attr_entry_definition 
7485                     WHERE coded_value = format.id)
7486             );
7487     END LOOP; 
7488 END $$;
7489
7490 -- modify the 'book' definition so that it includes large print
7491 UPDATE config.composite_attr_entry_definition 
7492     SET definition = '{"0":[{"_attr":"item_type","_val":"a"},{"_attr":"item_type","_val":"t"}],"1":{"_not":[{"_attr":"item_form","_val":"a"},{"_attr":"item_form","_val":"b"},{"_attr":"item_form","_val":"c"},{"_attr":"item_form","_val":"f"},{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"q"},{"_attr":"item_form","_val":"r"},{"_attr":"item_form","_val":"s"}]},"2":[{"_attr":"bib_level","_val":"a"},{"_attr":"bib_level","_val":"c"},{"_attr":"bib_level","_val":"d"},{"_attr":"bib_level","_val":"m"}]}'
7493     WHERE coded_value = 610;
7494
7495 -- modify 'music' to include all recorded music, regardless of format
7496 UPDATE config.composite_attr_entry_definition 
7497     SET definition = '{"_attr":"item_type","_val":"j"}'
7498     WHERE coded_value = 632;
7499
7500
7501 -- Trigger Event Definitions -------------------------------------------------
7502
7503 -- Sample Overdue Notice --
7504
7505 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, max_delay, template) 
7506     VALUES (1, 'f', 1, '7 Day Overdue Email Notification', 'checkout.due', 'CircIsOverdue', 'SendEmail', '7 days', 'due_date', 'usr', '8 days', 
7507 $$
7508 [%- USE date -%]
7509 [%- user = target.0.usr -%]
7510 To: [%- params.recipient_email || user.email %]
7511 From: [%- params.sender_email || default_sender %]
7512 Subject: Overdue Notification
7513
7514 Dear [% user.family_name %], [% user.first_given_name %]
7515 Our records indicate the following items are overdue.
7516
7517 [% FOR circ IN target %]
7518     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
7519     Title: [% copy_details.title %]
7520     Author: [% copy_details.author %]
7521     Call Number: [% circ.target_copy.call_number.label %]
7522     Barcode: [% circ.target_copy.barcode %]
7523     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
7524     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
7525     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
7526     Library: [% circ.circ_lib.name %]
7527
7528 [% END %]
7529
7530 $$);
7531
7532 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7533     (1, 'target_copy.call_number'),
7534     (1, 'target_copy.location'),
7535     (1, 'usr'),
7536     (1, 'billable_transaction.summary'),
7537     (1, 'circ_lib.billing_address');
7538
7539 -- Sample Mark Long-Overdue Item Lost --
7540
7541 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field) 
7542     VALUES (2, 'f', 1, '90 Day Overdue Mark Lost', 'checkout.due', 'CircIsOverdue', 'MarkItemLost', '90 days', 'due_date');
7543
7544 INSERT INTO action_trigger.event_params (event_def, param, value) VALUES
7545     (2, 'editor', '''1''');
7546
7547 -- Sample Auto Mark Lost Notice --
7548
7549 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, template) 
7550     VALUES (3, 'f', 1, '90 Day Overdue Mark Lost Notice', 'lost.auto', 'NOOP_True', 'SendEmail', 'usr',
7551 $$
7552 [%- USE date -%]
7553 [%- user = target.0.usr -%]
7554 To: [%- params.recipient_email || user.email %]
7555 From: [%- params.sender_email || default_sender %]
7556 Subject: Overdue Items Marked Lost
7557
7558 Dear [% user.family_name %], [% user.first_given_name %]
7559 The following items are 90 days overdue and have been marked LOST.
7560
7561 [% FOR circ IN target %]
7562     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
7563     Title: [% copy_details.title %], by [% copy_details.author %]
7564     Call Number: [% circ.target_copy.call_number.label %]
7565     Shelving Location: [% circ.target_copy.location.name %]
7566     Barcode: [% circ.target_copy.barcode %]
7567     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
7568     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
7569     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
7570     Library: [% circ.circ_lib.name %]
7571
7572 [% END %]
7573
7574 $$);
7575
7576
7577 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7578     (3, 'target_copy.call_number'),
7579     (3, 'usr'),
7580     (3, 'billable_transaction.summary'),
7581     (3, 'circ_lib.billing_address'),
7582     (3, 'target_copy.location');
7583
7584
7585 -- Sample Purchase Order HTML Template --
7586
7587 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, template) 
7588     VALUES (4, 't', 1, 'PO HTML', 'format.po.html', 'NOOP_True', 'ProcessTemplate', 
7589 $$
7590 [%- USE date -%]
7591 [%-
7592     # find a lineitem attribute by name and optional type
7593     BLOCK get_li_attr;
7594         FOR attr IN li.attributes;
7595             IF attr.attr_name == attr_name;
7596                 IF !attr_type OR attr_type == attr.attr_type;
7597                     attr.attr_value;
7598                     LAST;
7599                 END;
7600             END;
7601         END;
7602     END
7603 -%]
7604
7605 <h2>Purchase Order: [% target.name %] ([% target.id %])</h2>
7606 <br/>
7607 date <b>[% date.format(date.now, '%Y%m%d') %]</b>
7608 <br/>
7609
7610 <style>
7611     table td { padding:5px; border:1px solid #aaa;}
7612     table { width:95%; border-collapse:collapse; }
7613     #vendor-notes { padding:5px; border:1px solid #aaa; }
7614 </style>
7615 <table id='vendor-table'>
7616   <tr>
7617     <td valign='top'>Vendor</td>
7618     <td>
7619       <div>[% target.provider.name %]</div>
7620       <div>[% target.provider.addresses.0.street1 %]</div>
7621       <div>[% target.provider.addresses.0.street2 %]</div>
7622       <div>[% target.provider.addresses.0.city %]</div>
7623       <div>[% target.provider.addresses.0.state %]</div>
7624       <div>[% target.provider.addresses.0.country %]</div>
7625       <div>[% target.provider.addresses.0.post_code %]</div>
7626     </td>
7627     <td valign='top'>Ship to / Bill to</td>
7628     <td>
7629       <div>[% target.ordering_agency.name %]</div>
7630       <div>[% target.ordering_agency.billing_address.street1 %]</div>
7631       <div>[% target.ordering_agency.billing_address.street2 %]</div>
7632       <div>[% target.ordering_agency.billing_address.city %]</div>
7633       <div>[% target.ordering_agency.billing_address.state %]</div>
7634       <div>[% target.ordering_agency.billing_address.country %]</div>
7635       <div>[% target.ordering_agency.billing_address.post_code %]</div>
7636     </td>
7637   </tr>
7638 </table>
7639
7640 <br/><br/>
7641 <fieldset id='vendor-notes'>
7642     <legend>Notes to the Vendor</legend>
7643     <ul>
7644     [% FOR note IN target.notes %]
7645         [% IF note.vendor_public == 't' %]
7646             <li>[% note.value %]</li>
7647         [% END %]
7648     [% END %]
7649     </ul>
7650 </fieldset>
7651 <br/><br/>
7652
7653 <table>
7654   <thead>
7655     <tr>
7656       <th>PO#</th>
7657       <th>ISBN or Item #</th>
7658       <th>Title</th>
7659       <th>Quantity</th>
7660       <th>Unit Price</th>
7661       <th>Line Total</th>
7662       <th>Delayed / Canceled</th>
7663       <th>Notes</th>
7664     </tr>
7665   </thead>
7666   <tbody>
7667
7668   [% subtotal = 0 %]
7669   [% FOR li IN target.lineitems %]
7670
7671   <tr>
7672     [% count = li.lineitem_details.size %]
7673     [% price = li.estimated_unit_price %]
7674     [% litotal = (price * count) %]
7675     [% subtotal = subtotal + litotal %]
7676     [% 
7677         ident_attr = helpers.get_li_order_ident(li.attributes);
7678         SET ident_value = ident_attr.attr_value IF ident_attr;
7679     %]
7680     <td>[% target.id %]</td>
7681     <td>[% ident_value %]</td>
7682     <td>[% PROCESS get_li_attr attr_name = 'title' %]</td>
7683     <td>[% count %]</td>
7684     <td>[% price %]</td>
7685     <td>[% litotal %]</td>
7686     <td>[% li.cancel_reason.label %]</td>
7687     <td>
7688         <ul>
7689         [% FOR note IN li.lineitem_notes %]
7690             [% IF note.vendor_public == 't' %]
7691                 <li>[% note.value %]</li>
7692             [% END %]
7693         [% END %]
7694         </ul>
7695     </td>
7696   </tr>
7697   [% END %]
7698   <tr>
7699     <td/><td/><td/><td/>
7700     <td>Subtotal</td>
7701     <td>[% subtotal %]</td>
7702   </tr>
7703   </tbody>
7704 </table>
7705
7706 <br/>
7707
7708 Total Line Item Count: [% target.lineitems.size %]
7709 $$);
7710
7711 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7712     (4, 'lineitems.lineitem_details.fund'),
7713     (4, 'lineitems.lineitem_details.location'),
7714     (4, 'lineitems.lineitem_details.owning_lib'),
7715     (4, 'ordering_agency.mailing_address'),
7716     (4, 'ordering_agency.billing_address'),
7717     (4, 'provider.addresses'),
7718     (4, 'lineitems.attributes'),
7719     (4, 'lineitems.cancel_reason'),
7720     (4, 'lineitems.lineitem_notes'),
7721     (4, 'notes');
7722
7723 INSERT INTO action_trigger.cleanup ( module, description ) VALUES (
7724     'CreateHoldNotification',
7725     oils_i18n_gettext(
7726         'CreateHoldNotification',
7727         'Creates a hold_notification record for each notified hold',
7728         'atclean',
7729         'description'
7730     )
7731 );
7732
7733 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, cleanup_success, template)
7734     VALUES (5, 'f', 1, 'Hold Ready for Pickup Email Notification', 'hold.available', 'HoldIsAvailable', 'SendEmail', '30 minutes', 'shelf_time', 'usr', 'CreateHoldNotification',
7735 $$
7736 [%- USE date -%]
7737 [%- user = target.0.usr -%]
7738 To: [%- params.recipient_email || user.email %]
7739 From: [%- params.sender_email || default_sender %]
7740 Subject: Hold Available Notification
7741
7742 Dear [% user.family_name %], [% user.first_given_name %]
7743 The item(s) you requested are available for pickup from the Library.
7744
7745 [% FOR hold IN target %]
7746     [%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7747     Title: [% copy_details.title %]
7748     Author: [% copy_details.author %]
7749     Call Number: [% hold.current_copy.call_number.label %]
7750     Barcode: [% hold.current_copy.barcode %]
7751     Library: [% hold.pickup_lib.name %]
7752 [% END %]
7753
7754 $$);
7755
7756 INSERT INTO action_trigger.event_params (event_def, param, value)
7757     VALUES (5, 'check_email_notify', 1);
7758
7759 INSERT INTO action_trigger.hook (
7760         key,
7761         core_type,
7762         description,
7763         passive
7764     ) VALUES (
7765         'hold_request.shelf_expires_soon',
7766         'ahr',
7767         'A hold on the shelf will expire there soon.',
7768         TRUE
7769     );
7770
7771 INSERT INTO action_trigger.environment (event_def, path) VALUES
7772     (5, 'current_copy.call_number'),
7773     (5, 'usr'),
7774     (5, 'pickup_lib.billing_address');
7775
7776
7777 INSERT INTO action_trigger.event_definition (
7778         id,
7779         active,
7780         owner,
7781         name,
7782         hook,
7783         validator,
7784         reactor,
7785         delay,
7786         delay_field,
7787         group_field,
7788         template
7789     ) VALUES (
7790         7,
7791         FALSE,
7792         1,
7793         'Hold Expires from Shelf Soon',
7794         'hold_request.shelf_expires_soon',
7795         'HoldIsAvailable',
7796         'SendEmail',
7797         '- 1 DAY',
7798         'shelf_expire_time',
7799         'usr',
7800 $$
7801 [%- USE date -%]
7802 [%- user = target.0.usr -%]
7803 To: [%- params.recipient_email || user.email %]
7804 From: [%- params.sender_email || default_sender %]
7805 Subject: Hold Available Notification
7806
7807 Dear [% user.family_name %], [% user.first_given_name %]
7808 You requested holds on the following item(s), which are available for
7809 pickup, but these holds will soon expire.
7810
7811 [% FOR hold IN target %]
7812     [%- data = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7813     Title: [% data.title %]
7814     Author: [% data.author %]
7815     Library: [% hold.pickup_lib.name %]
7816 [% END %]
7817 $$
7818 );
7819
7820 INSERT INTO action_trigger.event_params (event_def, param, value)
7821     VALUES (7, 'check_email_notify', 1);
7822
7823 INSERT INTO action_trigger.environment (
7824         event_def,
7825         path
7826     ) VALUES
7827     ( 7, 'current_copy'),
7828     ( 7, 'pickup_lib.billing_address'),
7829     ( 7, 'usr');
7830
7831 -- long wait hold request notifications
7832
7833 INSERT INTO action_trigger.hook (
7834         key,
7835         core_type,
7836         description,
7837         passive
7838     ) VALUES (
7839         'hold_request.long_wait',
7840         'ahr',
7841         'A patron has been waiting on a hold to be fulfilled for a long time.',
7842         TRUE
7843     );
7844
7845 INSERT INTO action_trigger.validator (module,description) VALUES
7846     ('HoldNotifyCheck',
7847     oils_i18n_gettext(
7848         'HoldNotifyCheck',
7849         'Check Hold notification flag(s)',
7850         'atval',
7851         'description'
7852     ));
7853
7854 INSERT INTO action_trigger.event_definition (
7855         id,
7856         active,
7857         owner,
7858         name,
7859         hook,
7860         validator,
7861         reactor,
7862         delay,
7863         delay_field,
7864         group_field,
7865         template
7866     ) VALUES (
7867         9,
7868         FALSE,
7869         1,
7870         'Hold waiting for pickup for long time',
7871         'hold_request.long_wait',
7872         'HoldNotifyCheck',
7873         'SendEmail',
7874         '6 MONTHS',
7875         'request_time',
7876         'usr',
7877 $$
7878 [%- USE date -%]
7879 [%- user = target.0.usr -%]
7880 To: [%- params.recipient_email || user.email %]
7881 From: [%- params.sender_email || default_sender %]
7882 Subject: Long Wait Hold Notification
7883
7884 Dear [% user.family_name %], [% user.first_given_name %]
7885
7886 You requested hold(s) on the following item(s), but unfortunately
7887 we have not been able to fulfill your request after a considerable
7888 length of time.  If you would still like to receive these items,
7889 no action is required.
7890
7891 [% FOR hold IN target %]
7892     [%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7893     Title: [% copy_details.title %]
7894     Author: [% copy_details.author %]
7895 [% END %]
7896 $$
7897 );
7898
7899 INSERT INTO action_trigger.environment (event_def, path)
7900     VALUES
7901     (9, 'pickup_lib'),
7902     (9, 'usr'),
7903     (9, 'current_copy.call_number');
7904
7905 INSERT INTO action_trigger.event_params (event_def, param, value)
7906     VALUES (9, 'check_email_notify', 1);
7907
7908 -- trigger data related to acq user requests
7909
7910 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
7911         'aur.ordered',
7912         'aur', 
7913         oils_i18n_gettext(
7914             'aur.ordered',
7915             'A patron acquisition request has been marked On-Order.',
7916             'ath',
7917             'description'
7918         ), 
7919         TRUE
7920     ), (
7921         'aur.received', 
7922         'aur', 
7923         oils_i18n_gettext(
7924             'aur.received', 
7925             'A patron acquisition request has been marked Received.',
7926             'ath',
7927             'description'
7928         ),
7929         TRUE
7930     ), (
7931         'aur.cancelled',
7932         'aur',
7933         oils_i18n_gettext(
7934             'aur.cancelled',
7935             'A patron acquisition request has been marked Cancelled.',
7936             'ath',
7937             'description'
7938         ),
7939         TRUE
7940     ), (
7941         'aur.created',
7942         'aur',
7943         oils_i18n_gettext(
7944             'aur.created',
7945             'A patron has made an acquisitions request.',
7946             'ath',
7947             'description'
7948         ),
7949         TRUE
7950     ), (
7951         'aur.rejected',
7952         'aur',
7953         oils_i18n_gettext(
7954             'aur.rejected',
7955             'A patron acquisition request has been rejected.',
7956             'ath',
7957             'description'
7958         ),
7959         TRUE
7960     )
7961 ;
7962
7963 INSERT INTO action_trigger.validator (module,description) VALUES (
7964         'Acq::UserRequestOrdered',
7965         oils_i18n_gettext(
7966             'Acq::UserRequestOrdered',
7967             'Tests to see if the corresponding Line Item has a state of "on-order".',
7968             'atval',
7969             'description'
7970         )
7971     ), (
7972         'Acq::UserRequestReceived',
7973         oils_i18n_gettext(
7974             'Acq::UserRequestReceived',
7975             'Tests to see if the corresponding Line Item has a state of "received".',
7976             'atval',
7977             'description'
7978         )
7979     ), (
7980         'Acq::UserRequestCancelled',
7981         oils_i18n_gettext(
7982             'Acq::UserRequestCancelled',
7983             'Tests to see if the corresponding Line Item has a state of "cancelled".',
7984             'atval',
7985             'description'
7986         )
7987     )
7988 ;
7989
7990 INSERT INTO action_trigger.event_definition (
7991         id,
7992         active,
7993         owner,
7994         name,
7995         hook,
7996         validator,
7997         reactor,
7998         template
7999     ) VALUES (
8000         15,
8001         FALSE,
8002         1,
8003         'Email Notice: Patron Acquisition Request marked On-Order.',
8004         'aur.ordered',
8005         'Acq::UserRequestOrdered',
8006         'SendEmail',
8007 $$
8008 [%- USE date -%]
8009 [%- SET li = target.lineitem; -%]
8010 [%- SET user = target.usr -%]
8011 [%- SET title = helpers.get_li_attr("title", "", li.attributes) -%]
8012 [%- SET author = helpers.get_li_attr("author", "", li.attributes) -%]
8013 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) -%]
8014 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) -%]
8015 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
8016 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
8017
8018 To: [%- params.recipient_email || user.email %]
8019 From: [%- params.sender_email || default_sender %]
8020 Subject: Acquisition Request Notification
8021
8022 Dear [% user.family_name %], [% user.first_given_name %]
8023 Our records indicate the following acquisition request has been placed on order.
8024
8025 Title: [% title %]
8026 [% IF author %]Author: [% author %][% END %]
8027 [% IF edition %]Edition: [% edition %][% END %]
8028 [% IF isbn %]ISBN: [% isbn %][% END %]
8029 [% IF publisher %]Publisher: [% publisher %][% END %]
8030 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
8031 Lineitem ID: [% li.id %]
8032 $$
8033     ), (
8034         16,
8035         FALSE,
8036         1,
8037         'Email Notice: Patron Acquisition Request marked Received.',
8038         'aur.received',
8039         'Acq::UserRequestReceived',
8040         'SendEmail',
8041 $$
8042 [%- USE date -%]
8043 [%- SET li = target.lineitem; -%]
8044 [%- SET user = target.usr -%]
8045 [%- SET title = helpers.get_li_attr("title", "", li.attributes) %]
8046 [%- SET author = helpers.get_li_attr("author", "", li.attributes) %]
8047 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) %]
8048 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) %]
8049 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
8050 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
8051
8052 To: [%- params.recipient_email || user.email %]
8053 From: [%- params.sender_email || default_sender %]
8054 Subject: Acquisition Request Notification
8055
8056 Dear [% user.family_name %], [% user.first_given_name %]
8057 Our records indicate the materials for the following acquisition request have been received.
8058
8059 Title: [% title %]
8060 [% IF author %]Author: [% author %][% END %]
8061 [% IF edition %]Edition: [% edition %][% END %]
8062 [% IF isbn %]ISBN: [% isbn %][% END %]
8063 [% IF publisher %]Publisher: [% publisher %][% END %]
8064 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
8065 Lineitem ID: [% li.id %]
8066 $$
8067     ), (
8068         17,
8069         FALSE,
8070         1,
8071         'Email Notice: Patron Acquisition Request marked Cancelled.',
8072         'aur.cancelled',
8073         'Acq::UserRequestCancelled',
8074         'SendEmail',
8075 $$
8076 [%- USE date -%]
8077 [%- SET li = target.lineitem; -%]
8078 [%- SET user = target.usr -%]
8079 [%- SET title = helpers.get_li_attr("title", "", li.attributes) %]
8080 [%- SET author = helpers.get_li_attr("author", "", li.attributes) %]
8081 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) %]
8082 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) %]
8083 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
8084 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
8085
8086 To: [%- params.recipient_email || user.email %]
8087 From: [%- params.sender_email || default_sender %]
8088 Subject: Acquisition Request Notification
8089
8090 Dear [% user.family_name %], [% user.first_given_name %]
8091 Our records indicate the following acquisition request has been cancelled.
8092
8093 Title: [% title %]
8094 [% IF author %]Author: [% author %][% END %]
8095 [% IF edition %]Edition: [% edition %][% END %]
8096 [% IF isbn %]ISBN: [% isbn %][% END %]
8097 [% IF publisher %]Publisher: [% publisher %][% END %]
8098 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
8099 Lineitem ID: [% li.id %]
8100 $$
8101     ), (
8102         18,
8103         FALSE,
8104         1,
8105         'Email Notice: Acquisition Request created.',
8106         'aur.created',
8107         'NOOP_True',
8108         'SendEmail',
8109 $$
8110 [%- USE date -%]
8111 [%- SET user = target.usr -%]
8112 [%- SET title = target.title -%]
8113 [%- SET author = target.author -%]
8114 [%- SET isxn = target.isxn -%]
8115 [%- SET publisher = target.publisher -%]
8116 [%- SET pubdate = target.pubdate -%]
8117
8118 To: [%- params.recipient_email || user.email %]
8119 From: [%- params.sender_email || default_sender %]
8120 Subject: Acquisition Request Notification
8121
8122 Dear [% user.family_name %], [% user.first_given_name %]
8123 Our records indicate that you have made the following acquisition request:
8124
8125 Title: [% title %]
8126 [% IF author %]Author: [% author %][% END %]
8127 [% IF edition %]Edition: [% edition %][% END %]
8128 [% IF isbn %]ISXN: [% isxn %][% END %]
8129 [% IF publisher %]Publisher: [% publisher %][% END %]
8130 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
8131 $$
8132     ), (
8133         19,
8134         FALSE,
8135         1,
8136         'Email Notice: Acquisition Request Rejected.',
8137         'aur.rejected',
8138         'NOOP_True',
8139         'SendEmail',
8140 $$
8141 [%- USE date -%]
8142 [%- SET user = target.usr -%]
8143 [%- SET title = target.title -%]
8144 [%- SET author = target.author -%]
8145 [%- SET isxn = target.isxn -%]
8146 [%- SET publisher = target.publisher -%]
8147 [%- SET pubdate = target.pubdate -%]
8148 [%- SET cancel_reason = target.cancel_reason.description -%]
8149
8150 To: [%- params.recipient_email || user.email %]
8151 From: [%- params.sender_email || default_sender %]
8152 Subject: Acquisition Request Notification
8153
8154 Dear [% user.family_name %], [% user.first_given_name %]
8155 Our records indicate the following acquisition request has been rejected for this reason: [% cancel_reason %]
8156
8157 Title: [% title %]
8158 [% IF author %]Author: [% author %][% END %]
8159 [% IF edition %]Edition: [% edition %][% END %]
8160 [% IF isbn %]ISBN: [% isbn %][% END %]
8161 [% IF publisher %]Publisher: [% publisher %][% END %]
8162 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
8163 $$
8164     )
8165 ;
8166
8167 INSERT INTO action_trigger.environment (
8168         event_def,
8169         path
8170     ) VALUES 
8171         ( 15, 'lineitem' ),
8172         ( 15, 'lineitem.attributes' ),
8173         ( 15, 'usr' ),
8174
8175         ( 16, 'lineitem' ),
8176         ( 16, 'lineitem.attributes' ),
8177         ( 16, 'usr' ),
8178
8179         ( 17, 'lineitem' ),
8180         ( 17, 'lineitem.attributes' ),
8181         ( 17, 'usr' ),
8182
8183         ( 18, 'usr' ),
8184         ( 19, 'usr' ),
8185         ( 19, 'cancel_reason' )
8186     ;
8187
8188 INSERT INTO action_trigger.hook (key,core_type,description) VALUES ('password.reset_request','aupr','Patron has requested a self-serve password reset');
8189 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, template) 
8190     VALUES (20, 'f', 1, 'Password reset request notification', 'password.reset_request', 'NOOP_True', 'SendEmail', '00:00:01',
8191 $$
8192 [%- USE date -%]
8193 [%- user = target.usr -%]
8194 To: [%- params.recipient_email || user.email %]
8195 From: [%- params.sender_email || user.home_ou.email || default_sender %]
8196 Subject: [% user.home_ou.name %]: library account password reset request
8197
8198 You have received this message because you, or somebody else, requested a reset
8199 of your library system password. If you did not request a reset of your library
8200 system password, just ignore this message and your current password will
8201 continue to work.
8202
8203 If you did request a reset of your library system password, please perform
8204 the following steps to continue the process of resetting your password:
8205
8206 1. Open the following link in a web browser: https://[% params.hostname %]/eg/opac/password_reset/[% target.uuid %]
8207 The browser displays a password reset form.
8208
8209 2. Enter your new password in the password reset form in the browser. You must
8210 enter the password twice to ensure that you do not make a mistake. If the
8211 passwords match, you will then be able to log in to your library system account
8212 with the new password.
8213
8214 $$);
8215 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8216     ( 20, 'usr' );
8217 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8218     ( 20, 'usr.home_ou' );
8219
8220
8221 INSERT INTO action_trigger.hook (key, core_type, description, passive)
8222     VALUES (
8223         'format.acqcle.html',
8224         'acqcle',
8225         'Formats claim events into a voucher',
8226         TRUE
8227     );
8228
8229 INSERT INTO action_trigger.event_definition (
8230         id, active, owner, name, hook, group_field,
8231         validator, reactor, granularity, template
8232     ) VALUES (
8233         21,
8234         TRUE,
8235         1,
8236         'Claim Voucher',
8237         'format.acqcle.html',
8238         'claim',
8239         'NOOP_True',
8240         'ProcessTemplate',
8241         'print-on-demand',
8242 $$
8243 [%- USE date -%]
8244 [%- SET claim = target.0.claim -%]
8245 <!-- This will need refined/prettified. -->
8246 <div class="acq-claim-voucher">
8247     <h2>Claim: [% claim.id %] ([% claim.type.code %])</h2>
8248     <h3>Against: [%- helpers.get_li_attr("title", "", claim.lineitem_detail.lineitem.attributes) -%]</h3>
8249     <ul>
8250         [% FOR event IN target %]
8251         <li>
8252             Event type: [% event.type.code %]
8253             [% IF event.type.library_initiated %](Library initiated)[% END %]
8254             <br />
8255             Event date: [% event.event_date %]<br />
8256             Order date: [% event.claim.lineitem_detail.lineitem.purchase_order.order_date %]<br />
8257             Expected receive date: [% event.claim.lineitem_detail.lineitem.expected_recv_time %]<br />
8258             Initiated by: [% event.creator.family_name %], [% event.creator.first_given_name %] [% event.creator.second_given_name %]<br />
8259             Barcode: [% event.claim.lineitem_detail.barcode %]; Fund:
8260             [% event.claim.lineitem_detail.fund.code %]
8261             ([% event.claim.lineitem_detail.fund.year %])
8262         </li>
8263         [% END %]
8264     </ul>
8265 </div>
8266 $$
8267 );
8268
8269 INSERT INTO action_trigger.environment (event_def, path) VALUES
8270     (21, 'claim'),
8271     (21, 'claim.type'),
8272     (21, 'claim.lineitem_detail'),
8273     (21, 'claim.lineitem_detail.fund'),
8274     (21, 'claim.lineitem_detail.lineitem.attributes'),
8275     (21, 'claim.lineitem_detail.lineitem.purchase_order'),
8276     (21, 'creator'),
8277     (21, 'type')
8278 ;
8279
8280
8281 INSERT INTO action_trigger.hook (key, core_type, description, passive)
8282     VALUES (
8283         'format.acqinv.html',
8284         'acqinv',
8285         'Formats invoices into a voucher',
8286         TRUE
8287     );
8288
8289 INSERT INTO action_trigger.event_definition (
8290         id, active, owner, name, hook,
8291         validator, reactor, granularity, template
8292     ) VALUES (
8293         22,
8294         TRUE,
8295         1,
8296         'Invoice',
8297         'format.acqinv.html',
8298         'NOOP_True',
8299         'ProcessTemplate',
8300         'print-on-demand',
8301 $$
8302 [% FILTER collapse %]
8303 [%- SET invoice = target -%]
8304 <!-- This lacks general refinement -->
8305 <div class="acq-invoice-voucher">
8306     <h1>Invoice</h1>
8307     <div>
8308         <strong>No.</strong> [% invoice.inv_ident %]
8309         [% IF invoice.inv_type %]
8310             / <strong>Type:</strong>[% invoice.inv_type %]
8311         [% END %]
8312     </div>
8313     <div>
8314         <dl>
8315             [% BLOCK ent_with_address %]
8316             <dt>[% ent_label %]: [% ent.name %] ([% ent.code %])</dt>
8317             <dd>
8318                 [% IF ent.addresses.0 %]
8319                     [% SET addr = ent.addresses.0 %]
8320                     [% addr.street1 %]<br />
8321                     [% IF addr.street2 %][% addr.street2 %]<br />[% END %]
8322                     [% addr.city %],
8323                     [% IF addr.county %] [% addr.county %], [% END %]
8324                     [% IF addr.state %] [% addr.state %] [% END %]
8325                     [% IF addr.post_code %][% addr.post_code %][% END %]<br />
8326                     [% IF addr.country %] [% addr.country %] [% END %]
8327                 [% END %]
8328                 <p>
8329                     [% IF ent.phone %] Phone: [% ent.phone %]<br />[% END %]
8330                     [% IF ent.fax_phone %] Fax: [% ent.fax_phone %]<br />[% END %]
8331                     [% IF ent.url %] URL: [% ent.url %]<br />[% END %]
8332                     [% IF ent.email %] E-mail: [% ent.email %] [% END %]
8333                 </p>
8334             </dd>
8335             [% END %]
8336             [% INCLUDE ent_with_address
8337                 ent = invoice.provider
8338                 ent_label = "Provider" %]
8339             [% INCLUDE ent_with_address
8340                 ent = invoice.shipper
8341                 ent_label = "Shipper" %]
8342             <dt>Receiver</dt>
8343             <dd>
8344                 [% invoice.receiver.name %] ([% invoice.receiver.shortname %])
8345             </dd>
8346             <dt>Received</dt>
8347             <dd>
8348                 [% helpers.format_date(invoice.recv_date) %] by
8349                 [% invoice.recv_method %]
8350             </dd>
8351             [% IF invoice.note %]
8352                 <dt>Note</dt>
8353                 <dd>
8354                     [% invoice.note %]
8355                 </dd>
8356             [% END %]
8357         </dl>
8358     </div>
8359     <ul>
8360         [% FOR entry IN invoice.entries %]
8361             <li>
8362                 [% IF entry.lineitem %]
8363                     Title: [% helpers.get_li_attr(
8364                         "title", "", entry.lineitem.attributes
8365                     ) %]<br />
8366                     Author: [% helpers.get_li_attr(
8367                         "author", "", entry.lineitem.attributes
8368                     ) %]
8369                 [% END %]
8370                 [% IF entry.purchase_order %]
8371                     (PO: [% entry.purchase_order.name %])
8372                 [% END %]<br />
8373                 Invoice item count: [% entry.inv_item_count %]
8374                 [% IF entry.phys_item_count %]
8375                     / Physical item count: [% entry.phys_item_count %]
8376                 [% END %]
8377                 <br />
8378                 [% IF entry.cost_billed %]
8379                     Cost billed: [% entry.cost_billed %]
8380                     [% IF entry.billed_per_item %](per item)[% END %]
8381                     <br />
8382                 [% END %]
8383                 [% IF entry.actual_cost %]
8384                     Actual cost: [% entry.actual_cost %]<br />
8385                 [% END %]
8386                 [% IF entry.amount_paid %]
8387                     Amount paid: [% entry.amount_paid %]<br />
8388                 [% END %]
8389                 [% IF entry.note %]Note: [% entry.note %][% END %]
8390             </li>
8391         [% END %]
8392         [% FOR item IN invoice.items %]
8393             <li>
8394                 [% IF item.inv_item_type %]
8395                     Item Type: [% item.inv_item_type %]<br />
8396                 [% END %]
8397                 [% IF item.title %]Title/Description:
8398                     [% item.title %]<br />
8399                 [% END %]
8400                 [% IF item.author %]Author: [% item.author %]<br />[% END %]
8401                 [% IF item.purchase_order %]PO: [% item.purchase_order %]<br />[% END %]
8402                 [% IF item.note %]Note: [% item.note %]<br />[% END %]
8403                 [% IF item.cost_billed %]
8404                     Cost billed: [% item.cost_billed %]<br />
8405                 [% END %]
8406                 [% IF item.actual_cost %]
8407                     Actual cost: [% item.actual_cost %]<br />
8408                 [% END %]
8409                 [% IF item.amount_paid %]
8410                     Amount paid: [% item.amount_paid %]<br />
8411                 [% END %]
8412             </li>
8413         [% END %]
8414     </ul>
8415     <div>
8416         Amounts spent per fund:
8417         <table>
8418         [% FOR blob IN user_data %]
8419             <tr>
8420                 <th style="text-align: left;">[% blob.fund.code %] ([% blob.fund.year %]):</th>
8421                 <td>$[% blob.total %]</td>
8422             </tr>
8423         [% END %]
8424         </table>
8425     </div>
8426 </div>
8427 [% END %]$$
8428 );
8429
8430
8431 INSERT INTO action_trigger.environment (event_def, path) VALUES
8432     (22, 'provider'),
8433     (22, 'provider.addresses'),
8434     (22, 'shipper'),
8435     (22, 'shipper.addresses'),
8436     (22, 'receiver'),
8437     (22, 'entries'),
8438     (22, 'entries.purchase_order'),
8439     (22, 'entries.lineitem'),
8440     (22, 'entries.lineitem.attributes'),
8441     (22, 'items')
8442 ;
8443
8444 SELECT SETVAL('action_trigger.event_definition_id_seq'::TEXT, 100);
8445
8446 -- Hold cancel action/trigger hooks
8447
8448 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8449     'hold_request.cancel.expire_no_target',
8450     'ahr',
8451     'A hold is cancelled because no copies were found'
8452 );
8453
8454 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8455     'hold_request.cancel.expire_holds_shelf',
8456     'ahr',
8457     'A hold is cancelled because it was on the holds shelf too long'
8458 );
8459
8460 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8461     'hold_request.cancel.staff',
8462     'ahr',
8463     'A hold is cancelled because it was cancelled by staff'
8464 );
8465
8466 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8467     'hold_request.cancel.patron',
8468     'ahr',
8469     'A hold is cancelled by the patron'
8470 );
8471
8472
8473 -- in-db indexing normalizers
8474 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8475         'NACO Normalize',
8476         'Apply NACO normalization rules to the extracted text.  See http://www.loc.gov/catdir/pcc/naco/normrule-2.html for details.',
8477         'naco_normalize',
8478         0
8479 );
8480
8481 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8482         'Normalize date range',
8483         'Split date ranges in the form of "XXXX-YYYY" into "XXXX YYYY" for proper index.',
8484         'split_date_range',
8485         0
8486 );
8487
8488 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8489         'NACO Normalize -- retain first comma',
8490         'Apply NACO normalization rules to the extracted text, retaining the first comma.  See http://www.loc.gov/catdir/pcc/naco/normrule-2.html for details.',
8491         'naco_normalize_keep_comma',
8492         0
8493 );
8494
8495 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8496         'Strip Diacritics',
8497         'Convert text to NFD form and remove non-spacing combining marks.',
8498         'remove_diacritics',
8499         0
8500 );
8501
8502 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8503         'Remove Parenthesized Substring',
8504         'Remove any parenthesized substrings from the extracted text, such as the agency code preceding authority record control numbers in subfield 0.',
8505         'remove_paren_substring',
8506         0
8507 );
8508
8509 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8510         'Up-case',
8511         'Convert text upper case.',
8512         'uppercase',
8513         0
8514 );
8515
8516 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8517         'Down-case',
8518         'Convert text lower case.',
8519         'lowercase',
8520         0
8521 );
8522
8523 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8524         'Extract Dewey-like number',
8525         'Extract a string of numeric characters that resembles a DDC number.',
8526         'call_number_dewey',
8527         0
8528 );
8529
8530 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8531         'Left truncation',
8532         'Discard the specified number of characters from the left side of the string.',
8533         'left_trunc',
8534         1
8535 );
8536
8537 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8538         'Right truncation',
8539         'Include only the specified number of characters from the left side of the string.',
8540         'right_trunc',
8541         1
8542 );
8543
8544 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8545         'First word',
8546         'Include only the first space-separated word of a string.',
8547         'first_word',
8548         0
8549 );
8550
8551 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8552         'ISBN 10/13 conversion',
8553         'Translate ISBN10 to ISBN13 and vice versa.',
8554         'translate_isbn1013',
8555         0
8556 );
8557
8558 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8559         'Replace',
8560         'Replace all occurences of first parameter in the string with the second parameter.',
8561         'replace',
8562         2
8563 );
8564
8565 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8566         'Trim Surrounding Space',
8567         'Trim leading and trailing spaces from extracted text.',
8568         'btrim',
8569         0
8570 );
8571
8572 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8573     'Generic Mapping Normalizer', 
8574     'Map values or sets of values to new values',
8575     'generic_map_normalizer', 
8576     1
8577 );
8578
8579 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8580     'Coded Value Map Normalizer', 
8581     'Applies coded_value_map mapping of values',
8582     'coded_value_map_normalizer', 
8583     1
8584 );
8585
8586 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8587         'Search Normalize',
8588         'Apply search normalization rules to the extracted text. A less extreme version of NACO normalization.',
8589         'search_normalize',
8590         0
8591 );
8592
8593 -- make use of the index normalizers
8594
8595 INSERT INTO config.metabib_field_index_norm_map (field,norm)
8596     SELECT  m.id,
8597             i.id
8598       FROM  config.metabib_field m,
8599         config.index_normalizer i
8600       WHERE i.func IN ('search_normalize','split_date_range')
8601             AND m.id NOT IN (18, 19, 25);
8602
8603 INSERT INTO config.metabib_field_index_norm_map (field,norm,pos)
8604     SELECT  m.id,
8605             i.id,
8606             2
8607       FROM  config.metabib_field m,
8608             config.index_normalizer i
8609       WHERE i.func IN ('translate_isbn1013')
8610             AND m.id IN (18);
8611
8612 INSERT INTO config.metabib_field_index_norm_map (field,norm,params)
8613     SELECT  m.id,
8614             i.id,
8615             $$["-",""]$$
8616       FROM  config.metabib_field m,
8617             config.index_normalizer i
8618       WHERE i.func IN ('replace')
8619             AND m.id IN (19);
8620
8621 INSERT INTO config.metabib_field_index_norm_map (field,norm,params, pos)
8622      SELECT  m.id,
8623              i.id,
8624              $$["]",""]$$,
8625              '-1'
8626        FROM  config.metabib_field m,
8627              config.index_normalizer i
8628        WHERE i.func IN ('replace')
8629              AND m.id IN (1);
8630              
8631 INSERT INTO config.metabib_field_index_norm_map (field,norm,params, pos)
8632      SELECT  m.id,
8633              i.id,
8634              $$["[",""]$$,
8635              '-1'
8636        FROM  config.metabib_field m,
8637              config.index_normalizer i
8638        WHERE i.func IN ('replace')
8639              AND m.id IN (1);
8640
8641 INSERT INTO config.metabib_field_index_norm_map (field,norm,pos)
8642     SELECT  m.id,
8643             i.id,
8644             -1
8645       FROM  config.metabib_field m,
8646             config.index_normalizer i
8647       WHERE i.func = 'remove_paren_substring'
8648             AND m.id IN (28);
8649
8650 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8651     SELECT  m.name, i.id, 0
8652       FROM  config.record_attr_definition m,
8653             config.index_normalizer i
8654       WHERE i.func IN ('content_or_null')
8655             AND m.name IN ('titlesort', 'authorsort');
8656
8657 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8658     SELECT  m.name, i.id, 0
8659       FROM  config.record_attr_definition m,
8660             config.index_normalizer i
8661       WHERE i.func IN ('integer_or_null')
8662             AND m.name IN ('date1', 'date2', 'pubdate');
8663
8664 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8665     SELECT  m.name, i.id, 0
8666       FROM  config.record_attr_definition m,
8667             config.index_normalizer i
8668       WHERE i.func IN ('approximate_low_date')
8669             AND m.name IN ('date1', 'pubdate');
8670
8671 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8672     SELECT  m.name, i.id, 0
8673       FROM  config.record_attr_definition m,
8674             config.index_normalizer i
8675       WHERE i.func IN ('approximate_high_date')
8676             AND m.name IN ('date2');
8677
8678 -- Sample Pre-due Notice --
8679
8680 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, max_delay, template) 
8681     VALUES (6, 'f', 1, '3 Day Courtesy Notice', 'checkout.due', 'CircIsOpen', 'SendEmail', '-3 days', 'due_date', 'usr', '-2 days',
8682 $$
8683 [%- USE date -%]
8684 [%- user = target.0.usr -%]
8685 To: [%- params.recipient_email || user.email %]
8686 From: [%- params.sender_email || default_sender %]
8687 Subject: Courtesy Notice
8688
8689 Dear [% user.family_name %], [% user.first_given_name %]
8690 As a reminder, the following items are due in 3 days.
8691
8692 [% FOR circ IN target %]
8693     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
8694     Title: [% copy_details.title %]
8695     Author: [% copy_details.author %]
8696     Barcode: [% circ.target_copy.barcode %] 
8697     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
8698     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
8699     Library: [% circ.circ_lib.name %]
8700     Library Phone: [% circ.circ_lib.phone %]
8701
8702 [% END %]
8703
8704 $$);
8705
8706 INSERT INTO action_trigger.environment (event_def, path) VALUES 
8707     (6, 'target_copy.call_number'),
8708     (6, 'usr'),
8709     (6, 'circ_lib.billing_address');
8710
8711 -- Additional A/T Reactors
8712
8713 INSERT INTO action_trigger.reactor (module,description) VALUES
8714 (   'ApplyPatronPenalty',
8715     oils_i18n_gettext(
8716         'ApplyPatronPenalty',
8717         'Applies the configured penalty to a patron.  Required named environment variables are "user", which refers to the user object, and "context_org", which refers to the org_unit object that acts as the focus for the penalty.',
8718         'atreact',
8719         'description'
8720     )
8721 );
8722
8723 INSERT INTO action_trigger.reactor (module,description) VALUES
8724 (   'SendFile',
8725     oils_i18n_gettext(
8726         'SendFile',
8727         'Build and transfer a file to a remote server.  Required parameter "remote_host" specifying target server.  Optional parameters: remote_user, remote_password, remote_account, port, type (FTP, SFTP or SCP), and debug.',
8728         'atreact',
8729         'description'
8730     )
8731 );
8732
8733 -- self-check checkout receipt
8734
8735 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8736     VALUES (
8737         'format.selfcheck.checkout',
8738         'circ',
8739         'Formats circ objects for self-checkout receipt',
8740         TRUE
8741     );
8742
8743 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8744     VALUES (
8745         10,
8746         TRUE,
8747         1,
8748         'Self-Checkout Receipt',
8749         'format.selfcheck.checkout',
8750         'NOOP_True',
8751         'ProcessTemplate',
8752         'usr',
8753         'print-on-demand',
8754 $$
8755 [%- USE date -%]
8756 [%- SET user = target.0.usr -%]
8757 [%- SET lib = target.0.circ_lib -%]
8758 [%- SET lib_addr = target.0.circ_lib.billing_address -%]
8759 [%- SET hours = lib.hours_of_operation -%]
8760 <div>
8761     <style> li { padding: 8px; margin 5px; }</style>
8762     <div>[% date.format %]</div>
8763     <div>[% lib.name %]</div>
8764     <div>[% lib_addr.street1 %] [% lib_addr.street2 %]</div>
8765     <div>[% lib_addr.city %], [% lib_addr.state %] [% lb_addr.post_code %]</div>
8766     <div>[% lib.phone %]</div>
8767     <br/>
8768
8769     [% user.family_name %], [% user.first_given_name %]
8770     <ol>
8771     [% FOR circ IN target %]
8772         [%-
8773             SET idx = loop.count - 1;
8774             SET udata =  user_data.$idx
8775         -%]
8776         <li>
8777             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
8778             <div>Barcode: [% circ.target_copy.barcode %]</div>
8779             [% IF user_data.renewal_failure %]
8780                 <div style='color:red;'>Renewal Failed</div>
8781             [% ELSE %]
8782                 <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
8783             [% END %]
8784         </li>
8785     [% END %]
8786     </ol>
8787     
8788     <div>
8789         Library Hours
8790         [%- BLOCK format_time; date.format(time _ ' 1/1/1000', format='%I:%M %p'); END -%]
8791         <div>
8792             Monday 
8793             [% PROCESS format_time time = hours.dow_0_open %] 
8794             [% PROCESS format_time time = hours.dow_0_close %] 
8795         </div>
8796         <div>
8797             Tuesday 
8798             [% PROCESS format_time time = hours.dow_1_open %] 
8799             [% PROCESS format_time time = hours.dow_1_close %] 
8800         </div>
8801         <div>
8802             Wednesday 
8803             [% PROCESS format_time time = hours.dow_2_open %] 
8804             [% PROCESS format_time time = hours.dow_2_close %] 
8805         </div>
8806         <div>
8807             Thursday
8808             [% PROCESS format_time time = hours.dow_3_open %] 
8809             [% PROCESS format_time time = hours.dow_3_close %] 
8810         </div>
8811         <div>
8812             Friday
8813             [% PROCESS format_time time = hours.dow_4_open %] 
8814             [% PROCESS format_time time = hours.dow_4_close %] 
8815         </div>
8816         <div>
8817             Saturday
8818             [% PROCESS format_time time = hours.dow_5_open %] 
8819             [% PROCESS format_time time = hours.dow_5_close %] 
8820         </div>
8821         <div>
8822             Sunday 
8823             [% PROCESS format_time time = hours.dow_6_open %] 
8824             [% PROCESS format_time time = hours.dow_6_close %] 
8825         </div>
8826     </div>
8827 </div>
8828 $$
8829 );
8830
8831
8832 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8833     ( 10, 'target_copy'),
8834     ( 10, 'circ_lib.billing_address'),
8835     ( 10, 'circ_lib.hours_of_operation'),
8836     ( 10, 'usr');
8837
8838
8839 -- items out selfcheck receipt
8840
8841 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8842     VALUES (
8843         'format.selfcheck.items_out',
8844         'circ',
8845         'Formats items out for self-checkout receipt',
8846         TRUE
8847     );
8848
8849 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8850     VALUES (
8851         11,
8852         TRUE,
8853         1,
8854         'Self-Checkout Items Out Receipt',
8855         'format.selfcheck.items_out',
8856         'NOOP_True',
8857         'ProcessTemplate',
8858         'usr',
8859         'print-on-demand',
8860 $$
8861 [%- USE date -%]
8862 [%- SET user = target.0.usr -%]
8863 <div>
8864     <style> li { padding: 8px; margin 5px; }</style>
8865     <div>[% date.format %]</div>
8866     <br/>
8867
8868     [% user.family_name %], [% user.first_given_name %]
8869     <ol>
8870     [% FOR circ IN target %]
8871         <li>
8872             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
8873             <div>Barcode: [% circ.target_copy.barcode %]</div>
8874             <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
8875         </li>
8876     [% END %]
8877     </ol>
8878 </div>
8879 $$
8880 );
8881
8882
8883 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8884     ( 11, 'target_copy'),
8885     ( 11, 'circ_lib.billing_address'),
8886     ( 11, 'circ_lib.hours_of_operation'),
8887     ( 11, 'usr');
8888
8889 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8890     VALUES (
8891         'format.selfcheck.holds',
8892         'ahr',
8893         'Formats holds for self-checkout receipt',
8894         TRUE
8895     );
8896
8897 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8898     VALUES (
8899         12,
8900         TRUE,
8901         1,
8902         'Self-Checkout Holds Receipt',
8903         'format.selfcheck.holds',
8904         'NOOP_True',
8905         'ProcessTemplate',
8906         'usr',
8907         'print-on-demand',
8908 $$
8909 [%- USE date -%]
8910 [%- SET user = target.0.usr -%]
8911 <div>
8912     <style> li { padding: 8px; margin 5px; }</style>
8913     <div>[% date.format %]</div>
8914     <br/>
8915     Holds for:<br/>
8916         [% user.family_name %], [% user.first_given_name %]
8917         
8918     <ol>
8919     [% FOR hold IN target %]
8920         [%-
8921             SET idx = loop.count - 1;
8922             SET udata =  user_data.$idx
8923         -%]
8924         <li>
8925             <div>Title: [% udata.item_title %]</div>
8926             <div>Author: [% udata.item_author %]</div>
8927             <div>Pickup Location: [% udata.pickup_lib %]</b></div>
8928             <div>Status: 
8929                 [%- IF udata.ready -%]
8930                     Ready for pickup
8931                 [% ELSE %]
8932                     #[% udata.queue_position %] of [% udata.potential_copies %] copies.
8933                 [% END %]
8934             </div>
8935         </li>
8936     [% END %]
8937     </ol>
8938 </div>
8939 $$
8940 );
8941
8942
8943 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8944     ( 12, 'bib_rec.bib_record.simple_record'),
8945     ( 12, 'pickup_lib'),
8946     ( 12, 'usr');
8947
8948 -- fines receipt
8949
8950 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8951     VALUES (
8952         'format.selfcheck.fines',
8953         'au',
8954         'Formats fines for self-checkout receipt',
8955         TRUE
8956     );
8957
8958 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, granularity, template )
8959     VALUES (
8960         13,
8961         TRUE,
8962         1,
8963         'Self-Checkout Fines Receipt',
8964         'format.selfcheck.fines',
8965         'NOOP_True',
8966         'ProcessTemplate',
8967         'print-on-demand',
8968 $$
8969 [%- USE date -%]
8970 [%- SET user = target -%]
8971 <div>
8972     <style> li { padding: 8px; margin 5px; }</style>
8973     <div>[% date.format %]</div>
8974     <br/>
8975
8976         Fines for:<br/>
8977     [% user.family_name %], [% user.first_given_name %]
8978     <ol>
8979     [% FOR xact IN user.open_billable_transactions_summary %]
8980         [% IF xact.balance_owed > 0 %]
8981             <li>
8982                 <div>Details: 
8983                     [% IF xact.xact_type == 'circulation' %]
8984                         [%- helpers.get_copy_bib_basics(xact.circulation.target_copy).title -%]
8985                     [% ELSE %]
8986                         [%- xact.last_billing_type -%]
8987                     [% END %]
8988                 </div>
8989                 <div>Total Billed: [% xact.total_owed %]</div>
8990                 <div>Total Paid: [% xact.total_paid %]</div>
8991                 <div>Balance Owed : [% xact.balance_owed %]</div>
8992             </li>
8993         [% END %]
8994     [% END %]
8995     </ol>
8996 </div>
8997 $$
8998 );
8999
9000 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
9001     VALUES (
9002         'format.acqli.html',
9003         'jub',
9004         'Formats lineitem worksheet for titles received',
9005         TRUE
9006     );
9007
9008 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, granularity, template)
9009     VALUES (
9010         14,
9011         TRUE,
9012         1,
9013         'Lineitem Worksheet',
9014         'format.acqli.html',
9015         'NOOP_True',
9016         'ProcessTemplate',
9017         'print-on-demand',
9018 $$
9019 [%- USE date -%]
9020 [%- SET li = target; -%]
9021 <div class="wrapper">
9022     <div class="summary" style='font-size:110%; font-weight:bold;'>
9023
9024         <div>Title: [% helpers.get_li_attr("title", "", li.attributes) %]</div>
9025         <div>Author: [% helpers.get_li_attr("author", "", li.attributes) %]</div>
9026         <div class="count">Item Count: [% li.lineitem_details.size %]</div>
9027         <div class="lineid">Lineitem ID: [% li.id %]</div>
9028         <div>Open Holds: [% helpers.bre_open_hold_count(li.eg_bib_id) %]</div>
9029         [% IF li.cancel_reason.label %]
9030         <div>[% li.cancel_reason.label %]</div>
9031         [% END %]
9032
9033         [% IF li.distribution_formulas.size > 0 %]
9034             [% SET forms = [] %]
9035             [% FOREACH form IN li.distribution_formulas; forms.push(form.formula.name); END %]
9036             <div>Distribution Formulas: [% forms.join(',') %]</div>
9037         [% END %]
9038
9039         [% IF li.lineitem_notes.size > 0 %]
9040             Lineitem Notes:
9041             <ul>
9042                 [%- FOR note IN li.lineitem_notes -%]
9043                     <li>
9044                     [% IF note.alert_text %]
9045                         [% note.alert_text.code -%] 
9046                         [% IF note.value -%]
9047                             : [% note.value %]
9048                         [% END %]
9049                     [% ELSE %]
9050                         [% note.value -%] 
9051                     [% END %]
9052                     </li>
9053                 [% END %]
9054             </ul>
9055         [% END %]
9056     </div>
9057     <br/>
9058     <table>
9059         <thead>
9060             <tr>
9061                 <th>Branch</th>
9062                 <th>Barcode</th>
9063                 <th>Call Number</th>
9064                 <th>Fund</th>
9065                 <th>Shelving Location</th>
9066                 <th>Recd.</th>
9067                 <th>Notes</th>
9068                 <th>Delayed / Canceled</th>
9069             </tr>
9070         </thead>
9071         <tbody>
9072         <!-- set detail.owning_lib from fm object to org name -->
9073         [% FOREACH detail IN li.lineitem_details %]
9074             [% detail.owning_lib = detail.owning_lib.shortname %]
9075         [% END %]
9076
9077         [% FOREACH detail IN li.lineitem_details.sort('owning_lib') %]
9078             [% 
9079                 IF detail.eg_copy_id;
9080                     SET copy = detail.eg_copy_id;
9081                     SET cn_label = copy.call_number.label;
9082                 ELSE; 
9083                     SET copy = detail; 
9084                     SET cn_label = detail.cn_label;
9085                 END 
9086             %]
9087             <tr>
9088                 <!-- acq.lineitem_detail.id = [%- detail.id -%] -->
9089                 <td style='padding:5px;'>[% detail.owning_lib %]</td>
9090                 <td style='padding:5px;'>[% IF copy.barcode   %]<span class="barcode"  >[% detail.barcode   %]</span>[% END %]</td>
9091                 <td style='padding:5px;'>[% IF cn_label %]<span class="cn_label" >[% cn_label  %]</span>[% END %]</td>
9092                 <td style='padding:5px;'>[% IF detail.fund %]<span class="fund">[% detail.fund.code %] ([% detail.fund.year %])</span>[% END %]</td>
9093                 <td style='padding:5px;'>[% copy.location.name %]</td>
9094                 <td style='padding:5px;'>[% IF detail.recv_time %]<span class="recv_time">[% detail.recv_time %]</span>[% END %]</td>
9095                 <td style='padding:5px;'>[% detail.note %]</td>
9096                 <td style='padding:5px;'>[% detail.cancel_reason.label %]</td>
9097             </tr>
9098         [% END %]
9099         </tbody>
9100     </table>
9101 </div>
9102 $$
9103 );
9104
9105
9106 INSERT INTO action_trigger.environment (event_def, path) VALUES
9107     ( 14, 'attributes' ),
9108     ( 14, 'cancel_reason' ),
9109     ( 14, 'lineitem_notes' ),
9110     ( 14, 'lineitem_notes.alert_text' ),
9111     ( 14, 'distribution_formulas.formula' ),
9112     ( 14, 'lineitem_details' ),
9113     ( 14, 'lineitem_details.cancel_reason' ),
9114     ( 14, 'lineitem_details.owning_lib' ),
9115     ( 14, 'lineitem_details.fund' ),
9116     ( 14, 'lineitem_details.location' ),
9117     ( 14, 'lineitem_details.eg_copy_id' ),
9118     ( 14, 'lineitem_details.eg_copy_id.call_number' ),
9119     ( 14, 'lineitem_details.eg_copy_id.location' )
9120 ;
9121
9122 INSERT INTO action_trigger.environment ( event_def, path) VALUES
9123     ( 13, 'open_billable_transactions_summary.circulation' );
9124
9125
9126 INSERT INTO action_trigger.validator (module, description) 
9127     VALUES (
9128         'Acq::PurchaseOrderEDIRequired',
9129         oils_i18n_gettext(
9130             'Acq::PurchaseOrderEDIRequired',
9131             'Purchase order is delivered via EDI',
9132             'atval',
9133             'description'
9134         )
9135     );
9136
9137 INSERT INTO action_trigger.reactor (module, description)
9138     VALUES (
9139         'GeneratePurchaseOrderJEDI',
9140         oils_i18n_gettext(
9141             'GeneratePurchaseOrderJEDI',
9142             'Creates purchase order JEDI (JSON EDI) for subsequent EDI processing',
9143             'atreact',
9144             'description'
9145         )
9146     );
9147
9148
9149 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, cleanup_success, cleanup_failure, delay, delay_field, group_field, template) 
9150     VALUES (23, true, 1, 'PO JEDI', 'acqpo.activated', 'Acq::PurchaseOrderEDIRequired', 'GeneratePurchaseOrderJEDI', NULL, NULL, '00:00:00', NULL, NULL,
9151 $$
9152 [%- USE date -%]
9153 [%
9154     # extract some commonly used variables
9155
9156     VENDOR_SAN = target.provider.san;
9157     VENDCODE = target.provider.edi_default.vendcode;
9158     VENDACCT = target.provider.edi_default.vendacct;
9159     ORG_UNIT_SAN = target.ordering_agency.mailing_address.san;
9160
9161     # set the vendor / provider
9162
9163     VENDOR_BT      = 0; # Baker & Taylor
9164     VENDOR_INGRAM  = 0;
9165     VENDOR_BRODART = 0;
9166     VENDOR_MW_TAPE = 0; # Midwest Tape
9167     VENDOR_RB      = 0; # Recorded Books
9168     VENDOR_ULS     = 0; # ULS
9169
9170     IF    VENDOR_SAN == '1556150'; VENDOR_BT = 1;
9171     ELSIF VENDOR_SAN == '1697684'; VENDOR_BRODART = 1;
9172     ELSIF VENDOR_SAN == '1697978'; VENDOR_INGRAM = 1;
9173     ELSIF VENDOR_SAN == '2549913'; VENDOR_MW_TAPE = 1;
9174     ELSIF VENDOR_SAN == '1113984'; VENDOR_RB = 1;
9175     ELSIF VENDOR_SAN == '1699342'; VENDOR_ULS = 1;
9176     END;
9177
9178     # if true, pass the PO name as a secondary identifier
9179     # RFF+LI:<name>/li_id
9180     INC_PO_NAME = 0;
9181     IF VENDOR_INGRAM;
9182         INC_PO_NAME = 1;
9183     END;
9184
9185     # GIR configuration --------------------------------------
9186
9187     INC_COPIES = 1; # copies on/off switch
9188     INC_FUND = 0;
9189     INC_CALLNUMBER = 0;
9190     INC_ITEM_TYPE = 1;
9191     INC_LOCATION = 0;
9192     INC_COLLECTION_CODE = 1;
9193     INC_OWNING_LIB = 1;
9194     INC_QUANTITY = 1;
9195     INC_COPY_ID = 0;
9196
9197     IF VENDOR_BT;
9198         INC_CALLNUMBER = 1;
9199     END;
9200
9201     IF VENDOR_BRODART;
9202         INC_FUND = 1;
9203     END;
9204
9205     IF VENDOR_MW_TAPE;
9206         INC_FUND = 1;
9207         INC_COLLECTION_CODE = 0;
9208         INC_ITEM_TYPE = 0;
9209     END;
9210
9211     # END GIR configuration ---------------------------------
9212
9213 -%]
9214 [%- BLOCK big_block -%]
9215 {
9216    "recipient":"[% VENDOR_SAN %]",
9217    "sender":"[% ORG_UNIT_SAN %]",
9218    "body": [{
9219      "ORDERS":[ "order", {
9220
9221         "po_number":[% target.id %],
9222
9223         [% IF INC_PO_NAME %]
9224         "po_name":"[% target.name | replace('\/', ' ') | replace('"', '\"') %]",
9225         [% END %]
9226
9227         "date":"[% date.format(date.now, '%Y%m%d') %]",
9228
9229         "buyer":[
9230             [% IF VENDOR_BT %]
9231                 {"id-qualifier": 91, "id":"[% ORG_UNIT_SAN %] [% VENDCODE %]"}
9232             [% ELSE %]
9233                 {"id":"[% ORG_UNIT_SAN %]"},
9234                 {"id-qualifier": 91, "id":"[% VENDACCT %]"}
9235             [% END %]
9236         ],
9237
9238         "vendor":[
9239             "[% VENDOR_SAN %]",
9240             {"id-qualifier": 92, "id":"[% target.provider.id %]"}
9241         ],
9242
9243         "currency":"[% target.provider.currency_type %]",
9244                 
9245         "items":[
9246         [%- FOR li IN target.lineitems %]
9247         {
9248             "line_index":"[% li.id %]",
9249             "identifiers":[   
9250             [%- 
9251                 idval = '';
9252                 idqual = 'EN'; # default ISBN/UPC/EAN-13
9253                 ident_attr = helpers.get_li_order_ident(li.attributes);
9254                 IF ident_attr;
9255                     idname = ident_attr.attr_name;
9256                     idval = ident_attr.attr_value;
9257                     IF idname == 'isbn' AND idval.length != 13;
9258                         idqual = 'IB';
9259                     ELSIF idname == 'issn';
9260                         idqual = 'IS';
9261                     END;
9262                 ELSE;
9263                     idqual = 'IN';
9264                     idval = li.id;
9265                 END -%]
9266                 {"id-qualifier":"[% idqual %]","id":"[% idval %]"}
9267             ],
9268             "price":[% li.estimated_unit_price || '0.00' %],
9269             "desc":[
9270                 {"BTI":"[% helpers.get_li_attr_jedi('title',     '', li.attributes) %]"},
9271                 {"BPU":"[% helpers.get_li_attr_jedi('publisher', '', li.attributes) %]"},
9272                 {"BPD":"[% helpers.get_li_attr_jedi('pubdate',   '', li.attributes) %]"},
9273                 [% IF VENDOR_ULS -%]
9274                 {"BEN":"[% helpers.get_li_attr_jedi('edition',   '', li.attributes) %]"},
9275                 {"BAU":"[% helpers.get_li_attr_jedi('author',    '', li.attributes) %]"}
9276                 [%- ELSE -%]
9277                 {"BPH":"[% helpers.get_li_attr_jedi('pagination','', li.attributes) %]"}
9278                 [%- END %]
9279             ],
9280             [%- ftx_vals = []; 
9281                 FOR note IN li.lineitem_notes;
9282                     NEXT UNLESS note.vendor_public == 't'; 
9283                     ftx_vals.push(note.value); 
9284                 END; 
9285                 IF VENDOR_BRODART; # look for copy-level spec code
9286                     FOR lid IN li.lineitem_details;
9287                         IF lid.note;
9288                             spec_note = lid.note.match('spec code ([a-zA-Z0-9_])');
9289                             IF spec_note.0; ftx_vals.push(spec_note.0); END;
9290                         END;
9291                     END;
9292                 END; 
9293                 IF xtra_ftx;           ftx_vals.unshift(xtra_ftx); END; 
9294
9295                 # BT & ULS want FTX+LIN for every LI, even if empty
9296                 IF ((VENDOR_BT OR VENDOR_ULS) AND ftx_vals.size == 0);
9297                     ftx_vals.unshift('');
9298                 END;  
9299             -%]
9300
9301             "free-text":[ 
9302                 [% FOR note IN ftx_vals -%] "[% note %]"[% UNLESS loop.last %], [% END %][% END %] 
9303             ],            
9304
9305             "quantity":[% li.lineitem_details.size %]
9306
9307             [%- IF INC_COPIES -%]
9308             ,"copies" : [
9309                 [%- compressed_copies = [];
9310                     FOR lid IN li.lineitem_details;
9311                         fund = lid.fund.code;
9312                         item_type = lid.circ_modifier;
9313                         callnumber = lid.cn_label;
9314                         owning_lib = lid.owning_lib.shortname;
9315                         location = lid.location;
9316                         collection_code = lid.collection_code;
9317     
9318                         # when we have real copy data, treat it as authoritative for some fields
9319                         acp = lid.eg_copy_id;
9320                         IF acp;
9321                             item_type = acp.circ_modifier;
9322                             callnumber = acp.call_number.label;
9323                             location = acp.location.name;
9324                         END ;
9325
9326
9327                         # collapse like copies into groups w/ quantity
9328
9329                         found_match = 0;
9330                         IF !INC_COPY_ID; # INC_COPY_ID implies 1 copy per GIR
9331                             FOR copy IN compressed_copies;
9332                                 IF  (fund == copy.fund OR (!fund AND !copy.fund)) AND
9333                                     (item_type == copy.item_type OR (!item_type AND !copy.item_type)) AND
9334                                     (callnumber == copy.callnumber OR (!callnumber AND !copy.callnumber)) AND
9335                                     (owning_lib == copy.owning_lib OR (!owning_lib AND !copy.owning_lib)) AND
9336                                     (location == copy.location OR (!location AND !copy.location)) AND
9337                                     (collection_code == copy.collection_code OR (!collection_code AND !copy.collection_code));
9338
9339                                     copy.quantity = copy.quantity + 1;
9340                                     found_match = 1;
9341                                 END;
9342                             END;
9343                         END;
9344
9345                         IF !found_match;
9346                             compressed_copies.push({
9347                                 fund => fund,
9348                                 item_type => item_type,
9349                                 callnumber => callnumber,
9350                                 owning_lib => owning_lib,
9351                                 location => location,
9352                                 collection_code => collection_code,
9353                                 copy_id => lid.id, # for INC_COPY_ID
9354                                 quantity => 1
9355                             });
9356                         END;
9357                     END;
9358                     FOR copy IN compressed_copies;
9359
9360                     # If we assume owning_lib is required and set, 
9361                     # it is safe to prepend each following copy field w/ a ","
9362
9363                     # B&T EDI requires expected GIR fields to be 
9364                     # present regardless of whether a value exists.  
9365                     # some fields are required to have a value in ACQ, 
9366                     # though, so they are not forced into place below.
9367
9368                  %]{[%- IF INC_OWNING_LIB AND copy.owning_lib %] "owning_lib":"[% copy.owning_lib %]"[% END -%]
9369                     [%- IF INC_FUND AND copy.fund %],"fund":"[% copy.fund %]"[% END -%]
9370                     [%- IF INC_CALLNUMBER AND (VENDOR_BT OR copy.callnumber) %],"call_number":"[% copy.callnumber %]"[% END -%]
9371                     [%- IF INC_ITEM_TYPE AND (VENDOR_BT OR copy.item_type) %],"item_type":"[% copy.item_type %]"[% END -%]
9372                     [%- IF INC_LOCATION AND copy.location %],"copy_location":"[% copy.location %]"[% END -%]
9373                     [%- IF INC_COLLECTION_CODE AND (VENDOR_BT OR copy.collection_code) %],"collection_code":"[% copy.collection_code %]"[% END -%]
9374                     [%- IF INC_QUANTITY %],"quantity":"[% copy.quantity %]"[% END -%]
9375                     [%- IF INC_COPY_ID %],"copy_id":"[% copy.copy_id %]" [% END %]}[% ',' UNLESS loop.last -%]
9376                 [%- END -%] [%# FOR compressed_copies -%]
9377             ]
9378             [%- END -%] [%# IF INC_COPIES %]
9379
9380         }[% UNLESS loop.last %],[% END -%]
9381
9382         [% END %] [%# END lineitems %]
9383         ],
9384         "line_items":[% target.lineitems.size %]
9385      }]  [%# close ORDERS array %]
9386    }]    [%# close  body  array %]
9387 }
9388 [% END %]
9389 [% tempo = PROCESS big_block; helpers.escape_json(tempo) %]
9390 $$
9391 );
9392
9393 INSERT INTO action_trigger.environment (event_def, path) VALUES 
9394   (23, 'lineitems.attributes'), 
9395   (23, 'lineitems.lineitem_details.owning_lib'),
9396   (23, 'lineitems.lineitem_details.location'),
9397   (23, 'lineitems.lineitem_details.fund'),
9398   (23, 'lineitems.lineitem_details.eg_copy_id.location'),
9399   (23, 'lineitems.lineitem_details.eg_copy_id.call_number'),
9400   (23, 'lineitems.lineitem_notes'), 
9401   (23, 'ordering_agency.mailing_address'), 
9402   (23, 'provider'),
9403   (23, 'provider.edi_default');
9404
9405 INSERT INTO action_trigger.reactor (module, description) VALUES (
9406     'AstCall', 'Possibly place a phone call with Asterisk'
9407 );
9408
9409 INSERT INTO
9410     action_trigger.event_definition (
9411         id, active, owner, name, hook, validator, reactor,
9412         cleanup_success, cleanup_failure, delay, delay_field, group_field,
9413         max_delay, granularity, usr_field, opt_in_setting, template
9414     ) VALUES (
9415         24,
9416         FALSE,
9417         1,
9418         'Telephone Overdue Notice',
9419         'checkout.due', 'NOOP_True', 'AstCall',
9420         DEFAULT, DEFAULT, '5 seconds', 'due_date', 'usr',
9421         DEFAULT, DEFAULT, DEFAULT, DEFAULT,
9422         $$
9423 [% phone = target.0.usr.day_phone | replace('[\s\-\(\)]', '') -%]
9424 [% IF phone.match('^[2-9]') %][% country = 1 %][% ELSE %][% country = '' %][% END -%]
9425 Channel: [% channel_prefix %]/[% country %][% phone %]
9426 Context: overdue-test
9427 MaxRetries: 1
9428 RetryTime: 60
9429 WaitTime: 30
9430 Extension: 10
9431 Archive: 1
9432 Set: eg_user_id=[% target.0.usr.id %]
9433 Set: items=[% target.size %]
9434 Set: titlestring=[% titles = [] %][% FOR circ IN target %][% titles.push(circ.target_copy.call_number.record.simple_record.title) %][% END %][% titles.join(". ") %]
9435 $$
9436     );
9437
9438 INSERT INTO
9439     action_trigger.environment (id, event_def, path)
9440     VALUES
9441         (DEFAULT, 24, 'target_copy.call_number.record.simple_record'),
9442         (DEFAULT, 24, 'usr')
9443     ;
9444
9445 -- 0285.data.history_format.sql
9446
9447 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9448         'circ.format.history.email',
9449         'circ', 
9450         oils_i18n_gettext(
9451             'circ.format.history.email',
9452             'An email has been requested for a circ history.',
9453             'ath',
9454             'description'
9455         ), 
9456         FALSE
9457     )
9458     ,(
9459         'circ.format.history.print',
9460         'circ', 
9461         oils_i18n_gettext(
9462             'circ.format.history.print',
9463             'A circ history needs to be formatted for printing.',
9464             'ath',
9465             'description'
9466         ), 
9467         FALSE
9468     )
9469     ,(
9470         'ahr.format.history.email',
9471         'ahr', 
9472         oils_i18n_gettext(
9473             'ahr.format.history.email',
9474             'An email has been requested for a hold request history.',
9475             'ath',
9476             'description'
9477         ), 
9478         FALSE
9479     )
9480     ,(
9481         'ahr.format.history.print',
9482         'ahr', 
9483         oils_i18n_gettext(
9484             'ahr.format.history.print',
9485             'A hold request history needs to be formatted for printing.',
9486             'ath',
9487             'description'
9488         ), 
9489         FALSE
9490     )
9491
9492 ;
9493
9494 INSERT INTO action_trigger.event_definition (
9495         id,
9496         active,
9497         owner,
9498         name,
9499         hook,
9500         validator,
9501         reactor,
9502         group_field,
9503         granularity,
9504         template
9505     ) VALUES (
9506         25,
9507         TRUE,
9508         1,
9509         'circ.history.email',
9510         'circ.format.history.email',
9511         'NOOP_True',
9512         'SendEmail',
9513         'usr',
9514         NULL,
9515 $$
9516 [%- USE date -%]
9517 [%- SET user = target.0.usr -%]
9518 To: [%- params.recipient_email || user.email %]
9519 From: [%- params.sender_email || default_sender %]
9520 Subject: Circulation History
9521
9522     [% FOR circ IN target %]
9523             [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
9524             Barcode: [% circ.target_copy.barcode %]
9525             Checked Out: [% date.format(helpers.format_date(circ.xact_start), '%Y-%m-%d') %]
9526             Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
9527             Returned: [% date.format(helpers.format_date(circ.checkin_time), '%Y-%m-%d') %]
9528     [% END %]
9529 $$
9530     )
9531     ,(
9532         26,
9533         TRUE,
9534         1,
9535         'circ.history.print',
9536         'circ.format.history.print',
9537         'NOOP_True',
9538         'ProcessTemplate',
9539         'usr',
9540         'print-on-demand',
9541 $$
9542 [%- USE date -%]
9543 <div>
9544     <style> li { padding: 8px; margin 5px; }</style>
9545     <div>[% date.format %]</div>
9546     <br/>
9547
9548     [% user.family_name %], [% user.first_given_name %]
9549     <ol>
9550     [% FOR circ IN target %]
9551         <li>
9552             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
9553             <div>Barcode: [% circ.target_copy.barcode %]</div>
9554             <div>Checked Out: [% date.format(helpers.format_date(circ.xact_start), '%Y-%m-%d') %]</div>
9555             <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
9556             <div>Returned: [% date.format(helpers.format_date(circ.checkin_time), '%Y-%m-%d') %]</div>
9557         </li>
9558     [% END %]
9559     </ol>
9560 </div>
9561 $$
9562     )
9563     ,(
9564         27,
9565         TRUE,
9566         1,
9567         'ahr.history.email',
9568         'ahr.format.history.email',
9569         'NOOP_True',
9570         'SendEmail',
9571         'usr',
9572         NULL,
9573 $$
9574 [%- USE date -%]
9575 [%- SET user = target.0.usr -%]
9576 To: [%- params.recipient_email || user.email %]
9577 From: [%- params.sender_email || default_sender %]
9578 Subject: Hold Request History
9579
9580     [% FOR hold IN target %]
9581             [% helpers.get_copy_bib_basics(hold.current_copy.id).title %]
9582             Requested: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
9583             [% IF hold.fulfillment_time %]Fulfilled: [% date.format(helpers.format_date(hold.fulfillment_time), '%Y-%m-%d') %][% END %]
9584     [% END %]
9585 $$
9586     )
9587     ,(
9588         28,
9589         TRUE,
9590         1,
9591         'ahr.history.print',
9592         'ahr.format.history.print',
9593         'NOOP_True',
9594         'ProcessTemplate',
9595         'usr',
9596         'print-on-demand',
9597 $$
9598 [%- USE date -%]
9599 <div>
9600     <style> li { padding: 8px; margin 5px; }</style>
9601     <div>[% date.format %]</div>
9602     <br/>
9603
9604     [% user.family_name %], [% user.first_given_name %]
9605     <ol>
9606     [% FOR hold IN target %]
9607         <li>
9608             <div>[% helpers.get_copy_bib_basics(hold.current_copy.id).title %]</div>
9609             <div>Requested: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]</div>
9610             [% IF hold.fulfillment_time %]<div>Fulfilled: [% date.format(helpers.format_date(hold.fulfillment_time), '%Y-%m-%d') %]</div>[% END %]
9611         </li>
9612     [% END %]
9613     </ol>
9614 </div>
9615 $$
9616     )
9617
9618 ;
9619
9620 INSERT INTO action_trigger.environment (
9621         event_def,
9622         path
9623     ) VALUES 
9624          ( 25, 'target_copy')
9625         ,( 25, 'usr' )
9626         ,( 26, 'target_copy' )
9627         ,( 26, 'usr' )
9628         ,( 27, 'current_copy' )
9629         ,( 27, 'usr' )
9630         ,( 28, 'current_copy' )
9631         ,( 28, 'usr' )
9632 ;
9633
9634 -- 0289.data.payment_receipt_format.sql
9635 -- 0326.data.payment_receipt_format.sql
9636
9637 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9638         'money.format.payment_receipt.email',
9639         'mp', 
9640         oils_i18n_gettext(
9641             'money.format.payment_receipt.email',
9642             'An email has been requested for a payment receipt.',
9643             'ath',
9644             'description'
9645         ), 
9646         FALSE
9647     )
9648     ,(
9649         'money.format.payment_receipt.print',
9650         'mp', 
9651         oils_i18n_gettext(
9652             'money.format.payment_receipt.print',
9653             'A payment receipt needs to be formatted for printing.',
9654             'ath',
9655             'description'
9656         ), 
9657         FALSE
9658     )
9659 ;
9660
9661 INSERT INTO action_trigger.event_definition (
9662         id,
9663         active,
9664         owner,
9665         name,
9666         hook,
9667         validator,
9668         reactor,
9669         group_field,
9670         granularity,
9671         template
9672     ) VALUES (
9673         29,
9674         TRUE,
9675         1,
9676         'money.payment_receipt.email',
9677         'money.format.payment_receipt.email',
9678         'NOOP_True',
9679         'SendEmail',
9680         'xact.usr',
9681         NULL,
9682 $$
9683 [%- USE date -%]
9684 [%- SET user = target.0.xact.usr -%]
9685 To: [%- params.recipient_email || user.email %]
9686 From: [%- params.sender_email || default_sender %]
9687 Subject: Payment Receipt
9688
9689 [% date.format -%]
9690 [%- SET xact_mp_hash = {} -%]
9691 [%- FOR mp IN target %][%# Template is hooked around payments, but let us make the receipt focused on transactions -%]
9692     [%- SET xact_id = mp.xact.id -%]
9693     [%- IF ! xact_mp_hash.defined( xact_id ) -%][%- xact_mp_hash.$xact_id = { 'xact' => mp.xact, 'payments' => [] } -%][%- END -%]
9694     [%- xact_mp_hash.$xact_id.payments.push(mp) -%]
9695 [%- END -%]
9696 [%- FOR xact_id IN xact_mp_hash.keys.sort -%]
9697     [%- SET xact = xact_mp_hash.$xact_id.xact %]
9698 Transaction ID: [% xact_id %]
9699     [% IF xact.circulation %][% helpers.get_copy_bib_basics(xact.circulation.target_copy).title %]
9700     [% ELSE %]Miscellaneous
9701     [% END %]
9702     Line item billings:
9703         [%- SET mb_type_hash = {} -%]
9704         [%- FOR mb IN xact.billings %][%# Group billings by their btype -%]
9705             [%- IF mb.voided == 'f' -%]
9706                 [%- SET mb_type = mb.btype.id -%]
9707                 [%- IF ! mb_type_hash.defined( mb_type ) -%][%- mb_type_hash.$mb_type = { 'sum' => 0.00, 'billings' => [] } -%][%- END -%]
9708                 [%- IF ! mb_type_hash.$mb_type.defined( 'first_ts' ) -%][%- mb_type_hash.$mb_type.first_ts = mb.billing_ts -%][%- END -%]
9709                 [%- mb_type_hash.$mb_type.last_ts = mb.billing_ts -%]
9710                 [%- mb_type_hash.$mb_type.sum = mb_type_hash.$mb_type.sum + mb.amount -%]
9711                 [%- mb_type_hash.$mb_type.billings.push( mb ) -%]
9712             [%- END -%]
9713         [%- END -%]
9714         [%- FOR mb_type IN mb_type_hash.keys.sort -%]
9715             [%- IF mb_type == 1 %][%-# Consolidated view of overdue billings -%]
9716                 $[% mb_type_hash.$mb_type.sum %] for [% mb_type_hash.$mb_type.billings.0.btype.name %] 
9717                     on [% mb_type_hash.$mb_type.first_ts %] through [% mb_type_hash.$mb_type.last_ts %]
9718             [%- ELSE -%][%# all other billings show individually %]
9719                 [% FOR mb IN mb_type_hash.$mb_type.billings %]
9720                     $[% mb.amount %] for [% mb.btype.name %] on [% mb.billing_ts %] [% mb.note %]
9721                 [% END %]
9722             [% END %]
9723         [% END %]
9724     Line item payments:
9725         [% FOR mp IN xact_mp_hash.$xact_id.payments %]
9726             Payment ID: [% mp.id %]
9727                 Paid [% mp.amount %] via [% SWITCH mp.payment_type -%]
9728                     [% CASE "cash_payment" %]cash
9729                     [% CASE "check_payment" %]check
9730                     [% CASE "credit_card_payment" %]credit card (
9731                         [%- SET cc_chunks = mp.credit_card_payment.cc_number.replace(' ','').chunk(4); -%]
9732                         [%- cc_chunks.slice(0, -1+cc_chunks.max).join.replace('\S','X') -%] 
9733                         [% cc_chunks.last -%]
9734                         exp [% mp.credit_card_payment.expire_month %]/[% mp.credit_card_payment.expire_year -%]
9735                     )
9736                     [% CASE "credit_payment" %]credit
9737                     [% CASE "forgive_payment" %]forgiveness
9738                     [% CASE "goods_payment" %]goods
9739                     [% CASE "work_payment" %]work
9740                 [%- END %] on [% mp.payment_ts %] [% mp.note %]
9741         [% END %]
9742 [% END %]
9743 $$
9744     )
9745     ,(
9746         30,
9747         TRUE,
9748         1,
9749         'money.payment_receipt.print',
9750         'money.format.payment_receipt.print',
9751         'NOOP_True',
9752         'ProcessTemplate',
9753         'xact.usr',
9754         'print-on-demand',
9755 $$
9756 [%- USE date -%][%- SET user = target.0.xact.usr -%]
9757 <div style="li { padding: 8px; margin 5px; }">
9758     <div>[% date.format %]</div><br/>
9759     <ol>
9760     [% SET xact_mp_hash = {} %]
9761     [% FOR mp IN target %][%# Template is hooked around payments, but let us make the receipt focused on transactions %]
9762         [% SET xact_id = mp.xact.id %]
9763         [% IF ! xact_mp_hash.defined( xact_id ) %][% xact_mp_hash.$xact_id = { 'xact' => mp.xact, 'payments' => [] } %][% END %]
9764         [% xact_mp_hash.$xact_id.payments.push(mp) %]
9765     [% END %]
9766     [% FOR xact_id IN xact_mp_hash.keys.sort %]
9767         [% SET xact = xact_mp_hash.$xact_id.xact %]
9768         <li>Transaction ID: [% xact_id %]
9769             [% IF xact.circulation %][% helpers.get_copy_bib_basics(xact.circulation.target_copy).title %]
9770             [% ELSE %]Miscellaneous
9771             [% END %]
9772             Line item billings:<ol>
9773                 [% SET mb_type_hash = {} %]
9774                 [% FOR mb IN xact.billings %][%# Group billings by their btype %]
9775                     [% IF mb.voided == 'f' %]
9776                         [% SET mb_type = mb.btype.id %]
9777                         [% IF ! mb_type_hash.defined( mb_type ) %][% mb_type_hash.$mb_type = { 'sum' => 0.00, 'billings' => [] } %][% END %]
9778                         [% IF ! mb_type_hash.$mb_type.defined( 'first_ts' ) %][% mb_type_hash.$mb_type.first_ts = mb.billing_ts %][% END %]
9779                         [% mb_type_hash.$mb_type.last_ts = mb.billing_ts %]
9780                         [% mb_type_hash.$mb_type.sum = mb_type_hash.$mb_type.sum + mb.amount %]
9781                         [% mb_type_hash.$mb_type.billings.push( mb ) %]
9782                     [% END %]
9783                 [% END %]
9784                 [% FOR mb_type IN mb_type_hash.keys.sort %]
9785                     <li>[% IF mb_type == 1 %][%# Consolidated view of overdue billings %]
9786                         $[% mb_type_hash.$mb_type.sum %] for [% mb_type_hash.$mb_type.billings.0.btype.name %] 
9787                             on [% mb_type_hash.$mb_type.first_ts %] through [% mb_type_hash.$mb_type.last_ts %]
9788                     [% ELSE %][%# all other billings show individually %]
9789                         [% FOR mb IN mb_type_hash.$mb_type.billings %]
9790                             $[% mb.amount %] for [% mb.btype.name %] on [% mb.billing_ts %] [% mb.note %]
9791                         [% END %]
9792                     [% END %]</li>
9793                 [% END %]
9794             </ol>
9795             Line item payments:<ol>
9796                 [% FOR mp IN xact_mp_hash.$xact_id.payments %]
9797                     <li>Payment ID: [% mp.id %]
9798                         Paid [% mp.amount %] via [% SWITCH mp.payment_type -%]
9799                             [% CASE "cash_payment" %]cash
9800                             [% CASE "check_payment" %]check
9801                             [% CASE "credit_card_payment" %]credit card (
9802                                 [%- SET cc_chunks = mp.credit_card_payment.cc_number.replace(' ','').chunk(4); -%]
9803                                 [%- cc_chunks.slice(0, -1+cc_chunks.max).join.replace('\S','X') -%] 
9804                                 [% cc_chunks.last -%]
9805                                 exp [% mp.credit_card_payment.expire_month %]/[% mp.credit_card_payment.expire_year -%]
9806                             )
9807                             [% CASE "credit_payment" %]credit
9808                             [% CASE "forgive_payment" %]forgiveness
9809                             [% CASE "goods_payment" %]goods
9810                             [% CASE "work_payment" %]work
9811                         [%- END %] on [% mp.payment_ts %] [% mp.note %]
9812                     </li>
9813                 [% END %]
9814             </ol>
9815         </li>
9816     [% END %]
9817     </ol>
9818 </div>
9819 $$
9820     )
9821 ;
9822
9823 INSERT INTO action_trigger.environment (
9824         event_def,
9825         path
9826     ) VALUES -- for fleshing mp objects
9827          ( 29, 'xact')
9828         ,( 29, 'xact.usr')
9829         ,( 29, 'xact.grocery' )
9830         ,( 29, 'xact.circulation' )
9831         ,( 29, 'xact.summary' )
9832         ,( 29, 'credit_card_payment')
9833         ,( 29, 'xact.billings')
9834         ,( 29, 'xact.billings.btype')
9835         ,( 30, 'xact')
9836         ,( 30, 'xact.usr')
9837         ,( 30, 'xact.grocery' )
9838         ,( 30, 'xact.circulation' )
9839         ,( 30, 'xact.summary' )
9840         ,( 30, 'credit_card_payment')
9841         ,( 30, 'xact.billings')
9842         ,( 30, 'xact.billings.btype')
9843 ;
9844
9845 -- 0294.data.bre_format.sql
9846
9847 INSERT INTO container.biblio_record_entry_bucket_type( code, label ) VALUES (
9848     'temp',
9849     oils_i18n_gettext(
9850         'temp',
9851         'Temporary bucket which gets deleted after use.',
9852         'cbrebt',
9853         'label'
9854     )
9855 );
9856
9857 INSERT INTO action_trigger.cleanup ( module, description ) VALUES (
9858     'DeleteTempBiblioBucket',
9859     oils_i18n_gettext(
9860         'DeleteTempBiblioBucket',
9861         'Deletes a cbreb object used as a target if it has a btype of "temp"',
9862         'atclean',
9863         'description'
9864     )
9865 );
9866
9867 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9868         'biblio.format.record_entry.email',
9869         'cbreb', 
9870         oils_i18n_gettext(
9871             'biblio.format.record_entry.email',
9872             'An email has been requested for one or more biblio record entries.',
9873             'ath',
9874             'description'
9875         ), 
9876         FALSE
9877     )
9878     ,(
9879         'biblio.format.record_entry.print',
9880         'cbreb', 
9881         oils_i18n_gettext(
9882             'biblio.format.record_entry.print',
9883             'One or more biblio record entries need to be formatted for printing.',
9884             'ath',
9885             'description'
9886         ), 
9887         FALSE
9888     )
9889 ;
9890
9891 INSERT INTO action_trigger.event_definition (
9892         id,
9893         active,
9894         owner,
9895         name,
9896         hook,
9897         validator,
9898         reactor,
9899         cleanup_success,
9900         cleanup_failure,
9901         group_field,
9902         granularity,
9903         delay,
9904         template
9905     ) VALUES (
9906         31,
9907         TRUE,
9908         1,
9909         'biblio.record_entry.email',
9910         'biblio.format.record_entry.email',
9911         'NOOP_True',
9912         'SendEmail',
9913         'DeleteTempBiblioBucket',
9914         'DeleteTempBiblioBucket',
9915         'owner',
9916         NULL,
9917         '00:00:00',
9918 $$
9919 [%- SET user = target.0.owner -%]
9920 To: [%- params.recipient_email || user.email %]
9921 From: [%- params.sender_email || default_sender %]
9922 Subject: Bibliographic Records
9923
9924 [% FOR cbreb IN target %][% title = '' %]
9925 [% FOR item IN cbreb.items;
9926     bre_id = item.target_biblio_record_entry;
9927
9928     bibxml = helpers.unapi_bre(bre_id, {flesh => '{mra}'});
9929     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
9930         title = title _ part.textContent;
9931     END;
9932
9933     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
9934     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
9935     publisher = bibxml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent;
9936     pubdate = bibxml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent;
9937     isbn = bibxml.findnodes('//*[@tag="020"]/*[@code="a"]').textContent;
9938     issn = bibxml.findnodes('//*[@tag="022"]/*[@code="a"]').textContent;
9939     upc = bibxml.findnodes('//*[@tag="024"]/*[@code="a"]').textContent;
9940 %]
9941
9942 [% loop.count %]/[% loop.size %].  Bib ID# [% bre_id %] 
9943 [% IF isbn %]ISBN: [% isbn _ "\n" %][% END -%]
9944 [% IF issn %]ISSN: [% issn _ "\n" %][% END -%]
9945 [% IF upc  %]UPC:  [% upc _ "\n" %] [% END -%]
9946 Title: [% title %]
9947 Author: [% author %]
9948 Publication Info: [% publisher %] [% pubdate %]
9949 Item Type: [% item_type %]
9950
9951 [% END %]
9952 [% END %]
9953 $$
9954     )
9955     ,(
9956         32,
9957         TRUE,
9958         1,
9959         'biblio.record_entry.print',
9960         'biblio.format.record_entry.print',
9961         'NOOP_True',
9962         'ProcessTemplate',
9963         'DeleteTempBiblioBucket',
9964         'DeleteTempBiblioBucket',
9965         'owner',
9966         'print-on-demand',
9967         '00:00:00',
9968 $$
9969 <div>
9970     <style> li { padding: 8px; margin 5px; }</style>
9971     <ol>
9972     [% FOR cbreb IN target %][% title = '' %]
9973     [% FOR item IN cbreb.items;
9974         bre_id = item.target_biblio_record_entry;
9975
9976         bibxml = helpers.unapi_bre(bre_id, {flesh => '{mra}'});
9977         FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
9978             title = title _ part.textContent;
9979         END;
9980
9981         author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
9982         item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
9983         publisher = bibxml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent;
9984         pubdate = bibxml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent;
9985         isbn = bibxml.findnodes('//*[@tag="020"]/*[@code="a"]').textContent;
9986         %]
9987
9988         <li>
9989             Bib ID# [% bre_id %] ISBN: [% isbn %]<br />
9990             Title: [% title %]<br />
9991             Author: [% author %]<br />
9992             Publication Info: [% publisher %] [% pubdate %]<br/>
9993             Item Type: [% item_type %]
9994         </li>
9995     [% END %]
9996     [% END %]
9997     </ol>
9998 </div>
9999 $$
10000     )
10001 ;
10002
10003 INSERT INTO action_trigger.environment (
10004         event_def,
10005         path
10006     ) VALUES -- for fleshing cbreb objects
10007          ( 31, 'owner' )
10008         ,( 31, 'items' )
10009         ,( 32, 'items' )
10010 ;
10011
10012 -- Use the ISO 4217 abbreviations for currency codes
10013 INSERT INTO acq.currency_type (code, label) VALUES ('USD', oils_i18n_gettext('USD', 'US Dollars', 'acqct', 'label'));
10014 INSERT INTO acq.currency_type (code, label) VALUES ('CAN', oils_i18n_gettext('CAN', 'Canadian Dollars', 'acqct', 'label'));
10015 INSERT INTO acq.currency_type (code, label) VALUES ('EUR', oils_i18n_gettext('EUR', 'Euros', 'acqct', 'label'));
10016
10017 INSERT INTO acq.exchange_rate (from_currency,to_currency,ratio) VALUES ('USD','CAN',1.2);
10018 INSERT INTO acq.exchange_rate (from_currency,to_currency,ratio) VALUES ('USD','EUR',0.5);
10019
10020 INSERT INTO acq.invoice_item_type (code,name) VALUES ('TAX',oils_i18n_gettext('TAX', 'Tax', 'aiit', 'name'));
10021 INSERT INTO acq.invoice_item_type (code,name) VALUES ('PRO',oils_i18n_gettext('PRO', 'Processing Fee', 'aiit', 'name'));
10022 INSERT INTO acq.invoice_item_type (code,name) VALUES ('SHP',oils_i18n_gettext('SHP', 'Shipping Charge', 'aiit', 'name'));
10023 INSERT INTO acq.invoice_item_type (code,name) VALUES ('HND',oils_i18n_gettext('HND', 'Handling Charge', 'aiit', 'name'));
10024 INSERT INTO acq.invoice_item_type (code,name) VALUES ('ITM',oils_i18n_gettext('ITM', 'Non-library Item', 'aiit', 'name'));
10025 INSERT INTO acq.invoice_item_type (code,name) VALUES ('SUB',oils_i18n_gettext('SUB', 'Serial Subscription', 'aiit', 'name'));
10026 INSERT INTO acq.invoice_item_type (code, blanket, name) VALUES (
10027     'BLA', TRUE, oils_i18n_gettext('BLA', 'Blanket Order', 'aiit', 'name'));
10028
10029
10030 INSERT INTO acq.invoice_method (code,name) VALUES ('EDI',oils_i18n_gettext('EDI', 'EDI', 'acqim', 'name'));
10031 INSERT INTO acq.invoice_method (code,name) VALUES ('PPR',oils_i18n_gettext('PPR', 'Paper', 'acqit', 'name'));
10032
10033 INSERT INTO acq.cancel_reason ( id, org_unit, label, description ) VALUES (
10034     1, 1, oils_i18n_gettext(1,'Canceled: Invalid ISBN', 'acqcr', 'label'), oils_i18n_gettext( 1, 'ISBN is unrecognizable', 'acqcr', 'description' ));
10035 INSERT INTO acq.cancel_reason ( id, org_unit, label, description ) VALUES (
10036     2, 1, oils_i18n_gettext(2,'Canceled: Postpone', 'acqcr', 'label'), oils_i18n_gettext( 2, 'Title has been postponed', 'acqcr', 'description' ));
10037 INSERT INTO acq.cancel_reason ( id, org_unit, label, description, keep_debits ) VALUES (
10038     3, 1, oils_i18n_gettext(3, 'Delayed: Delivered but Lost', 'acqcr', 'label'),
10039         oils_i18n_gettext( 3, 'Delivered but not received; presumed lost', 'acqcr', 'description' ), TRUE );
10040
10041 INSERT INTO acq.cancel_reason (keep_debits, id, org_unit, label, description) VALUES 
10042 ('f',(  2+1000), 1, oils_i18n_gettext(1002, 'Canceled: Deleted', 'acqcr', 'label'),
10043         oils_i18n_gettext(1002, 'The information is to be or has been deleted.', 'acqcr', 'description')),
10044 ('t',(  3+1000), 1, oils_i18n_gettext(1003, 'Delayed: Changed', 'acqcr', 'label'),
10045         oils_i18n_gettext(1003, 'The information is to be or has been changed.', 'acqcr', 'description')),
10046 ('t',(  4+1000), 1, oils_i18n_gettext(1004, 'Delayed: No Action', 'acqcr', 'label'),
10047         oils_i18n_gettext(1004, 'This line item is not affected by the actual message.', 'acqcr', 'description')),
10048 ('t',(  5+1000), 1, oils_i18n_gettext(1005, 'Delayed: Accepted without amendment', 'acqcr', 'label'),
10049         oils_i18n_gettext(1005, 'This line item is entirely accepted by the seller.', 'acqcr', 'description')),
10050 ('f',(  7+1000), 1, oils_i18n_gettext(1007, 'Canceled: Not Accepted', 'acqcr', 'label'),
10051         oils_i18n_gettext(1007, 'This line item is not accepted by the seller.', 'acqcr', 'description')),
10052 ('f',( 10+1000), 1, oils_i18n_gettext(1010, 'Canceled: Not Found', 'acqcr', 'label'),
10053        oils_i18n_gettext(1010, 'This line item is not found in the referenced message.', 'acqcr', 'description')),
10054 ('t',( 24+1000), 1, oils_i18n_gettext(1024, 'Delayed: Accepted with amendment', 'acqcr', 'label'),
10055        oils_i18n_gettext(1024, 'Accepted with changes which require no confirmation.', 'acqcr', 'description'));
10056
10057 INSERT INTO acq.cancel_reason (org_unit, keep_debits, id, label, description) VALUES 
10058 (1, 't', 1211, oils_i18n_gettext(1211, 'Delayed: Split Quantity', 'acqcr', 'label'),
10059     oils_i18n_gettext(1211, 'Part of the whole quantity.', 'acqcr', 'description')),
10060 (1, 't', 1221, oils_i18n_gettext(1221, 'Delayed: Ordered Quantity', 'acqcr', 'label'),
10061     oils_i18n_gettext(1221, '[6024] The quantity which has been ordered.', 'acqcr', 'description')),
10062 (1, 't', 1246, oils_i18n_gettext(1246, 'Delayed: Pieces Delivered', 'acqcr', 'label'),
10063     oils_i18n_gettext(1246, 'Number of pieces actually received at the final destination.', 'acqcr', 'description')),
10064 (1, 't', 1283, oils_i18n_gettext(1283, 'Delayed: Backorder', 'acqcr', 'label'),
10065     oils_i18n_gettext(1283, 'The quantity of goods that is on back-order.', 'acqcr', 'description')),
10066 (1, 'f',( 85+1200), oils_i18n_gettext(1285, 'Canceled: By Vendor', 'acqcr', 'label'),
10067     oils_i18n_gettext(1285, 'Line item canceled by vendor', 'acqcr', 'description'));
10068
10069 INSERT INTO config.global_flag (name, label, enabled)
10070     VALUES (
10071         'circ.holds.usr_not_requestor',
10072         oils_i18n_gettext(
10073             'circ.holds.usr_not_requestor',
10074             'Holds: When testing hold matrix matchpoints, use the profile group of the receiving user instead of that of the requestor (affects staff-placed holds)',
10075             'cgf',
10076             'label'
10077         ),
10078         TRUE
10079     );
10080
10081 INSERT INTO config.global_flag (name, label, enabled)
10082     VALUES (
10083         'circ.holds.empty_issuance_ok',
10084         oils_i18n_gettext(
10085             'circ.holds.empty_issuance_ok',
10086             'Holds: Allow holds on empty issuances',
10087             'cgf',
10088             'label'
10089         ),
10090         TRUE
10091     );
10092
10093 INSERT INTO config.global_flag (name, label) -- defaults to enabled=FALSE
10094     VALUES (
10095         'ingest.disable_authority_linking',
10096         oils_i18n_gettext(
10097             'ingest.disable_authority_linking',
10098             'Authority Automation: Disable bib-authority link tracking',
10099             'cgf', 
10100             'label'
10101         )
10102     );
10103
10104 INSERT INTO config.global_flag (name, label) -- defaults to enabled=FALSE
10105     VALUES (
10106         'ingest.disable_authority_auto_update',
10107         oils_i18n_gettext(
10108             'ingest.disable_authority_auto_update',
10109             'Authority Automation: Disable automatic authority updating (requires link tracking)',
10110             'cgf', 
10111             'label'
10112         )
10113     );
10114
10115 INSERT INTO config.global_flag (name, label, enabled)
10116     VALUES (
10117         'cat.bib.use_id_for_tcn',
10118         oils_i18n_gettext(
10119             'cat.bib.use_id_for_tcn',
10120             'Cat: Use Internal ID for TCN Value',
10121             'cgf', 
10122             'label'
10123         ),
10124         TRUE
10125     );
10126
10127 INSERT INTO config.global_flag (name,label,enabled)
10128     VALUES (
10129         'history.circ.retention_age',
10130         oils_i18n_gettext('history.circ.retention_age', 'Historical Circulation Retention Age', 'cgf', 'label'),
10131         TRUE
10132     ),(
10133         'history.circ.retention_count',
10134         oils_i18n_gettext('history.circ.retention_count', 'Historical Circulations per Copy', 'cgf', 'label'),
10135         TRUE
10136     );
10137
10138 INSERT INTO config.global_flag  (name, label, enabled)
10139     VALUES (
10140         'history.hold.retention_age',
10141         oils_i18n_gettext('history.hold.retention_age', 'Historical Hold Retention Age', 'cgf', 'label'),
10142         TRUE
10143     ),(
10144         'history.hold.retention_age_fulfilled',
10145         oils_i18n_gettext('history.hold.retention_age_fulfilled', 'Historical Hold Retention Age - Fulfilled', 'cgf', 'label'),
10146         FALSE
10147     ),(
10148         'history.hold.retention_age_canceled',
10149         oils_i18n_gettext('history.hold.retention_age_canceled', 'Historical Hold Retention Age - Canceled (Default)', 'cgf', 'label'),
10150         FALSE
10151     ),(
10152         'history.hold.retention_age_canceled_1',
10153         oils_i18n_gettext('history.hold.retention_age_canceled_1', 'Historical Hold Retention Age - Canceled (Untarged expiration)', 'cgf', 'label'),
10154         FALSE
10155     ),(
10156         'history.hold.retention_age_canceled_2',
10157         oils_i18n_gettext('history.hold.retention_age_canceled_2', 'Historical Hold Retention Age - Canceled (Hold Shelf expiration)', 'cgf', 'label'),
10158         FALSE
10159     ),(
10160         'history.hold.retention_age_canceled_3',
10161         oils_i18n_gettext('history.hold.retention_age_canceled_3', 'Historical Hold Retention Age - Canceled (Patron via phone)', 'cgf', 'label'),
10162         TRUE
10163     ),(
10164         'history.hold.retention_age_canceled_4',
10165         oils_i18n_gettext('history.hold.retention_age_canceled_4', 'Historical Hold Retention Age - Canceled (Patron in person)', 'cgf', 'label'),
10166         TRUE
10167     ),(
10168         'history.hold.retention_age_canceled_5',
10169         oils_i18n_gettext('history.hold.retention_age_canceled_5', 'Historical Hold Retention Age - Canceled (Staff forced)', 'cgf', 'label'),
10170         TRUE
10171     ),(
10172         'history.hold.retention_age_canceled_6',
10173         oils_i18n_gettext('history.hold.retention_age_canceled_6', 'Historical Hold Retention Age - Canceled (Patron via OPAC)', 'cgf', 'label'),
10174         FALSE
10175     );
10176
10177 INSERT INTO config.global_flag (name, label, enabled)
10178     VALUES (
10179         'cat.maintain_control_numbers',
10180         oils_i18n_gettext(
10181             'cat.maintain_control_numbers',
10182             'Cat: Maintain 001/003/035 according to the MARC21 specification',
10183             'cgf', 
10184             'label'
10185         ),
10186         TRUE
10187     );
10188
10189 INSERT INTO config.global_flag (name, label, enabled)
10190     VALUES (
10191         'circ.opac_renewal.use_original_circ_lib',
10192         oils_i18n_gettext(
10193             'circ.opac_renewal.use_original_circ_lib',
10194             'Circ: Use original circulation library on opac renewal instead of user home library',
10195             'cgf',
10196             'label'
10197         ),
10198         FALSE
10199     );
10200
10201 INSERT INTO config.global_flag (name, label, enabled)
10202     VALUES (
10203         'circ.desk_renewal.use_original_circ_lib',
10204         oils_i18n_gettext(
10205             'circ.desk_renewal.use_original_circ_lib',
10206             'Circ: Use original circulation library on desk renewal instead of the workstation library',
10207             'cgf',
10208             'label'
10209         ),
10210         FALSE
10211     );
10212
10213 INSERT INTO config.global_flag (name, label, value, enabled)
10214     VALUES (
10215         'opac.use_autosuggest',
10216         oils_i18n_gettext(
10217             'opac.use_autosuggest',
10218             'OPAC: Show auto-completing suggestions dialog under basic search box (put ''opac_visible'' into the value field to limit suggestions to OPAC-visible items, or blank the field for a possible performance improvement)',
10219             'cgf',
10220             'label'
10221         ),
10222         'opac_visible',
10223         FALSE
10224     );
10225
10226 INSERT INTO config.global_flag (name, label)
10227     VALUES (
10228         'history.circ.retention_uses_last_finished',
10229         oils_i18n_gettext(
10230             'history.circ.retention_uses_last_finished',
10231             'Historical Circulations use most recent xact_finish date instead of last circ''s.',
10232             'cgf',
10233             'label'
10234         )
10235     ),(
10236         'history.circ.retention_age_is_min',
10237         oils_i18n_gettext(
10238             'history.circ.retention_age_is_min',
10239             'Historical Circulations are kept for global retention age at a minimum, regardless of user preferences.',
10240             'cgf',
10241             'label'
10242         )
10243     );
10244
10245 INSERT INTO config.global_flag (name, value, enabled, label)
10246 VALUES (
10247     'opac.browse.warnable_regexp_per_class',
10248     '{"title": "^(a|the|an)\\s"}',
10249     FALSE,
10250     oils_i18n_gettext(
10251         'opac.browse.warnable_regexp_per_class',
10252         'Map of search classes to regular expressions to warn user about leading articles.',
10253         'cgf',
10254         'label'
10255     )
10256 ),
10257 (
10258     'opac.browse.holdings_visibility_test_limit',
10259     '100',
10260     TRUE,
10261     oils_i18n_gettext(
10262         'opac.browse.holdings_visibility_test_limit',
10263         'Don''t look for more than this number of records with holdings when displaying browse headings with visible record counts.',
10264         'cgf',
10265         'label'
10266     )
10267 );
10268
10269 INSERT INTO config.global_flag (name, enabled, label)
10270 VALUES (
10271     'opac.located_uri.act_as_copy',
10272     FALSE,
10273     oils_i18n_gettext(
10274         'opac.located_uri.act_as_copy',
10275         'When enabled, Located URIs will provide visiblity behavior identical to copies.',
10276         'cgf',
10277         'label'
10278     )
10279 );
10280
10281 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
10282     'opac.icon_attr',
10283     oils_i18n_gettext(
10284         'opac.icon_attr',
10285         'OPAC Format Icons Attribute',
10286         'cgf',
10287         'label'
10288     ),
10289     'icon_format',
10290     TRUE
10291 );
10292
10293 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
10294     VALUES (
10295         'history.circ.retention_age',
10296         TRUE,
10297         oils_i18n_gettext('history.circ.retention_age','Historical Circulation Retention Age','cust','label'),
10298         oils_i18n_gettext('history.circ.retention_age','Historical Circulation Retention Age','cust','description'),
10299         'interval'
10300     ),(
10301         'history.circ.retention_start',
10302         FALSE,
10303         oils_i18n_gettext('history.circ.retention_start','Historical Circulation Retention Start Date','cust','label'),
10304         oils_i18n_gettext('history.circ.retention_start','Historical Circulation Retention Start Date','cust','description'),
10305         'date'
10306     );
10307
10308 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
10309     VALUES (
10310         'history.hold.retention_age',
10311         TRUE,
10312         oils_i18n_gettext('history.hold.retention_age','Historical Hold Retention Age','cust','label'),
10313         oils_i18n_gettext('history.hold.retention_age','Historical Hold Retention Age','cust','description'),
10314         'interval'
10315     ),(
10316         'history.hold.retention_start',
10317         TRUE,
10318         oils_i18n_gettext('history.hold.retention_start','Historical Hold Retention Start Date','cust','label'),
10319         oils_i18n_gettext('history.hold.retention_start','Historical Hold Retention Start Date','cust','description'),
10320         'interval'
10321     ),(
10322         'history.hold.retention_count',
10323         TRUE,
10324         oils_i18n_gettext('history.hold.retention_count','Historical Hold Retention Count','cust','label'),
10325         oils_i18n_gettext('history.hold.retention_count','Historical Hold Retention Count','cust','description'),
10326         'integer'
10327     );
10328
10329 -- 0311.data.query-seed-datatypes.sql
10330 -- Define the most common datatypes in query.datatype.  Note that none of
10331 -- these stock datatypes specifies a width or precision.
10332
10333 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10334   VALUES (1, 'SMALLINT', true);
10335  
10336 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10337   VALUES (2, 'INTEGER', true);
10338  
10339 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10340   VALUES (3, 'BIGINT', true);
10341  
10342 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10343   VALUES (4, 'DECIMAL', true);
10344  
10345 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10346   VALUES (5, 'NUMERIC', true);
10347  
10348 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10349   VALUES (6, 'REAL', true);
10350  
10351 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10352   VALUES (7, 'DOUBLE PRECISION', true);
10353  
10354 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10355   VALUES (8, 'SERIAL', true);
10356  
10357 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10358   VALUES (9, 'BIGSERIAL', true);
10359  
10360 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10361   VALUES (10, 'MONEY', false);
10362  
10363 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10364   VALUES (11, 'VARCHAR', false);
10365  
10366 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10367   VALUES (12, 'CHAR', false);
10368  
10369 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10370   VALUES (13, 'TEXT', false);
10371  
10372 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10373   VALUES (14, '"char"', false);
10374  
10375 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10376   VALUES (15, 'NAME', false);
10377  
10378 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10379   VALUES (16, 'BYTEA', false);
10380  
10381 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10382   VALUES (17, 'TIMESTAMP WITHOUT TIME ZONE', false);
10383  
10384 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10385   VALUES (18, 'TIMESTAMP WITH TIME ZONE', false);
10386  
10387 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10388   VALUES (19, 'DATE', false);
10389  
10390 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10391   VALUES (20, 'TIME WITHOUT TIME ZONE', false);
10392  
10393 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10394   VALUES (21, 'TIME WITH TIME ZONE', false);
10395  
10396 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10397   VALUES (22, 'INTERVAL', false);
10398  
10399 INSERT INTO query.datatype (id, datatype_name, is_numeric )
10400   VALUES (23, 'BOOLEAN', false);
10401
10402 INSERT INTO config.usr_setting_type (name, opac_visible, label, description, datatype) 
10403     VALUES (
10404         'opac.default_sort',
10405         TRUE,
10406         oils_i18n_gettext(
10407             'opac.default_sort',
10408             'OPAC Default Search Sort',
10409             'cust',
10410             'label'
10411         ),
10412         oils_i18n_gettext(
10413             'opac.default_sort',
10414             'OPAC Default Search Sort',
10415             'cust',
10416             'description'
10417         ),
10418         'string'
10419     );
10420
10421 -- 0355.data.missing_pieces_format.sql
10422
10423 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES 
10424     (   'circ.format.missing_pieces.slip.print',
10425         'circ', 
10426         oils_i18n_gettext(
10427             'circ.format.missing_pieces.slip.print',
10428             'A missing pieces slip needs to be formatted for printing.',
10429             'ath',
10430             'description'
10431         ), 
10432         FALSE
10433     )
10434     ,(  'circ.format.missing_pieces.letter.print',
10435         'circ', 
10436         oils_i18n_gettext(
10437             'circ.format.missing_pieces.letter.print',
10438             'A missing pieces patron letter needs to be formatted for printing.',
10439             'ath',
10440             'description'
10441         ), 
10442         FALSE
10443     )
10444 ;
10445
10446 INSERT INTO action_trigger.event_definition (
10447         id,
10448         active,
10449         owner,
10450         name,
10451         hook,
10452         validator,
10453         reactor,
10454         group_field,
10455         granularity,
10456         template
10457     ) VALUES (
10458         33,
10459         TRUE,
10460         1,
10461         'circ.missing_pieces.slip.print',
10462         'circ.format.missing_pieces.slip.print',
10463         'NOOP_True',
10464         'ProcessTemplate',
10465         'usr',
10466         'print-on-demand',
10467 $$
10468 [%- USE date -%]
10469 [%- SET user = target.0.usr -%]
10470 <div style="li { padding: 8px; margin 5px; }">
10471     <div>[% date.format %]</div><br/>
10472     Missing pieces for:
10473     <ol>
10474     [% FOR circ IN target %]
10475         <li>Barcode: [% circ.target_copy.barcode %] Transaction ID: [% circ.id %] Due: [% circ.due_date.format %]<br />
10476             [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
10477         </li>
10478     [% END %]
10479     </ol>
10480 </div>
10481 $$
10482     )
10483     ,(
10484         34,
10485         TRUE,
10486         1,
10487         'circ.missing_pieces.letter.print',
10488         'circ.format.missing_pieces.letter.print',
10489         'NOOP_True',
10490         'ProcessTemplate',
10491         'usr',
10492         'print-on-demand',
10493 $$
10494 [%- USE date -%]
10495 [%- SET user = target.0.usr -%]
10496 [% date.format %]
10497 Dear [% user.prefix %] [% user.first_given_name %] [% user.family_name %],
10498
10499 We are missing pieces for the following returned items:
10500 [% FOR circ IN target %]
10501 Barcode: [% circ.target_copy.barcode %] Transaction ID: [% circ.id %] Due: [% circ.due_date.format %]
10502 [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
10503 [% END %]
10504
10505 Please return these pieces as soon as possible.
10506
10507 Thanks!
10508
10509 Library Staff
10510 $$
10511     )
10512 ;
10513
10514 INSERT INTO action_trigger.environment (
10515         event_def,
10516         path
10517     ) VALUES -- for fleshing circ objects
10518          ( 33, 'usr')
10519         ,( 33, 'target_copy')
10520         ,( 33, 'target_copy.circ_lib')
10521         ,( 33, 'target_copy.circ_lib.mailing_address')
10522         ,( 33, 'target_copy.circ_lib.billing_address')
10523         ,( 33, 'target_copy.call_number')
10524         ,( 33, 'target_copy.call_number.owning_lib')
10525         ,( 33, 'target_copy.call_number.owning_lib.mailing_address')
10526         ,( 33, 'target_copy.call_number.owning_lib.billing_address')
10527         ,( 33, 'circ_lib')
10528         ,( 33, 'circ_lib.mailing_address')
10529         ,( 33, 'circ_lib.billing_address')
10530         ,( 34, 'usr')
10531         ,( 34, 'target_copy')
10532         ,( 34, 'target_copy.circ_lib')
10533         ,( 34, 'target_copy.circ_lib.mailing_address')
10534         ,( 34, 'target_copy.circ_lib.billing_address')
10535         ,( 34, 'target_copy.call_number')
10536         ,( 34, 'target_copy.call_number.owning_lib')
10537         ,( 34, 'target_copy.call_number.owning_lib.mailing_address')
10538         ,( 34, 'target_copy.call_number.owning_lib.billing_address')
10539         ,( 34, 'circ_lib')
10540         ,( 34, 'circ_lib.mailing_address')
10541         ,( 34, 'circ_lib.billing_address')
10542 ;
10543
10544 -- 0384.data.hold_pull_list_template.sql
10545
10546 INSERT INTO action_trigger.hook (key,core_type,description,passive) 
10547     VALUES (   
10548         'ahr.format.pull_list',
10549         'ahr', 
10550         oils_i18n_gettext(
10551             'ahr.format.pull_list',
10552             'Format holds pull list for printing',
10553             'ath',
10554             'description'
10555         ), 
10556         FALSE
10557     );
10558
10559 INSERT INTO action_trigger.event_definition (
10560         id,
10561         active,
10562         owner,
10563         name,
10564         hook,
10565         validator,
10566         reactor,
10567         group_field,
10568         granularity,
10569         template
10570     ) VALUES (
10571         35,
10572         TRUE,
10573         1,
10574         'Holds Pull List',
10575         'ahr.format.pull_list',
10576         'NOOP_True',
10577         'ProcessTemplate',
10578         'pickup_lib',
10579         'print-on-demand',
10580 $$
10581 [%- USE date -%]
10582 <style>
10583     table { border-collapse: collapse; }
10584     td { padding: 5px; border-bottom: 1px solid #888; }
10585     th { font-weight: bold; }
10586 </style>
10587 [%
10588     # Sort the holds into copy-location buckets
10589     # In the main print loop, sort each bucket by callnumber before printing
10590     SET holds_list = [];
10591     SET loc_data = [];
10592     SET current_location = target.0.current_copy.location.id;
10593     FOR hold IN target;
10594         IF current_location != hold.current_copy.location.id;
10595             SET current_location = hold.current_copy.location.id;
10596             holds_list.push(loc_data);
10597             SET loc_data = [];
10598         END;
10599         SET hold_data = {
10600             'hold' => hold,
10601             'callnumber' => hold.current_copy.call_number.label
10602         };
10603         loc_data.push(hold_data);
10604     END;
10605     holds_list.push(loc_data)
10606 %]
10607 <table>
10608     <thead>
10609         <tr>
10610             <th>Title</th>
10611             <th>Author</th>
10612             <th>Shelving Location</th>
10613             <th>Call Number</th>
10614             <th>Barcode/Part</th>
10615             <th>Patron</th>
10616         </tr>
10617     </thead>
10618     <tbody>
10619     [% FOR loc_data IN holds_list  %]
10620         [% FOR hold_data IN loc_data.sort('callnumber') %]
10621             [%
10622                 SET hold = hold_data.hold;
10623                 SET copy_data = helpers.get_copy_bib_basics(hold.current_copy.id);
10624             %]
10625             <tr>
10626                 <td>[% copy_data.title | truncate %]</td>
10627                 <td>[% copy_data.author | truncate %]</td>
10628                 <td>[% hold.current_copy.location.name %]</td>
10629                 <td>[% hold.current_copy.call_number.label %]</td>
10630                 <td>[% hold.current_copy.barcode %]
10631                     [% FOR part IN hold.current_copy.parts %]
10632                        [% part.part.label %]
10633                     [% END %]
10634                 </td>
10635                 <td>[% hold.usr.card.barcode %]</td>
10636             </tr>
10637         [% END %]
10638     [% END %]
10639     <tbody>
10640 </table>
10641 $$
10642 );
10643
10644 INSERT INTO action_trigger.environment (
10645         event_def,
10646         path
10647     ) VALUES
10648         (35, 'current_copy.location'),
10649         (35, 'current_copy.call_number'),
10650         (35, 'usr.card'),
10651         (35, 'pickup_lib'),
10652         (35, 'current_copy.parts'),
10653         (35, 'current_copy.parts.part')
10654 ;
10655
10656 -- 0412.data.trigger.validator.HoldIsCancelled.sql
10657
10658 INSERT INTO action_trigger.validator (module, description) VALUES (
10659     'HoldIsCancelled',
10660     oils_i18n_gettext(
10661         'HoldIsCancelled',
10662         'Check whether a hold request is cancelled.',
10663         'atval',
10664         'description'
10665     )
10666 );
10667
10668 -- 0448.data.trigger.circ.staff_age_to_lost.sql
10669
10670 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES 
10671     (   'circ.staff_age_to_lost',
10672         'circ', 
10673         oils_i18n_gettext(
10674             'circ.staff_age_to_lost',
10675             'An overdue circulation should be aged to a Lost status.',
10676             'ath',
10677             'description'
10678         ), 
10679         TRUE
10680     )
10681 ;
10682
10683 INSERT INTO action_trigger.event_definition (
10684         id,
10685         active,
10686         owner,
10687         name,
10688         hook,
10689         validator,
10690         reactor,
10691         delay_field
10692     ) VALUES (
10693         36,
10694         FALSE,
10695         1,
10696         'circ.staff_age_to_lost',
10697         'circ.staff_age_to_lost',
10698         'CircIsOverdue',
10699         'MarkItemLost',
10700         'due_date'
10701     )
10702 ;
10703
10704 INSERT INTO action_trigger.hook (key,core_type,description)
10705     VALUES ('circ.recall.target', 'circ', 'A checked-out copy has been recalled for a hold.');
10706
10707 INSERT INTO action_trigger.event_definition (id, owner, name, hook, validator, reactor, group_field, template)
10708     VALUES (37, 1, 'Item Recall Email Notice', 'circ.recall.target', 'NOOP_True', 'SendEmail', 'usr', 
10709 $$
10710 [%- USE date -%]
10711 [%- user = target.0.usr -%]
10712 To: [%- params.recipient_email || user.email %]
10713 From: [%- params.sender_email || default_sender %]
10714 Subject: Item Recall Notification 
10715
10716 Dear [% user.family_name %], [% user.first_given_name %]
10717
10718 The following item which you have checked out has been recalled so that
10719 another patron can have access to the item:
10720
10721 [% FOR circ IN target %]
10722     Title: [% circ.target_copy.call_number.record.simple_record.title %] 
10723     Barcode: [% circ.target_copy.barcode %] 
10724     Now Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
10725     Library: [% circ.circ_lib.name %]
10726
10727     If this item is not returned by the new due date, fines will be assessed at
10728     the rate of [% circ.recurring_fine %] every [% circ.fine_interval %].
10729 [% END %]
10730 $$
10731 );
10732
10733 INSERT INTO action_trigger.environment (event_def, path) VALUES
10734     (37, 'target_copy.call_number.record.simple_record'),
10735     (37, 'usr'),
10736     (37, 'circ_lib.billing_address')
10737 ;
10738
10739 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'general.unknown', oils_i18n_gettext('general.unknown', 'Import or Overlay failed', 'vie', 'description') );
10740 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.duplicate.barcode', oils_i18n_gettext('import.item.duplicate.barcode', 'Import failed due to barcode collision', 'vie', 'description') );
10741 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.circ_modifier', oils_i18n_gettext('import.item.invalid.circ_modifier', 'Import failed due to invalid circulation modifier', 'vie', 'description') );
10742 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.location', oils_i18n_gettext('import.item.invalid.location', 'Import failed due to invalid copy location', 'vie', 'description') );
10743 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.sysid', oils_i18n_gettext('import.duplicate.sysid', 'Import failed due to system id collision', 'vie', 'description') );
10744 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.tcn', oils_i18n_gettext('import.duplicate.sysid', 'Import failed due to system id collision', 'vie', 'description') );
10745 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.missing.sysid', oils_i18n_gettext('overlay.missing.sysid', 'Overlay failed due to missing system id', 'vie', 'description') );
10746 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.auth.duplicate.acn', oils_i18n_gettext('import.auth.duplicate.acn', 'Import failed due to Accession Number collision', 'vie', 'description') );
10747 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.xml.malformed', oils_i18n_gettext('import.xml.malformed', 'Malformed record cause Import failure', 'vie', 'description') );
10748 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.xml.malformed', oils_i18n_gettext('overlay.xml.malformed', 'Malformed record cause Overlay failure', 'vie', 'description') );
10749 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.record.quality', oils_i18n_gettext('overlay.record.quality', 'New record had insufficient quality', 'vie', 'description') );
10750
10751 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10752     'import.item.invalid.status', oils_i18n_gettext('import.item.invalid.status', 'Invalid value for "status"', 'vie', 'description') );
10753 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10754     'import.item.invalid.price', oils_i18n_gettext('import.item.invalid.price', 'Invalid value for "price"', 'vie', 'description') );
10755 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10756     'import.item.invalid.deposit_amount', oils_i18n_gettext('import.item.invalid.deposit_amount', 'Invalid value for "deposit_amount"', 'vie', 'description') );
10757 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10758     'import.item.invalid.owning_lib', oils_i18n_gettext('import.item.invalid.owning_lib', 'Invalid value for "owning_lib"', 'vie', 'description') );
10759 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10760     'import.item.invalid.circ_lib', oils_i18n_gettext('import.item.invalid.circ_lib', 'Invalid value for "circ_lib"', 'vie', 'description') );
10761 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10762     'import.item.invalid.copy_number', oils_i18n_gettext('import.item.invalid.copy_number', 'Invalid value for "copy_number"', 'vie', 'description') );
10763 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10764     'import.item.invalid.circ_as_type', oils_i18n_gettext('import.item.invalid.circ_as_type', 'Invalid value for "circ_as_type"', 'vie', 'description') );
10765 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10766     'import.record.perm_failure', oils_i18n_gettext('import.record.perm_failure', 'Perm failure creating a record', 'vie', 'description') );
10767 INSERT INTO vandelay.import_error ( code, description ) VALUES (
10768     'import.item.invalid.stat_cat_format', oils_i18n_gettext('import.item.invalid.stat_cat_format', 'Bad format for stat cat data, should be like: CAT 1|VALUE 1', 'vie', 'description') );
10769 INSERT INTO vandelay.import_error ( code, description ) VALUES (
10770     'import.item.invalid.stat_cat_data', oils_i18n_gettext('import.item.invalid.stat_cat_data', 'Invalid stat cat data', 'vie', 'description') );
10771
10772 -- Event def for email notice for hold cancelled due to lack of target -----
10773
10774 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, template)
10775     VALUES (38, FALSE, 1, 
10776         'Hold Cancelled (No Target) Email Notification', 
10777         'hold_request.cancel.expire_no_target', 
10778         'HoldIsCancelled', 'SendEmail', '30 minutes', 'cancel_time', 'usr',
10779 $$
10780 [%- USE date -%]
10781 [%- user = target.0.usr -%]
10782 To: [%- params.recipient_email || user.email %]
10783 From: [%- params.sender_email || default_sender %]
10784 Subject: Hold Request Cancelled
10785
10786 Dear [% user.family_name %], [% user.first_given_name %]
10787 The following holds were cancelled because no items were found to fullfil the hold.
10788
10789 [% FOR hold IN target %]
10790     Title: [% hold.bib_rec.bib_record.simple_record.title %]
10791     Author: [% hold.bib_rec.bib_record.simple_record.author %]
10792     Library: [% hold.pickup_lib.name %]
10793     Request Date: [% date.format(helpers.format_date(hold.rrequest_time), '%Y-%m-%d') %]
10794 [% END %]
10795
10796 $$);
10797
10798 INSERT INTO action_trigger.environment (event_def, path) VALUES
10799     (38, 'usr'),
10800     (38, 'pickup_lib'),
10801     (38, 'bib_rec.bib_record.simple_record');
10802
10803 INSERT INTO action_trigger.event_params (event_def, param, value)
10804     VALUES (38, 'check_email_notify', 1);
10805
10806 ----------------------------------------------------------------
10807 -- Seed data for queued record/item exports
10808 ----------------------------------------------------------------
10809
10810 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
10811         'vandelay.queued_bib_record.print',
10812         'vqbr', 
10813         oils_i18n_gettext(
10814             'vandelay.queued_bib_record.print',
10815             'Print output has been requested for records in an Importer Bib Queue.',
10816             'ath',
10817             'description'
10818         ), 
10819         FALSE
10820     )
10821     ,(
10822         'vandelay.queued_bib_record.csv',
10823         'vqbr', 
10824         oils_i18n_gettext(
10825             'vandelay.queued_bib_record.csv',
10826             'CSV output has been requested for records in an Importer Bib Queue.',
10827             'ath',
10828             'description'
10829         ), 
10830         FALSE
10831     )
10832     ,(
10833         'vandelay.queued_bib_record.email',
10834         'vqbr', 
10835         oils_i18n_gettext(
10836             'vandelay.queued_bib_record.email',
10837             'An email has been requested for records in an Importer Bib Queue.',
10838             'ath',
10839             'description'
10840         ), 
10841         FALSE
10842     )
10843     ,(
10844         'vandelay.queued_auth_record.print',
10845         'vqar', 
10846         oils_i18n_gettext(
10847             'vandelay.queued_auth_record.print',
10848             'Print output has been requested for records in an Importer Authority Queue.',
10849             'ath',
10850             'description'
10851         ), 
10852         FALSE
10853     )
10854     ,(
10855         'vandelay.queued_auth_record.csv',
10856         'vqar', 
10857         oils_i18n_gettext(
10858             'vandelay.queued_auth_record.csv',
10859             'CSV output has been requested for records in an Importer Authority Queue.',
10860             'ath',
10861             'description'
10862         ), 
10863         FALSE
10864     )
10865     ,(
10866         'vandelay.queued_auth_record.email',
10867         'vqar', 
10868         oils_i18n_gettext(
10869             'vandelay.queued_auth_record.email',
10870             'An email has been requested for records in an Importer Authority Queue.',
10871             'ath',
10872             'description'
10873         ), 
10874         FALSE
10875     )
10876     ,(
10877         'vandelay.import_items.print',
10878         'vii', 
10879         oils_i18n_gettext(
10880             'vandelay.import_items.print',
10881             'Print output has been requested for Import Items from records in an Importer Bib Queue.',
10882             'ath',
10883             'description'
10884         ), 
10885         FALSE
10886     )
10887     ,(
10888         'vandelay.import_items.csv',
10889         'vii', 
10890         oils_i18n_gettext(
10891             'vandelay.import_items.csv',
10892             'CSV output has been requested for Import Items from records in an Importer Bib Queue.',
10893             'ath',
10894             'description'
10895         ), 
10896         FALSE
10897     )
10898     ,(
10899         'vandelay.import_items.email',
10900         'vii', 
10901         oils_i18n_gettext(
10902             'vandelay.import_items.email',
10903             'An email has been requested for Import Items from records in an Importer Bib Queue.',
10904             'ath',
10905             'description'
10906         ), 
10907         FALSE
10908     )
10909 ;
10910
10911 INSERT INTO action_trigger.event_definition (
10912         id,
10913         active,
10914         owner,
10915         name,
10916         hook,
10917         validator,
10918         reactor,
10919         group_field,
10920         granularity,
10921         template
10922     ) VALUES (
10923         39,
10924         TRUE,
10925         1,
10926         'Print Output for Queued Bib Records',
10927         'vandelay.queued_bib_record.print',
10928         'NOOP_True',
10929         'ProcessTemplate',
10930         'queue.owner',
10931         'print-on-demand',
10932 $$
10933 [%- USE date -%]
10934 <pre>
10935 Queue ID: [% target.0.queue.id %]
10936 Queue Name: [% target.0.queue.name %]
10937 Queue Type: [% target.0.queue.queue_type %]
10938 Complete? [% target.0.queue.complete %]
10939
10940     [% FOR vqbr IN target %]
10941 =-=-=
10942  Title of work    | [% helpers.get_queued_bib_attr('title',vqbr.attributes) %]
10943  Author of work   | [% helpers.get_queued_bib_attr('author',vqbr.attributes) %]
10944  Language of work | [% helpers.get_queued_bib_attr('language',vqbr.attributes) %]
10945  Pagination       | [% helpers.get_queued_bib_attr('pagination',vqbr.attributes) %]
10946  ISBN             | [% helpers.get_queued_bib_attr('isbn',vqbr.attributes) %]
10947  ISSN             | [% helpers.get_queued_bib_attr('issn',vqbr.attributes) %]
10948  Price            | [% helpers.get_queued_bib_attr('price',vqbr.attributes) %]
10949  Accession Number | [% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) %]
10950  TCN Value        | [% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) %]
10951  TCN Source       | [% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) %]
10952  Internal ID      | [% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) %]
10953  Publisher        | [% helpers.get_queued_bib_attr('publisher',vqbr.attributes) %]
10954  Publication Date | [% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) %]
10955  Edition          | [% helpers.get_queued_bib_attr('edition',vqbr.attributes) %]
10956  Item Barcode     | [% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) %]
10957  Import Error     | [% vqbr.import_error %]
10958  Error Detail     | [% vqbr.error_detail %]
10959  Match Count      | [% vqbr.matches.size %]
10960
10961     [% END %]
10962 </pre>
10963 $$
10964     )
10965 ;
10966
10967 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10968     39, 'attributes')
10969     ,( 39, 'queue')
10970     ,( 39, 'matches')
10971 ;
10972
10973 INSERT INTO action_trigger.event_definition (
10974         id,
10975         active,
10976         owner,
10977         name,
10978         hook,
10979         validator,
10980         reactor,
10981         group_field,
10982         granularity,
10983         template
10984     ) VALUES (
10985         40,
10986         TRUE,
10987         1,
10988         'CSV Output for Queued Bib Records',
10989         'vandelay.queued_bib_record.csv',
10990         'NOOP_True',
10991         'ProcessTemplate',
10992         'queue.owner',
10993         'print-on-demand',
10994 $$
10995 [%- USE date -%]
10996 "Title of work","Author of work","Language of work","Pagination","ISBN","ISSN","Price","Accession Number","TCN Value","TCN Source","Internal ID","Publisher","Publication Date","Edition","Item Barcode","Import Error","Error Detail","Match Count"
10997 [% FOR vqbr IN target %]"[% helpers.get_queued_bib_attr('title',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('author',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('language',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('pagination',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('isbn',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('issn',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('price',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('publisher',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('edition',vqbr.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) | replace('"', '""') %]","[% vqbr.import_error | replace('"', '""') %]","[% vqbr.error_detail | replace('"', '""') %]","[% vqbr.matches.size %]"
10998 [% END %]
10999 $$
11000     )
11001 ;
11002
11003 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11004     40, 'attributes')
11005     ,( 40, 'queue')
11006     ,( 40, 'matches')
11007 ;
11008
11009 INSERT INTO action_trigger.event_definition (
11010         id,
11011         active,
11012         owner,
11013         name,
11014         hook,
11015         validator,
11016         reactor,
11017         group_field,
11018         granularity,
11019         template
11020     ) VALUES (
11021         41,
11022         TRUE,
11023         1,
11024         'Email Output for Queued Bib Records',
11025         'vandelay.queued_bib_record.email',
11026         'NOOP_True',
11027         'SendEmail',
11028         'queue.owner',
11029         NULL,
11030 $$
11031 [%- USE date -%]
11032 [%- SET user = target.0.queue.owner -%]
11033 To: [%- params.recipient_email || user.email || 'root@localhost' %]
11034 From: [%- params.sender_email || default_sender %]
11035 Subject: Bibs from Import Queue
11036
11037 Queue ID: [% target.0.queue.id %]
11038 Queue Name: [% target.0.queue.name %]
11039 Queue Type: [% target.0.queue.queue_type %]
11040 Complete? [% target.0.queue.complete %]
11041
11042     [% FOR vqbr IN target %]
11043 =-=-=
11044  Title of work    | [% helpers.get_queued_bib_attr('title',vqbr.attributes) %]
11045  Author of work   | [% helpers.get_queued_bib_attr('author',vqbr.attributes) %]
11046  Language of work | [% helpers.get_queued_bib_attr('language',vqbr.attributes) %]
11047  Pagination       | [% helpers.get_queued_bib_attr('pagination',vqbr.attributes) %]
11048  ISBN             | [% helpers.get_queued_bib_attr('isbn',vqbr.attributes) %]
11049  ISSN             | [% helpers.get_queued_bib_attr('issn',vqbr.attributes) %]
11050  Price            | [% helpers.get_queued_bib_attr('price',vqbr.attributes) %]
11051  Accession Number | [% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) %]
11052  TCN Value        | [% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) %]
11053  TCN Source       | [% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) %]
11054  Internal ID      | [% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) %]
11055  Publisher        | [% helpers.get_queued_bib_attr('publisher',vqbr.attributes) %]
11056  Publication Date | [% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) %]
11057  Edition          | [% helpers.get_queued_bib_attr('edition',vqbr.attributes) %]
11058  Item Barcode     | [% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) %]
11059
11060     [% END %]
11061
11062 $$
11063     )
11064 ;
11065
11066 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11067     41, 'attributes')
11068     ,( 41, 'queue')
11069     ,( 41, 'queue.owner')
11070 ;
11071
11072 INSERT INTO action_trigger.event_definition (
11073         id,
11074         active,
11075         owner,
11076         name,
11077         hook,
11078         validator,
11079         reactor,
11080         group_field,
11081         granularity,
11082         template
11083     ) VALUES (
11084         42,
11085         TRUE,
11086         1,
11087         'Print Output for Queued Authority Records',
11088         'vandelay.queued_auth_record.print',
11089         'NOOP_True',
11090         'ProcessTemplate',
11091         'queue.owner',
11092         'print-on-demand',
11093 $$
11094 [%- USE date -%]
11095 <pre>
11096 Queue ID: [% target.0.queue.id %]
11097 Queue Name: [% target.0.queue.name %]
11098 Queue Type: [% target.0.queue.queue_type %]
11099 Complete? [% target.0.queue.complete %]
11100
11101     [% FOR vqar IN target %]
11102 =-=-=
11103  Record Identifier | [% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) %]
11104
11105     [% END %]
11106 </pre>
11107 $$
11108     )
11109 ;
11110
11111 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11112     42, 'attributes')
11113     ,( 42, 'queue')
11114 ;
11115
11116 INSERT INTO action_trigger.event_definition (
11117         id,
11118         active,
11119         owner,
11120         name,
11121         hook,
11122         validator,
11123         reactor,
11124         group_field,
11125         granularity,
11126         template
11127     ) VALUES (
11128         43,
11129         TRUE,
11130         1,
11131         'CSV Output for Queued Authority Records',
11132         'vandelay.queued_auth_record.csv',
11133         'NOOP_True',
11134         'ProcessTemplate',
11135         'queue.owner',
11136         'print-on-demand',
11137 $$
11138 [%- USE date -%]
11139 "Record Identifier"
11140 [% FOR vqar IN target %]"[% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) | replace('"', '""') %]"
11141 [% END %]
11142 $$
11143     )
11144 ;
11145
11146 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11147     43, 'attributes')
11148     ,( 43, 'queue')
11149 ;
11150
11151 INSERT INTO action_trigger.event_definition (
11152         id,
11153         active,
11154         owner,
11155         name,
11156         hook,
11157         validator,
11158         reactor,
11159         group_field,
11160         granularity,
11161         template
11162     ) VALUES (
11163         44,
11164         TRUE,
11165         1,
11166         'Email Output for Queued Authority Records',
11167         'vandelay.queued_auth_record.email',
11168         'NOOP_True',
11169         'SendEmail',
11170         'queue.owner',
11171         NULL,
11172 $$
11173 [%- USE date -%]
11174 [%- SET user = target.0.queue.owner -%]
11175 To: [%- params.recipient_email || user.email || 'root@localhost' %]
11176 From: [%- params.sender_email || default_sender %]
11177 Subject: Authorities from Import Queue
11178
11179 Queue ID: [% target.0.queue.id %]
11180 Queue Name: [% target.0.queue.name %]
11181 Queue Type: [% target.0.queue.queue_type %]
11182 Complete? [% target.0.queue.complete %]
11183
11184     [% FOR vqar IN target %]
11185 =-=-=
11186  Record Identifier | [% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) %]
11187
11188     [% END %]
11189
11190 $$
11191     )
11192 ;
11193
11194 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11195     44, 'attributes')
11196     ,( 44, 'queue')
11197     ,( 44, 'queue.owner')
11198 ;
11199
11200 INSERT INTO action_trigger.event_definition (
11201         id,
11202         active,
11203         owner,
11204         name,
11205         hook,
11206         validator,
11207         reactor,
11208         group_field,
11209         granularity,
11210         template
11211     ) VALUES (
11212         45,
11213         TRUE,
11214         1,
11215         'Print Output for Import Items from Queued Bib Records',
11216         'vandelay.import_items.print',
11217         'NOOP_True',
11218         'ProcessTemplate',
11219         'record.queue.owner',
11220         'print-on-demand',
11221 $$
11222 [%- USE date -%]
11223 <pre>
11224 Queue ID: [% target.0.record.queue.id %]
11225 Queue Name: [% target.0.record.queue.name %]
11226 Queue Type: [% target.0.record.queue.queue_type %]
11227 Complete? [% target.0.record.queue.complete %]
11228
11229     [% FOR vii IN target %]
11230 =-=-=
11231  Import Item ID         | [% vii.id %]
11232  Title of work          | [% helpers.get_queued_bib_attr('title',vii.record.attributes) %]
11233  ISBN                   | [% helpers.get_queued_bib_attr('isbn',vii.record.attributes) %]
11234  Attribute Definition   | [% vii.definition %]
11235  Import Error           | [% vii.import_error %]
11236  Import Error Detail    | [% vii.error_detail %]
11237  Owning Library         | [% vii.owning_lib %]
11238  Circulating Library    | [% vii.circ_lib %]
11239  Call Number            | [% vii.call_number %]
11240  Copy Number            | [% vii.copy_number %]
11241  Status                 | [% vii.status.name %]
11242  Shelving Location      | [% vii.location.name %]
11243  Circulate              | [% vii.circulate %]
11244  Deposit                | [% vii.deposit %]
11245  Deposit Amount         | [% vii.deposit_amount %]
11246  Reference              | [% vii.ref %]
11247  Holdable               | [% vii.holdable %]
11248  Price                  | [% vii.price %]
11249  Barcode                | [% vii.barcode %]
11250  Circulation Modifier   | [% vii.circ_modifier %]
11251  Circulate As MARC Type | [% vii.circ_as_type %]
11252  Alert Message          | [% vii.alert_message %]
11253  Public Note            | [% vii.pub_note %]
11254  Private Note           | [% vii.priv_note %]
11255  OPAC Visible           | [% vii.opac_visible %]
11256
11257     [% END %]
11258 </pre>
11259 $$
11260     )
11261 ;
11262
11263 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11264     45, 'record')
11265     ,( 45, 'record.attributes')
11266     ,( 45, 'record.queue')
11267     ,( 45, 'record.queue.owner')
11268 ;
11269
11270 INSERT INTO action_trigger.event_definition (
11271         id,
11272         active,
11273         owner,
11274         name,
11275         hook,
11276         validator,
11277         reactor,
11278         group_field,
11279         granularity,
11280         template
11281     ) VALUES (
11282         46,
11283         TRUE,
11284         1,
11285         'CSV Output for Import Items from Queued Bib Records',
11286         'vandelay.import_items.csv',
11287         'NOOP_True',
11288         'ProcessTemplate',
11289         'record.queue.owner',
11290         'print-on-demand',
11291 $$
11292 [%- USE date -%]
11293 "Import Item ID","Title of work","ISBN","Attribute Definition","Import Error","Import Error Detail","Owning Library","Circulating Library","Call Number","Copy Number","Status","Shelving Location","Circulate","Deposit","Deposit Amount","Reference","Holdable","Price","Barcode","Circulation Modifier","Circulate As MARC Type","Alert Message","Public Note","Private Note","OPAC Visible"
11294 [% FOR vii IN target %]"[% vii.id | replace('"', '""') %]","[% helpers.get_queued_bib_attr('title',vii.record.attributes) | replace('"', '""') %]","[% helpers.get_queued_bib_attr('isbn',vii.record.attributes) | replace('"', '""') %]","[% vii.definition | replace('"', '""') %]","[% vii.import_error | replace('"', '""') %]","[% vii.error_detail | replace('"', '""') %]","[% vii.owning_lib | replace('"', '""') %]","[% vii.circ_lib | replace('"', '""') %]","[% vii.call_number | replace('"', '""') %]","[% vii.copy_number | replace('"', '""') %]","[% vii.status.name | replace('"', '""') %]","[% vii.location.name | replace('"', '""') %]","[% vii.circulate | replace('"', '""') %]","[% vii.deposit | replace('"', '""') %]","[% vii.deposit_amount | replace('"', '""') %]","[% vii.ref | replace('"', '""') %]","[% vii.holdable | replace('"', '""') %]","[% vii.price | replace('"', '""') %]","[% vii.barcode | replace('"', '""') %]","[% vii.circ_modifier | replace('"', '""') %]","[% vii.circ_as_type | replace('"', '""') %]","[% vii.alert_message | replace('"', '""') %]","[% vii.pub_note | replace('"', '""') %]","[% vii.priv_note | replace('"', '""') %]","[% vii.opac_visible | replace('"', '""') %]"
11295 [% END %]
11296 $$
11297     )
11298 ;
11299
11300 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11301     46, 'record')
11302     ,( 46, 'record.attributes')
11303     ,( 46, 'record.queue')
11304     ,( 46, 'record.queue.owner')
11305 ;
11306
11307 INSERT INTO action_trigger.event_definition (
11308         id,
11309         active,
11310         owner,
11311         name,
11312         hook,
11313         validator,
11314         reactor,
11315         group_field,
11316         granularity,
11317         template
11318     ) VALUES (
11319         47,
11320         TRUE,
11321         1,
11322         'Email Output for Import Items from Queued Bib Records',
11323         'vandelay.import_items.email',
11324         'NOOP_True',
11325         'SendEmail',
11326         'record.queue.owner',
11327         NULL,
11328 $$
11329 [%- USE date -%]
11330 [%- SET user = target.0.record.queue.owner -%]
11331 To: [%- params.recipient_email || user.email || 'root@localhost' %]
11332 From: [%- params.sender_email || default_sender %]
11333 Subject: Import Items from Import Queue
11334
11335 Queue ID: [% target.0.record.queue.id %]
11336 Queue Name: [% target.0.record.queue.name %]
11337 Queue Type: [% target.0.record.queue.queue_type %]
11338 Complete? [% target.0.record.queue.complete %]
11339
11340     [% FOR vii IN target %]
11341 =-=-=
11342  Import Item ID         | [% vii.id %]
11343  Title of work          | [% helpers.get_queued_bib_attr('title',vii.record.attributes) %]
11344  ISBN                   | [% helpers.get_queued_bib_attr('isbn',vii.record.attributes) %]
11345  Attribute Definition   | [% vii.definition %]
11346  Import Error           | [% vii.import_error %]
11347  Import Error Detail    | [% vii.error_detail %]
11348  Owning Library         | [% vii.owning_lib %]
11349  Circulating Library    | [% vii.circ_lib %]
11350  Call Number            | [% vii.call_number %]
11351  Copy Number            | [% vii.copy_number %]
11352  Status                 | [% vii.status.name %]
11353  Shelving Location      | [% vii.location.name %]
11354  Circulate              | [% vii.circulate %]
11355  Deposit                | [% vii.deposit %]
11356  Deposit Amount         | [% vii.deposit_amount %]
11357  Reference              | [% vii.ref %]
11358  Holdable               | [% vii.holdable %]
11359  Price                  | [% vii.price %]
11360  Barcode                | [% vii.barcode %]
11361  Circulation Modifier   | [% vii.circ_modifier %]
11362  Circulate As MARC Type | [% vii.circ_as_type %]
11363  Alert Message          | [% vii.alert_message %]
11364  Public Note            | [% vii.pub_note %]
11365  Private Note           | [% vii.priv_note %]
11366  OPAC Visible           | [% vii.opac_visible %]
11367
11368     [% END %]
11369 $$
11370     )
11371 ;
11372
11373 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
11374     47, 'record')
11375     ,( 47, 'record.attributes')
11376     ,( 47, 'record.queue')
11377     ,( 47, 'record.queue.owner')
11378 ;
11379
11380 INSERT INTO action_trigger.hook (key, core_type, description, passive)
11381 VALUES (
11382     'container.biblio_record_entry_bucket.csv',
11383     'cbreb',
11384     oils_i18n_gettext(
11385         'container.biblio_record_entry_bucket.csv',
11386         'Produce a CSV file representing a book list',
11387         'ath',
11388         'description'
11389     ),
11390     FALSE
11391 );
11392
11393 INSERT INTO action_trigger.reactor (module, description)
11394 VALUES (
11395     'ContainerCSV',
11396     oils_i18n_gettext(
11397         'ContainerCSV',
11398         'Facilitates producing a CSV file representing a book list by introducing an "items" variable into the TT environment, sorted as dictated according to user params',
11399         'atr',
11400         'description'
11401     )
11402 );
11403
11404 INSERT INTO action_trigger.event_definition (
11405     id, active, owner,
11406     name, hook, reactor,
11407     validator, template
11408 ) VALUES (
11409     48, TRUE, 1,
11410     'Book List CSV', 'container.biblio_record_entry_bucket.csv', 'ContainerCSV',
11411     'NOOP_True',
11412 $$
11413 [%-
11414 # target is the book list itself. The 'items' variable does not need to be in
11415 # the environment because a special reactor will take care of filling it in.
11416
11417 FOR item IN items;
11418     bibxml = helpers.unapi_bre(item.target_biblio_record_entry, {flesh => '{mra}'});
11419     title = "";
11420     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
11421         title = title _ part.textContent;
11422     END;
11423     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
11424     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
11425     pub_date = "";
11426     FOR pdatum IN bibxml.findnodes('//*[@tag="260"]/*[@code="c"]');
11427         IF pub_date ;
11428             pub_date = pub_date _ ", " _ pdatum.textContent;
11429         ELSE ;
11430             pub_date = pdatum.textContent;
11431         END;
11432     END;
11433     helpers.csv_datum(title) %],[% helpers.csv_datum(author) %],[% helpers.csv_datum(pub_date) %],[% helpers.csv_datum(item_type) %],[% FOR note IN item.notes; helpers.csv_datum(note.note); ","; END; "\n";
11434 END -%]
11435 $$
11436 );
11437
11438 SELECT SETVAL('authority.control_set_id_seq'::TEXT, 100);
11439 SELECT SETVAL('authority.control_set_authority_field_id_seq'::TEXT, 1000);
11440 SELECT SETVAL('authority.control_set_bib_field_id_seq'::TEXT, 1000);
11441
11442 INSERT INTO authority.control_set (id, name, description) VALUES (
11443     1,
11444     oils_i18n_gettext('1','LoC','acs','name'),
11445     oils_i18n_gettext('1','Library of Congress standard authority record control semantics','acs','description')
11446 );
11447
11448 -- Entries that need to respect an NFI
11449 INSERT INTO authority.control_set_authority_field (id, control_set, main_entry, tag, sf_list, display_sf_list, name, nfi) VALUES
11450     (4, 1, NULL, '130', 'adfgklmnoprstvxyz', 'adfgklmnoprstvxyz', oils_i18n_gettext('4','Heading -- Uniform Title','acsaf','name'), '2'),
11451     (24, 1, 4, '530', 'adfgiklmnoprstvwxyz4', 'adfgiklmnoprstvxyz', oils_i18n_gettext('24','See Also From Tracing -- Uniform Title','acsaf','name'), '2'),
11452     (44, 1, 4, '730', 'adfghklmnoprstvwxyz25', 'adfghklmnoprstvxyz', oils_i18n_gettext('44','Established Heading Linking Entry -- Uniform Title','acsaf','name'), '2'),
11453     (64, 1, 4, '430', 'adfgiklmnoprstvwxyz4', 'adfgiklmnoprstvxyz', oils_i18n_gettext('64','See From Tracing -- Uniform Title','acsaf','name'), '2');
11454
11455 INSERT INTO authority.control_set_authority_field (id, control_set, main_entry, tag, sf_list, display_sf_list, name) VALUES
11456
11457 -- Main entries
11458     (1, 1, NULL, '100', 'abcdfklmnopqrstvxyz', 'abcdefklmnopqrstvxyz',
11459         oils_i18n_gettext('1','Heading -- Personal Name','acsaf','name')),
11460     (2, 1, NULL, '110', 'abcdfgklmnoprstvxyz', 'abcdefgklmnoprstvxyz',
11461         oils_i18n_gettext('2','Heading -- Corporate Name','acsaf','name')),
11462     (3, 1, NULL, '111', 'acdefgklnpqstvxyz', 'acdefgklnpqstvxyz',
11463         oils_i18n_gettext('3','Heading -- Meeting Name','acsaf','name')),
11464     (5, 1, NULL, '150', 'abvxyz', 'abvxyz',
11465         oils_i18n_gettext('5','Heading -- Topical Term','acsaf','name')),
11466     (6, 1, NULL, '151', 'avxyz', 'avxyz',
11467         oils_i18n_gettext('6','Heading -- Geographic Name','acsaf','name')),
11468     (7, 1, NULL, '155', 'avxyz', 'avxyz',
11469         oils_i18n_gettext('7','Heading -- Genre/Form Term','acsaf','name')),
11470     (8, 1, NULL, '180', 'vxyz', 'vxyz',
11471         oils_i18n_gettext('8','Heading -- General Subdivision','acsaf','name')),
11472     (9, 1, NULL, '181', 'vxyz', 'vxyz',
11473         oils_i18n_gettext('9','Heading -- Geographic Subdivision','acsaf','name')),
11474     (10, 1, NULL, '182', 'vxyz', 'vxyz',
11475         oils_i18n_gettext('10','Heading -- Chronological Subdivision','acsaf','name')),
11476     (11, 1, NULL, '185', 'vxyz', 'vxyz',
11477         oils_i18n_gettext('11','Heading -- Form Subdivision','acsaf','name')),
11478     (12, 1, NULL, '148', 'avxyz', 'avxyz',
11479         oils_i18n_gettext('12','Heading -- Chronological Term','acsaf','name')),
11480
11481 -- See Also From tracings
11482     (21, 1, 1, '500', 'abcdefiklmnopqrstvwxyz4', 'abcdefiklmnopqrstvxyz', oils_i18n_gettext('21','See Also From Tracing -- Personal Name','acsaf','name')),
11483     (22, 1, 2, '510', 'abcdefgiklmnoprstvwxyz4', 'abcdefgiklmnoprstvxyz', oils_i18n_gettext('22','See Also From Tracing -- Corporate Name','acsaf','name')),
11484     (23, 1, 3, '511', 'acdefgiklnpqstvwxyz4', 'acdefgiklnpqstvxyz', oils_i18n_gettext('23','See Also From Tracing -- Meeting Name','acsaf','name')),
11485     (25, 1, 5, '550', 'abivwxyz4', 'abivxyz', oils_i18n_gettext('25','See Also From Tracing -- Topical Term','acsaf','name')),
11486     (26, 1, 6, '551', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('26','See Also From Tracing -- Geographic Name','acsaf','name')),
11487     (27, 1, 7, '555', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('27','See Also From Tracing -- Genre/Form Term','acsaf','name')),
11488     (28, 1, 8, '580', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('28','See Also From Tracing -- General Subdivision','acsaf','name')),
11489     (29, 1, 9, '581', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('29','See Also From Tracing -- Geographic Subdivision','acsaf','name')),
11490     (30, 1, 10, '582', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('30','See Also From Tracing -- Chronological Subdivision','acsaf','name')),
11491     (31, 1, 11, '585', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('31','See Also From Tracing -- Form Subdivision','acsaf','name')),
11492     (32, 1, 12, '548', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('32','See Also From Tracing -- Chronological Term','acsaf','name')),
11493
11494 -- Linking entries
11495     (41, 1, 1, '700', 'abcdefghjklmnopqrstvwxyz25', 'abcdefghjklmnopqrstvxyz', oils_i18n_gettext('41','Established Heading Linking Entry -- Personal Name','acsaf','name')),
11496     (42, 1, 2, '710', 'abcdefghklmnoprstvwxyz25', 'abcdefghklmnoprstvxyz', oils_i18n_gettext('42','Established Heading Linking Entry -- Corporate Name','acsaf','name')),
11497     (43, 1, 3, '711', 'acdefghklnpqstvwxyz25', 'acdefghklnpqstvxyz', oils_i18n_gettext('43','Established Heading Linking Entry -- Meeting Name','acsaf','name')),
11498     (45, 1, 5, '750', 'abvwxyz25', 'abvxyz', oils_i18n_gettext('45','Established Heading Linking Entry -- Topical Term','acsaf','name')),
11499     (46, 1, 6, '751', 'avwxyz25', 'avxyz', oils_i18n_gettext('46','Established Heading Linking Entry -- Geographic Name','acsaf','name')),
11500     (47, 1, 7, '755', 'avwxyz25', 'avxyz', oils_i18n_gettext('47','Established Heading Linking Entry -- Genre/Form Term','acsaf','name')),
11501     (48, 1, 8, '780', 'vwxyz25', 'vxyz', oils_i18n_gettext('48','Subdivision Linking Entry -- General Subdivision','acsaf','name')),
11502     (49, 1, 9, '781', 'vwxyz25', 'vxyz', oils_i18n_gettext('49','Subdivision Linking Entry -- Geographic Subdivision','acsaf','name')),
11503     (50, 1, 10, '782', 'vwxyz25', 'vxyz', oils_i18n_gettext('50','Subdivision Linking Entry -- Chronological Subdivision','acsaf','name')),
11504     (51, 1, 11, '785', 'vwxyz25', 'vxyz', oils_i18n_gettext('51','Subdivision Linking Entry -- Form Subdivision','acsaf','name')),
11505     (52, 1, 12, '748', 'avwxyz25', 'avxyz', oils_i18n_gettext('52','Established Heading Linking Entry -- Chronological Term','acsaf','name')),
11506
11507 -- See From tracings
11508     (61, 1, 1, '400', 'abcdefiklmnopqrstvwxyz4', 'abcdefiklmnopqrstvxyz', oils_i18n_gettext('61','See From Tracing -- Personal Name','acsaf','name')),
11509     (62, 1, 2, '410', 'abcdefgiklmnoprstvwxyz4', 'abcdefgiklmnoprstvxyz', oils_i18n_gettext('62','See From Tracing -- Corporate Name','acsaf','name')),
11510     (63, 1, 3, '411', 'acdefgiklnpqstvwxyz4', 'acdefgiklnpqstvxyz', oils_i18n_gettext('63','See From Tracing -- Meeting Name','acsaf','name')),
11511     (65, 1, 5, '450', 'abivwxyz4', 'abivxyz', oils_i18n_gettext('65','See From Tracing -- Topical Term','acsaf','name')),
11512     (66, 1, 6, '451', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('66','See From Tracing -- Geographic Name','acsaf','name')),
11513     (67, 1, 7, '455', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('67','See From Tracing -- Genre/Form Term','acsaf','name')),
11514     (68, 1, 8, '480', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('68','See From Tracing -- General Subdivision','acsaf','name')),
11515     (69, 1, 9, '481', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('69','See From Tracing -- Geographic Subdivision','acsaf','name')),
11516     (70, 1, 10, '482', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('70','See From Tracing -- Chronological Subdivision','acsaf','name')),
11517     (71, 1, 11, '485', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('71','See From Tracing -- Form Subdivision','acsaf','name')),
11518     (72, 1, 12, '448', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('72','See From Tracing -- Chronological Term','acsaf','name'));
11519
11520 -- No linking on 4xx fields for LOC
11521 UPDATE authority.control_set_authority_field
11522     SET linking_subfield = '0' WHERE tag LIKE ANY (ARRAY['5%','7%']);
11523
11524 -- Set the default joiner for subject-ish authority fields
11525 UPDATE authority.control_set_authority_field
11526     SET joiner = ' -- ' WHERE tag LIKE ANY (ARRAY['_4_','_5_','_8_']);
11527
11528
11529 INSERT INTO authority.browse_axis (code,name,description,sorter) VALUES
11530     ('title','Title','Title axis','titlesort'),
11531     ('author','Author','Author axis','titlesort'),
11532     ('subject','Subject','Subject axis','titlesort'),
11533     ('topic','Topic','Topic Subject axis','titlesort');
11534
11535 INSERT INTO authority.browse_axis_authority_field_map (axis,field) VALUES
11536     ('author',  1 ),
11537     ('author',  2 ),
11538     ('author',  3 ),
11539     ('title',   4 ),
11540     ('topic',   5 ),
11541     ('subject', 5 ),
11542     ('subject', 6 ),
11543     ('subject', 7 ),
11544     ('subject', 12);
11545
11546 INSERT INTO authority.control_set_bib_field (tag, authority_field) 
11547     SELECT '100', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11548         UNION
11549     SELECT '600', id FROM authority.control_set_authority_field WHERE tag IN ('100','180','181','182','185')
11550         UNION
11551     SELECT '700', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11552         UNION
11553     SELECT '800', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11554         UNION
11555
11556     SELECT '110', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11557         UNION
11558     SELECT '610', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11559         UNION
11560     SELECT '710', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11561         UNION
11562     SELECT '810', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11563         UNION
11564
11565     SELECT '111', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11566         UNION
11567     SELECT '611', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11568         UNION
11569     SELECT '711', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11570         UNION
11571     SELECT '811', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11572         UNION
11573
11574     SELECT '130', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11575         UNION
11576     SELECT '240', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11577         UNION
11578     SELECT '630', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11579         UNION
11580     SELECT '730', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11581         UNION
11582     SELECT '830', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11583         UNION
11584
11585     SELECT '648', id FROM authority.control_set_authority_field WHERE tag IN ('148')
11586         UNION
11587
11588     SELECT '650', id FROM authority.control_set_authority_field WHERE tag IN ('150','180','181','182','185')
11589         UNION
11590     SELECT '651', id FROM authority.control_set_authority_field WHERE tag IN ('151','180','181','182','185')
11591         UNION
11592     SELECT '655', id FROM authority.control_set_authority_field WHERE tag IN ('155','180','181','182','185')
11593 ;
11594
11595 -- Map between authority controlled bib fields and stock indexing metabib fields
11596 INSERT INTO authority.control_set_bib_field_metabib_field_map (bib_field, metabib_field)
11597     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11598       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11599       WHERE a.tag = '100' AND m.name = 'personal'
11600
11601         UNION
11602
11603     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11604       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11605       WHERE a.tag = '110' AND m.name = 'corporate'
11606
11607         UNION
11608
11609     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11610       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11611       WHERE a.tag = '111' AND m.name = 'conference'
11612
11613         UNION
11614
11615     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11616       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11617       WHERE a.tag = '130' AND m.name = 'uniform'
11618
11619         UNION
11620
11621     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11622       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11623       WHERE a.tag = '148' AND m.name = 'temporal'
11624
11625         UNION
11626
11627     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11628       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11629       WHERE a.tag = '150' AND m.name = 'topic'
11630
11631         UNION
11632
11633     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11634       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11635       WHERE a.tag = '151' AND m.name = 'geographic'
11636
11637         UNION
11638
11639     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11640       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11641       WHERE a.tag = '155' AND m.name = 'genre' -- Just in case...
11642 ;
11643
11644 INSERT INTO authority.thesaurus (code, name, control_set) VALUES
11645     ('a', oils_i18n_gettext('a','Library of Congress Subject Headings','at','name'), 1),
11646     ('b', oils_i18n_gettext('b','LC subject headings for children''s literature','at','name'), 1), 
11647     ('c', oils_i18n_gettext('c','Medical Subject Headings','at','name'), 1),
11648     ('d', oils_i18n_gettext('d','National Agricultural Library subject authority file','at','name'), 1),
11649     ('k', oils_i18n_gettext('k','Canadian Subject Headings','at','name'), 1),
11650     ('n', oils_i18n_gettext('n','Not applicable','at','name'), 1),
11651     ('r', oils_i18n_gettext('r','Art and Architecture Thesaurus','at','name'), 1),
11652     ('s', oils_i18n_gettext('s','Sears List of Subject Headings','at','name'), 1),
11653     ('v', oils_i18n_gettext('v','Repertoire de vedettes-matiere','at','name'), 1),
11654     ('z', oils_i18n_gettext('z','Other','at','name'), 1),
11655     ('|', oils_i18n_gettext('|','No attempt to code','at','name'), NULL),
11656     (' ', oils_i18n_gettext(' ','Alternate no attempt to code','at','name'), NULL);
11657
11658 INSERT INTO action_trigger.hook ( key, core_type, description, passive ) VALUES (
11659     'reservation.available',
11660     'bresv',
11661     'A reservation is available for pickup',
11662     false
11663 );
11664
11665 INSERT INTO action_trigger.validator ( module, description ) VALUES (
11666     'ReservationIsAvailable',
11667     'Checked that a reserved resource is available for checkout'
11668 );
11669
11670 INSERT INTO container.biblio_record_entry_bucket_type (code, label) VALUES (
11671     'vandelay_queue',
11672     oils_i18n_gettext('vandelay_queue', 'Vandelay Queue', 'cbrebt', 'label')
11673 );
11674
11675 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype,fm_class) VALUES (
11676     'opac.default_sms_carrier',
11677     'sms',
11678     TRUE,
11679     oils_i18n_gettext(
11680         'opac.default_sms_carrier',
11681         'Default SMS/Text Carrier',
11682         'cust',
11683         'label'
11684     ),
11685     oils_i18n_gettext(
11686         'opac.default_sms_carrier',
11687         'Default SMS/Text Carrier',
11688         'cust',
11689         'description'
11690     ),
11691     'link',
11692     'csc'
11693 );
11694
11695 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11696     'opac.default_sms_notify',
11697     'sms',
11698     TRUE,
11699     oils_i18n_gettext(
11700         'opac.default_sms_notify',
11701         'Default SMS/Text Number',
11702         'cust',
11703         'label'
11704     ),
11705     oils_i18n_gettext(
11706         'opac.default_sms_notify',
11707         'Default SMS/Text Number',
11708         'cust',
11709         'description'
11710     ),
11711     'string'
11712 );
11713
11714 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11715     'opac.default_phone',
11716     'opac',
11717     TRUE,
11718     oils_i18n_gettext(
11719         'opac.default_phone',
11720         'Default Phone Number',
11721         'cust',
11722         'label'
11723     ),
11724     oils_i18n_gettext(
11725         'opac.default_phone',
11726         'Default Phone Number',
11727         'cust',
11728         'description'
11729     ),
11730     'string'
11731 );
11732
11733 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11734     'ui.grid_columns.circ.hold_pull_list',
11735     'gui',
11736     FALSE,
11737     oils_i18n_gettext(
11738         'ui.grid_columns.circ.hold_pull_list',
11739         'Hold Pull List',
11740         'cust',
11741         'label'
11742     ),
11743     oils_i18n_gettext(
11744         'ui.grid_columns.circ.hold_pull_list',
11745         'Hold Pull List Saved Column Settings',
11746         'cust',
11747         'description'
11748     ),
11749     'string'
11750 ), (
11751     'ui.grid_columns.actor.user.event_log',
11752     'gui',
11753     FALSE,
11754     oils_i18n_gettext(
11755         'ui.grid_columns.actor.user.event_log',
11756         'User Event Log',
11757         'cust',
11758         'label'
11759     ),
11760     oils_i18n_gettext(
11761         'ui.grid_columns.actor.user.event_log',
11762         'User Event Log Saved Column Settings',
11763         'cust',
11764         'description'
11765     ),
11766     'string'
11767 ), (
11768     'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11769     'gui',
11770     FALSE,
11771     oils_i18n_gettext(
11772         'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11773         'Circulation Policy Configuration',
11774         'cust',
11775         'label'
11776     ),
11777     oils_i18n_gettext(
11778         'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11779         'Circulation Policy Configuration Column Settings',
11780         'cust',
11781         'description'
11782     ),
11783     'string'
11784 ) ;
11785
11786 SELECT setval( 'config.sms_carrier_id_seq', 1000 );
11787 INSERT INTO config.sms_carrier VALUES
11788
11789     -- Testing
11790     (
11791         1,
11792         oils_i18n_gettext(
11793             1,
11794             'Local',
11795             'csc',
11796             'region'
11797         ),
11798         oils_i18n_gettext(
11799             1,
11800             'Test Carrier',
11801             'csc',
11802             'name'
11803         ),
11804         'opensrf+$number@localhost',
11805         FALSE
11806     ),
11807
11808     -- Canada & USA
11809     (
11810         2,
11811         oils_i18n_gettext(
11812             2,
11813             'Canada & USA',
11814             'csc',
11815             'region'
11816         ),
11817         oils_i18n_gettext(
11818             2,
11819             'Rogers Wireless',
11820             'csc',
11821             'name'
11822         ),
11823         '$number@pcs.rogers.com',
11824         TRUE
11825     ),
11826     (
11827         3,
11828         oils_i18n_gettext(
11829             3,
11830             'Canada & USA',
11831             'csc',
11832             'region'
11833         ),
11834         oils_i18n_gettext(
11835             3,
11836             'Rogers Wireless (Alternate)',
11837             'csc',
11838             'name'
11839         ),
11840         '1$number@mms.rogers.com',
11841         TRUE
11842     ),
11843     (
11844         4,
11845         oils_i18n_gettext(
11846             4,
11847             'Canada & USA',
11848             'csc',
11849             'region'
11850         ),
11851         oils_i18n_gettext(
11852             4,
11853             'Telus Mobility',
11854             'csc',
11855             'name'
11856         ),
11857         '$number@msg.telus.com',
11858         TRUE
11859     ),
11860
11861     -- Canada
11862     (
11863         5,
11864         oils_i18n_gettext(
11865             5,
11866             'Canada',
11867             'csc',
11868             'region'
11869         ),
11870         oils_i18n_gettext(
11871             5,
11872             'Koodo Mobile',
11873             'csc',
11874             'name'
11875         ),
11876         '$number@msg.telus.com',
11877         TRUE
11878     ),
11879     (
11880         6,
11881         oils_i18n_gettext(
11882             6,
11883             'Canada',
11884             'csc',
11885             'region'
11886         ),
11887         oils_i18n_gettext(
11888             6,
11889             'Fido',
11890             'csc',
11891             'name'
11892         ),
11893         '$number@fido.ca',
11894         TRUE
11895     ),
11896     (
11897         7,
11898         oils_i18n_gettext(
11899             7,
11900             'Canada',
11901             'csc',
11902             'region'
11903         ),
11904         oils_i18n_gettext(
11905             7,
11906             'Bell Mobility & Solo Mobile',
11907             'csc',
11908             'name'
11909         ),
11910         '$number@txt.bell.ca',
11911         TRUE
11912     ),
11913     (
11914         8,
11915         oils_i18n_gettext(
11916             8,
11917             'Canada',
11918             'csc',
11919             'region'
11920         ),
11921         oils_i18n_gettext(
11922             8,
11923             'Bell Mobility & Solo Mobile (Alternate)',
11924             'csc',
11925             'name'
11926         ),
11927         '$number@txt.bellmobility.ca',
11928         TRUE
11929     ),
11930     (
11931         9,
11932         oils_i18n_gettext(
11933             9,
11934             'Canada',
11935             'csc',
11936             'region'
11937         ),
11938         oils_i18n_gettext(
11939             9,
11940             'Aliant',
11941             'csc',
11942             'name'
11943         ),
11944         '$number@sms.wirefree.informe.ca',
11945         TRUE
11946     ),
11947     (
11948         10,
11949         oils_i18n_gettext(
11950             10,
11951             'Canada',
11952             'csc',
11953             'region'
11954         ),
11955         oils_i18n_gettext(
11956             10,
11957             'PC Telecom',
11958             'csc',
11959             'name'
11960         ),
11961         '$number@mobiletxt.ca',
11962         TRUE
11963     ),
11964     (
11965         11,
11966         oils_i18n_gettext(
11967             11,
11968             'Canada',
11969             'csc',
11970             'region'
11971         ),
11972         oils_i18n_gettext(
11973             11,
11974             'SaskTel',
11975             'csc',
11976             'name'
11977         ),
11978         '$number@sms.sasktel.com',
11979         TRUE
11980     ),
11981     (
11982         12,
11983         oils_i18n_gettext(
11984             12,
11985             'Canada',
11986             'csc',
11987             'region'
11988         ),
11989         oils_i18n_gettext(
11990             12,
11991             'MTS Mobility',
11992             'csc',
11993             'name'
11994         ),
11995         '$number@text.mtsmobility.com',
11996         TRUE
11997     ),
11998     (
11999         13,
12000         oils_i18n_gettext(
12001             13,
12002             'Canada',
12003             'csc',
12004             'region'
12005         ),
12006         oils_i18n_gettext(
12007             13,
12008             'Virgin Mobile',
12009             'csc',
12010             'name'
12011         ),
12012         '$number@vmobile.ca',
12013         TRUE
12014     ),
12015
12016     -- International
12017     (
12018         14,
12019         oils_i18n_gettext(
12020             14,
12021             'International',
12022             'csc',
12023             'region'
12024         ),
12025         oils_i18n_gettext(
12026             14,
12027             'Iridium',
12028             'csc',
12029             'name'
12030         ),
12031         '$number@msg.iridium.com',
12032         TRUE
12033     ),
12034     (
12035         15,
12036         oils_i18n_gettext(
12037             15,
12038             'International',
12039             'csc',
12040             'region'
12041         ),
12042         oils_i18n_gettext(
12043             15,
12044             'Globalstar',
12045             'csc',
12046             'name'
12047         ),
12048         '$number@msg.globalstarusa.com',
12049         TRUE
12050     ),
12051     (
12052         16,
12053         oils_i18n_gettext(
12054             16,
12055             'International',
12056             'csc',
12057             'region'
12058         ),
12059         oils_i18n_gettext(
12060             16,
12061             'Bulletin.net',
12062             'csc',
12063             'name'
12064         ),
12065         '$number@bulletinmessenger.net', -- International Formatted number
12066         TRUE
12067     ),
12068     (
12069         17,
12070         oils_i18n_gettext(
12071             17,
12072             'International',
12073             'csc',
12074             'region'
12075         ),
12076         oils_i18n_gettext(
12077             17,
12078             'Panacea Mobile',
12079             'csc',
12080             'name'
12081         ),
12082         '$number@api.panaceamobile.com',
12083         TRUE
12084     ),
12085
12086     -- USA
12087     (
12088         18,
12089         oils_i18n_gettext(
12090             18,
12091             'USA',
12092             'csc',
12093             'region'
12094         ),
12095         oils_i18n_gettext(
12096             18,
12097             'C Beyond',
12098             'csc',
12099             'name'
12100         ),
12101         '$number@cbeyond.sprintpcs.com',
12102         TRUE
12103     ),
12104     (
12105         19,
12106         oils_i18n_gettext(
12107             19,
12108             'Alaska, USA',
12109             'csc',
12110             'region'
12111         ),
12112         oils_i18n_gettext(
12113             19,
12114             'General Communications, Inc.',
12115             'csc',
12116             'name'
12117         ),
12118         '$number@mobile.gci.net',
12119         TRUE
12120     ),
12121     (
12122         20,
12123         oils_i18n_gettext(
12124             20,
12125             'California, USA',
12126             'csc',
12127             'region'
12128         ),
12129         oils_i18n_gettext(
12130             20,
12131             'Golden State Cellular',
12132             'csc',
12133             'name'
12134         ),
12135         '$number@gscsms.com',
12136         TRUE
12137     ),
12138     (
12139         21,
12140         oils_i18n_gettext(
12141             21,
12142             'Cincinnati, Ohio, USA',
12143             'csc',
12144             'region'
12145         ),
12146         oils_i18n_gettext(
12147             21,
12148             'Cincinnati Bell',
12149             'csc',
12150             'name'
12151         ),
12152         '$number@gocbw.com',
12153         TRUE
12154     ),
12155     (
12156         22,
12157         oils_i18n_gettext(
12158             22,
12159             'Hawaii, USA',
12160             'csc',
12161             'region'
12162         ),
12163         oils_i18n_gettext(
12164             22,
12165             'Hawaiian Telcom Wireless',
12166             'csc',
12167             'name'
12168         ),
12169         '$number@hawaii.sprintpcs.com',
12170         TRUE
12171     ),
12172     (
12173         23,
12174         oils_i18n_gettext(
12175             23,
12176             'Midwest, USA',
12177             'csc',
12178             'region'
12179         ),
12180         oils_i18n_gettext(
12181             23,
12182             'i wireless (T-Mobile)',
12183             'csc',
12184             'name'
12185         ),
12186         '$number.iws@iwspcs.net',
12187         TRUE
12188     ),
12189     (
12190         24,
12191         oils_i18n_gettext(
12192             24,
12193             'USA',
12194             'csc',
12195             'region'
12196         ),
12197         oils_i18n_gettext(
12198             24,
12199             'i-wireless (Sprint PCS)',
12200             'csc',
12201             'name'
12202         ),
12203         '$number@iwirelesshometext.com',
12204         TRUE
12205     ),
12206     (
12207         25,
12208         oils_i18n_gettext(
12209             25,
12210             'USA',
12211             'csc',
12212             'region'
12213         ),
12214         oils_i18n_gettext(
12215             25,
12216             'MetroPCS',
12217             'csc',
12218             'name'
12219         ),
12220         '$number@mymetropcs.com',
12221         TRUE
12222     ),
12223     (
12224         26,
12225         oils_i18n_gettext(
12226             26,
12227             'USA',
12228             'csc',
12229             'region'
12230         ),
12231         oils_i18n_gettext(
12232             26,
12233             'Kajeet',
12234             'csc',
12235             'name'
12236         ),
12237         '$number@mobile.kajeet.net',
12238         TRUE
12239     ),
12240     (
12241         27,
12242         oils_i18n_gettext(
12243             27,
12244             'USA',
12245             'csc',
12246             'region'
12247         ),
12248         oils_i18n_gettext(
12249             27,
12250             'Element Mobile',
12251             'csc',
12252             'name'
12253         ),
12254         '$number@SMS.elementmobile.net',
12255         TRUE
12256     ),
12257     (
12258         28,
12259         oils_i18n_gettext(
12260             28,
12261             'USA',
12262             'csc',
12263             'region'
12264         ),
12265         oils_i18n_gettext(
12266             28,
12267             'Esendex',
12268             'csc',
12269             'name'
12270         ),
12271         '$number@echoemail.net',
12272         TRUE
12273     ),
12274     (
12275         29,
12276         oils_i18n_gettext(
12277             29,
12278             'USA',
12279             'csc',
12280             'region'
12281         ),
12282         oils_i18n_gettext(
12283             29,
12284             'Boost Mobile',
12285             'csc',
12286             'name'
12287         ),
12288         '$number@myboostmobile.com',
12289         TRUE
12290     ),
12291     (
12292         30,
12293         oils_i18n_gettext(
12294             30,
12295             'USA',
12296             'csc',
12297             'region'
12298         ),
12299         oils_i18n_gettext(
12300             30,
12301             'BellSouth',
12302             'csc',
12303             'name'
12304         ),
12305         '$number@bellsouth.com',
12306         TRUE
12307     ),
12308     (
12309         31,
12310         oils_i18n_gettext(
12311             31,
12312             'USA',
12313             'csc',
12314             'region'
12315         ),
12316         oils_i18n_gettext(
12317             31,
12318             'Bluegrass Cellular',
12319             'csc',
12320             'name'
12321         ),
12322         '$number@sms.bluecell.com',
12323         TRUE
12324     ),
12325     (
12326         32,
12327         oils_i18n_gettext(
12328             32,
12329             'USA',
12330             'csc',
12331             'region'
12332         ),
12333         oils_i18n_gettext(
12334             32,
12335             'AT&T Enterprise Paging',
12336             'csc',
12337             'name'
12338         ),
12339         '$number@page.att.net',
12340         TRUE
12341     ),
12342     (
12343         33,
12344         oils_i18n_gettext(
12345             33,
12346             'USA',
12347             'csc',
12348             'region'
12349         ),
12350         oils_i18n_gettext(
12351             33,
12352             'AT&T Mobility/Wireless',
12353             'csc',
12354             'name'
12355         ),
12356         '$number@txt.att.net',
12357         TRUE
12358     ),
12359     (
12360         34,
12361         oils_i18n_gettext(
12362             34,
12363             'USA',
12364             'csc',
12365             'region'
12366         ),
12367         oils_i18n_gettext(
12368             34,
12369             'AT&T Global Smart Messaging Suite',
12370             'csc',
12371             'name'
12372         ),
12373         '$number@sms.smartmessagingsuite.com',
12374         TRUE
12375     ),
12376     (
12377         35,
12378         oils_i18n_gettext(
12379             35,
12380             'USA',
12381             'csc',
12382             'region'
12383         ),
12384         oils_i18n_gettext(
12385             35,
12386             'Alltel (Allied Wireless)',
12387             'csc',
12388             'name'
12389         ),
12390         '$number@sms.alltelwireless.com',
12391         TRUE
12392     ),
12393     (
12394         36,
12395         oils_i18n_gettext(
12396             36,
12397             'USA',
12398             'csc',
12399             'region'
12400         ),
12401         oils_i18n_gettext(
12402             36,
12403             'Alaska Communications',
12404             'csc',
12405             'name'
12406         ),
12407         '$number@msg.acsalaska.com',
12408         TRUE
12409     ),
12410     (
12411         37,
12412         oils_i18n_gettext(
12413             37,
12414             'USA',
12415             'csc',
12416             'region'
12417         ),
12418         oils_i18n_gettext(
12419             37,
12420             'Ameritech',
12421             'csc',
12422             'name'
12423         ),
12424         '$number@paging.acswireless.com',
12425         TRUE
12426     ),
12427     (
12428         38,
12429         oils_i18n_gettext(
12430             38,
12431             'USA',
12432             'csc',
12433             'region'
12434         ),
12435         oils_i18n_gettext(
12436             38,
12437             'Cingular (GoPhone prepaid)',
12438             'csc',
12439             'name'
12440         ),
12441         '$number@cingulartext.com',
12442         TRUE
12443     ),
12444     (
12445         39,
12446         oils_i18n_gettext(
12447             39,
12448             'USA',
12449             'csc',
12450             'region'
12451         ),
12452         oils_i18n_gettext(
12453             39,
12454             'Cingular (Postpaid)',
12455             'csc',
12456             'name'
12457         ),
12458         '$number@cingular.com',
12459         TRUE
12460     ),
12461     (
12462         40,
12463         oils_i18n_gettext(
12464             40,
12465             'USA',
12466             'csc',
12467             'region'
12468         ),
12469         oils_i18n_gettext(
12470             40,
12471             'Cellular One (Dobson) / O2 / Orange',
12472             'csc',
12473             'name'
12474         ),
12475         '$number@mobile.celloneusa.com',
12476         TRUE
12477     ),
12478     (
12479         41,
12480         oils_i18n_gettext(
12481             41,
12482             'USA',
12483             'csc',
12484             'region'
12485         ),
12486         oils_i18n_gettext(
12487             41,
12488             'Cellular South',
12489             'csc',
12490             'name'
12491         ),
12492         '$number@csouth1.com',
12493         TRUE
12494     ),
12495     (
12496         42,
12497         oils_i18n_gettext(
12498             42,
12499             'USA',
12500             'csc',
12501             'region'
12502         ),
12503         oils_i18n_gettext(
12504             42,
12505             'Cellcom',
12506             'csc',
12507             'name'
12508         ),
12509         '$number@cellcom.quiktxt.com',
12510         TRUE
12511     ),
12512     (
12513         43,
12514         oils_i18n_gettext(
12515             43,
12516             'USA',
12517             'csc',
12518             'region'
12519         ),
12520         oils_i18n_gettext(
12521             43,
12522             'Chariton Valley Wireless',
12523             'csc',
12524             'name'
12525         ),
12526         '$number@sms.cvalley.net',
12527         TRUE
12528     ),
12529     (
12530         44,
12531         oils_i18n_gettext(
12532             44,
12533             'USA',
12534             'csc',
12535             'region'
12536         ),
12537         oils_i18n_gettext(
12538             44,
12539             'Cricket',
12540             'csc',
12541             'name'
12542         ),
12543         '$number@sms.mycricket.com',
12544         TRUE
12545     ),
12546     (
12547         45,
12548         oils_i18n_gettext(
12549             45,
12550             'USA',
12551             'csc',
12552             'region'
12553         ),
12554         oils_i18n_gettext(
12555             45,
12556             'Cleartalk Wireless',
12557             'csc',
12558             'name'
12559         ),
12560         '$number@sms.cleartalk.us',
12561         TRUE
12562     ),
12563     (
12564         46,
12565         oils_i18n_gettext(
12566             46,
12567             'USA',
12568             'csc',
12569             'region'
12570         ),
12571         oils_i18n_gettext(
12572             46,
12573             'Edge Wireless',
12574             'csc',
12575             'name'
12576         ),
12577         '$number@sms.edgewireless.com',
12578         TRUE
12579     ),
12580     (
12581         47,
12582         oils_i18n_gettext(
12583             47,
12584             'USA',
12585             'csc',
12586             'region'
12587         ),
12588         oils_i18n_gettext(
12589             47,
12590             'Syringa Wireless',
12591             'csc',
12592             'name'
12593         ),
12594         '$number@rinasms.com',
12595         TRUE
12596     ),
12597     (
12598         48,
12599         oils_i18n_gettext(
12600             48,
12601             'USA',
12602             'csc',
12603             'region'
12604         ),
12605         oils_i18n_gettext(
12606             48,
12607             'T-Mobile',
12608             'csc',
12609             'name'
12610         ),
12611         '$number@tmomail.net',
12612         TRUE
12613     ),
12614     (
12615         49,
12616         oils_i18n_gettext(
12617             49,
12618             'USA',
12619             'csc',
12620             'region'
12621         ),
12622         oils_i18n_gettext(
12623             49,
12624             'Straight Talk / PagePlus Cellular',
12625             'csc',
12626             'name'
12627         ),
12628         '$number@vtext.com',
12629         TRUE
12630     ),
12631     (
12632         50,
12633         oils_i18n_gettext(
12634             50,
12635             'USA',
12636             'csc',
12637             'region'
12638         ),
12639         oils_i18n_gettext(
12640             50,
12641             'South Central Communications',
12642             'csc',
12643             'name'
12644         ),
12645         '$number@rinasms.com',
12646         TRUE
12647     ),
12648     (
12649         51,
12650         oils_i18n_gettext(
12651             51,
12652             'USA',
12653             'csc',
12654             'region'
12655         ),
12656         oils_i18n_gettext(
12657             51,
12658             'Simple Mobile',
12659             'csc',
12660             'name'
12661         ),
12662         '$number@smtext.com',
12663         TRUE
12664     ),
12665     (
12666         52,
12667         oils_i18n_gettext(
12668             52,
12669             'USA',
12670             'csc',
12671             'region'
12672         ),
12673         oils_i18n_gettext(
12674             52,
12675             'Sprint (PCS)',
12676             'csc',
12677             'name'
12678         ),
12679         '$number@messaging.sprintpcs.com',
12680         TRUE
12681     ),
12682     (
12683         53,
12684         oils_i18n_gettext(
12685             53,
12686             'USA',
12687             'csc',
12688             'region'
12689         ),
12690         oils_i18n_gettext(
12691             53,
12692             'Nextel',
12693             'csc',
12694             'name'
12695         ),
12696         '$number@messaging.nextel.com',
12697         TRUE
12698     ),
12699     (
12700         54,
12701         oils_i18n_gettext(
12702             54,
12703             'USA',
12704             'csc',
12705             'region'
12706         ),
12707         oils_i18n_gettext(
12708             54,
12709             'Pioneer Cellular',
12710             'csc',
12711             'name'
12712         ),
12713         '$number@zsend.com', -- nine digit number
12714         TRUE
12715     ),
12716     (
12717         55,
12718         oils_i18n_gettext(
12719             55,
12720             'USA',
12721             'csc',
12722             'region'
12723         ),
12724         oils_i18n_gettext(
12725             55,
12726             'Qwest Wireless',
12727             'csc',
12728             'name'
12729         ),
12730         '$number@qwestmp.com',
12731         TRUE
12732     ),
12733     (
12734         56,
12735         oils_i18n_gettext(
12736             56,
12737             'USA',
12738             'csc',
12739             'region'
12740         ),
12741         oils_i18n_gettext(
12742             56,
12743             'US Cellular',
12744             'csc',
12745             'name'
12746         ),
12747         '$number@email.uscc.net',
12748         TRUE
12749     ),
12750     (
12751         57,
12752         oils_i18n_gettext(
12753             57,
12754             'USA',
12755             'csc',
12756             'region'
12757         ),
12758         oils_i18n_gettext(
12759             57,
12760             'Unicel',
12761             'csc',
12762             'name'
12763         ),
12764         '$number@utext.com',
12765         TRUE
12766     ),
12767     (
12768         58,
12769         oils_i18n_gettext(
12770             58,
12771             'USA',
12772             'csc',
12773             'region'
12774         ),
12775         oils_i18n_gettext(
12776             58,
12777             'Teleflip',
12778             'csc',
12779             'name'
12780         ),
12781         '$number@teleflip.com',
12782         TRUE
12783     ),
12784     (
12785         59,
12786         oils_i18n_gettext(
12787             59,
12788             'USA',
12789             'csc',
12790             'region'
12791         ),
12792         oils_i18n_gettext(
12793             59,
12794             'Virgin Mobile',
12795             'csc',
12796             'name'
12797         ),
12798         '$number@vmobl.com',
12799         TRUE
12800     ),
12801     (
12802         60,
12803         oils_i18n_gettext(
12804             60,
12805             'USA',
12806             'csc',
12807             'region'
12808         ),
12809         oils_i18n_gettext(
12810             60,
12811             'Verizon Wireless',
12812             'csc',
12813             'name'
12814         ),
12815         '$number@vtext.com',
12816         TRUE
12817     ),
12818     (
12819         61,
12820         oils_i18n_gettext(
12821             61,
12822             'USA',
12823             'csc',
12824             'region'
12825         ),
12826         oils_i18n_gettext(
12827             61,
12828             'USA Mobility',
12829             'csc',
12830             'name'
12831         ),
12832         '$number@usamobility.net',
12833         TRUE
12834     ),
12835     (
12836         62,
12837         oils_i18n_gettext(
12838             62,
12839             'USA',
12840             'csc',
12841             'region'
12842         ),
12843         oils_i18n_gettext(
12844             62,
12845             'Viaero',
12846             'csc',
12847             'name'
12848         ),
12849         '$number@viaerosms.com',
12850         TRUE
12851     ),
12852     (
12853         63,
12854         oils_i18n_gettext(
12855             63,
12856             'USA',
12857             'csc',
12858             'region'
12859         ),
12860         oils_i18n_gettext(
12861             63,
12862             'TracFone',
12863             'csc',
12864             'name'
12865         ),
12866         '$number@mmst5.tracfone.com',
12867         TRUE
12868     ),
12869     (
12870         64,
12871         oils_i18n_gettext(
12872             64,
12873             'USA',
12874             'csc',
12875             'region'
12876         ),
12877         oils_i18n_gettext(
12878             64,
12879             'Centennial Wireless',
12880             'csc',
12881             'name'
12882         ),
12883         '$number@cwemail.com',
12884         TRUE
12885     ),
12886
12887     -- South Korea and USA
12888     (
12889         65,
12890         oils_i18n_gettext(
12891             65,
12892             'South Korea and USA',
12893             'csc',
12894             'region'
12895         ),
12896         oils_i18n_gettext(
12897             65,
12898             'Helio',
12899             'csc',
12900             'name'
12901         ),
12902         '$number@myhelio.com',
12903         TRUE
12904     )
12905 ;
12906
12907 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
12908     SELECT
12909         pgt.id, perm.id, aout.depth, TRUE
12910     FROM
12911         permission.grp_tree pgt,
12912         permission.perm_list perm,
12913         actor.org_unit_type aout
12914     WHERE
12915         pgt.name = 'Global Administrator' AND
12916         aout.name = 'Consortium' AND
12917         perm.code = 'ADMIN_SMS_CARRIER';
12918
12919 INSERT INTO action_trigger.reactor (
12920     module,
12921     description
12922 ) VALUES (
12923     'SendSMS',
12924     'Send an SMS text message based on a user-defined template'
12925 );
12926
12927 INSERT INTO action_trigger.event_definition (
12928     active,
12929     owner,
12930     name,
12931     hook,
12932     validator,
12933     reactor,
12934     cleanup_success,
12935     delay,
12936     delay_field,
12937     group_field,
12938     template
12939 ) VALUES (
12940     true,
12941     1, -- admin
12942     'Hold Ready for Pickup SMS Notification',
12943     'hold.available',
12944     'HoldIsAvailable',
12945     'SendSMS',
12946     'CreateHoldNotification',
12947     '00:30:00',
12948     'shelf_time',
12949     'sms_notify',
12950     '[%- USE date -%]
12951 [%- user = target.0.usr -%]
12952 From: [%- params.sender_email || default_sender %]
12953 To: [%- params.recipient_email || helpers.get_sms_gateway_email(target.0.sms_carrier,target.0.sms_notify) %]
12954 Subject: [% target.size %] hold(s) ready
12955
12956 [% FOR hold IN target %][%-
12957   bibxml = helpers.xml_doc( hold.current_copy.call_number.record.marc );
12958   title = "";
12959   FOR part IN bibxml.findnodes(''//*[@tag="245"]/*[@code="a"]'');
12960     title = title _ part.textContent;
12961   END;
12962   author = bibxml.findnodes(''//*[@tag="100"]/*[@code="a"]'').textContent;
12963 %][% hold.usr.first_given_name %]:[% title %] @ [% hold.pickup_lib.name %]
12964 [% END %]
12965 '
12966 );
12967
12968 INSERT INTO action_trigger.environment (
12969     event_def,
12970     path
12971 ) VALUES (
12972     currval('action_trigger.event_definition_id_seq'),
12973     'current_copy.call_number.record.simple_record'
12974 ), (
12975     currval('action_trigger.event_definition_id_seq'),
12976     'usr'
12977 ), (
12978     currval('action_trigger.event_definition_id_seq'),
12979     'pickup_lib.billing_address'
12980 );
12981
12982 INSERT INTO action_trigger.event_params (event_def, param, value)
12983     VALUES (currval('action_trigger.event_definition_id_seq'), 'check_sms_notify', 1);
12984
12985 INSERT INTO action_trigger.hook(
12986     key,
12987     core_type,
12988     description,
12989     passive
12990 ) VALUES (
12991     'acn.format.sms_text',
12992     'acn',
12993     oils_i18n_gettext(
12994         'acn.format.sms_text',
12995         'A text message has been requested for a call number.',
12996         'ath',
12997         'description'
12998     ),
12999     FALSE
13000 );
13001
13002 INSERT INTO action_trigger.event_definition (
13003     active,
13004     owner,
13005     name,
13006     hook,
13007     validator,
13008     reactor,
13009     template
13010 ) VALUES (
13011     true,
13012     1, -- admin
13013     'SMS Call Number',
13014     'acn.format.sms_text',
13015     'NOOP_True',
13016     'SendSMS',
13017     '[%- USE date -%]
13018 From: [%- params.sender_email || default_sender %]
13019 To: [%- params.recipient_email || helpers.get_sms_gateway_email(user_data.sms_carrier,user_data.sms_notify) %]
13020 Subject: Call Number
13021
13022 [%-
13023   bibxml = helpers.xml_doc( target.record.marc );
13024   title = "";
13025   FOR part IN bibxml.findnodes(''//*[@tag="245"]/*[@code="a" or @code="b"]'');
13026     title = title _ part.textContent;
13027   END;
13028   author = bibxml.findnodes(''//*[@tag="100"]/*[@code="a"]'').textContent;
13029 %]
13030 Call Number: [% target.label %]
13031 Location: [% helpers.get_most_populous_location( target.id ).name %]
13032 Library: [% target.owning_lib.name %]
13033 [%- IF title %]
13034 Title: [% title %]
13035 [%- END %]
13036 [%- IF author %]
13037 Author: [% author %]
13038 [%- END %]
13039 '
13040 );
13041
13042 INSERT INTO action_trigger.environment (
13043     event_def,
13044     path
13045 ) VALUES (
13046     currval('action_trigger.event_definition_id_seq'),
13047     'record.simple_record'
13048 ), (
13049     currval('action_trigger.event_definition_id_seq'),
13050     'owning_lib.billing_address'
13051 );
13052
13053 INSERT INTO vandelay.merge_profile (id, owner, name, replace_spec) 
13054     VALUES (1, 1, oils_i18n_gettext(1, 'Match-Only Merge', 'vmp', 'name'), '901c');
13055
13056 INSERT INTO vandelay.merge_profile (id, owner, name, preserve_spec) 
13057     VALUES (2, 1, oils_i18n_gettext(2, 'Full Overlay', 'vmp', 'name'), '901c');
13058
13059 SELECT SETVAL('vandelay.merge_profile_id_seq'::TEXT, 100);
13060
13061 -- user activity seed data --
13062
13063 INSERT INTO config.usr_activity_type (id, ewho, ewhat, ehow, egroup, label) VALUES
13064
13065      -- authen/authz actions
13066      -- note: "opensrf" is the default ingress/ehow
13067      (1,  NULL, 'login',  'opensrf',      'authen', oils_i18n_gettext(1 , 'Login via opensrf', 'cuat', 'label'))
13068     ,(2,  NULL, 'login',  'srfsh',        'authen', oils_i18n_gettext(2 , 'Login via srfsh', 'cuat', 'label'))
13069     ,(3,  NULL, 'login',  'gateway-v1',   'authen', oils_i18n_gettext(3 , 'Login via gateway-v1', 'cuat', 'label'))
13070     ,(4,  NULL, 'login',  'translator-v1','authen', oils_i18n_gettext(4 , 'Login via translator-v1', 'cuat', 'label'))
13071     ,(5,  NULL, 'login',  'xmlrpc',       'authen', oils_i18n_gettext(5 , 'Login via xmlrpc', 'cuat', 'label'))
13072     ,(6,  NULL, 'login',  'remoteauth',   'authen', oils_i18n_gettext(6 , 'Login via remoteauth', 'cuat', 'label'))
13073     ,(7,  NULL, 'login',  'sip2',         'authen', oils_i18n_gettext(7 , 'SIP2 Proxy Login', 'cuat', 'label'))
13074     ,(8,  NULL, 'login',  'apache',       'authen', oils_i18n_gettext(8 , 'Login via Apache module', 'cuat', 'label'))
13075
13076     ,(9,  NULL, 'verify', 'opensrf',      'authz',  oils_i18n_gettext(9 , 'Verification via opensrf', 'cuat', 'label'))
13077     ,(10, NULL, 'verify', 'srfsh',        'authz',  oils_i18n_gettext(10, 'Verification via srfsh', 'cuat', 'label'))
13078     ,(11, NULL, 'verify', 'gateway-v1',   'authz',  oils_i18n_gettext(11, 'Verification via gateway-v1', 'cuat', 'label'))
13079     ,(12, NULL, 'verify', 'translator-v1','authz',  oils_i18n_gettext(12, 'Verification via translator-v1', 'cuat', 'label'))
13080     ,(13, NULL, 'verify', 'xmlrpc',       'authz',  oils_i18n_gettext(13, 'Verification via xmlrpc', 'cuat', 'label'))
13081     ,(14, NULL, 'verify', 'remoteauth',   'authz',  oils_i18n_gettext(14, 'Verification via remoteauth', 'cuat', 'label'))
13082     ,(15, NULL, 'verify', 'sip2',         'authz',  oils_i18n_gettext(15, 'SIP2 User Verification', 'cuat', 'label'))
13083
13084      -- authen/authz actions w/ known uses of "who"
13085     ,(16, 'opac',        'login',  'gateway-v1',   'authen', oils_i18n_gettext(16, 'OPAC Login (jspac)', 'cuat', 'label'))
13086     ,(17, 'opac',        'login',  'apache',       'authen', oils_i18n_gettext(17, 'OPAC Login (tpac)', 'cuat', 'label'))
13087     ,(18, 'staffclient', 'login',  'gateway-v1',   'authen', oils_i18n_gettext(18, 'Staff Client Login', 'cuat', 'label'))
13088     ,(19, 'selfcheck',   'login',  'translator-v1','authen', oils_i18n_gettext(19, 'Self-Check Proxy Login', 'cuat', 'label'))
13089     ,(20, 'ums',         'login',  'xmlrpc',       'authen', oils_i18n_gettext(20, 'Unique Mgt Login', 'cuat', 'label'))
13090     ,(21, 'authproxy',   'login',  'apache',       'authen', oils_i18n_gettext(21, 'Apache Auth Proxy Login', 'cuat', 'label'))
13091     ,(22, 'libraryelf',  'login',  'xmlrpc',       'authz',  oils_i18n_gettext(22, 'LibraryElf Login', 'cuat', 'label'))
13092
13093     ,(23, 'selfcheck',   'verify', 'translator-v1','authz',  oils_i18n_gettext(23, 'Self-Check User Verification', 'cuat', 'label'))
13094     ,(24, 'ezproxy',     'verify', 'remoteauth',   'authz',  oils_i18n_gettext(24, 'EZProxy Verification', 'cuat', 'label'))
13095     -- ...
13096     ;
13097
13098 -- reserve the first 1000 slots
13099 SELECT SETVAL('config.usr_activity_type_id_seq'::TEXT, 1000);
13100
13101 INSERT INTO config.org_unit_setting_type 
13102     (name, label, description, grp, datatype) 
13103     VALUES (
13104         'circ.fines.charge_when_closed',
13105          oils_i18n_gettext(
13106             'circ.fines.charge_when_closed',
13107             'Charge fines on overdue circulations when closed',
13108             'coust', 
13109             'label'
13110         ),
13111         oils_i18n_gettext(
13112             'circ.fines.charge_when_closed',
13113             'Normally, fines are not charged when a library is closed.  When set to True, fines will be charged during scheduled closings and normal weekly closed days.',
13114             'coust', 
13115             'description'
13116         ),
13117         'circ',
13118         'bool'
13119     );
13120
13121 INSERT INTO config.org_unit_setting_type 
13122     (name, label, description, grp, datatype) 
13123     VALUES (
13124         'circ.patron.usr_activity_retrieve.max',
13125          oils_i18n_gettext(
13126             'circ.patron.usr_activity_retrieve.max',
13127             'Max user activity entries to retrieve (staff client)',
13128             'coust', 
13129             'label'
13130         ),
13131         oils_i18n_gettext(
13132             'circ.patron.usr_activity_retrieve.max',
13133             'Sets the maxinum number of recent user activity entries to retrieve for display in the staff client.  0 means show none, -1 means show all.  Default is 1.',
13134             'coust', 
13135             'description'
13136         ),
13137         'gui',
13138         'integer'
13139     );
13140 -- circ export csv export --
13141
13142 INSERT INTO action_trigger.hook (key, core_type, description, passive)
13143 VALUES (
13144     'circ.format.history.csv',
13145     'circ',
13146     oils_i18n_gettext(
13147         'circ.format.history.csv',
13148         'Produce CSV of circulation history',
13149         'ath',
13150         'description'
13151     ),
13152     FALSE
13153 );
13154
13155 INSERT INTO action_trigger.event_definition (
13156     active, owner, name, hook, reactor, validator, group_field, template) 
13157 VALUES (
13158     TRUE, 1, 'Circ History CSV', 'circ.format.history.csv', 'ProcessTemplate', 'NOOP_True', 'usr',
13159 $$
13160 Title,Author,Call Number,Barcode,Format
13161 [%-
13162 FOR circ IN target;
13163     bibxml = helpers.unapi_bre(circ.target_copy.call_number.record, {flesh => '{mra}'});
13164     title = "";
13165     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
13166         title = title _ part.textContent;
13167     END;
13168     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
13169     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value') %]
13170
13171     [%- helpers.csv_datum(title) -%],
13172     [%- helpers.csv_datum(author) -%],
13173     [%- helpers.csv_datum(circ.target_copy.call_number.label) -%],
13174     [%- helpers.csv_datum(circ.target_copy.barcode) -%],
13175     [%- helpers.csv_datum(item_type) %]
13176 [%- END -%]
13177 $$
13178 );
13179
13180 INSERT INTO action_trigger.environment (event_def, path)
13181     VALUES (
13182         currval('action_trigger.event_definition_id_seq'),
13183         'target_copy.call_number'
13184     );
13185
13186 INSERT INTO actor.toolbar(id,org,label,layout) VALUES
13187     ( 1, 1, oils_i18n_gettext(1, 'circ', 'atb', 'label'), '["circ_checkout","circ_checkin","toolbarseparator.1","search_opac","copy_status","toolbarseparator.2","patron_search","patron_register","toolbarspacer.3","hotkeys_toggle"]' ),
13188     ( 2, 1, oils_i18n_gettext(2, 'cat', 'atb', 'label'), '["circ_checkin","toolbarseparator.1","search_opac","copy_status","toolbarseparator.2","create_marc","authority_manage","retrieve_last_record","toolbarspacer.3","hotkeys_toggle"]' );
13189
13190 INSERT INTO config.global_flag (name, enabled, label) 
13191     VALUES (
13192         'opac.org_unit.non_inherited_visibility',
13193         FALSE,
13194         oils_i18n_gettext(
13195             'opac.org_unit.non_inherited_visibility',
13196             'Org Units Do Not Inherit Visibility',
13197             'cgf',
13198             'label'
13199         )
13200     );
13201
13202 INSERT INTO config.org_unit_setting_type ( name, label, description, datatype, grp, update_perm )
13203     VALUES (
13204         'ui.hide_copy_editor_fields',
13205         oils_i18n_gettext(
13206             'ui.hide_copy_editor_fields',
13207             'GUI: Hide these fields within the Item Attribute Editor',
13208             'coust',
13209             'label'
13210         ),
13211         oils_i18n_gettext(
13212             'ui.hide_copy_editor_fields',
13213             'This setting may be best maintained with the dedicated configuration'
13214             || ' interface within the Item Attribute Editor.  However, here it'
13215             || ' shows up as comma separated list of field identifiers to hide.',
13216             'coust',
13217             'description'
13218         ),
13219         'array',
13220         'gui',
13221         539
13222     );
13223
13224 INSERT into config.org_unit_setting_type 
13225     (name, grp, label, description, datatype) 
13226     VALUES ( 
13227         'opac.patron.auto_overide_hold_events', 
13228         'opac',
13229         oils_i18n_gettext(
13230             'opac.patron.auto_overide_hold_events',
13231             'Auto-Override Permitted Hold Blocks (Patrons)',
13232             'coust', 
13233             'label'
13234         ),
13235         oils_i18n_gettext(
13236             'opac.patron.auto_overide_hold_events',
13237             'When a patron places a hold that fails and the patron has the correct permission ' || 
13238             'to override the hold, automatically override the hold without presenting a message ' || 
13239             'to the patron and requiring that the patron make a decision to override',
13240             'coust', 
13241             'description'
13242         ),
13243         'bool'
13244     );
13245
13246 INSERT into config.org_unit_setting_type
13247     (name, grp, label, description, datatype)
13248     VALUES (
13249         'opac.patron.temporary_list_warn',
13250         'opac',
13251         oils_i18n_gettext(
13252             'opac.patron.temporary_list_warn',
13253             'Warn patrons when adding to a temporary book list',
13254             'coust',
13255             'label'
13256         ),
13257         oils_i18n_gettext(
13258             'opac.patron.temporary_list_warn',
13259             'Present a warning dialog to the patron when a patron adds a book to a temporary book list.',
13260             'coust',
13261             'description'
13262         ),
13263         'bool'
13264     );
13265
13266 INSERT INTO config.usr_setting_type
13267     (name,grp,opac_visible,label,description,datatype)
13268 VALUES (
13269     'opac.temporary_list_no_warn',
13270     'opac',
13271     TRUE,
13272     oils_i18n_gettext(
13273         'opac.temporary_list_no_warn',
13274         'Opt out of warning when adding a book to a temporary book list',
13275         'cust',
13276         'label'
13277     ),
13278     oils_i18n_gettext(
13279         'opac.temporary_list_no_warn',
13280         'Opt out of warning when adding a book to a temporary book list',
13281         'cust',
13282         'description'
13283     ),
13284     'bool'
13285 );
13286
13287 INSERT INTO config.usr_setting_type
13288     (name,grp,opac_visible,label,description,datatype)
13289 VALUES (
13290     'opac.default_list',
13291     'opac',
13292     FALSE,
13293     oils_i18n_gettext(
13294         'opac.default_list',
13295         'Default list to use when adding to a list',
13296         'cust',
13297         'label'
13298     ),
13299     oils_i18n_gettext(
13300         'opac.default_list',
13301         'Default list to use when adding to a list',
13302         'cust',
13303         'description'
13304     ),
13305     'integer'
13306 );
13307
13308 INSERT INTO config.org_unit_setting_type (
13309     name, grp, label, description, datatype
13310 ) VALUES (
13311     'circ.staff.max_visible_event_age',
13312     'circ',
13313     'Maximum visible age of User Trigger Events in Staff Interfaces',
13314     'If this is unset, staff can view User Trigger Events regardless of age. When this is set to an interval, it represents the age of the oldest possible User Trigger Event that can be viewed.',
13315     'interval'
13316 );
13317
13318 -- kid's opac main search filter
13319
13320 INSERT INTO actor.search_filter_group (owner, code, label) 
13321     VALUES (1, 'kpac_main', 'Kid''s OPAC Search Filter');
13322
13323 INSERT INTO actor.search_query (label, query_text) 
13324     VALUES ('Children''s Materials', 'audience(a,b,c)');
13325 INSERT INTO actor.search_query (label, query_text) 
13326     VALUES ('Young Adult Materials', 'audience(j,d)');
13327 INSERT INTO actor.search_query (label, query_text) 
13328     VALUES ('General/Adult Materials',  'audience(e,f,g, )');
13329
13330 INSERT INTO actor.search_filter_group_entry (grp, query, pos)
13331     VALUES (
13332         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
13333         (SELECT id FROM actor.search_query WHERE label = 'Children''s Materials'),
13334         0
13335     ); INSERT INTO actor.search_filter_group_entry (grp, query, pos) VALUES (
13336         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
13337         (SELECT id FROM actor.search_query WHERE label = 'Young Adult Materials'),
13338         1
13339     );
13340 INSERT INTO actor.search_filter_group_entry (grp, query, pos) 
13341     VALUES (
13342         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
13343         (SELECT id FROM actor.search_query WHERE label = 'General/Adult Materials'),
13344         2
13345     );
13346 INSERT into config.org_unit_setting_type
13347     (name, grp, label, description, datatype)
13348     VALUES (
13349         'acq.fund.allow_rollover_without_money',
13350         'acq',
13351         oils_i18n_gettext(
13352             'acq.fund.allow_rollover_without_money',
13353             'Allow funds to be rolled over without bringing the money along',
13354             'coust',
13355             'label'
13356         ),
13357         oils_i18n_gettext(
13358             'acq.fund.allow_rollover_without_money',
13359             'Allow funds to be rolled over without bringing the money along.  This makes money left in the old fund disappear, modeling its return to some outside entity.',
13360             'coust',
13361             'description'
13362         ),
13363         'bool'
13364     );
13365
13366 INSERT INTO config.org_unit_setting_type
13367     (name, grp, label, description, datatype)
13368     VALUES (
13369         'circ.lost.xact_open_on_zero',
13370         'finance',
13371         oils_i18n_gettext(
13372             'circ.lost.xact_open_on_zero',
13373             'Leave transaction open when lost balance equals zero',
13374             'coust',
13375             'label'
13376         ),
13377         oils_i18n_gettext(
13378             'circ.lost.xact_open_on_zero',
13379             'Leave transaction open when lost balance equals zero.  This leaves the lost copy on the patron record when it is paid',
13380             'coust',
13381             'description'
13382         ),
13383         'bool'
13384     );
13385
13386 INSERT INTO config.org_unit_setting_type
13387     (name, grp, label, description, datatype)
13388     VALUES (
13389         'circ.patron_expires_soon_warning',
13390         'circ',
13391         oils_i18n_gettext(
13392             'circ.patron_expires_soon_warning',
13393             'Warn when patron account is about to expire',
13394             'coust',
13395             'label'
13396         ),
13397         oils_i18n_gettext(
13398             'circ.patron_expires_soon_warning',
13399             'Warn when patron account is about to expire. If set, the staff client displays a warning this many days before the expiry of a patron account. Value is in number of days, for example: 3 for 3 days.',
13400             'coust',
13401             'description'
13402         ),
13403         'integer'
13404     );
13405
13406 INSERT INTO config.org_unit_setting_type (
13407     name, label, grp, datatype
13408 ) VALUES (
13409     'circ.fines.truncate_to_max_fine',
13410     oils_i18n_gettext(
13411         'circ.fines.truncate_to_max_fine',
13412         'Truncate fines to max fine amount',
13413         'coust',
13414         'label'
13415     ),
13416     'circ',
13417     'bool'
13418 );
13419
13420
13421 INSERT INTO config.settings_group (name, label)
13422     VALUES (
13423         'url_verify',
13424         oils_i18n_gettext(
13425             'url_verify',
13426             'URL Verify',
13427             'csg',
13428             'label'
13429         )
13430     );
13431
13432 INSERT INTO config.org_unit_setting_type
13433     (name, grp, label, description, datatype, update_perm)
13434     VALUES (
13435         'url_verify.url_verification_delay',
13436         'url_verify',
13437         oils_i18n_gettext(
13438             'url_verify.url_verification_delay',
13439             'Number of seconds to wait between URL test attempts.',
13440             'coust',
13441             'label'
13442         ),
13443         oils_i18n_gettext(
13444             'url_verify.url_verification_delay',
13445             'Throttling mechanism for batch URL verification runs.  Each running process will wait this number of seconds after a URL test before performing the next.',
13446             'coust',
13447             'description'
13448         ),
13449         'integer',
13450         544
13451     );
13452
13453 INSERT INTO config.org_unit_setting_type
13454     (name, grp, label, description, datatype, update_perm)
13455     VALUES (
13456         'url_verify.url_verification_max_redirects',
13457         'url_verify',
13458         oils_i18n_gettext(
13459             'url_verify.url_verification_max_redirects',
13460             'Maximum redirect lookups',
13461             'coust',
13462             'label'
13463         ),
13464         oils_i18n_gettext(
13465             'url_verify.url_verification_max_redirects',
13466             'For URLs returning 3XX redirects, this is the maximum number of redirects we will follow before giving up.',
13467             'coust',
13468             'description'
13469         ),
13470         'integer',
13471         544
13472     );
13473
13474 INSERT INTO config.org_unit_setting_type
13475     (name, grp, label, description, datatype, update_perm)
13476     VALUES (
13477         'url_verify.url_verification_max_wait',
13478         'url_verify',
13479         oils_i18n_gettext(
13480             'url_verify.url_verification_max_wait',
13481             'Maximum wait time (in seconds) for a URL to lookup',
13482             'coust',
13483             'label'
13484         ),
13485         oils_i18n_gettext(
13486             'url_verify.url_verification_max_wait',
13487             'If we exceed the wait time, the URL is marked as a "timeout" and the system moves on to the next URL',
13488             'coust',
13489             'description'
13490         ),
13491         'integer',
13492         544
13493     );
13494
13495 INSERT INTO config.filter_dialog_interface (key, description) VALUES (
13496     'url_verify',
13497     oils_i18n_gettext(
13498         'url_verify',
13499         'All Link Checker filter dialogs',
13500         'cfdi',
13501         'description'
13502     )
13503 );
13504
13505 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
13506     'ui.grid_columns.url_verify.select_urls',
13507     'gui',
13508     FALSE,
13509     oils_i18n_gettext(
13510         'ui.grid_columns.url_verify.select_urls',
13511         'Link Checker''s URL Selection interface''s saved columns',
13512         'cust',
13513         'label'
13514     ),
13515     oils_i18n_gettext(
13516         'ui.grid_columns.url_verify.select_urls',
13517         'Link Checker''s URL Selection interface''s saved columns',
13518         'cust',
13519         'description'
13520     ),
13521     'string'
13522 );
13523
13524 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
13525     'ui.grid_columns.url_verify.review_attempt',
13526     'gui',
13527     FALSE,
13528     oils_i18n_gettext(
13529         'ui.grid_columns.url_verify.review_attempt',
13530         'Link Checker''s Review Attempt interface''s saved columns',
13531         'cust',
13532         'label'
13533     ),
13534     oils_i18n_gettext(
13535         'ui.grid_columns.url_verify.review_attempt',
13536         'Link Checker''s Review Attempt interface''s saved columns',
13537         'cust',
13538         'description'
13539     ),
13540     'string'
13541 );
13542
13543 INSERT INTO config.org_unit_setting_type
13544     (name, grp, label, description, datatype, update_perm)
13545     VALUES (
13546         'url_verify.verification_batch_size',
13547         'url_verify',
13548         oils_i18n_gettext(
13549             'url_verify.verification_batch_size',
13550             'Number of URLs to test in parallel',
13551             'coust',
13552             'label'
13553         ),
13554         oils_i18n_gettext(
13555             'url_verify.verification_batch_size',
13556             'URLs are tested in batches.  This number defines the size of each batch and it directly relates to the number of back-end processes performing URL verification.',
13557             'coust',
13558             'description'
13559         ),
13560         'integer',
13561         544
13562     );
13563
13564 INSERT INTO config.org_unit_setting_type
13565     (name, label, description, grp, datatype, fm_class) 
13566 VALUES (
13567     'acq.upload.default.create_po',
13568     oils_i18n_gettext(
13569         'acq.upload.default.create_po',
13570         'Upload Create PO',
13571         'coust',
13572         'label'
13573     ),
13574      oils_i18n_gettext(
13575         'acq.upload.default.create_po',
13576         'Create a purchase order by default during ACQ file upload',
13577         'coust',
13578         'description'
13579     ),
13580    'acq',
13581     'bool',
13582     NULL
13583 ), (
13584     'acq.upload.default.activate_po',
13585     oils_i18n_gettext(
13586         'acq.upload.default.activate_po',
13587         'Upload Activate PO',
13588         'coust',
13589         'label'
13590     ),
13591      oils_i18n_gettext(
13592         'acq.upload.default.activate_po',
13593         'Activate the purchase order by default during ACQ file upload',
13594         'coust',
13595         'description'
13596     ),
13597     'acq',
13598     'bool',
13599     NULL
13600 ), (
13601     'acq.upload.default.provider',
13602     oils_i18n_gettext(
13603         'acq.upload.default.provider',
13604         'Upload Default Provider',
13605         'coust',
13606         'label'
13607     ),
13608      oils_i18n_gettext(
13609         'acq.upload.default.provider',
13610         'Default provider to use during ACQ file upload',
13611         'coust',
13612         'description'
13613     ),
13614     'acq',
13615     'link',
13616     'acqpro'
13617 ), (
13618     'acq.upload.default.vandelay.match_set',
13619     oils_i18n_gettext(
13620         'acq.upload.default.vandelay.match_set',
13621         'Upload Default Match Set',
13622         'coust',
13623         'label'
13624     ),
13625      oils_i18n_gettext(
13626         'acq.upload.default.vandelay.match_set',
13627         'Default match set to use during ACQ file upload',
13628         'coust',
13629         'description'
13630     ),
13631     'acq',
13632     'link',
13633     'vms'
13634 ), (
13635     'acq.upload.default.vandelay.merge_profile',
13636     oils_i18n_gettext(
13637         'acq.upload.default.vandelay.merge_profile',
13638         'Upload Default Merge Profile',
13639         'coust',
13640         'label'
13641     ),
13642      oils_i18n_gettext(
13643         'acq.upload.default.vandelay.merge_profile',
13644         'Default merge profile to use during ACQ file upload',
13645         'coust',
13646         'description'
13647     ),
13648     'acq',
13649     'link',
13650     'vmp'
13651 ), (
13652     'acq.upload.default.vandelay.import_non_matching',
13653     oils_i18n_gettext(
13654         'acq.upload.default.vandelay.import_non_matching',
13655         'Upload Import Non Matching by Default',
13656         'coust',
13657         'label'
13658     ),
13659      oils_i18n_gettext(
13660         'acq.upload.default.vandelay.import_non_matching',
13661         'Import non-matching records by default during ACQ file upload',
13662         'coust',
13663         'description'
13664     ),
13665     'acq',
13666     'bool',
13667     NULL
13668 ), (
13669     'acq.upload.default.vandelay.merge_on_exact',
13670     oils_i18n_gettext(
13671         'acq.upload.default.vandelay.merge_on_exact',
13672         'Upload Merge on Exact Match by Default',
13673         'coust',
13674         'label'
13675     ),
13676      oils_i18n_gettext(
13677         'acq.upload.default.vandelay.merge_on_exact',
13678         'Merge records on exact match by default during ACQ file upload',
13679         'coust',
13680         'description'
13681     ),
13682     'acq',
13683     'bool',
13684     NULL
13685 ), (
13686     'acq.upload.default.vandelay.merge_on_best',
13687     oils_i18n_gettext(
13688         'acq.upload.default.vandelay.merge_on_best',
13689         'Upload Merge on Best Match by Default',
13690         'coust',
13691         'label'
13692     ),
13693      oils_i18n_gettext(
13694         'acq.upload.default.vandelay.merge_on_best',
13695         'Merge records on best match by default during ACQ file upload',
13696         'coust',
13697         'description'
13698     ),
13699     'acq',
13700     'bool',
13701     NULL
13702 ), (
13703     'acq.upload.default.vandelay.merge_on_single',
13704     oils_i18n_gettext(
13705         'acq.upload.default.vandelay.merge_on_single',
13706         'Upload Merge on Single Match by Default',
13707         'coust',
13708         'label'
13709     ),
13710      oils_i18n_gettext(
13711         'acq.upload.default.vandelay.merge_on_single',
13712         'Merge records on single match by default during ACQ file upload',
13713         'coust',
13714         'description'
13715     ),
13716     'acq',
13717     'bool',
13718     NULL
13719 ), (
13720     'acq.upload.default.vandelay.quality_ratio',
13721     oils_i18n_gettext(
13722         'acq.upload.default.vandelay.quality_ratio',
13723         'Upload Default Min. Quality Ratio',
13724         'coust',
13725         'label'
13726     ),
13727      oils_i18n_gettext(
13728         'acq.upload.default.vandelay.quality_ratio',
13729         'Default minimum quality ratio used during ACQ file upload',
13730         'coust',
13731         'description'
13732     ),
13733     'acq',
13734     'integer',
13735     NULL
13736 ), (
13737     'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13738     oils_i18n_gettext(
13739         'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13740         'Upload Default Insufficient Quality Fall-Thru Profile',
13741         'coust',
13742         'label'
13743     ),
13744      oils_i18n_gettext(
13745         'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13746         'Default low-quality fall through profile used during ACQ file upload',
13747         'coust',
13748         'description'
13749     ),
13750     'acq',
13751     'link',
13752     'vmp'
13753 ), (
13754     'acq.upload.default.vandelay.load_item_for_imported',
13755     oils_i18n_gettext(
13756         'acq.upload.default.vandelay.load_item_for_imported',
13757         'Upload Load Items for Imported Records by Default',
13758         'coust',
13759         'label'
13760     ),
13761      oils_i18n_gettext(
13762         'acq.upload.default.vandelay.load_item_for_imported',
13763         'Load items for imported records by default during ACQ file upload',
13764         'coust',
13765         'description'
13766     ),
13767     'acq',
13768     'bool',
13769     NULL
13770 );
13771
13772
13773 INSERT INTO config.ts_config_list(id, name) VALUES
13774     ('simple','Non-Stemmed Simple'),
13775     ('danish_nostop','Danish Stemmed'),
13776     ('dutch_nostop','Dutch Stemmed'),
13777     ('english_nostop','English Stemmed'),
13778     ('finnish_nostop','Finnish Stemmed'),
13779     ('french_nostop','French Stemmed'),
13780     ('german_nostop','German Stemmed'),
13781     ('hungarian_nostop','Hungarian Stemmed'),
13782     ('italian_nostop','Italian Stemmed'),
13783     ('norwegian_nostop','Norwegian Stemmed'),
13784     ('portuguese_nostop','Portuguese Stemmed'),
13785     ('romanian_nostop','Romanian Stemmed'),
13786     ('russian_nostop','Russian Stemmed'),
13787     ('spanish_nostop','Spanish Stemmed'),
13788     ('swedish_nostop','Swedish Stemmed'),
13789     ('turkish_nostop','Turkish Stemmed');
13790
13791 INSERT INTO config.metabib_class_ts_map(field_class, ts_config, index_weight, always) VALUES
13792     ('keyword','simple','A',true),
13793     ('keyword','english_nostop','C',true),
13794     ('title','simple','A',true),
13795     ('title','english_nostop','C',true),
13796     ('author','simple','A',true),
13797     ('author','english_nostop','C',true),
13798     ('series','simple','A',true),
13799     ('series','english_nostop','C',true),
13800     ('subject','simple','A',true),
13801     ('subject','english_nostop','C',true),
13802     ('identifier','simple','A',true);
13803
13804 INSERT INTO config.org_unit_setting_type (
13805     name, label, description, datatype, fm_class, update_perm, grp
13806 ) VALUES (
13807     'circ.hold_capture_order',
13808     oils_i18n_gettext(
13809         'circ.hold_capture_order',
13810         'Best-hold selection sort order',
13811         'coust',
13812         'label'
13813     ),
13814     oils_i18n_gettext(
13815         'circ.hold_capture_order',
13816         'Defines the sort order of holds when selecting a hold to fill using a given copy at capture time',
13817         'coust',
13818         'description'
13819     ),
13820     'link',
13821     'cbho',
13822     543,
13823     'holds'
13824 );
13825
13826 INSERT INTO config.org_unit_setting_type (
13827     name, label, description, datatype, update_perm, grp
13828 ) VALUES (
13829     'circ.hold_go_home_interval',
13830     oils_i18n_gettext(
13831         'circ.hold_go_home_interval',
13832         'Max foreign-circulation time',
13833         'coust',
13834         'label'
13835     ),
13836     oils_i18n_gettext(
13837         'circ.hold_go_home_interval',
13838         'Time a copy can spend circulating away from its circ lib before returning there to fill a hold (if one exists there)',
13839         'coust',
13840         'description'
13841     ),
13842     'interval',
13843     543,
13844     'holds'
13845 );
13846
13847
13848 INSERT INTO config.best_hold_order (
13849     name,
13850     approx, pprox, aprox, priority, cut, depth, rtime
13851 ) VALUES (
13852     'Traditional',
13853     1, 2, 3, 4, 5, 6, 7
13854 );
13855
13856 INSERT INTO config.best_hold_order (
13857     name,
13858     hprox, approx, pprox, aprox, priority, cut, depth, rtime
13859 ) VALUES (
13860     'Traditional with Holds-always-go-home',
13861     1, 2, 3, 4, 5, 6, 7, 8
13862 );
13863
13864 INSERT INTO config.best_hold_order (
13865     name,
13866     htime, approx, pprox, aprox, priority, cut, depth, rtime
13867 ) VALUES (
13868     'Traditional with Holds-go-home',
13869     1, 2, 3, 4, 5, 6, 7, 8
13870 );
13871
13872 INSERT INTO config.best_hold_order (
13873     name,
13874     priority, cut, rtime, depth, pprox, hprox, aprox, htime
13875 ) VALUES (
13876     'FIFO',
13877     1, 2, 3, 4, 5, 6, 7, 8
13878 );
13879
13880 INSERT INTO config.best_hold_order (
13881     name,
13882     hprox, priority, cut, rtime, depth, pprox, aprox, htime
13883 ) VALUES (
13884     'FIFO with Holds-always-go-home',
13885     1, 2, 3, 4, 5, 6, 7, 8
13886 );
13887
13888 INSERT INTO config.best_hold_order (
13889     name,
13890     htime, priority, cut, rtime, depth, pprox, aprox, hprox
13891 ) VALUES (
13892     'FIFO with Holds-go-home',
13893     1, 2, 3, 4, 5, 6, 7, 8
13894 );
13895
13896 INSERT INTO actor.org_unit_setting (
13897     org_unit, name, value
13898 ) VALUES (
13899     (SELECT id FROM actor.org_unit WHERE parent_ou IS NULL),
13900     'circ.hold_go_home_interval',
13901     '"6 months"'
13902 );
13903
13904 INSERT INTO action_trigger.hook (
13905         key,
13906         core_type,
13907         description,
13908         passive
13909     ) VALUES (
13910         'au.barred',
13911         'au',
13912         'A user was barred by staff',
13913         FALSE
13914     );
13915
13916 INSERT INTO action_trigger.hook (
13917         key,
13918         core_type,
13919         description,
13920         passive
13921     ) VALUES (
13922         'au.unbarred',
13923         'au',
13924         'A user was un-barred by staff',
13925         FALSE
13926     );
13927
13928 INSERT INTO action_trigger.validator (
13929         module, 
13930         description
13931     ) VALUES (
13932         'PatronBarred',
13933         'Tests if a patron is currently marked as barred'
13934     );
13935
13936 INSERT INTO action_trigger.validator (
13937         module, 
13938         description
13939     ) VALUES (
13940         'PatronNotBarred',
13941         'Tests if a patron is currently not marked as barred'
13942     );
13943
13944 INSERT INTO config.org_unit_setting_type
13945     (name, label, description, grp, datatype) 
13946 VALUES (
13947     'acq.fund.rollover_distrib_forms',
13948     oils_i18n_gettext(
13949         'acq.fund.rollover_distrib_forms',
13950         'Rollover Distribution Formulae Funds',
13951         'coust',
13952         'label'
13953     ),
13954      oils_i18n_gettext(
13955         'acq.fund.rollover_distrib_forms',
13956         'During fiscal rollover, update distribution formalae to use new funds',
13957         'coust',
13958         'description'
13959     ),
13960     'acq',
13961     'bool'
13962 );
13963
13964 INSERT INTO config.z3950_index_field_map 
13965     (id, label, metabib_field, z3950_attr_type) VALUES 
13966 (1, oils_i18n_gettext(1, 'Title',   'czifm', 'label'), 5,  'title'),
13967 (2, oils_i18n_gettext(2, 'Author',  'czifm', 'label'), 8,  'author'),
13968 (3, oils_i18n_gettext(3, 'ISBN',    'czifm', 'label'), 18, 'isbn'),
13969 (4, oils_i18n_gettext(4, 'ISSN',    'czifm', 'label'), 19, 'issn'),
13970 (5, oils_i18n_gettext(5, 'LCCN',    'czifm', 'label'), 30, 'lccn');
13971
13972 INSERT INTO config.z3950_index_field_map 
13973     (id, label, record_attr, z3950_attr_type) VALUES 
13974 (6, oils_i18n_gettext(6, 'Pubdate',  'czifm', 'label'),'pubdate', 'pubdate'),
13975 (7, oils_i18n_gettext(7, 'Item Type', 'czifm', 'label'),'item_type', 'item_type');
13976
13977
13978 -- let's leave room for more stock mappings
13979 SELECT SETVAL('config.z3950_index_field_map_id_seq'::TEXT, 1000);
13980
13981 INSERT INTO config.org_unit_setting_type
13982     (name, grp, label, description, datatype)
13983     VALUES (
13984         'cat.z3950.batch.max_parallel',
13985         'cat',
13986         oils_i18n_gettext(
13987             'cat.z3950.batch.max_parallel',
13988             'Maximum Parallel Z39.50 Batch Searches',
13989             'coust',
13990             'label'
13991         ),
13992         oils_i18n_gettext(
13993             'cat.z3950.batch.max_parallel',
13994             'The maximum number of Z39.50 searches that can be in-flight at any given time when performing batch Z39.50 searches',
13995             'coust',
13996             'description'
13997         ),
13998         'integer'
13999     );
14000
14001 INSERT INTO config.org_unit_setting_type
14002     (name, grp, label, description, datatype)
14003     VALUES (
14004         'cat.z3950.batch.max_results',
14005         'cat',
14006         oils_i18n_gettext(
14007             'cat.z3950.batch.max_results',
14008             'Maximum Z39.50 Batch Search Results',
14009             'coust',
14010             'label'
14011         ),
14012         oils_i18n_gettext(
14013             'cat.z3950.batch.max_results',
14014             'The maximum number of search results to retrieve and queue for each record + Z39 source during batch Z39.50 searches',
14015             'coust',
14016             'description'
14017         ),
14018         'integer'
14019     );
14020
14021 -- long overdue stuff...
14022
14023 INSERT INTO config.org_unit_setting_type 
14024     (name, grp, datatype, label, description) VALUES 
14025 (
14026     'circ.longoverdue_immediately_available',
14027     'circ', 'bool',
14028     oils_i18n_gettext(
14029         'circ.longoverdue_immediately_available',
14030         'Long-Overdue Items Usable on Checkin',
14031         'coust',
14032         'label'
14033     ),
14034     oils_i18n_gettext(
14035         'circ.longoverdue_immediately_available',
14036         'Long-overdue items are usable on checkin instead of going "home" first',
14037         'coust',
14038         'description'
14039     )
14040 ), (
14041     'circ.longoverdue_materials_processing_fee',
14042     'finance', 'currency',
14043     oils_i18n_gettext(
14044         'circ.longoverdue_materials_processing_fee',
14045         'Long-Overdue Materials Processing Fee',
14046         'coust',
14047         'label'
14048     ),
14049     oils_i18n_gettext(
14050         'circ.longoverdue_materials_processing_fee',
14051         'Long-Overdue Materials Processing Fee',
14052         'coust',
14053         'description'
14054     )
14055 ), (
14056     'circ.max_accept_return_of_longoverdue',
14057     'circ', 'interval',
14058     oils_i18n_gettext(
14059         'circ.max_accept_return_of_longoverdue',
14060         'Long-Overdue Max Return Interval',
14061         'coust',
14062         'label'
14063     ),
14064     oils_i18n_gettext(
14065         'circ.max_accept_return_of_longoverdue',
14066         'Long-overdue check-in processing (voiding fees, re-instating ' ||
14067             'overdues, etc.) will not take place for items that have been ' ||
14068             'overdue for (or have last activity older than) this amount of time',
14069         'coust',
14070         'description'
14071     )
14072 ), (
14073     'circ.restore_overdue_on_longoverdue_return',
14074     'circ', 'bool',
14075     oils_i18n_gettext(
14076         'circ.restore_overdue_on_longoverdue_return',
14077         'Restore Overdues on Long-Overdue Item Return',
14078         'coust',
14079         'label'
14080     ),
14081     oils_i18n_gettext(
14082         'circ.restore_overdue_on_longoverdue_return',
14083         'Restore Overdues on Long-Overdue Item Return',
14084         'coust',
14085         'description'
14086     )
14087 ), (
14088     'circ.void_longoverdue_on_checkin',
14089     'circ', 'bool',
14090     oils_i18n_gettext(
14091         'circ.void_longoverdue_on_checkin',
14092         'Void Long-Overdue Item Billing When Returned',
14093         'coust',
14094         'label'
14095     ),
14096     oils_i18n_gettext(
14097         'circ.void_longoverdue_on_checkin',
14098         'Void Long-Overdue Item Billing When Returned',
14099         'coust',
14100         'description'
14101     )
14102 ), (
14103     'circ.void_longoverdue_proc_fee_on_checkin',
14104     'circ', 'bool',
14105     oils_i18n_gettext(
14106         'circ.void_longoverdue_proc_fee_on_checkin',
14107         'Void Processing Fee on Long-Overdue Item Return',
14108         'coust',
14109         'label'
14110     ),
14111     oils_i18n_gettext(
14112         'circ.void_longoverdue_proc_fee_on_checkin',
14113         'Void Processing Fee on Long-Overdue Item Return',
14114         'coust',
14115         'description'
14116     )
14117 ), (
14118     'circ.void_overdue_on_longoverdue',
14119     'finance', 'bool',
14120     oils_i18n_gettext(
14121         'circ.void_overdue_on_longoverdue',
14122         'Void Overdue Fines When Items are Marked Long-Overdue',
14123         'coust',
14124         'label'
14125     ),
14126     oils_i18n_gettext(
14127         'circ.void_overdue_on_longoverdue',
14128         'Void Overdue Fines When Items are Marked Long-Overdue',
14129         'coust',
14130         'description'
14131     )
14132 ), (
14133     'circ.longoverdue.xact_open_on_zero',
14134     'finance', 'bool',
14135     oils_i18n_gettext(
14136         'circ.longoverdue.xact_open_on_zero',
14137         'Leave transaction open when long overdue balance equals zero',
14138         'coust',
14139         'label'
14140     ),
14141     oils_i18n_gettext(
14142         'circ.longoverdue.xact_open_on_zero',
14143         'Leave transaction open when long-overdue balance equals zero.  ' ||
14144             'This leaves the lost copy on the patron record when it is paid',
14145         'coust',
14146         'description'
14147     )
14148 ), (
14149     'circ.longoverdue.use_last_activity_date_on_return',
14150     'circ', 'bool',
14151     oils_i18n_gettext(
14152         'circ.longoverdue.use_last_activity_date_on_return',
14153         'Long-Overdue Check-In Interval Uses Last Activity Date',
14154         'coust',
14155         'label'
14156     ),
14157     oils_i18n_gettext(
14158         'circ.longoverdue.use_last_activity_date_on_return',
14159         'Use the long-overdue last-activity date instead of the due_date to ' ||
14160             'determine whether the item has been checked out too long to ' ||
14161             'perform long-overdue check-in processing.  If set, the system ' ||
14162             'will first check the last payment time, followed by the last ' ||
14163             'billing time, followed by the due date.  See also ' ||
14164             'circ.max_accept_return_of_longoverdue',
14165         'coust',
14166         'description'
14167     )
14168 );
14169
14170 -- mark long-overdue reactor
14171
14172 INSERT INTO action_trigger.reactor (module, description) VALUES
14173 (   'MarkItemLongOverdue',
14174     oils_i18n_gettext(
14175         'MarkItemLongOverdue',
14176         'Marks a circulating item as long-overdue and applies configured ' ||
14177         'penalties.  Also creates events for the longoverdue.auto hook',
14178         'atreact',
14179         'description'
14180     )
14181 );
14182
14183 INSERT INTO action_trigger.validator (module, description) VALUES (
14184     'PatronNotInCollections', 
14185     'Event is valid if the linked patron is not in collections processing ' ||
14186         'at the context org unit'
14187 );
14188
14189 INSERT INTO action_trigger.event_definition 
14190     (id, active, owner, name, hook, validator, reactor, delay, delay_field) 
14191 VALUES (
14192     49, FALSE, 1, '6 Month Overdue Mark Long-Overdue', 
14193     'checkout.due', 'PatronNotInCollections', 
14194     'MarkItemLongOverdue', '6 months', 'due_date'
14195 );
14196
14197 INSERT INTO action_trigger.event_params (event_def, param, value) VALUES
14198     (49, 'editor', '''1''');
14199
14200 -- new longoverdue and longervdue.auto hook.
14201
14202 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
14203     'longoverdue',
14204     'circ',
14205     'Circulating Item marked long-overdue'
14206 );
14207
14208 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
14209     'longoverdue.auto',
14210     'circ',
14211     'Circulating Item automatically marked long-overdue'
14212 );
14213
14214 -- sample longoverdue.auto notification reactor
14215
14216 INSERT INTO action_trigger.event_definition 
14217     (id, active, owner, name, hook, validator, reactor, group_field, template) 
14218     VALUES (
14219         50, FALSE, 1, '6 Month Long Overdue Notice', 
14220         'longoverdue.auto', 'NOOP_True', 'SendEmail', 'usr',
14221 $$
14222 [%- USE date -%]
14223 [%- user = target.0.usr -%]
14224 To: [%- params.recipient_email || user.email %]
14225 From: [%- params.sender_email || default_sender %]
14226 Subject: Overdue Items Marked Long Overdue
14227
14228 Dear [% user.family_name %], [% user.first_given_name %]
14229 The following items are 6 months overdue and have been marked Long Overdue.
14230
14231 [% FOR circ IN target %]
14232     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
14233     Title: [% copy_details.title %], by [% copy_details.author %]
14234     Call Number: [% circ.target_copy.call_number.label %]
14235     Shelving Location: [% circ.target_copy.location.name %]
14236     Barcode: [% circ.target_copy.barcode %]
14237     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
14238     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
14239     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
14240     Library: [% circ.circ_lib.name %]
14241
14242 [% END %]
14243 $$);
14244
14245 -- ENV for above
14246
14247 INSERT INTO action_trigger.environment (event_def, path) VALUES 
14248     (50, 'target_copy.call_number'),
14249     (50, 'usr'),
14250     (50, 'billable_transaction.summary'),
14251     (50, 'circ_lib.billing_address'),
14252     (50, 'target_copy.location');
14253
14254
14255 -- Auto-cancelled, no target
14256 INSERT INTO action_trigger.event_definition (
14257     id, active, owner, name, hook,
14258     validator, reactor, delay, delay_field,
14259     group_field, message_usr_path, message_library_path, message_title,
14260     message_template
14261 ) VALUES (
14262     51, FALSE, 1, 'Hold Cancelled (No Target) User Message', 'hold_request.cancel.expire_no_target',
14263     'HoldIsCancelled', 'NOOP_True', '30 minutes', 'cancel_time',
14264     'usr', 'usr', 'usr.home_ou', 'Hold Request Cancelled',
14265 $$
14266 [%- USE date -%]
14267 [%- user = target.0.usr -%]
14268 The following holds were cancelled because no items were found to fullfil them.
14269
14270 [% FOR hold IN target %]
14271     Title: [% hold.bib_rec.bib_record.simple_record.title %]
14272     Author: [% hold.bib_rec.bib_record.simple_record.author %]
14273     Library: [% hold.pickup_lib.name %]
14274     Request Date: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
14275 [% END %]
14276
14277 $$);
14278
14279 INSERT INTO action_trigger.environment (event_def, path) VALUES
14280     (51, 'usr'),
14281     (51, 'pickup_lib'),
14282     (51, 'bib_rec.bib_record.simple_record');
14283
14284
14285 -- Cancelled by staff
14286 INSERT INTO action_trigger.event_definition (
14287     id, active, owner, name, hook,
14288     validator, reactor, delay, delay_field,
14289     group_field, message_usr_path, message_library_path, message_title,
14290     message_template
14291 ) VALUES (
14292     52, FALSE, 1, 'Hold Cancelled (Staff) User Message', 'hold_request.cancel.staff',
14293     'HoldIsCancelled', 'NOOP_True', '30 minutes', 'cancel_time',
14294     'usr', 'usr', 'usr.home_ou', 'Hold Request Cancelled',
14295 $$
14296 [%- USE date -%]
14297 [%- user = target.0.usr -%]
14298 The following holds were cancelled by a staff member.
14299
14300 [% FOR hold IN target %]
14301     Title: [% hold.bib_rec.bib_record.simple_record.title %]
14302     Author: [% hold.bib_rec.bib_record.simple_record.author %]
14303     Library: [% hold.pickup_lib.name %]
14304     Request Date: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
14305     Cancellation Note: [% hold.cancel_note %]
14306 [% END %]
14307
14308 $$);
14309
14310 INSERT INTO action_trigger.environment (event_def, path) VALUES
14311     (52, 'usr'),
14312     (52, 'pickup_lib'),
14313     (52, 'bib_rec.bib_record.simple_record');
14314
14315
14316 -- Shelf expired
14317 INSERT INTO action_trigger.event_definition (
14318     id, active, owner, name, hook,
14319     validator, reactor, delay, delay_field,
14320     group_field, message_usr_path, message_library_path, message_title,
14321     message_template
14322 ) VALUES (
14323     53, TRUE, 1, 'Hold Cancelled (Shelf-expired) User Message', 'hold_request.cancel.expire_holds_shelf',
14324     'HoldIsCancelled', 'NOOP_True', '30 minutes', 'cancel_time',
14325     'usr', 'usr', 'usr.home_ou', 'Hold Request Cancelled',
14326 $$
14327 [%- USE date -%]
14328 [%- user = target.0.usr -%]
14329 The following holds were cancelled because they were never picked up.
14330
14331 [% FOR hold IN target %]
14332     Title: [% hold.bib_rec.bib_record.simple_record.title %]
14333     Author: [% hold.bib_rec.bib_record.simple_record.author %]
14334     Library: [% hold.pickup_lib.name %]
14335     Request Date: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
14336     Pickup By: [% date.format(helpers.format_date(hold.shelf_expire_time), '%Y-%m-%d') %]
14337 [% END %]
14338
14339 $$);
14340
14341 INSERT INTO action_trigger.environment (event_def, path) VALUES
14342     (53, 'usr'),
14343     (53, 'pickup_lib'),
14344     (53, 'bib_rec.bib_record.simple_record');
14345
14346 -- 30 Day Pre Expire A/T Notice - Notify customers before their account expires
14347
14348 INSERT INTO action_trigger.hook (key, core_type, description, passive)
14349     VALUES ('au.expired', 'au', 'A user account has expired', 't');
14350         
14351 INSERT INTO action_trigger.event_definition (
14352     active, owner, name, hook,
14353     validator, reactor, delay, delay_field,
14354     max_delay, repeat_delay, template
14355 ) VALUES (
14356     'f', '1', '30 Day Account Expiration Courtesy Notice','au.expired',
14357     'NOOP_True', 'SendEmail', '-30 days', 'expire_date', '-29 days', '30 days',
14358 $$
14359 [%- USE date -%]
14360 [%- user = target -%]
14361 [%- lib = target.home_ou -%]
14362 To: [%- params.recipient_email || user.email %]
14363 From: [%- helpers.get_org_setting(target.home_ou.id, 'org.bounced_emails') || lib.email || params.sender_email || default_sender %]
14364 Reply-To: [%- helpers.get_org_setting(target.home_ou.id, 'org.bounced_emails') || lib.email || params.sender_email || default_sender %]
14365 Subject: Courtesy Notice - Library Account Expiration in 30 days
14366 Auto-Submitted: auto-generated
14367
14368 Dear [% user.first_given_name %] [% user.family_name %],
14369
14370 Our records indicate your library account is due to expire in 30 days.  Please visit your local library at your convenience to renew your account in order to avoid a disruption in access to library service.
14371
14372 Sincerely,
14373 [% lib.name %]
14374
14375 Contact your library for more information:
14376
14377 [% lib.name %]
14378 [%- SET addr = lib.mailing_address -%]
14379 [%- IF !addr -%] [%- SET addr = lib.billing_address -%] [%- END %]
14380 [% addr.street1 %] [% addr.street2 %]
14381 [% addr.city %], [% addr.state %]
14382 [% addr.post_code %]
14383 [% lib.phone %]
14384
14385 $$);
14386
14387 INSERT INTO action_trigger.environment (event_def, path) VALUES
14388     (currval('action_trigger.event_definition_id_seq'), 'home_ou.mailing_address'),
14389     (currval('action_trigger.event_definition_id_seq'), 'home_ou.billing_address');
14390
14391     
14392 -- OUS's for patron self-reg
14393 INSERT INTO config.org_unit_setting_type
14394     (name, grp, datatype, label, description)
14395 VALUES (
14396     'opac.allow_pending_user',
14397     'opac',
14398     'bool',
14399     oils_i18n_gettext(
14400         'opac.allow_pending_user',
14401         'Allow Patron Self-Registration',
14402         'coust',
14403         'label'
14404     ),
14405     oils_i18n_gettext(
14406         'opac.allow_pending_user',
14407         'Allow patrons to self-register, creating pending user accounts',
14408         'coust',
14409         'description'
14410     )
14411 ), (
14412     'opac.pending_user_expire_interval',
14413     'opac',
14414     'interval',
14415     oils_i18n_gettext(
14416         'opac.pending_user_expire_interval',
14417         'Patron Self-Reg. Expire Interval',
14418         'coust',
14419         'label'
14420     ),
14421     oils_i18n_gettext(
14422         'opac.pending_user_expire_interval',
14423         'If set, this is the amount of time a pending user account will ' ||
14424         'be allowed to sit in the database.  After this time, the pending ' ||
14425         'user information will be purged',
14426         'coust',
14427         'description'
14428     )
14429 ), (
14430     'ui.patron.edit.aua.county.show',
14431     'gui',
14432     'bool',
14433     oils_i18n_gettext(
14434         'ui.patron.edit.aua.county.require',
14435         'Show county field on patron registration',
14436         'coust',
14437         'label'
14438     ),
14439     oils_i18n_gettext(
14440         'ui.patron.edit.aua.county.require',
14441         'The county field will be shown on the patron registration screen',
14442         'coust',
14443         'description'
14444     )
14445 );
14446
14447 -- vandelay item import defaults
14448 INSERT INTO config.org_unit_setting_type
14449     (grp, name, label, description, datatype, fm_class)
14450 VALUES (
14451     'vandelay',
14452     'vandelay.item.barcode.auto',
14453     oils_i18n_gettext(
14454         'vandelay.item.barcode.auto',
14455         'Vandelay Generate Default Barcodes',
14456         'coust', 'label'),
14457     oils_i18n_gettext(
14458         'vandelay.item.barcode.auto',
14459         'Auto-generate deault item barcodes when no item barcode is present',
14460         'coust', 'label'),
14461     'bool',
14462     NULL
14463 ), (
14464     'vandelay',
14465     'vandelay.item.barcode.prefix',
14466     oils_i18n_gettext(
14467         'vandelay.item.barcode.prefix',
14468         'Vandelay Default Barcode Prefix',
14469         'coust', 'label'),
14470     oils_i18n_gettext(
14471         'vandelay.item.barcode.prefix',
14472         'Apply this prefix to any auto-generated item barcodes',
14473         'coust', 'label'),
14474     'string',
14475     NULL
14476 ), (
14477     'vandelay',
14478     'vandelay.item.call_number.auto',
14479     oils_i18n_gettext(
14480         'vandelay.item.call_number.auto',
14481         'Vandelay Generate Default Call Numbers',
14482         'coust', 'label'),
14483     oils_i18n_gettext(
14484         'vandelay.item.call_number.auto',
14485         'Auto-generate default item call numbers when no item call number is present',
14486         'coust', 'label'),
14487     'bool',
14488     NULL
14489 ), (
14490     'vandelay',
14491     'vandelay.item.call_number.prefix',
14492     oils_i18n_gettext(
14493         'vandelay.item.call_number.prefix',
14494         'Vandelay Default Call Number Prefix',
14495         'coust', 'label'),
14496     oils_i18n_gettext(
14497         'vandelay.item.call_number.prefix',
14498         'Apply this prefix to any auto-generated item call numbers',
14499         'coust', 'label'),
14500     'string',
14501     NULL
14502 ), (
14503     'vandelay',
14504     'vandelay.item.copy_location.default',
14505     oils_i18n_gettext(
14506         'vandelay.item.copy_location.default',
14507         'Vandelay Default Copy Location',
14508         'coust', 'label'),
14509     oils_i18n_gettext(
14510         'vandelay.item.copy_location.default',
14511         'Default copy location value for imported items',
14512         'coust', 'label'),
14513     'link',
14514     'acpl'
14515 ), (
14516     'vandelay',
14517     'vandelay.item.circ_modifier.default',
14518     oils_i18n_gettext(
14519         'vandelay.item.circ_modifier.default',
14520         'Vandelay Default Circulation Modifier',
14521         'coust', 'label'),
14522     oils_i18n_gettext(
14523         'vandelay.item.circ_modifier.default',
14524         'Default circulation modifier value for imported items',
14525         'coust', 'label'),
14526     'link',
14527     'ccm'
14528 );
14529
14530
14531 INSERT into config.org_unit_setting_type 
14532     (name, grp, label, description, datatype)
14533 VALUES ( 
14534     'opac.holds.org_unit_not_pickup_lib', 
14535     'opac',
14536     oils_i18n_gettext('opac.holds.org_unit_not_pickup_lib',
14537         'OPAC: Org Unit is not a hold pickup library',
14538         'coust', 'label'),
14539     oils_i18n_gettext('opac.holds.org_unit_not_pickup_lib',
14540         'If set, this org unit will not be offered to the patron as an '||
14541         'option for a hold pickup location.  This setting has no affect '||
14542         'on searching or hold targeting',
14543         'coust', 'description'),
14544     'bool'
14545 );
14546
14547
14548 INSERT INTO config.standing_penalty
14549     (id, name, label, block_list, staff_alert)
14550 VALUES (
14551     35,
14552     'PATRON_EXCEEDS_LONGOVERDUE_COUNT',
14553     oils_i18n_gettext(
14554         35,
14555         'Patron Exceeds Max Long-Overdue Threshold',
14556         'csp',
14557         'label'
14558     ),
14559     'CIRC|FULFILL|HOLD|CAPTURE|RENEW',
14560     TRUE
14561 );
14562
14563
14564 INSERT INTO config.org_unit_setting_type
14565     (name, grp, datatype, label, description)
14566 VALUES (
14567     'opac.self_register.timeout',
14568     'opac',
14569     'integer',
14570     oils_i18n_gettext(
14571         'opac.self_register.timeout',
14572         'Patron Self-Reg. Display Timeout',
14573         'coust',
14574         'label'
14575     ),
14576     oils_i18n_gettext(
14577         'opac.self_register.timeout',
14578         'Number of seconds to wait before reloading the patron self-'||
14579         'registration interface to clear sensitive data',
14580         'coust',
14581         'description'
14582     )
14583 );
14584
14585
14586 INSERT INTO config.org_unit_setting_type 
14587     (name, grp, datatype, label, description)
14588 VALUES (
14589     'ui.circ.items_out.longoverdue', 'gui', 'integer',
14590     oils_i18n_gettext(
14591         'ui.circ.items_out.longoverdue',
14592         'Items Out Long-Overdue display setting',
14593         'coust',
14594         'label'
14595     ),
14596     oils_i18n_gettext(
14597         'ui.circ.items_out.longoverdue',
14598 'Value is a numeric code, describing which list the circulation '||
14599 'should appear while checked out and whether the circulation should '||
14600 'continue to appear in the bottom list, when checked in with '||
14601 'oustanding fines.  '||
14602 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14603 '5 = top list, do not display.  6 = bottom list, do not display.',
14604         'coust',
14605         'description'
14606     )
14607 ), (
14608     'ui.circ.items_out.lost', 'gui', 'integer',
14609     oils_i18n_gettext(
14610         'ui.circ.items_out.lost',
14611         'Items Out Lost display setting',
14612         'coust',
14613         'label'
14614     ),
14615     oils_i18n_gettext(
14616         'ui.circ.items_out.lost',
14617 'Value is a numeric code, describing which list the circulation '||
14618 'should appear while checked out and whether the circulation should '||
14619 'continue to appear in the bottom list, when checked in with '||
14620 'oustanding fines.  '||
14621 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14622 '5 = top list, do not display.  6 = bottom list, do not display.',
14623         'coust',
14624         'description'
14625     )
14626 ), (
14627     'ui.circ.items_out.claimsreturned', 'gui', 'integer',
14628     oils_i18n_gettext(
14629         'ui.circ.items_out.claimsreturned',
14630         'Items Out Claims Returned display setting',
14631         'coust',
14632         'label'
14633     ),
14634     oils_i18n_gettext(
14635         'ui.circ.items_out.claimsreturned',
14636 'Value is a numeric code, describing which list the circulation '||
14637 'should appear while checked out and whether the circulation should '||
14638 'continue to appear in the bottom list, when checked in with '||
14639 'oustanding fines.  '||
14640 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14641 '5 = top list, do not display.  6 = bottom list, do not display.',
14642         'coust',
14643         'description'
14644     )
14645 );
14646
14647 -- YAOUS patron credit disable
14648 INSERT INTO config.org_unit_setting_type 
14649     (grp, name, datatype, label, description) 
14650 VALUES (
14651     'finance',
14652     'circ.disable_patron_credit',
14653     'bool',
14654     oils_i18n_gettext(
14655         'circ.disable_patron_credit',
14656         'Disable Patron Credit',
14657         'coust',
14658         'label'
14659     ),
14660     oils_i18n_gettext(
14661         'circ.disable_patron_credit',
14662         'Do not allow patrons to accrue credit or pay fines/fees with accrued credit',
14663         'coust',
14664         'description'
14665     )
14666 );
14667
14668 INSERT INTO config.floating_group(name) VALUES ('Everywhere');
14669 INSERT INTO config.floating_group_member(floating_group, org_unit) VALUES (1, 1);
14670
14671 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
14672     'opac.metarecord.holds.format_attr', 
14673     oils_i18n_gettext(
14674         'opac.metarecord.holds.format_attr',
14675         'OPAC Metarecord Hold Formats Attribute', 
14676         'cgf',
14677         'label'
14678     ),
14679     'mr_hold_format', 
14680     TRUE
14681 );
14682
14683 -- until we have a custom attribute for the selector, 
14684 -- default to the icon_format attribute
14685 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
14686     'opac.format_selector.attr', 
14687     oils_i18n_gettext(
14688         'opac.format_selector.attr', 
14689         'OPAC Format Selector Attribute', 
14690         'cgf',
14691         'label'
14692     ),
14693     'search_format', 
14694     TRUE
14695 );
14696
14697 INSERT INTO config.org_unit_setting_type
14698     (name, grp, label, description, datatype)
14699     VALUES
14700         ('circ.void_lost_on_claimsreturned',
14701          'circ',
14702          oils_i18n_gettext('circ.void_lost_on_claimsreturned',
14703              'Void lost item billing when claims returned',
14704              'coust', 'label'),
14705          oils_i18n_gettext('circ.void_lost_on_claimsreturned',
14706              'Void lost item billing when claims returned',
14707              'coust', 'description'),
14708          'bool'),
14709         ('circ.void_lost_proc_fee_on_claimsreturned',
14710          'circ',
14711          oils_i18n_gettext('circ.void_lost_proc_fee_on_claimsreturned',
14712              'Void lost item processing fee when claims returned',
14713              'coust', 'label'),
14714          oils_i18n_gettext('circ.void_lost_proc_fee_on_claimsreturned',
14715              'Void lost item processing fee when claims returned',
14716              'coust', 'description'),
14717          'bool');
14718
14719 INSERT INTO config.org_unit_setting_type
14720     (name, grp, label, description, datatype)
14721     VALUES
14722         ('circ.void_longoverdue_on_claimsreturned',
14723          'circ',
14724          oils_i18n_gettext('circ.void_longoverdue_on_claimsreturned',
14725              'Void longoverdue item billing when claims returned',
14726              'coust', 'label'),
14727          oils_i18n_gettext('circ.void_longoverdue_on_claimsreturned',
14728              'Void long overdue item billing when claims returned',
14729              'coust', 'description'),
14730          'bool'),
14731         ('circ.void_longoverdue_proc_fee_on_claimsreturned',
14732          'circ',
14733          oils_i18n_gettext('circ.void_longoverdue_proc_fee_on_claimsreturned',
14734              'Void longoverdue item processing fee when claims returned',
14735              'coust', 'label'),
14736          oils_i18n_gettext('circ.void_longoverdue_proc_fee_on_claimsreturned',
14737              'Void long overdue item processing fee when claims returned',
14738              'coust', 'description'),
14739          'bool');
14740