]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/950.data.seed-values.sql
LP#1230557 Adding more groups to perm_list
[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 -- some more from 002.schema.config.sql:
105 INSERT INTO config.xml_transform VALUES ( 'marcxml', 'http://www.loc.gov/MARC21/slim', 'marc', '---' );
106 INSERT INTO config.xml_transform VALUES ( 'mods', 'http://www.loc.gov/mods/', 'mods', '');
107 INSERT INTO config.xml_transform VALUES ( 'mods3', 'http://www.loc.gov/mods/v3', 'mods3', '');
108 INSERT INTO config.xml_transform VALUES ( 'mods32', 'http://www.loc.gov/mods/v3', 'mods32', '');
109 INSERT INTO config.xml_transform VALUES ( 'mods33', 'http://www.loc.gov/mods/v3', 'mods33', '');
110 INSERT INTO config.xml_transform VALUES ( 'marc21expand880', 'http://www.loc.gov/MARC21/slim', 'marc', '' );
111
112 -- Index Definitions
113 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath, browse_sort_xpath ) VALUES 
114     (1, 'series', 'seriestitle', oils_i18n_gettext(1, 'Series Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:relatedItem[@type="series"]/mods32:titleInfo[@type="nfi"]$$, TRUE, '//@xlink:href', $$*[local-name() != "nonSort"]$$ );
115
116 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath ) VALUES 
117     (2, 'title', 'abbreviated', oils_i18n_gettext(2, 'Abbreviated Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and (@type='abbreviated')]$$, '//@xlink:href' );
118 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
119     (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"]$$ );
120 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
121     (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"]$$ );
122 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
123     (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"]$$ );
124 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_field ) VALUES
125     (6, 'title', 'proper', oils_i18n_gettext(6, 'Title Proper', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleNonfiling[mods32:title and not (@type)]$$, '//@xlink:href', FALSE );
126
127 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field , authority_xpath, browse_xpath) VALUES 
128     (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 */;
129 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
130     (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 */;
131 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
132     (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 */;
133 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
134     (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 */;
135
136 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
137     (11, 'subject', 'geographic', oils_i18n_gettext(11, 'Geographic Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:geographic$$, TRUE, '//@xlink:href' );
138 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath ) VALUES 
139     (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 */;
140 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
141     (13, 'subject', 'temporal', oils_i18n_gettext(13, 'Temporal Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:temporal$$, TRUE, '//@xlink:href' );
142 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
143     (14, 'subject', 'topic', oils_i18n_gettext(14, 'Topic Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:topic$$, TRUE, '//@xlink:href' );
144 --INSERT INTO config.metabib_field ( id, field_class, name, format, xpath ) VALUES 
145 --  ( id, field_class, name, xpath ) VALUES ( 'subject', 'genre', 'mods32', $$//mods32:mods/mods32:genre$$ );
146 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES 
147     (15, 'keyword', 'keyword', oils_i18n_gettext(15, 'General Keywords', 'cmf', 'label'), 'mods32', $$//mods32:mods/*[not(local-name()='originInfo')]$$, FALSE ); -- /* to fool vim */;
148 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
149     (16, 'subject', 'complete', oils_i18n_gettext(16, 'All Subjects', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject$$, FALSE );
150
151 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
152     (17, 'identifier', 'accession', oils_i18n_gettext(17, 'Accession Number', 'cmf', 'label'), 'marcxml', $$//marc:controlfield[@tag='001']$$, FALSE );
153 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
154     (18, 'identifier', 'isbn', oils_i18n_gettext(18, 'ISBN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='020']/marc:subfield[@code='a' or @code='z']$$, FALSE );
155 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
156     (19, 'identifier', 'issn', oils_i18n_gettext(19, 'ISSN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='022']/marc:subfield[@code='a' or @code='z']$$, FALSE );
157 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
158     (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 );
159 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
160     (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 );
161 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
162     (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 );
163 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
164     (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 );
165 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
166     (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 );
167 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
168     (25, 'identifier', 'bibcn', oils_i18n_gettext(25, 'Local Free-Text Call Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='099']$$, FALSE );
169 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
170     (26, 'identifier', 'tcn', oils_i18n_gettext(26, 'Title Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='901']/marc:subfield[@code='a']$$, FALSE );
171 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
172     (27, 'identifier', 'bibid', oils_i18n_gettext(27, 'Internal ID', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='901']/marc:subfield[@code='c']$$, FALSE );
173 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, facet_field, browse_field) VALUES
174     (28, 'identifier', 'authority_id', oils_i18n_gettext(28, 'Authority Record ID', 'cmf', 'label'), 'marcxml', '//marc:datafield/marc:subfield[@code="0"]', FALSE, TRUE, FALSE);
175 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field) VALUES
176     (29, 'identifier', 'scn', oils_i18n_gettext(29, 'System Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='035']/marc:subfield[@code="a"]$$, FALSE);
177 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field) VALUES
178     (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);
179 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, authority_xpath, browse_field, browse_sort_xpath ) VALUES
180     (31, 'title', 'browse', oils_i18n_gettext(31, 'Title Proper (Browse)', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleBrowse$$, FALSE, '//@xlink:href', TRUE, $$*[local-name() != "nonSort"]$$ );
181
182 UPDATE config.metabib_field SET joiner = ' -- ' WHERE field_class = 'subject' AND name NOT IN ('name', 'complete');
183
184 SELECT SETVAL('config.metabib_field_id_seq', GREATEST(1000, (SELECT MAX(id) FROM config.metabib_field)));
185
186 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('kw','keyword');
187 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.keyword','keyword');
188 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.publisher','keyword');
189 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.subjecttitle','keyword');
190 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.genre','keyword');
191 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.edition','keyword');
192 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('srw.serverchoice','keyword');
193
194 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('id','identifier');
195 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.identifier','identifier');
196 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.isbn','identifier', 18);
197 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.issn','identifier', 19);
198 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.upc','identifier', 20);
199 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.callnumber','identifier', 25);
200 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.tcn','identifier', 26);
201 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.bibid','identifier', 27);
202
203 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('au','author');
204 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('name','author');
205 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('creator','author');
206 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.author','author');
207 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.name','author');
208 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.creator','author');
209 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.contributor','author');
210 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.name','author');
211 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonal','author',8);
212 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonalfamily','author',8);
213 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonalgiven','author',8);
214 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namecorporate','author',7);
215 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.nameconference','author',9);
216
217 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('ti','title');
218 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.title','title');
219 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.title','title');
220 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleabbreviated','title',2);
221 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleuniform','title',5);
222 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titletranslated','title',3);
223 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titlealternative','title',4);
224 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.title','title',2);
225
226 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('su','subject');
227 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.subject','subject');
228 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.subject','subject');
229 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectplace','subject',11);
230 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectname','subject',12);
231 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectoccupation','subject',16);
232
233 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('se','series');
234 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.series','series');
235 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleseries','series',1);
236
237
238 INSERT INTO config.non_cataloged_type ( id, owning_lib, name ) VALUES ( 1, 1, oils_i18n_gettext(1, 'Paperback Book', 'cnct', 'name') );
239 SELECT SETVAL('config.non_cataloged_type_id_seq'::TEXT, 100);
240
241 INSERT INTO config.identification_type ( id, name ) VALUES 
242     ( 1, oils_i18n_gettext(1, 'Drivers License', 'cit', 'name') );
243 INSERT INTO config.identification_type ( id, name ) VALUES 
244     ( 2, oils_i18n_gettext(2, 'SSN', 'cit', 'name') );
245 INSERT INTO config.identification_type ( id, name ) VALUES 
246     ( 3, oils_i18n_gettext(3, 'Other', 'cit', 'name') );
247 SELECT SETVAL('config.identification_type_id_seq'::TEXT, 100);
248
249 INSERT INTO config.rule_circ_duration VALUES 
250     (1, oils_i18n_gettext(1, '7_days_0_renew', 'crcd', 'name'), '7 days', '7 days', '7 days', 0);
251 INSERT INTO config.rule_circ_duration VALUES 
252     (2, oils_i18n_gettext(2, '28_days_2_renew', 'crcd', 'name'), '28 days', '28 days', '28 days', 2);
253 INSERT INTO config.rule_circ_duration VALUES 
254     (3, oils_i18n_gettext(3, '3_months_0_renew', 'crcd', 'name'), '3 months', '3 months', '3 months', 0);
255 INSERT INTO config.rule_circ_duration VALUES 
256     (4, oils_i18n_gettext(4, '3_days_1_renew', 'crcd', 'name'), '3 days', '3 days', '3 days', 1);
257 INSERT INTO config.rule_circ_duration VALUES 
258     (5, oils_i18n_gettext(5, '2_months_2_renew', 'crcd', 'name'), '2 months', '2 months', '2 months', 2);
259 INSERT INTO config.rule_circ_duration VALUES 
260     (6, oils_i18n_gettext(6, '35_days_1_renew', 'crcd', 'name'), '35 days', '35 days', '35 days', 1);
261 INSERT INTO config.rule_circ_duration VALUES 
262     (7, oils_i18n_gettext(7, '7_days_2_renew', 'crcd', 'name'), '7 days', '7 days', '7 days', 2);
263 INSERT INTO config.rule_circ_duration VALUES 
264     (8, oils_i18n_gettext(8, '1_hour_2_renew', 'crcd', 'name'), '1 hour', '1 hour', '1 hour', 2);
265 INSERT INTO config.rule_circ_duration VALUES 
266     (9, oils_i18n_gettext(9, '28_days_0_renew', 'crcd', 'name'), '28 days', '28 days', '28 days', 0);
267 INSERT INTO config.rule_circ_duration VALUES 
268     (10, oils_i18n_gettext(10, '14_days_2_renew', 'crcd', 'name'), '14 days', '14 days', '14 days', 2);
269 INSERT INTO config.rule_circ_duration VALUES 
270     (11, oils_i18n_gettext(11, 'default', 'crcd', 'name'), '21 days', '14 days', '7 days', 2);
271 SELECT SETVAL('config.rule_circ_duration_id_seq'::TEXT, 100);
272
273 INSERT INTO config.rule_max_fine VALUES 
274     (1, oils_i18n_gettext(1, 'default', 'crmf', 'name'), 5.00);
275 INSERT INTO config.rule_max_fine VALUES 
276     (2, oils_i18n_gettext(2, 'overdue_min', 'crmf', 'name'), 5.00);
277 INSERT INTO config.rule_max_fine VALUES 
278     (3, oils_i18n_gettext(3, 'overdue_mid', 'crmf', 'name'), 10.00);
279 INSERT INTO config.rule_max_fine VALUES 
280     (4, oils_i18n_gettext(4, 'overdue_max', 'crmf', 'name'), 100.00);
281 INSERT INTO config.rule_max_fine VALUES 
282     (5, oils_i18n_gettext(5, 'overdue_equip_min', 'crmf', 'name'), 25.00);
283 INSERT INTO config.rule_max_fine VALUES 
284     (6, oils_i18n_gettext(6, 'overdue_equip_mid', 'crmf', 'name'), 25.00);
285 INSERT INTO config.rule_max_fine VALUES 
286     (7, oils_i18n_gettext(7, 'overdue_equip_max', 'crmf', 'name'), 100.00);
287 SELECT SETVAL('config.rule_max_fine_id_seq'::TEXT, 100);
288
289 INSERT INTO config.rule_recurring_fine VALUES 
290     (1, oils_i18n_gettext(1, 'default', 'crrf', 'name'), 0.50, 0.10, 0.05, '1 day', '1 day');
291 INSERT INTO config.rule_recurring_fine VALUES 
292     (2, oils_i18n_gettext(2, '10_cent_per_day', 'crrf', 'name'), 0.50, 0.10, 0.10, '1 day', '1 day');
293 INSERT INTO config.rule_recurring_fine VALUES 
294     (3, oils_i18n_gettext(3, '50_cent_per_day', 'crrf', 'name'), 0.50, 0.50, 0.50, '1 day', '1 day');
295 SELECT SETVAL('config.rule_recurring_fine_id_seq'::TEXT, 100);
296
297 INSERT INTO config.rule_age_hold_protect VALUES
298         (1, oils_i18n_gettext(1, '3month', 'crahp', 'name'), '3 months', 0);
299 INSERT INTO config.rule_age_hold_protect VALUES
300         (2, oils_i18n_gettext(2, '6month', 'crahp', 'name'), '6 months', 2);
301 SELECT SETVAL('config.rule_age_hold_protect_id_seq'::TEXT, 100);
302
303 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active) VALUES (0,oils_i18n_gettext(0, 'Available', 'ccs', 'name'),'t','t','t');
304 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');
305 INSERT INTO config.copy_status (id,name) VALUES (2,oils_i18n_gettext(2, 'Bindery', 'ccs', 'name'));
306 INSERT INTO config.copy_status (id,name,restrict_copy_delete) VALUES (3,oils_i18n_gettext(3, 'Lost', 'ccs', 'name'),'t');
307 INSERT INTO config.copy_status (id,name) VALUES (4,oils_i18n_gettext(4, 'Missing', 'ccs', 'name'));
308 INSERT INTO config.copy_status (id,name,holdable,opac_visible) VALUES (5,oils_i18n_gettext(5, 'In process', 'ccs', 'name'),'t','t');
309 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');
310 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active) VALUES (7,oils_i18n_gettext(7, 'Reshelving', 'ccs', 'name'),'t','t','t');
311 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');
312 INSERT INTO config.copy_status (id,name,holdable,opac_visible) VALUES (9,oils_i18n_gettext(9, 'On order', 'ccs', 'name'),'t','t');
313 INSERT INTO config.copy_status (id,name,copy_active) VALUES (10,oils_i18n_gettext(10, 'ILL', 'ccs', 'name'),'t');
314 INSERT INTO config.copy_status (id,name) VALUES (11,oils_i18n_gettext(11, 'Cataloging', 'ccs', 'name'));
315 INSERT INTO config.copy_status (id,name,opac_visible,copy_active) VALUES (12,oils_i18n_gettext(12, 'Reserves', 'ccs', 'name'),'t','t');
316 INSERT INTO config.copy_status (id,name) VALUES (13,oils_i18n_gettext(13, 'Discard/Weed', 'ccs', 'name'));
317 INSERT INTO config.copy_status (id,name) VALUES (14,oils_i18n_gettext(14, 'Damaged', 'ccs', 'name'));
318 INSERT INTO config.copy_status (id,name,copy_active) VALUES (15,oils_i18n_gettext(15, 'On reservation shelf', 'ccs', 'name'),'t');
319 INSERT INTO config.copy_status
320     (id, name, holdable, opac_visible, copy_active, restrict_copy_delete)
321     VALUES (16, oils_i18n_gettext(16, 'Long Overdue', 'ccs', 'name'), 'f', 'f', 'f', 't');
322
323
324 SELECT SETVAL('config.copy_status_id_seq'::TEXT, 100);
325
326 INSERT INTO config.net_access_level (id, name) VALUES 
327     (1, oils_i18n_gettext(1, 'Filtered', 'cnal', 'name'));
328 INSERT INTO config.net_access_level (id, name) VALUES 
329     (2, oils_i18n_gettext(2, 'Unfiltered', 'cnal', 'name'));
330 INSERT INTO config.net_access_level (id, name) VALUES 
331     (3, oils_i18n_gettext(3, 'No Access', 'cnal', 'name'));
332 SELECT SETVAL('config.net_access_level_id_seq'::TEXT, 100);
333
334 -- available locales
335 INSERT INTO config.i18n_locale (code,marc_code,name,description)
336     VALUES ('en-US', 'eng', oils_i18n_gettext('en-US', 'English (US)', 'i18n_l', 'name'),
337         oils_i18n_gettext('en-US', 'American English', 'i18n_l', 'description'));
338 INSERT INTO config.i18n_locale (code,marc_code,name,description)
339     VALUES ('cs-CZ', 'cze', oils_i18n_gettext('cs-CZ', 'Czech', 'i18n_l', 'name'),
340         oils_i18n_gettext('cs-CZ', 'Czech', 'i18n_l', 'description'));
341 INSERT INTO config.i18n_locale (code,marc_code,name,description)
342     VALUES ('en-CA', 'eng', oils_i18n_gettext('en-CA', 'English (Canada)', 'i18n_l', 'name'),
343         oils_i18n_gettext('en-CA', 'Canadian English', 'i18n_l', 'description'));
344 INSERT INTO config.i18n_locale (code,marc_code,name,description)
345     VALUES ('fi-FI', 'fin', oils_i18n_gettext('fi-FI', 'Finnish', 'i18n_l', 'name'),
346         oils_i18n_gettext('fi-FI', 'Finnish', 'i18n_l', 'description'));
347 INSERT INTO config.i18n_locale (code,marc_code,name,description)
348     VALUES ('fr-CA', 'fre', oils_i18n_gettext('fr-CA', 'French (Canada)', 'i18n_l', 'name'),
349         oils_i18n_gettext('fr-CA', 'Canadian French', 'i18n_l', 'description'));
350 INSERT INTO config.i18n_locale (code,marc_code,name,description)
351     VALUES ('hy-AM', 'arm', oils_i18n_gettext('hy-AM', 'Armenian', 'i18n_l', 'name'),
352         oils_i18n_gettext('hy-AM', 'Armenian', 'i18n_l', 'description'));
353 --INSERT INTO config.i18n_locale (code,marc_code,name,description)
354 --    VALUES ('es-US', 'spa', oils_i18n_gettext('es-US', 'Spanish (US)', 'i18n_l', 'name'),
355 --      oils_i18n_gettext('es-US', 'American Spanish', 'i18n_l', 'description'));
356 --INSERT INTO config.i18n_locale (code,marc_code,name,description)
357 --    VALUES ('es-MX', 'spa', oils_i18n_gettext('es-MX', 'Spanish (Mexico)', 'i18n_l', 'name'),
358 --      oils_i18n_gettext('es-MX', 'Mexican Spanish', 'i18n_l', 'description'));
359 INSERT INTO config.i18n_locale (code,marc_code,name,description)
360     VALUES ('ru-RU', 'rus', oils_i18n_gettext('ru-RU', 'Russian', 'i18n_l', 'name'),
361         oils_i18n_gettext('ru-RU', 'Russian', 'i18n_l', 'description'));
362
363 -- Z39.50 server attributes
364
365 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
366         VALUES ('loc', oils_i18n_gettext('loc', 'Library of Congress', 'czs', 'label'), 'lx2.loc.gov', 210, 'LCDB', FALSE);
367 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
368         VALUES ('oclc', oils_i18n_gettext('oclc', 'OCLC', 'czs', 'label'), 'zcat.oclc.org', 210, 'OLUCWorldCat', TRUE);
369 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
370         VALUES ('biblios', oils_i18n_gettext('biblios','‡biblios.net', 'czs', 'label'), 'z3950.biblios.net', 210, 'bibliographic', FALSE);
371
372 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
373         VALUES (1, 'loc','tcn', oils_i18n_gettext(1, 'Title Control Number', 'cza', 'label'), 12, 1);
374 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
375         VALUES (2, 'loc', 'isbn', oils_i18n_gettext(2, 'ISBN', 'cza', 'label'), 7, 6);
376 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
377         VALUES (3, 'loc', 'lccn', oils_i18n_gettext(3, 'LCCN', 'cza', 'label'), 9, 6);
378 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
379         VALUES (4, 'loc', 'author', oils_i18n_gettext(4, 'Author', 'cza', 'label'), 1003, 6);
380 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
381         VALUES (5, 'loc', 'title', oils_i18n_gettext(5, 'Title', 'cza', 'label'), 4, 6);
382 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
383         VALUES (6, 'loc', 'issn', oils_i18n_gettext(6, 'ISSN', 'cza', 'label'), 8, 1);
384 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
385         VALUES (7, 'loc', 'publisher', oils_i18n_gettext(7, 'Publisher', 'cza', 'label'), 1018, 6);
386 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
387         VALUES (8, 'loc', 'pubdate', oils_i18n_gettext(8, 'Publication Date', 'cza', 'label'), 31, 1);
388 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
389         VALUES (9, 'loc', 'item_type', oils_i18n_gettext(9, 'Item Type', 'cza', 'label'), 1001, 1);
390
391 UPDATE config.z3950_attr SET truncation = 1 WHERE source = 'loc';
392
393 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
394         VALUES (10, 'oclc', 'tcn', oils_i18n_gettext(10, 'Title Control Number', 'cza', 'label'), 12, 1);
395 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
396         VALUES (11, 'oclc', 'isbn', oils_i18n_gettext(11, 'ISBN', 'cza', 'label'), 7, 6);
397 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
398         VALUES (12, 'oclc', 'lccn', oils_i18n_gettext(12, 'LCCN', 'cza', 'label'), 9, 1);
399 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
400         VALUES (13, 'oclc', 'author', oils_i18n_gettext(13, 'Author', 'cza', 'label'), 1003, 6);
401 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
402         VALUES (14, 'oclc', 'title', oils_i18n_gettext(14, 'Title', 'cza', 'label'), 4, 6);
403 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
404         VALUES (15, 'oclc', 'issn', oils_i18n_gettext(15, 'ISSN', 'cza', 'label'), 8, 1);
405 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
406         VALUES (16, 'oclc', 'publisher', oils_i18n_gettext(16, 'Publisher', 'cza', 'label'), 1018, 6);
407 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
408         VALUES (17, 'oclc', 'pubdate', oils_i18n_gettext(17, 'Publication Date', 'cza', 'label'), 31, 1);
409 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
410         VALUES (18, 'oclc', 'item_type', oils_i18n_gettext(18, 'Item Type', 'cza', 'label'), 1001, 1);
411
412 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
413         VALUES (19, 'biblios','tcn', oils_i18n_gettext(19, 'Title Control Number', 'cza', 'label'), 12, 1);
414 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
415         VALUES (20, 'biblios', 'isbn', oils_i18n_gettext(20, 'ISBN', 'cza', 'label'), 7, 6);
416 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
417         VALUES (21, 'biblios', 'lccn', oils_i18n_gettext(21, 'LCCN', 'cza', 'label'), 9, 1);
418 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
419         VALUES (22, 'biblios', 'author', oils_i18n_gettext(22, 'Author', 'cza', 'label'), 1003, 6);
420 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
421         VALUES (23, 'biblios', 'title', oils_i18n_gettext(23, 'Title', 'cza', 'label'), 4, 6);
422 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
423         VALUES (24, 'biblios', 'issn', oils_i18n_gettext(24, 'ISSN', 'cza', 'label'), 8, 1);
424 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
425         VALUES (25, 'biblios', 'publisher', oils_i18n_gettext(25, 'Publisher', 'cza', 'label'), 1018, 6);
426 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
427         VALUES (26, 'biblios', 'pubdate', oils_i18n_gettext(26, 'Publication Date', 'cza', 'label'), 31, 1);
428 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
429         VALUES (27, 'biblios', 'item_type', oils_i18n_gettext(27, 'Item Type', 'cza', 'label'), 1001, 1);
430
431 UPDATE config.z3950_attr SET truncation = 1 WHERE source = 'biblios';
432
433 SELECT SETVAL('config.z3950_attr_id_seq'::TEXT, 100);
434
435 --005.schema.actors.sql:
436
437 -- The PINES levels
438 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent, can_have_users, can_have_vols) VALUES 
439     ( 1, oils_i18n_gettext(1, 'Consortium', 'aout', 'name'),
440         oils_i18n_gettext(1, 'Everywhere', 'aout', 'opac_label'), 0, NULL, FALSE, FALSE );
441 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent, can_have_users, can_have_vols) VALUES 
442     ( 2, oils_i18n_gettext(2, 'System', 'aout', 'name'),
443         oils_i18n_gettext(2, 'Local Library System', 'aout', 'opac_label'), 1, 1, FALSE, FALSE );
444 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
445     ( 3, oils_i18n_gettext(3, 'Branch', 'aout', 'name'),
446         oils_i18n_gettext(3, 'This Branch', 'aout', 'opac_label'), 2, 2 );
447 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
448     ( 4, oils_i18n_gettext(4, 'Sub-library', 'aout', 'name'),
449         oils_i18n_gettext(4, 'This Specialized Library', 'aout', 'opac_label'), 3, 3 );
450 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
451     ( 5, oils_i18n_gettext(5, 'Bookmobile', 'aout', 'name'),
452         oils_i18n_gettext(5, 'Your Bookmobile', 'aout', 'opac_label'), 3, 3 );
453 SELECT SETVAL('actor.org_unit_type_id_seq'::TEXT, 100);
454
455 -- We need one actor.org_unit to own many things
456 INSERT INTO actor.org_unit (id, parent_ou, ou_type, shortname, name) VALUES 
457     (1, NULL, 1, 'CONS', oils_i18n_gettext(1, 'Example Consortium', 'aou', 'name'));
458 SELECT SETVAL('actor.org_unit_id_seq'::TEXT, 100);
459
460 INSERT INTO config.billing_type (id, name, owner) VALUES
461         ( 1, oils_i18n_gettext(1, 'Overdue Materials', 'cbt', 'name'), 1);
462 INSERT INTO config.billing_type (id, name, owner) VALUES
463         ( 2, oils_i18n_gettext(2, 'Long Overdue Collection Fee', 'cbt', 'name'), 1);
464 INSERT INTO config.billing_type (id, name, owner) VALUES
465         ( 3, oils_i18n_gettext(3, 'Lost Materials', 'cbt', 'name'), 1);
466 INSERT INTO config.billing_type (id, name, owner) VALUES
467         ( 4, oils_i18n_gettext(4, 'Lost Materials Processing Fee', 'cbt', 'name'), 1);
468 INSERT INTO config.billing_type (id, name, owner) VALUES
469         ( 5, oils_i18n_gettext(5, 'System: Deposit', 'cbt', 'name'), 1);
470 INSERT INTO config.billing_type (id, name, owner) VALUES
471         ( 6, oils_i18n_gettext(6, 'System: Rental', 'cbt', 'name'), 1);
472 INSERT INTO config.billing_type (id, name, owner) VALUES
473         ( 7, oils_i18n_gettext(7, 'Damaged Item', 'cbt', 'name'), 1);
474 INSERT INTO config.billing_type (id, name, owner) VALUES
475         ( 8, oils_i18n_gettext(8, 'Damaged Item Processing Fee', 'cbt', 'name'), 1);
476 INSERT INTO config.billing_type (id, name, owner) VALUES
477         ( 9, oils_i18n_gettext(9, 'Notification Fee', 'cbt', 'name'), 1);
478 INSERT INTO config.billing_type (id, owner, name) VALUES
479     (10, 1, oils_i18n_gettext(10, 'Long-Overdue Materials', 'cbt', 'name'));
480 INSERT INTO config.billing_type (id, owner, name) VALUES
481     (11, 1, oils_i18n_gettext(11, 'Long-Overdue Materials Processing Fee', 'cbt', 'name'));
482
483
484 INSERT INTO config.billing_type (id, name, owner) VALUES ( 101, oils_i18n_gettext(101, 'Misc', 'cbt', 'name'), 1);
485
486 SELECT SETVAL('config.billing_type_id_seq'::TEXT, 101);
487
488 --006.data.permissions.sql:
489 INSERT INTO permission.perm_list ( id, code, description ) VALUES
490  ( -1, 'EVERYTHING', oils_i18n_gettext( -1, 
491     'EVERYTHING', 'ppl', 'description' )),
492  ( 1, 'OPAC_LOGIN', oils_i18n_gettext( 1, 
493     'Allow a user to log in to the OPAC', 'ppl', 'description' )),
494  ( 2, 'STAFF_LOGIN', oils_i18n_gettext( 2, 
495     'Allow a user to log in to the staff client', 'ppl', 'description' )),
496  ( 3, 'MR_HOLDS', oils_i18n_gettext( 3, 
497     'Allow a user to create a metarecord holds', 'ppl', 'description' )),
498  ( 4, 'TITLE_HOLDS', oils_i18n_gettext( 4, 
499     'Allow a user to place a hold at the title level', 'ppl', 'description' )),
500  ( 5, 'VOLUME_HOLDS', oils_i18n_gettext( 5, 
501     'Allow a user to place a volume level hold', 'ppl', 'description' )),
502  ( 6, 'COPY_HOLDS', oils_i18n_gettext( 6, 
503     'Allow a user to place a hold on a specific copy', 'ppl', 'description' )),
504  ( 7, 'REQUEST_HOLDS', oils_i18n_gettext( 7, 
505     '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' )),
506  ( 8, 'REQUEST_HOLDS_OVERRIDE', oils_i18n_gettext( 8, 
507     '* no longer applicable', 'ppl', 'description' )),
508  ( 9, 'VIEW_HOLD', oils_i18n_gettext( 9, 
509     'Allow a user to view another user''s holds', 'ppl', 'description' )),
510  ( 10, 'DELETE_HOLDS', oils_i18n_gettext( 10, 
511     '* no longer applicable', 'ppl', 'description' )),
512  ( 11, 'UPDATE_HOLD', oils_i18n_gettext( 11, 
513     'Allow a user to update another user''s hold', 'ppl', 'description' )),
514  ( 12, 'RENEW_CIRC', oils_i18n_gettext( 12, 
515     'Allow a user to renew items', 'ppl', 'description' )),
516  ( 13, 'VIEW_USER_FINES_SUMMARY', oils_i18n_gettext( 13, 
517     'Allow a user to view bill details', 'ppl', 'description' )),
518  ( 14, 'VIEW_USER_TRANSACTIONS', oils_i18n_gettext( 14, 
519     'Allow a user to see another user''s grocery or circulation transactions in the Bills Interface; duplicate of VIEW_TRANSACTION', 'ppl', 'description' )),
520  ( 15, 'UPDATE_MARC', oils_i18n_gettext( 15, 
521     'Allow a user to edit a MARC record', 'ppl', 'description' )),
522  ( 16, 'CREATE_MARC', oils_i18n_gettext( 16, 
523     'Allow a user to create new MARC records', 'ppl', 'description' )),
524  ( 17, 'IMPORT_MARC', oils_i18n_gettext( 17, 
525     'Allow a user to import a MARC record via the Z39.50 interface', 'ppl', 'description' )),
526  ( 18, 'CREATE_VOLUME', oils_i18n_gettext( 18, 
527     'Allow a user to create a volume', 'ppl', 'description' )),
528  ( 19, 'UPDATE_VOLUME', oils_i18n_gettext( 19, 
529     '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' )),
530  ( 20, 'DELETE_VOLUME', oils_i18n_gettext( 20, 
531     'Allow a user to delete a volume', 'ppl', 'description' )),
532  ( 21, 'CREATE_COPY', oils_i18n_gettext( 21, 
533     'Allow a user to create a new copy object', 'ppl', 'description' )),
534  ( 22, 'UPDATE_COPY', oils_i18n_gettext( 22, 
535     'Allow a user to edit a copy', 'ppl', 'description' )),
536  ( 23, 'DELETE_COPY', oils_i18n_gettext( 23, 
537     'Allow a user to delete a copy', 'ppl', 'description' )),
538  ( 24, 'RENEW_HOLD_OVERRIDE', oils_i18n_gettext( 24, 
539     'Allow a user to continue to renew an item even if it is required for a hold', 'ppl', 'description' )),
540  ( 25, 'CREATE_USER', oils_i18n_gettext( 25, 
541     'Allow a user to create another user', 'ppl', 'description' )),
542  ( 26, 'UPDATE_USER', oils_i18n_gettext( 26, 
543     'Allow a user to edit a user''s record', 'ppl', 'description' )),
544  ( 27, 'DELETE_USER', oils_i18n_gettext( 27, 
545     'Allow a user to mark a user as deleted', 'ppl', 'description' )),
546  ( 28, 'VIEW_USER', oils_i18n_gettext( 28, 
547     'Allow a user to view another user''s Patron Record', 'ppl', 'description' )),
548  ( 29, 'COPY_CHECKIN', oils_i18n_gettext( 29, 
549     'Allow a user to check in a copy', 'ppl', 'description' )),
550  ( 30, 'CREATE_TRANSIT', oils_i18n_gettext( 30, 
551     'Allow a user to place an item in transit', 'ppl', 'description' )),
552  ( 31, 'VIEW_PERMISSION', oils_i18n_gettext( 31, 
553     'Allow a user to view user permissions within the user permissions editor', 'ppl', 'description' )),
554  ( 32, 'CHECKIN_BYPASS_HOLD_FULFILL', oils_i18n_gettext( 32, 
555     '* no longer applicable', 'ppl', 'description' )),
556  ( 33, 'CREATE_PAYMENT', oils_i18n_gettext( 33, 
557     'Allow a user to record payments in the Billing Interface', 'ppl', 'description' )),
558  ( 34, 'SET_CIRC_LOST', oils_i18n_gettext( 34, 
559     'Allow a user to mark an item as ''lost''', 'ppl', 'description' )),
560  ( 35, 'SET_CIRC_MISSING', oils_i18n_gettext( 35, 
561     'Allow a user to mark an item as ''missing''', 'ppl', 'description' )),
562  ( 36, 'SET_CIRC_CLAIMS_RETURNED', oils_i18n_gettext( 36, 
563     'Allow a user to mark an item as ''claims returned''', 'ppl', 'description' )),
564  ( 37, 'CREATE_TRANSACTION', oils_i18n_gettext( 37, 
565     'Allow a user to create a new billable transaction', 'ppl', 'description' )),
566  ( 38, 'VIEW_TRANSACTION', oils_i18n_gettext( 38, 
567     'Allow a user may view another user''s transactions', 'ppl', 'description' )),
568  ( 39, 'CREATE_BILL', oils_i18n_gettext( 39, 
569     'Allow a user to create a new bill on a transaction', 'ppl', 'description' )),
570  ( 40, 'VIEW_CONTAINER', oils_i18n_gettext( 40, 
571     'Allow a user to view another user''s containers (buckets)', 'ppl', 'description' )),
572  ( 41, 'CREATE_CONTAINER', oils_i18n_gettext( 41, 
573     'Allow a user to create a new container for another user', 'ppl', 'description' )),
574  ( 42, 'UPDATE_ORG_UNIT', oils_i18n_gettext( 42, 
575     'Allow a user to change the settings for an organization unit', 'ppl', 'description' )),
576  ( 43, 'VIEW_CIRCULATIONS', oils_i18n_gettext( 43, 
577     'Allow a user to see what another user has checked out', 'ppl', 'description' )),
578  ( 44, 'DELETE_CONTAINER', oils_i18n_gettext( 44, 
579     'Allow a user to delete another user''s container', 'ppl', 'description' )),
580  ( 45, 'CREATE_CONTAINER_ITEM', oils_i18n_gettext( 45, 
581     'Allow a user to create a container item for another user', 'ppl', 'description' )),
582  ( 46, 'CREATE_USER_GROUP_LINK', oils_i18n_gettext( 46, 
583     'Allow a user to add other users to permission groups', 'ppl', 'description' )),
584  ( 47, 'REMOVE_USER_GROUP_LINK', oils_i18n_gettext( 47, 
585     'Allow a user to remove other users from permission groups', 'ppl', 'description' )),
586  ( 48, 'VIEW_PERM_GROUPS', oils_i18n_gettext( 48, 
587     'Allow a user to view other users'' permission groups', 'ppl', 'description' )),
588  ( 49, 'VIEW_PERMIT_CHECKOUT', oils_i18n_gettext( 49, 
589     'Allow a user to determine whether another user can check out an item', 'ppl', 'description' )),
590  ( 50, 'UPDATE_BATCH_COPY', oils_i18n_gettext( 50, 
591     'Allow a user to edit copies in batch', 'ppl', 'description' )),
592  ( 51, 'CREATE_PATRON_STAT_CAT', oils_i18n_gettext( 51, 
593     'User may create a new patron statistical category', 'ppl', 'description' )),
594  ( 52, 'CREATE_COPY_STAT_CAT', oils_i18n_gettext( 52, 
595     'User may create a copy statistical category', 'ppl', 'description' )),
596  ( 53, 'CREATE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 53, 
597     'User may create an entry in a patron statistical category', 'ppl', 'description' )),
598  ( 54, 'CREATE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 54, 
599     'User may create an entry in a copy statistical category', 'ppl', 'description' )),
600  ( 55, 'UPDATE_PATRON_STAT_CAT', oils_i18n_gettext( 55, 
601     'User may update a patron statistical category', 'ppl', 'description' )),
602  ( 56, 'UPDATE_COPY_STAT_CAT', oils_i18n_gettext( 56, 
603     'User may update a copy statistical category', 'ppl', 'description' )),
604  ( 57, 'UPDATE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 57, 
605     'User may update an entry in a patron statistical category', 'ppl', 'description' )),
606  ( 58, 'UPDATE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 58, 
607     'User may update an entry in a copy statistical category', 'ppl', 'description' )),
608  ( 59, 'CREATE_PATRON_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 59, 
609     'User may link another user to an entry in a statistical category', 'ppl', 'description' )),
610  ( 60, 'CREATE_COPY_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 60, 
611     'User may link a copy to an entry in a statistical category', 'ppl', 'description' )),
612  ( 61, 'DELETE_PATRON_STAT_CAT', oils_i18n_gettext( 61, 
613     'User may delete a patron statistical category', 'ppl', 'description' )),
614  ( 62, 'DELETE_COPY_STAT_CAT', oils_i18n_gettext( 62, 
615     'User may delete a copy statistical category', 'ppl', 'description' )),
616  ( 63, 'DELETE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 63, 
617     'User may delete an entry from a patron statistical category', 'ppl', 'description' )),
618  ( 64, 'DELETE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 64, 
619     'User may delete an entry from a copy statistical category', 'ppl', 'description' )),
620  ( 65, 'DELETE_PATRON_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 65, 
621     'User may delete a patron statistical category entry map', 'ppl', 'description' )),
622  ( 66, 'DELETE_COPY_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 66, 
623     'User may delete a copy statistical category entry map', 'ppl', 'description' )),
624  ( 67, 'CREATE_NON_CAT_TYPE', oils_i18n_gettext( 67, 
625     'Allow a user to create a new non-cataloged item type', 'ppl', 'description' )),
626  ( 68, 'UPDATE_NON_CAT_TYPE', oils_i18n_gettext( 68, 
627     'Allow a user to update a non-cataloged item type', 'ppl', 'description' )),
628  ( 69, 'CREATE_IN_HOUSE_USE', oils_i18n_gettext( 69, 
629     'Allow a user to create a new in-house-use ', 'ppl', 'description' )),
630  ( 70, 'COPY_CHECKOUT', oils_i18n_gettext( 70, 
631     'Allow a user to check out a copy', 'ppl', 'description' )),
632  ( 71, 'CREATE_COPY_LOCATION', oils_i18n_gettext( 71, 
633     'Allow a user to create a new copy location', 'ppl', 'description' )),
634  ( 72, 'UPDATE_COPY_LOCATION', oils_i18n_gettext( 72, 
635     'Allow a user to update a copy location', 'ppl', 'description' )),
636  ( 73, 'DELETE_COPY_LOCATION', oils_i18n_gettext( 73, 
637     'Allow a user to delete a copy location', 'ppl', 'description' )),
638  ( 74, 'CREATE_COPY_TRANSIT', oils_i18n_gettext( 74, 
639     'Allow a user to create a transit_copy object for transiting a copy', 'ppl', 'description' )),
640  ( 75, 'COPY_TRANSIT_RECEIVE', oils_i18n_gettext( 75, 
641     'Allow a user to close out a transit on a copy', 'ppl', 'description' )),
642  ( 76, 'VIEW_HOLD_PERMIT', oils_i18n_gettext( 76, 
643     'Allow a user to see if another user has permission to place a hold on a given copy', 'ppl', 'description' )),
644  ( 77, 'VIEW_COPY_CHECKOUT_HISTORY', oils_i18n_gettext( 77, 
645     'Allow a user to view which users have checked out a given copy', 'ppl', 'description' )),
646  ( 78, 'REMOTE_Z3950_QUERY', oils_i18n_gettext( 78, 
647     'Allow a user to perform Z39.50 queries against remote servers', 'ppl', 'description' )),
648  ( 79, 'REGISTER_WORKSTATION', oils_i18n_gettext( 79, 
649     'Allow a user to register a new workstation', 'ppl', 'description' )),
650  ( 80, 'VIEW_COPY_NOTES', oils_i18n_gettext( 80, 
651     'Allow a user to view all notes attached to a copy', 'ppl', 'description' )),
652  ( 81, 'VIEW_VOLUME_NOTES', oils_i18n_gettext( 81, 
653     'Allow a user to view all notes attached to a volume', 'ppl', 'description' )),
654  ( 82, 'VIEW_TITLE_NOTES', oils_i18n_gettext( 82, 
655     'Allow a user to view all notes attached to a title', 'ppl', 'description' )),
656  ( 83, 'CREATE_COPY_NOTE', oils_i18n_gettext( 83, 
657     'Allow a user to create a new copy note', 'ppl', 'description' )),
658  ( 84, 'CREATE_VOLUME_NOTE', oils_i18n_gettext( 84, 
659     'Allow a user to create a new volume note', 'ppl', 'description' )),
660  ( 85, 'CREATE_TITLE_NOTE', oils_i18n_gettext( 85, 
661     'Allow a user to create a new title note', 'ppl', 'description' )),
662  ( 86, 'DELETE_COPY_NOTE', oils_i18n_gettext( 86, 
663     'Allow a user to delete another user''s copy notes', 'ppl', 'description' )),
664  ( 87, 'DELETE_VOLUME_NOTE', oils_i18n_gettext( 87, 
665     'Allow a user to delete another user''s volume note', 'ppl', 'description' )),
666  ( 88, 'DELETE_TITLE_NOTE', oils_i18n_gettext( 88, 
667     'Allow a user to delete another user''s title note', 'ppl', 'description' )),
668  ( 89, 'UPDATE_CONTAINER', oils_i18n_gettext( 89, 
669     'Allow a user to update another user''s container', 'ppl', 'description' )),
670  ( 90, 'CREATE_MY_CONTAINER', oils_i18n_gettext( 90, 
671     'Allow a user to create a container for themselves', 'ppl', 'description' )),
672  ( 91, 'VIEW_HOLD_NOTIFICATION', oils_i18n_gettext( 91, 
673     'Allow a user to view notifications attached to a hold', 'ppl', 'description' )),
674  ( 92, 'CREATE_HOLD_NOTIFICATION', oils_i18n_gettext( 92, 
675     'Allow a user to create new hold notifications', 'ppl', 'description' )),
676  ( 93, 'UPDATE_ORG_SETTING', oils_i18n_gettext( 93, 
677     'Allow a user to update an organization unit setting', 'ppl', 'description' )),
678  ( 94, 'OFFLINE_UPLOAD', oils_i18n_gettext( 94, 
679     'Allow a user to upload an offline script', 'ppl', 'description' )),
680  ( 95, 'OFFLINE_VIEW', oils_i18n_gettext( 95, 
681     'Allow a user to view uploaded offline script information', 'ppl', 'description' )),
682  ( 96, 'OFFLINE_EXECUTE', oils_i18n_gettext( 96, 
683     'Allow a user to execute an offline script batch', 'ppl', 'description' )),
684  ( 97, 'CIRC_OVERRIDE_DUE_DATE', oils_i18n_gettext( 97, 
685     'Allow a user to change the due date on an item to any date', 'ppl', 'description' )),
686  ( 98, 'CIRC_PERMIT_OVERRIDE', oils_i18n_gettext( 98, 
687     'Allow a user to bypass the circulation permit call for check out', 'ppl', 'description' )),
688  ( 99, 'COPY_IS_REFERENCE.override', oils_i18n_gettext( 99, 
689     'Allow a user to override the copy_is_reference event', 'ppl', 'description' )),
690  ( 100, 'VOID_BILLING', oils_i18n_gettext( 100, 
691     'Allow a user to void a bill', 'ppl', 'description' )),
692  ( 101, 'CIRC_CLAIMS_RETURNED.override', oils_i18n_gettext( 101, 
693     'Allow a user to check in or check out an item that has a status of ''claims returned''', 'ppl', 'description' )),
694  ( 102, 'COPY_BAD_STATUS.override', oils_i18n_gettext( 102, 
695     'Allow a user to check out an item in a non-circulatable status', 'ppl', 'description' )),
696  ( 103, 'COPY_ALERT_MESSAGE.override', oils_i18n_gettext( 103, 
697     'Allow a user to check in/out an item that has an alert message', 'ppl', 'description' )),
698  ( 104, 'COPY_STATUS_LOST.override', oils_i18n_gettext( 104, 
699     'Allow a user to remove the lost status from a copy', 'ppl', 'description' )),
700  ( 105, 'COPY_STATUS_MISSING.override', oils_i18n_gettext( 105, 
701     'Allow a user to change the missing status on a copy', 'ppl', 'description' )),
702  ( 106, 'ABORT_TRANSIT', oils_i18n_gettext( 106, 
703     'Allow a user to abort a copy transit if the user is at the transit destination or source', 'ppl', 'description' )),
704  ( 107, 'ABORT_REMOTE_TRANSIT', oils_i18n_gettext( 107, 
705     'Allow a user to abort a copy transit if the user is not at the transit source or dest', 'ppl', 'description' )),
706  ( 108, 'VIEW_ZIP_DATA', oils_i18n_gettext( 108, 
707     'Allow a user to query the ZIP code data method', 'ppl', 'description' )),
708  ( 109, 'CANCEL_HOLDS', oils_i18n_gettext( 109, 
709     'Allow a user to cancel holds', 'ppl', 'description' )),
710  ( 110, 'CREATE_DUPLICATE_HOLDS', oils_i18n_gettext( 110, 
711     'Allow a user to create duplicate holds (two or more holds on the same title)', 'ppl', 'description' )),
712  ( 111, 'actor.org_unit.closed_date.delete', oils_i18n_gettext( 111, 
713     'Allow a user to remove a closed date interval for a given location', 'ppl', 'description' )),
714  ( 112, 'actor.org_unit.closed_date.update', oils_i18n_gettext( 112, 
715     'Allow a user to update a closed date interval for a given location', 'ppl', 'description' )),
716  ( 113, 'actor.org_unit.closed_date.create', oils_i18n_gettext( 113, 
717     'Allow a user to create a new closed date for a location', 'ppl', 'description' )),
718  ( 114, 'DELETE_NON_CAT_TYPE', oils_i18n_gettext( 114, 
719     'Allow a user to delete a non cataloged type', 'ppl', 'description' )),
720  ( 115, 'money.collections_tracker.create', oils_i18n_gettext( 115, 
721     'Allow a user to put someone into collections', 'ppl', 'description' )),
722  ( 116, 'money.collections_tracker.delete', oils_i18n_gettext( 116, 
723     'Allow a user to remove someone from collections', 'ppl', 'description' )),
724  ( 117, 'BAR_PATRON', oils_i18n_gettext( 117, 
725     'Allow a user to bar a patron', 'ppl', 'description' )),
726  ( 118, 'UNBAR_PATRON', oils_i18n_gettext( 118, 
727     'Allow a user to un-bar a patron', 'ppl', 'description' )),
728  ( 119, 'DELETE_WORKSTATION', oils_i18n_gettext( 119, 
729     'Allow a user to remove an existing workstation so a new one can replace it', 'ppl', 'description' )),
730  ( 120, 'group_application.user', oils_i18n_gettext( 120, 
731     'Allow a user to add/remove users to/from the "User" group', 'ppl', 'description' )),
732  ( 121, 'group_application.user.patron', oils_i18n_gettext( 121, 
733     'Allow a user to add/remove users to/from the "Patron" group', 'ppl', 'description' )),
734  ( 122, 'group_application.user.staff', oils_i18n_gettext( 122, 
735     'Allow a user to add/remove users to/from the "Staff" group', 'ppl', 'description' )),
736  ( 123, 'group_application.user.staff.circ', oils_i18n_gettext( 123, 
737     'Allow a user to add/remove users to/from the "Circulator" group', 'ppl', 'description' )),
738  ( 124, 'group_application.user.staff.cat', oils_i18n_gettext( 124, 
739     'Allow a user to add/remove users to/from the "Cataloger" group', 'ppl', 'description' )),
740  ( 125, 'group_application.user.staff.admin.global_admin', oils_i18n_gettext( 125, 
741     'Allow a user to add/remove users to/from the "GlobalAdmin" group', 'ppl', 'description' )),
742  ( 126, 'group_application.user.staff.admin.local_admin', oils_i18n_gettext( 126, 
743     'Allow a user to add/remove users to/from the "LocalAdmin" group', 'ppl', 'description' )),
744  ( 127, 'group_application.user.staff.admin.lib_manager', oils_i18n_gettext( 127, 
745     'Allow a user to add/remove users to/from the "LibraryManager" group', 'ppl', 'description' )),
746  ( 128, 'group_application.user.staff.cat.cat1', oils_i18n_gettext( 128, 
747     'Allow a user to add/remove users to/from the "Cat1" group', 'ppl', 'description' )),
748  ( 129, 'group_application.user.staff.supercat', oils_i18n_gettext( 129, 
749     'Allow a user to add/remove users to/from the "Supercat" group', 'ppl', 'description' )),
750  ( 130, 'group_application.user.sip_client', oils_i18n_gettext( 130, 
751     'Allow a user to add/remove users to/from the "SIP-Client" group', 'ppl', 'description' )),
752  ( 131, 'group_application.user.vendor', oils_i18n_gettext( 131, 
753     'Allow a user to add/remove users to/from the "Vendor" group', 'ppl', 'description' )),
754  ( 132, 'ITEM_AGE_PROTECTED.override', oils_i18n_gettext( 132, 
755     'Allow a user to place a hold on an age-protected item', 'ppl', 'description' )),
756  ( 133, 'MAX_RENEWALS_REACHED.override', oils_i18n_gettext( 133, 
757     'Allow a user to renew an item past the maximum renewal count', 'ppl', 'description' )),
758  ( 134, 'PATRON_EXCEEDS_CHECKOUT_COUNT.override', oils_i18n_gettext( 134, 
759     'Allow staff to override checkout count failure', 'ppl', 'description' )),
760  ( 135, 'PATRON_EXCEEDS_OVERDUE_COUNT.override', oils_i18n_gettext( 135, 
761     'Allow staff to override overdue count failure', 'ppl', 'description' )),
762  ( 136, 'PATRON_EXCEEDS_FINES.override', oils_i18n_gettext( 136, 
763     'Allow staff to override fine amount checkout failure', 'ppl', 'description' )),
764  ( 137, 'CIRC_EXCEEDS_COPY_RANGE.override', oils_i18n_gettext( 137, 
765     'Allow staff to override circulation copy range failure', 'ppl', 'description' )),
766  ( 138, 'ITEM_ON_HOLDS_SHELF.override', oils_i18n_gettext( 138, 
767     'Allow staff to override item on holds shelf failure', 'ppl', 'description' )),
768  ( 139, 'COPY_NOT_AVAILABLE.override', oils_i18n_gettext( 139, 
769     'Allow staff to force checkout of Missing/Lost type items', 'ppl', 'description' )),
770  ( 140, 'HOLD_EXISTS.override', oils_i18n_gettext( 140, 
771     'Allow a user to place multiple holds on a single title', 'ppl', 'description' )),
772  ( 141, 'RUN_REPORTS', oils_i18n_gettext( 141, 
773     'Allow a user to run reports', 'ppl', 'description' )),
774  ( 142, 'SHARE_REPORT_FOLDER', oils_i18n_gettext( 142, 
775     'Allow a user to share report his own folders', 'ppl', 'description' )),
776  ( 143, 'VIEW_REPORT_OUTPUT', oils_i18n_gettext( 143, 
777     'Allow a user to view report output', 'ppl', 'description' )),
778  ( 144, 'COPY_CIRC_NOT_ALLOWED.override', oils_i18n_gettext( 144, 
779     'Allow a user to checkout an item that is marked as non-circ', 'ppl', 'description' )),
780  ( 145, 'DELETE_CONTAINER_ITEM', oils_i18n_gettext( 145, 
781     'Allow a user to delete an item out of another user''s container', 'ppl', 'description' )),
782  ( 146, 'ASSIGN_WORK_ORG_UNIT', oils_i18n_gettext( 146, 
783     'Allow a staff member to define where another staff member has their permissions', 'ppl', 'description' )),
784  ( 147, 'CREATE_FUNDING_SOURCE', oils_i18n_gettext( 147, 
785     'Allow a user to create a new funding source', 'ppl', 'description' )),
786  ( 148, 'DELETE_FUNDING_SOURCE', oils_i18n_gettext( 148, 
787     'Allow a user to delete a funding source', 'ppl', 'description' )),
788  ( 149, 'VIEW_FUNDING_SOURCE', oils_i18n_gettext( 149, 
789     'Allow a user to view a funding source', 'ppl', 'description' )),
790  ( 150, 'UPDATE_FUNDING_SOURCE', oils_i18n_gettext( 150, 
791     'Allow a user to update a funding source', 'ppl', 'description' )),
792  ( 151, 'CREATE_FUND', oils_i18n_gettext( 151, 
793     'Allow a user to create a new fund', 'ppl', 'description' )),
794  ( 152, 'DELETE_FUND', oils_i18n_gettext( 152, 
795     'Allow a user to delete a fund', 'ppl', 'description' )),
796  ( 153, 'VIEW_FUND', oils_i18n_gettext( 153, 
797     'Allow a user to view a fund', 'ppl', 'description' )),
798  ( 154, 'UPDATE_FUND', oils_i18n_gettext( 154, 
799     'Allow a user to update a fund', 'ppl', 'description' )),
800  ( 155, 'CREATE_FUND_ALLOCATION', oils_i18n_gettext( 155, 
801     'Allow a user to create a new fund allocation', 'ppl', 'description' )),
802  ( 156, 'DELETE_FUND_ALLOCATION', oils_i18n_gettext( 156, 
803     'Allow a user to delete a fund allocation', 'ppl', 'description' )),
804  ( 157, 'VIEW_FUND_ALLOCATION', oils_i18n_gettext( 157, 
805     'Allow a user to view a fund allocation', 'ppl', 'description' )),
806  ( 158, 'UPDATE_FUND_ALLOCATION', oils_i18n_gettext( 158, 
807     'Allow a user to update a fund allocation', 'ppl', 'description' )),
808  ( 159, 'GENERAL_ACQ', oils_i18n_gettext( 159, 
809     'Lowest level permission required to access the ACQ interface', 'ppl', 'description' )),
810  ( 160, 'CREATE_PROVIDER', oils_i18n_gettext( 160, 
811     'Allow a user to create a new provider', 'ppl', 'description' )),
812  ( 161, 'DELETE_PROVIDER', oils_i18n_gettext( 161, 
813     'Allow a user to delete a provider', 'ppl', 'description' )),
814  ( 162, 'VIEW_PROVIDER', oils_i18n_gettext( 162, 
815     'Allow a user to view a provider', 'ppl', 'description' )),
816  ( 163, 'UPDATE_PROVIDER', oils_i18n_gettext( 163, 
817     'Allow a user to update a provider', 'ppl', 'description' )),
818  ( 164, 'ADMIN_FUNDING_SOURCE', oils_i18n_gettext( 164, 
819     'Allow a user to create/view/update/delete a funding source', 'ppl', 'description' )),
820  ( 165, 'ADMIN_FUND', oils_i18n_gettext( 165, 
821     '(Deprecated) Allow a user to create/view/update/delete a fund', 'ppl', 'description' )),
822  ( 166, 'MANAGE_FUNDING_SOURCE', oils_i18n_gettext( 166, 
823     'Allow a user to view/credit/debit a funding source', 'ppl', 'description' )),
824  ( 167, 'MANAGE_FUND', oils_i18n_gettext( 167, 
825     'Allow a user to view/credit/debit a fund', 'ppl', 'description' )),
826  ( 168, 'CREATE_PICKLIST', oils_i18n_gettext( 168, 
827     'Allows a user to create a picklist', 'ppl', 'description' )),
828  ( 169, 'ADMIN_PROVIDER', oils_i18n_gettext( 169, 
829     'Allow a user to create/view/update/delete a provider', 'ppl', 'description' )),
830  ( 170, 'MANAGE_PROVIDER', oils_i18n_gettext( 170, 
831     'Allow a user to view and purchase from a provider', 'ppl', 'description' )),
832  ( 171, 'VIEW_PICKLIST', oils_i18n_gettext( 171, 
833     'Allow a user to view another users picklist', 'ppl', 'description' )),
834  ( 172, 'DELETE_RECORD', oils_i18n_gettext( 172, 
835     'Allow a staff member to directly remove a bibliographic record', 'ppl', 'description' )),
836  ( 173, 'ADMIN_CURRENCY_TYPE', oils_i18n_gettext( 173, 
837     'Allow a user to create/view/update/delete a currency_type', 'ppl', 'description' )),
838  ( 174, 'MARK_BAD_DEBT', oils_i18n_gettext( 174, 
839     'Allow a user to mark a transaction as bad (unrecoverable) debt', 'ppl', 'description' )),
840  ( 175, 'VIEW_BILLING_TYPE', oils_i18n_gettext( 175, 
841     'Allow a user to view billing types', 'ppl', 'description' )),
842  ( 176, 'MARK_ITEM_AVAILABLE', oils_i18n_gettext( 176, 
843     'Allow a user to mark an item status as ''available''', 'ppl', 'description' )),
844  ( 177, 'MARK_ITEM_CHECKED_OUT', oils_i18n_gettext( 177, 
845     'Allow a user to mark an item status as ''checked out''', 'ppl', 'description' )),
846  ( 178, 'MARK_ITEM_BINDERY', oils_i18n_gettext( 178, 
847     'Allow a user to mark an item status as ''bindery''', 'ppl', 'description' )),
848  ( 179, 'MARK_ITEM_LOST', oils_i18n_gettext( 179, 
849     'Allow a user to mark an item status as ''lost''', 'ppl', 'description' )),
850  ( 180, 'MARK_ITEM_MISSING', oils_i18n_gettext( 180, 
851     'Allow a user to mark an item status as ''missing''', 'ppl', 'description' )),
852  ( 181, 'MARK_ITEM_IN_PROCESS', oils_i18n_gettext( 181, 
853     'Allow a user to mark an item status as ''in process''', 'ppl', 'description' )),
854  ( 182, 'MARK_ITEM_IN_TRANSIT', oils_i18n_gettext( 182, 
855     'Allow a user to mark an item status as ''in transit''', 'ppl', 'description' )),
856  ( 183, 'MARK_ITEM_RESHELVING', oils_i18n_gettext( 183, 
857     'Allow a user to mark an item status as ''reshelving''', 'ppl', 'description' )),
858  ( 184, 'MARK_ITEM_ON_HOLDS_SHELF', oils_i18n_gettext( 184, 
859     'Allow a user to mark an item status as ''on holds shelf''', 'ppl', 'description' )),
860  ( 185, 'MARK_ITEM_ON_ORDER', oils_i18n_gettext( 185, 
861     'Allow a user to mark an item status as ''on order''', 'ppl', 'description' )),
862  ( 186, 'MARK_ITEM_ILL', oils_i18n_gettext( 186, 
863     'Allow a user to mark an item status as ''inter-library loan''', 'ppl', 'description' )),
864  ( 187, 'group_application.user.staff.acq', oils_i18n_gettext( 187, 
865     'Allows a user to add/remove/edit users in the "ACQ" group', 'ppl', 'description' )),
866  ( 188, 'CREATE_PURCHASE_ORDER', oils_i18n_gettext( 188, 
867     'Allows a user to create a purchase order', 'ppl', 'description' )),
868  ( 189, 'VIEW_PURCHASE_ORDER', oils_i18n_gettext( 189, 
869     'Allows a user to view a purchase order', 'ppl', 'description' )),
870  ( 190, 'IMPORT_ACQ_LINEITEM_BIB_RECORD', oils_i18n_gettext( 190, 
871     'Allows a user to import a bib record from the acq staging area (on-order record) into the ILS bib data set', 'ppl', 'description' )),
872  ( 191, 'RECEIVE_PURCHASE_ORDER', oils_i18n_gettext( 191, 
873     'Allows a user to mark a purchase order, lineitem, or individual copy as received', 'ppl', 'description' )),
874  ( 192, 'VIEW_ORG_SETTINGS', oils_i18n_gettext( 192, 
875     'Allows a user to view all org settings at the specified level', 'ppl', 'description' )),
876  ( 193, 'CREATE_MFHD_RECORD', oils_i18n_gettext( 193, 
877     'Allows a user to create a new MFHD record', 'ppl', 'description' )),
878  ( 194, 'UPDATE_MFHD_RECORD', oils_i18n_gettext( 194, 
879     'Allows a user to update an MFHD record', 'ppl', 'description' )),
880  ( 195, 'DELETE_MFHD_RECORD', oils_i18n_gettext( 195, 
881     'Allows a user to delete an MFHD record', 'ppl', 'description' )),
882  ( 196, 'ADMIN_ACQ_FUND', oils_i18n_gettext( 196, 
883     'Allow a user to create/view/update/delete a fund', 'ppl', 'description' )),
884  ( 197, 'group_application.user.staff.acq_admin', oils_i18n_gettext( 197, 
885     'Allows a user to add/remove/edit users in the "Acquisitions Administrators" group', 'ppl', 'description' )),
886  ( 198, 'SET_CIRC_CLAIMS_RETURNED.override', oils_i18n_gettext( 198, 
887     'Allows staff to override the max claims returned value for a patron', 'ppl', 'description' )),
888  ( 199, 'UPDATE_PATRON_CLAIM_RETURN_COUNT', oils_i18n_gettext( 199, 
889     'Allows staff to manually change a patron''s claims returned count', 'ppl', 'description' )),
890  ( 200, 'UPDATE_BILL_NOTE', oils_i18n_gettext( 200, 
891     'Allows staff to edit the note for a bill on a transaction', 'ppl', 'description' )),
892  ( 201, 'UPDATE_PAYMENT_NOTE', oils_i18n_gettext( 201, 
893     'Allows staff to edit the note for a payment on a transaction', 'ppl', 'description' )),
894  ( 202, 'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT', oils_i18n_gettext( 202, 
895     'Allows staff to manually change a patron''s claims never checkout out count', 'ppl', 'description' )),
896  ( 203, 'ADMIN_COPY_LOCATION_ORDER', oils_i18n_gettext( 203, 
897     'Allow a user to create/view/update/delete a copy location order', 'ppl', 'description' )),
898  ( 204, 'ASSIGN_GROUP_PERM', oils_i18n_gettext( 204, 
899     'ASSIGN_GROUP_PERM', 'ppl', 'description' )),
900  ( 205, 'CREATE_AUDIENCE', oils_i18n_gettext( 205, 
901     'CREATE_AUDIENCE', 'ppl', 'description' )),
902  ( 206, 'CREATE_BIB_LEVEL', oils_i18n_gettext( 206, 
903     'CREATE_BIB_LEVEL', 'ppl', 'description' )),
904  ( 207, 'CREATE_CIRC_DURATION', oils_i18n_gettext( 207, 
905     'CREATE_CIRC_DURATION', 'ppl', 'description' )),
906  ( 208, 'CREATE_CIRC_MOD', oils_i18n_gettext( 208, 
907     'CREATE_CIRC_MOD', 'ppl', 'description' )),
908  ( 209, 'CREATE_COPY_STATUS', oils_i18n_gettext( 209, 
909     'CREATE_COPY_STATUS', 'ppl', 'description' )),
910  ( 210, 'CREATE_HOURS_OF_OPERATION', oils_i18n_gettext( 210, 
911     'CREATE_HOURS_OF_OPERATION', 'ppl', 'description' )),
912  ( 211, 'CREATE_ITEM_FORM', oils_i18n_gettext( 211, 
913     'CREATE_ITEM_FORM', 'ppl', 'description' )),
914  ( 212, 'CREATE_ITEM_TYPE', oils_i18n_gettext( 212, 
915     'CREATE_ITEM_TYPE', 'ppl', 'description' )),
916  ( 213, 'CREATE_LANGUAGE', oils_i18n_gettext( 213, 
917     'CREATE_LANGUAGE', 'ppl', 'description' )),
918  ( 214, 'CREATE_LASSO', oils_i18n_gettext( 214, 
919     'CREATE_LASSO', 'ppl', 'description' )),
920  ( 215, 'CREATE_LASSO_MAP', oils_i18n_gettext( 215, 
921     'CREATE_LASSO_MAP', 'ppl', 'description' )),
922  ( 216, 'CREATE_LIT_FORM', oils_i18n_gettext( 216, 
923     'CREATE_LIT_FORM', 'ppl', 'description' )),
924  ( 217, 'CREATE_METABIB_FIELD', oils_i18n_gettext( 217, 
925     'CREATE_METABIB_FIELD', 'ppl', 'description' )),
926  ( 218, 'CREATE_NET_ACCESS_LEVEL', oils_i18n_gettext( 218, 
927     'CREATE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
928  ( 219, 'CREATE_ORG_ADDRESS', oils_i18n_gettext( 219, 
929     'CREATE_ORG_ADDRESS', 'ppl', 'description' )),
930  ( 220, 'CREATE_ORG_TYPE', oils_i18n_gettext( 220, 
931     'CREATE_ORG_TYPE', 'ppl', 'description' )),
932  ( 221, 'CREATE_ORG_UNIT', oils_i18n_gettext( 221, 
933     'CREATE_ORG_UNIT', 'ppl', 'description' )),
934  ( 222, 'CREATE_ORG_UNIT_CLOSING', oils_i18n_gettext( 222, 
935     'CREATE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
936  ( 223, 'CREATE_PERM', oils_i18n_gettext( 223, 
937     'CREATE_PERM', 'ppl', 'description' )),
938  ( 224, 'CREATE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 224, 
939     'CREATE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
940  ( 225, 'CREATE_SURVEY', oils_i18n_gettext( 225, 
941     'CREATE_SURVEY', 'ppl', 'description' )),
942  ( 226, 'CREATE_VR_FORMAT', oils_i18n_gettext( 226, 
943     'CREATE_VR_FORMAT', 'ppl', 'description' )),
944  ( 227, 'CREATE_XML_TRANSFORM', oils_i18n_gettext( 227, 
945     'CREATE_XML_TRANSFORM', 'ppl', 'description' )),
946  ( 228, 'DELETE_AUDIENCE', oils_i18n_gettext( 228, 
947     'DELETE_AUDIENCE', 'ppl', 'description' )),
948  ( 229, 'DELETE_BIB_LEVEL', oils_i18n_gettext( 229, 
949     'DELETE_BIB_LEVEL', 'ppl', 'description' )),
950  ( 230, 'DELETE_CIRC_DURATION', oils_i18n_gettext( 230, 
951     'DELETE_CIRC_DURATION', 'ppl', 'description' )),
952  ( 231, 'DELETE_CIRC_MOD', oils_i18n_gettext( 231, 
953     'DELETE_CIRC_MOD', 'ppl', 'description' )),
954  ( 232, 'DELETE_COPY_STATUS', oils_i18n_gettext( 232, 
955     'DELETE_COPY_STATUS', 'ppl', 'description' )),
956  ( 233, 'DELETE_HOURS_OF_OPERATION', oils_i18n_gettext( 233, 
957     'DELETE_HOURS_OF_OPERATION', 'ppl', 'description' )),
958  ( 234, 'DELETE_ITEM_FORM', oils_i18n_gettext( 234, 
959     'DELETE_ITEM_FORM', 'ppl', 'description' )),
960  ( 235, 'DELETE_ITEM_TYPE', oils_i18n_gettext( 235, 
961     'DELETE_ITEM_TYPE', 'ppl', 'description' )),
962  ( 236, 'DELETE_LANGUAGE', oils_i18n_gettext( 236, 
963     'DELETE_LANGUAGE', 'ppl', 'description' )),
964  ( 237, 'DELETE_LASSO', oils_i18n_gettext( 237, 
965     'DELETE_LASSO', 'ppl', 'description' )),
966  ( 238, 'DELETE_LASSO_MAP', oils_i18n_gettext( 238, 
967     'DELETE_LASSO_MAP', 'ppl', 'description' )),
968  ( 239, 'DELETE_LIT_FORM', oils_i18n_gettext( 239, 
969     'DELETE_LIT_FORM', 'ppl', 'description' )),
970  ( 240, 'DELETE_METABIB_FIELD', oils_i18n_gettext( 240, 
971     'DELETE_METABIB_FIELD', 'ppl', 'description' )),
972  ( 241, 'DELETE_NET_ACCESS_LEVEL', oils_i18n_gettext( 241, 
973     'DELETE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
974  ( 242, 'DELETE_ORG_ADDRESS', oils_i18n_gettext( 242, 
975     'DELETE_ORG_ADDRESS', 'ppl', 'description' )),
976  ( 243, 'DELETE_ORG_TYPE', oils_i18n_gettext( 243, 
977     'DELETE_ORG_TYPE', 'ppl', 'description' )),
978  ( 244, 'DELETE_ORG_UNIT', oils_i18n_gettext( 244, 
979     'DELETE_ORG_UNIT', 'ppl', 'description' )),
980  ( 245, 'DELETE_ORG_UNIT_CLOSING', oils_i18n_gettext( 245, 
981     'DELETE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
982  ( 246, 'DELETE_PERM', oils_i18n_gettext( 246, 
983     'DELETE_PERM', 'ppl', 'description' )),
984  ( 247, 'DELETE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 247, 
985     'DELETE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
986  ( 248, 'DELETE_SURVEY', oils_i18n_gettext( 248, 
987     'DELETE_SURVEY', 'ppl', 'description' )),
988  ( 249, 'DELETE_TRANSIT', oils_i18n_gettext( 249, 
989     'DELETE_TRANSIT', 'ppl', 'description' )),
990  ( 250, 'DELETE_VR_FORMAT', oils_i18n_gettext( 250, 
991     'DELETE_VR_FORMAT', 'ppl', 'description' )),
992  ( 251, 'DELETE_XML_TRANSFORM', oils_i18n_gettext( 251, 
993     'DELETE_XML_TRANSFORM', 'ppl', 'description' )),
994  ( 252, 'REMOVE_GROUP_PERM', oils_i18n_gettext( 252, 
995     'REMOVE_GROUP_PERM', 'ppl', 'description' )),
996  ( 253, 'TRANSIT_COPY', oils_i18n_gettext( 253, 
997     'TRANSIT_COPY', 'ppl', 'description' )),
998  ( 254, 'UPDATE_AUDIENCE', oils_i18n_gettext( 254, 
999     'UPDATE_AUDIENCE', 'ppl', 'description' )),
1000  ( 255, 'UPDATE_BIB_LEVEL', oils_i18n_gettext( 255, 
1001     'UPDATE_BIB_LEVEL', 'ppl', 'description' )),
1002  ( 256, 'UPDATE_CIRC_DURATION', oils_i18n_gettext( 256, 
1003     'UPDATE_CIRC_DURATION', 'ppl', 'description' )),
1004  ( 257, 'UPDATE_CIRC_MOD', oils_i18n_gettext( 257, 
1005     'UPDATE_CIRC_MOD', 'ppl', 'description' )),
1006  ( 258, 'UPDATE_COPY_NOTE', oils_i18n_gettext( 258, 
1007     'UPDATE_COPY_NOTE', 'ppl', 'description' )),
1008  ( 259, 'UPDATE_COPY_STATUS', oils_i18n_gettext( 259, 
1009     'UPDATE_COPY_STATUS', 'ppl', 'description' )),
1010  ( 260, 'UPDATE_GROUP_PERM', oils_i18n_gettext( 260, 
1011     'UPDATE_GROUP_PERM', 'ppl', 'description' )),
1012  ( 261, 'UPDATE_HOURS_OF_OPERATION', oils_i18n_gettext( 261, 
1013     'UPDATE_HOURS_OF_OPERATION', 'ppl', 'description' )),
1014  ( 262, 'UPDATE_ITEM_FORM', oils_i18n_gettext( 262, 
1015     'UPDATE_ITEM_FORM', 'ppl', 'description' )),
1016  ( 263, 'UPDATE_ITEM_TYPE', oils_i18n_gettext( 263, 
1017     'UPDATE_ITEM_TYPE', 'ppl', 'description' )),
1018  ( 264, 'UPDATE_LANGUAGE', oils_i18n_gettext( 264, 
1019     'UPDATE_LANGUAGE', 'ppl', 'description' )),
1020  ( 265, 'UPDATE_LASSO', oils_i18n_gettext( 265, 
1021     'UPDATE_LASSO', 'ppl', 'description' )),
1022  ( 266, 'UPDATE_LASSO_MAP', oils_i18n_gettext( 266, 
1023     'UPDATE_LASSO_MAP', 'ppl', 'description' )),
1024  ( 267, 'UPDATE_LIT_FORM', oils_i18n_gettext( 267, 
1025     'UPDATE_LIT_FORM', 'ppl', 'description' )),
1026  ( 268, 'UPDATE_METABIB_FIELD', oils_i18n_gettext( 268, 
1027     'UPDATE_METABIB_FIELD', 'ppl', 'description' )),
1028  ( 269, 'UPDATE_NET_ACCESS_LEVEL', oils_i18n_gettext( 269, 
1029     'UPDATE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
1030  ( 270, 'UPDATE_ORG_ADDRESS', oils_i18n_gettext( 270, 
1031     'UPDATE_ORG_ADDRESS', 'ppl', 'description' )),
1032  ( 271, 'UPDATE_ORG_TYPE', oils_i18n_gettext( 271, 
1033     'UPDATE_ORG_TYPE', 'ppl', 'description' )),
1034  ( 272, 'UPDATE_ORG_UNIT_CLOSING', oils_i18n_gettext( 272, 
1035     'UPDATE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
1036  ( 273, 'UPDATE_PERM', oils_i18n_gettext( 273, 
1037     'UPDATE_PERM', 'ppl', 'description' )),
1038  ( 274, 'UPDATE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 274, 
1039     'UPDATE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
1040  ( 275, 'UPDATE_SURVEY', oils_i18n_gettext( 275, 
1041     'UPDATE_SURVEY', 'ppl', 'description' )),
1042  ( 276, 'UPDATE_TRANSIT', oils_i18n_gettext( 276, 
1043     'UPDATE_TRANSIT', 'ppl', 'description' )),
1044  ( 277, 'UPDATE_VOLUME_NOTE', oils_i18n_gettext( 277, 
1045     'UPDATE_VOLUME_NOTE', 'ppl', 'description' )),
1046  ( 278, 'UPDATE_VR_FORMAT', oils_i18n_gettext( 278, 
1047     'UPDATE_VR_FORMAT', 'ppl', 'description' )),
1048  ( 279, 'UPDATE_XML_TRANSFORM', oils_i18n_gettext( 279, 
1049     'UPDATE_XML_TRANSFORM', 'ppl', 'description' )),
1050  ( 280, 'MERGE_BIB_RECORDS', oils_i18n_gettext( 280, 
1051     'MERGE_BIB_RECORDS', 'ppl', 'description' )),
1052  ( 281, 'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF', oils_i18n_gettext( 281, 
1053     'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF', 'ppl', 'description' )),
1054  ( 282, 'CREATE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 282, 
1055     'CREATE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1056  ( 283, 'CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 283, 
1057     'CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1058  ( 284, 'CREATE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 284, 
1059     'CREATE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1060  ( 285, 'CREATE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 285, 
1061     'CREATE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1062  ( 286, 'CREATE_BIB_IMPORT_FIELD_DEF', oils_i18n_gettext( 286, 
1063     'CREATE_BIB_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1064  ( 287, 'CREATE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 287, 
1065     'CREATE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1066  ( 288, 'CREATE_LOCALE', oils_i18n_gettext( 288, 
1067     'CREATE_LOCALE', 'ppl', 'description' )),
1068  ( 289, 'CREATE_MARC_CODE', oils_i18n_gettext( 289, 
1069     'CREATE_MARC_CODE', 'ppl', 'description' )),
1070  ( 290, 'CREATE_TRANSLATION', oils_i18n_gettext( 290, 
1071     'CREATE_TRANSLATION', 'ppl', 'description' )),
1072  ( 291, 'DELETE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 291, 
1073     'DELETE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1074  ( 292, 'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 292, 
1075     'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1076  ( 293, 'DELETE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 293, 
1077     'DELETE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1078  ( 294, 'DELETE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 294, 
1079     'DELETE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1080  ( 295, 'DELETE_BIB_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 295, 
1081     'DELETE_BIB_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1082  ( 296, 'DELETE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 296, 
1083     'DELETE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1084  ( 297, 'DELETE_LOCALE', oils_i18n_gettext( 297, 
1085     'DELETE_LOCALE', 'ppl', 'description' )),
1086  ( 298, 'DELETE_MARC_CODE', oils_i18n_gettext( 298, 
1087     'DELETE_MARC_CODE', 'ppl', 'description' )),
1088  ( 299, 'DELETE_TRANSLATION', oils_i18n_gettext( 299, 
1089     'DELETE_TRANSLATION', 'ppl', 'description' )),
1090  ( 300, 'UPDATE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 300, 
1091     'UPDATE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1092  ( 301, 'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 301, 
1093     'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1094  ( 302, 'UPDATE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 302, 
1095     'UPDATE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1096  ( 303, 'UPDATE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 303, 
1097     'UPDATE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1098  ( 304, 'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 304, 
1099     'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1100  ( 305, 'UPDATE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 305, 
1101     'UPDATE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1102  ( 306, 'UPDATE_LOCALE', oils_i18n_gettext( 306, 
1103     'UPDATE_LOCALE', 'ppl', 'description' )),
1104  ( 307, 'UPDATE_MARC_CODE', oils_i18n_gettext( 307, 
1105     'UPDATE_MARC_CODE', 'ppl', 'description' )),
1106  ( 308, 'UPDATE_TRANSLATION', oils_i18n_gettext( 308, 
1107     'UPDATE_TRANSLATION', 'ppl', 'description' )),
1108  ( 309, 'VIEW_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 309, 
1109     'VIEW_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1110  ( 310, 'VIEW_AUTHORITY_RECORD_NOTES', oils_i18n_gettext( 310, 
1111     'VIEW_AUTHORITY_RECORD_NOTES', 'ppl', 'description' )),
1112  ( 311, 'CREATE_IMPORT_ITEM', oils_i18n_gettext( 311, 
1113     'CREATE_IMPORT_ITEM', 'ppl', 'description' )),
1114  ( 312, 'CREATE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 312, 
1115     'CREATE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1116  ( 313, 'CREATE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 313, 
1117     'CREATE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1118  ( 314, 'DELETE_IMPORT_ITEM', oils_i18n_gettext( 314, 
1119     'DELETE_IMPORT_ITEM', 'ppl', 'description' )),
1120  ( 315, 'DELETE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 315, 
1121     'DELETE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1122  ( 316, 'DELETE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 316, 
1123     'DELETE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1124  ( 317, 'UPDATE_IMPORT_ITEM', oils_i18n_gettext( 317, 
1125     'UPDATE_IMPORT_ITEM', 'ppl', 'description' )),
1126  ( 318, 'UPDATE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 318, 
1127     'UPDATE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1128  ( 319, 'UPDATE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 319, 
1129     'UPDATE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1130  ( 320, 'UPDATE_ORG_UNIT_SETTING_ALL', oils_i18n_gettext( 320, 
1131     'UPDATE_ORG_UNIT_SETTING_ALL', 'ppl', 'description' )),
1132  ( 321, 'UPDATE_ORG_UNIT_SETTING.circ.lost_materials_processing_fee', oils_i18n_gettext( 321, 
1133     'UPDATE_ORG_UNIT_SETTING.circ.lost_materials_processing_fee', 'ppl', 'description' )),
1134  ( 322, 'UPDATE_ORG_UNIT_SETTING.cat.default_item_price', oils_i18n_gettext( 322, 
1135     'UPDATE_ORG_UNIT_SETTING.cat.default_item_price', 'ppl', 'description' )),
1136  ( 323, 'UPDATE_ORG_UNIT_SETTING.auth.opac_timeout', oils_i18n_gettext( 323, 
1137     'UPDATE_ORG_UNIT_SETTING.auth.opac_timeout', 'ppl', 'description' )),
1138  ( 324, 'UPDATE_ORG_UNIT_SETTING.auth.staff_timeout', oils_i18n_gettext( 324, 
1139     'UPDATE_ORG_UNIT_SETTING.auth.staff_timeout', 'ppl', 'description' )),
1140  ( 325, 'UPDATE_ORG_UNIT_SETTING.org.bounced_emails', oils_i18n_gettext( 325, 
1141     'UPDATE_ORG_UNIT_SETTING.org.bounced_emails', 'ppl', 'description' )),
1142  ( 326, 'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_alert_interval', oils_i18n_gettext( 326, 
1143     'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_alert_interval', 'ppl', 'description' )),
1144  ( 327, 'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_interval', oils_i18n_gettext( 327, 
1145     'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_interval', 'ppl', 'description' )),
1146  ( 328, 'UPDATE_ORG_UNIT_SETTING.credit.payments.allow', oils_i18n_gettext( 328, 
1147     'UPDATE_ORG_UNIT_SETTING.credit.payments.allow', 'ppl', 'description' )),
1148  ( 329, 'UPDATE_ORG_UNIT_SETTING.circ.void_overdue_on_lost', oils_i18n_gettext( 329, 
1149     'UPDATE_ORG_UNIT_SETTING.circ.void_overdue_on_lost', 'ppl', 'description' )),
1150  ( 330, 'UPDATE_ORG_UNIT_SETTING.circ.hold_stalling.soft', oils_i18n_gettext( 330, 
1151     'UPDATE_ORG_UNIT_SETTING.circ.hold_stalling.soft', 'ppl', 'description' )),
1152  ( 331, 'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.hard', oils_i18n_gettext( 331, 
1153     'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.hard', 'ppl', 'description' )),
1154  ( 332, 'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.soft', oils_i18n_gettext( 332, 
1155     'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.soft', 'ppl', 'description' )),
1156  ( 333, 'UPDATE_ORG_UNIT_SETTING.opac.barcode_regex', oils_i18n_gettext( 333, 
1157     'UPDATE_ORG_UNIT_SETTING.opac.barcode_regex', 'ppl', 'description' )),
1158  ( 334, 'UPDATE_ORG_UNIT_SETTING.global.password_regex', oils_i18n_gettext( 334, 
1159     'UPDATE_ORG_UNIT_SETTING.global.password_regex', 'ppl', 'description' )),
1160  ( 335, 'UPDATE_ORG_UNIT_SETTING.circ.item_checkout_history.max', oils_i18n_gettext( 335, 
1161     'UPDATE_ORG_UNIT_SETTING.circ.item_checkout_history.max', 'ppl', 'description' )),
1162  ( 336, 'UPDATE_ORG_UNIT_SETTING.circ.reshelving_complete.interval', oils_i18n_gettext( 336, 
1163     'UPDATE_ORG_UNIT_SETTING.circ.reshelving_complete.interval', 'ppl', 'description' )),
1164  ( 337, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.patron_login_timeout', oils_i18n_gettext( 337, 
1165     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.patron_login_timeout', 'ppl', 'description' )),
1166  ( 338, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.alert_on_checkout_event', oils_i18n_gettext( 338, 
1167     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.alert_on_checkout_event', 'ppl', 'description' )),
1168  ( 339, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.require_patron_password', oils_i18n_gettext( 339, 
1169     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.require_patron_password', 'ppl', 'description' )),
1170  ( 340, 'UPDATE_ORG_UNIT_SETTING.global.juvenile_age_threshold', oils_i18n_gettext( 340, 
1171     'UPDATE_ORG_UNIT_SETTING.global.juvenile_age_threshold', 'ppl', 'description' )),
1172  ( 341, 'UPDATE_ORG_UNIT_SETTING.cat.bib.keep_on_empty', oils_i18n_gettext( 341, 
1173     'UPDATE_ORG_UNIT_SETTING.cat.bib.keep_on_empty', 'ppl', 'description' )),
1174  ( 342, 'UPDATE_ORG_UNIT_SETTING.cat.bib.alert_on_empty', oils_i18n_gettext( 342, 
1175     'UPDATE_ORG_UNIT_SETTING.cat.bib.alert_on_empty', 'ppl', 'description' )),
1176  ( 343, 'UPDATE_ORG_UNIT_SETTING.patron.password.use_phone', oils_i18n_gettext( 343, 
1177     'UPDATE_ORG_UNIT_SETTING.patron.password.use_phone', 'ppl', 'description' )),
1178  ( 344, 'HOLD_ITEM_CHECKED_OUT.override', oils_i18n_gettext( 344, 
1179     'Allows a user to place a hold on an item that they already have checked out', 'ppl', 'description' )),
1180  ( 345, 'ADMIN_ACQ_CANCEL_CAUSE', oils_i18n_gettext( 345, 
1181     'Allow a user to create/update/delete reasons for order cancellations', 'ppl', 'description' )),
1182  ( 346, 'ACQ_XFER_MANUAL_DFUND_AMOUNT', oils_i18n_gettext( 346, 
1183     'Allow a user to transfer different amounts of money out of one fund and into another', 'ppl', 'description' )),
1184  ( 347, 'OVERRIDE_HOLD_HAS_LOCAL_COPY', oils_i18n_gettext( 347, 
1185     'Allow a user to override the circ.holds.hold_has_copy_at.block setting', 'ppl', 'description' )),
1186  ( 348, 'UPDATE_PICKUP_LIB_FROM_TRANSIT', oils_i18n_gettext( 348, 
1187     'Allow a user to change the pickup and transit destination for a captured hold item already in transit', 'ppl', 'description' )),
1188  ( 349, 'COPY_NEEDED_FOR_HOLD.override', oils_i18n_gettext( 349, 
1189     'Allow a user to force renewal of an item that could fulfill a hold request', 'ppl', 'description' )),
1190  ( 350, 'MERGE_AUTH_RECORDS', oils_i18n_gettext( 350, 
1191     'Allow a user to merge authority records together', 'ppl', 'description' )),
1192  ( 351, 'ALLOW_ALT_TCN', oils_i18n_gettext( 351, 
1193     'Allows staff to import a record using an alternate TCN to avoid conflicts', 'ppl', 'description' )),
1194  ( 352, 'ADMIN_TRIGGER_EVENT_DEF', oils_i18n_gettext( 352, 
1195     'Allow a user to administer trigger event definitions', 'ppl', 'description' )),
1196  ( 353, 'ADMIN_TRIGGER_CLEANUP', oils_i18n_gettext( 353, 
1197     'Allow a user to create, delete, and update trigger cleanup entries', 'ppl', 'description' )),
1198  ( 354, 'CREATE_TRIGGER_CLEANUP', oils_i18n_gettext( 354, 
1199     'Allow a user to create trigger cleanup entries', 'ppl', 'description' )),
1200  ( 355, 'DELETE_TRIGGER_CLEANUP', oils_i18n_gettext( 355, 
1201     'Allow a user to delete trigger cleanup entries', 'ppl', 'description' )),
1202  ( 356, 'UPDATE_TRIGGER_CLEANUP', oils_i18n_gettext( 356, 
1203     'Allow a user to update trigger cleanup entries', 'ppl', 'description' )),
1204  ( 357, 'CREATE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 357, 
1205     'Allow a user to create trigger event definitions', 'ppl', 'description' )),
1206  ( 358, 'DELETE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 358, 
1207     'Allow a user to delete trigger event definitions', 'ppl', 'description' )),
1208  ( 359, 'UPDATE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 359, 
1209     'Allow a user to update trigger event definitions', 'ppl', 'description' )),
1210  ( 360, 'VIEW_TRIGGER_EVENT_DEF', oils_i18n_gettext( 360, 
1211     'Allow a user to view trigger event definitions', 'ppl', 'description' )),
1212  ( 361, 'ADMIN_TRIGGER_HOOK', oils_i18n_gettext( 361, 
1213     'Allow a user to create, update, and delete trigger hooks', 'ppl', 'description' )),
1214  ( 362, 'CREATE_TRIGGER_HOOK', oils_i18n_gettext( 362, 
1215     'Allow a user to create trigger hooks', 'ppl', 'description' )),
1216  ( 363, 'DELETE_TRIGGER_HOOK', oils_i18n_gettext( 363, 
1217     'Allow a user to delete trigger hooks', 'ppl', 'description' )),
1218  ( 364, 'UPDATE_TRIGGER_HOOK', oils_i18n_gettext( 364, 
1219     'Allow a user to update trigger hooks', 'ppl', 'description' )),
1220  ( 365, 'ADMIN_TRIGGER_REACTOR', oils_i18n_gettext( 365, 
1221     'Allow a user to create, update, and delete trigger reactors', 'ppl', 'description' )),
1222  ( 366, 'CREATE_TRIGGER_REACTOR', oils_i18n_gettext( 366, 
1223     'Allow a user to create trigger reactors', 'ppl', 'description' )),
1224  ( 367, 'DELETE_TRIGGER_REACTOR', oils_i18n_gettext( 367, 
1225     'Allow a user to delete trigger reactors', 'ppl', 'description' )),
1226  ( 368, 'UPDATE_TRIGGER_REACTOR', oils_i18n_gettext( 368, 
1227     'Allow a user to update trigger reactors', 'ppl', 'description' )),
1228  ( 369, 'ADMIN_TRIGGER_TEMPLATE_OUTPUT', oils_i18n_gettext( 369, 
1229     'Allow a user to delete trigger template output', 'ppl', 'description' )),
1230  ( 370, 'DELETE_TRIGGER_TEMPLATE_OUTPUT', oils_i18n_gettext( 370, 
1231     'Allow a user to delete trigger template output', 'ppl', 'description' )),
1232  ( 371, 'ADMIN_TRIGGER_VALIDATOR', oils_i18n_gettext( 371, 
1233     'Allow a user to create, update, and delete trigger validators', 'ppl', 'description' )),
1234  ( 372, 'CREATE_TRIGGER_VALIDATOR', oils_i18n_gettext( 372, 
1235     'Allow a user to create trigger validators', 'ppl', 'description' )),
1236  ( 373, 'DELETE_TRIGGER_VALIDATOR', oils_i18n_gettext( 373, 
1237     'Allow a user to delete trigger validators', 'ppl', 'description' )),
1238  ( 374, 'UPDATE_TRIGGER_VALIDATOR', oils_i18n_gettext( 374, 
1239     'Allow a user to update trigger validators', 'ppl', 'description' )),
1240  ( 376, 'ADMIN_BOOKING_RESOURCE', oils_i18n_gettext( 376, 
1241     'Enables the user to create/update/delete booking resources', 'ppl', 'description' )),
1242  ( 377, 'ADMIN_BOOKING_RESOURCE_TYPE', oils_i18n_gettext( 377, 
1243     'Enables the user to create/update/delete booking resource types', 'ppl', 'description' )),
1244  ( 378, 'ADMIN_BOOKING_RESOURCE_ATTR', oils_i18n_gettext( 378, 
1245     'Enables the user to create/update/delete booking resource attributes', 'ppl', 'description' )),
1246  ( 379, 'ADMIN_BOOKING_RESOURCE_ATTR_MAP', oils_i18n_gettext( 379, 
1247     'Enables the user to create/update/delete booking resource attribute maps', 'ppl', 'description' )),
1248  ( 380, 'ADMIN_BOOKING_RESOURCE_ATTR_VALUE', oils_i18n_gettext( 380, 
1249     'Enables the user to create/update/delete booking resource attribute values', 'ppl', 'description' )),
1250  ( 381, 'ADMIN_BOOKING_RESERVATION', oils_i18n_gettext( 381, 
1251     'Enables the user to create/update/delete booking reservations', 'ppl', 'description' )),
1252  ( 382, 'ADMIN_BOOKING_RESERVATION_ATTR_VALUE_MAP', oils_i18n_gettext( 382, 
1253     'Enables the user to create/update/delete booking reservation attribute value maps', 'ppl', 'description' )),
1254  ( 383, 'RETRIEVE_RESERVATION_PULL_LIST', oils_i18n_gettext( 383, 
1255     'Allows a user to retrieve a booking reservation pull list', 'ppl', 'description' )),
1256  ( 384, 'CAPTURE_RESERVATION', oils_i18n_gettext( 384, 
1257     'Allows a user to capture booking reservations', 'ppl', 'description' )),
1258  ( 385, 'UPDATE_RECORD', oils_i18n_gettext( 385, 
1259     'UPDATE_RECORD', 'ppl', 'description' )),
1260  ( 386, 'UPDATE_ORG_UNIT_SETTING.circ.block_renews_for_holds', oils_i18n_gettext( 386, 
1261     'UPDATE_ORG_UNIT_SETTING.circ.block_renews_for_holds', 'ppl', 'description' )),
1262  ( 387, 'MERGE_USERS', oils_i18n_gettext( 387, 
1263     'Allows user records to be merged', 'ppl', 'description' )),
1264  ( 388, 'ISSUANCE_HOLDS', oils_i18n_gettext( 388, 
1265     'Allow a user to place holds on serials issuances', 'ppl', 'description' )),
1266  ( 389, 'VIEW_CREDIT_CARD_PROCESSING', oils_i18n_gettext( 389, 
1267     'View org unit settings related to credit card processing', 'ppl', 'description' )),
1268  ( 390, 'ADMIN_CREDIT_CARD_PROCESSING', oils_i18n_gettext( 390, 
1269     'Update org unit settings related to credit card processing', 'ppl', 'description' )),
1270  ( 391, 'ADMIN_ACQ_CLAIM', oils_i18n_gettext( 391, 
1271     'ADMIN_ACQ_CLAIM', 'ppl', 'description' )),
1272  ( 392, 'ADMIN_ACQ_CLAIM_EVENT_TYPE', oils_i18n_gettext( 392, 
1273     'ADMIN_ACQ_CLAIM_EVENT_TYPE', 'ppl', 'description' )),
1274  ( 393, 'ADMIN_ACQ_CLAIM_TYPE', oils_i18n_gettext( 393, 
1275     'ADMIN_ACQ_CLAIM_TYPE', 'ppl', 'description' )),
1276  ( 394, 'ADMIN_ACQ_DISTRIB_FORMULA', oils_i18n_gettext( 394, 
1277     'ADMIN_ACQ_DISTRIB_FORMULA', 'ppl', 'description' )),
1278  ( 395, 'ADMIN_ACQ_FISCAL_YEAR', oils_i18n_gettext( 395, 
1279     'ADMIN_ACQ_FISCAL_YEAR', 'ppl', 'description' )),
1280  ( 396, 'ADMIN_ACQ_FUND_ALLOCATION_PERCENT', oils_i18n_gettext( 396, 
1281     'ADMIN_ACQ_FUND_ALLOCATION_PERCENT', 'ppl', 'description' )),
1282  ( 397, 'ADMIN_ACQ_FUND_TAG', oils_i18n_gettext( 397, 
1283     'ADMIN_ACQ_FUND_TAG', 'ppl', 'description' )),
1284  ( 398, 'ADMIN_ACQ_LINEITEM_ALERT_TEXT', oils_i18n_gettext( 398, 
1285     'ADMIN_ACQ_LINEITEM_ALERT_TEXT', 'ppl', 'description' )),
1286  ( 399, 'ADMIN_AGE_PROTECT_RULE', oils_i18n_gettext( 399, 
1287     'ADMIN_AGE_PROTECT_RULE', 'ppl', 'description' )),
1288  ( 400, 'ADMIN_ASSET_COPY_TEMPLATE', oils_i18n_gettext( 400, 
1289     'ADMIN_ASSET_COPY_TEMPLATE', 'ppl', 'description' )),
1290  ( 401, 'ADMIN_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext( 401, 
1291     'ADMIN_BOOKING_RESERVATION_ATTR_MAP', 'ppl', 'description' )),
1292  ( 402, 'ADMIN_CIRC_MATRIX_MATCHPOINT', oils_i18n_gettext( 402, 
1293     'ADMIN_CIRC_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1294  ( 403, 'ADMIN_CIRC_MOD', oils_i18n_gettext( 403, 
1295     'ADMIN_CIRC_MOD', 'ppl', 'description' )),
1296  ( 404, 'ADMIN_CLAIM_POLICY', oils_i18n_gettext( 404, 
1297     'ADMIN_CLAIM_POLICY', 'ppl', 'description' )),
1298  ( 405, 'ADMIN_CONFIG_REMOTE_ACCOUNT', oils_i18n_gettext( 405, 
1299     'ADMIN_CONFIG_REMOTE_ACCOUNT', 'ppl', 'description' )),
1300  ( 406, 'ADMIN_FIELD_DOC', oils_i18n_gettext( 406, 
1301     'ADMIN_FIELD_DOC', 'ppl', 'description' )),
1302  ( 407, 'ADMIN_GLOBAL_FLAG', oils_i18n_gettext( 407, 
1303     'ADMIN_GLOBAL_FLAG', 'ppl', 'description' )),
1304  ( 408, 'ADMIN_GROUP_PENALTY_THRESHOLD', oils_i18n_gettext( 408, 
1305     'ADMIN_GROUP_PENALTY_THRESHOLD', 'ppl', 'description' )),
1306  ( 409, 'ADMIN_HOLD_CANCEL_CAUSE', oils_i18n_gettext( 409, 
1307     'ADMIN_HOLD_CANCEL_CAUSE', 'ppl', 'description' )),
1308  ( 410, 'ADMIN_HOLD_MATRIX_MATCHPOINT', oils_i18n_gettext( 410, 
1309     'ADMIN_HOLD_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1310  ( 411, 'ADMIN_IDENT_TYPE', oils_i18n_gettext( 411, 
1311     'ADMIN_IDENT_TYPE', 'ppl', 'description' )),
1312  ( 412, 'ADMIN_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 412, 
1313     'ADMIN_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1314  ( 413, 'ADMIN_INDEX_NORMALIZER', oils_i18n_gettext( 413, 
1315     'ADMIN_INDEX_NORMALIZER', 'ppl', 'description' )),
1316  ( 414, 'ADMIN_INVOICE', oils_i18n_gettext( 414, 
1317     'ADMIN_INVOICE', 'ppl', 'description' )),
1318  ( 415, 'ADMIN_INVOICE_METHOD', oils_i18n_gettext( 415, 
1319     'ADMIN_INVOICE_METHOD', 'ppl', 'description' )),
1320  ( 416, 'ADMIN_INVOICE_PAYMENT_METHOD', oils_i18n_gettext( 416, 
1321     'ADMIN_INVOICE_PAYMENT_METHOD', 'ppl', 'description' )),
1322  ( 417, 'ADMIN_LINEITEM_MARC_ATTR_DEF', oils_i18n_gettext( 417, 
1323     'ADMIN_LINEITEM_MARC_ATTR_DEF', 'ppl', 'description' )),
1324  ( 418, 'ADMIN_MARC_CODE', oils_i18n_gettext( 418, 
1325     'ADMIN_MARC_CODE', 'ppl', 'description' )),
1326  ( 419, 'ADMIN_MAX_FINE_RULE', oils_i18n_gettext( 419, 
1327     'ADMIN_MAX_FINE_RULE', 'ppl', 'description' )),
1328  ( 420, 'ADMIN_MERGE_PROFILE', oils_i18n_gettext( 420, 
1329     'ADMIN_MERGE_PROFILE', 'ppl', 'description' )),
1330  ( 421, 'ADMIN_ORG_UNIT_SETTING_TYPE', oils_i18n_gettext( 421, 
1331     'ADMIN_ORG_UNIT_SETTING_TYPE', 'ppl', 'description' )),
1332  ( 422, 'ADMIN_RECURRING_FINE_RULE', oils_i18n_gettext( 422, 
1333     'ADMIN_RECURRING_FINE_RULE', 'ppl', 'description' )),
1334  ( 423, 'ADMIN_SERIAL_SUBSCRIPTION', oils_i18n_gettext( 423, 
1335     'ADMIN_SERIAL_SUBSCRIPTION', 'ppl', 'description' )),
1336  ( 424, 'ADMIN_STANDING_PENALTY', oils_i18n_gettext( 424, 
1337     'ADMIN_STANDING_PENALTY', 'ppl', 'description' )),
1338  ( 425, 'ADMIN_SURVEY', oils_i18n_gettext( 425, 
1339     'ADMIN_SURVEY', 'ppl', 'description' )),
1340  ( 426, 'ADMIN_USER_REQUEST_TYPE', oils_i18n_gettext( 426, 
1341     'ADMIN_USER_REQUEST_TYPE', 'ppl', 'description' )),
1342  ( 427, 'ADMIN_USER_SETTING_GROUP', oils_i18n_gettext( 427, 
1343     'ADMIN_USER_SETTING_GROUP', 'ppl', 'description' )),
1344  ( 428, 'ADMIN_USER_SETTING_TYPE', oils_i18n_gettext( 428, 
1345     'ADMIN_USER_SETTING_TYPE', 'ppl', 'description' )),
1346  ( 429, 'ADMIN_Z3950_SOURCE', oils_i18n_gettext( 429, 
1347     'ADMIN_Z3950_SOURCE', 'ppl', 'description' )),
1348  ( 430, 'CREATE_BIB_BTYPE', oils_i18n_gettext( 430, 
1349     'CREATE_BIB_BTYPE', 'ppl', 'description' )),
1350  ( 431, 'CREATE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 431, 
1351     'CREATE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1352  ( 432, 'CREATE_BIB_SOURCE', oils_i18n_gettext( 432, 
1353     'CREATE_BIB_SOURCE', 'ppl', 'description' )),
1354  ( 433, 'CREATE_BILLING_TYPE', oils_i18n_gettext( 433, 
1355     'CREATE_BILLING_TYPE', 'ppl', 'description' )),
1356  ( 434, 'CREATE_CN_BTYPE', oils_i18n_gettext( 434, 
1357     'CREATE_CN_BTYPE', 'ppl', 'description' )),
1358  ( 435, 'CREATE_COPY_BTYPE', oils_i18n_gettext( 435, 
1359     'CREATE_COPY_BTYPE', 'ppl', 'description' )),
1360  ( 436, 'CREATE_INVOICE', oils_i18n_gettext( 436, 
1361     'CREATE_INVOICE', 'ppl', 'description' )),
1362  ( 437, 'CREATE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 437, 
1363     'CREATE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1364  ( 438, 'CREATE_INVOICE_METHOD', oils_i18n_gettext( 438, 
1365     'CREATE_INVOICE_METHOD', 'ppl', 'description' )),
1366  ( 439, 'CREATE_MERGE_PROFILE', oils_i18n_gettext( 439, 
1367     'CREATE_MERGE_PROFILE', 'ppl', 'description' )),
1368  ( 440, 'CREATE_METABIB_CLASS', oils_i18n_gettext( 440, 
1369     'CREATE_METABIB_CLASS', 'ppl', 'description' )),
1370  ( 441, 'CREATE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 441, 
1371     'CREATE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1372  ( 442, 'CREATE_USER_BTYPE', oils_i18n_gettext( 442, 
1373     'CREATE_USER_BTYPE', 'ppl', 'description' )),
1374  ( 443, 'DELETE_BIB_BTYPE', oils_i18n_gettext( 443, 
1375     'DELETE_BIB_BTYPE', 'ppl', 'description' )),
1376  ( 444, 'DELETE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 444, 
1377     'DELETE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1378  ( 445, 'DELETE_BIB_SOURCE', oils_i18n_gettext( 445, 
1379     'DELETE_BIB_SOURCE', 'ppl', 'description' )),
1380  ( 446, 'DELETE_BILLING_TYPE', oils_i18n_gettext( 446, 
1381     'DELETE_BILLING_TYPE', 'ppl', 'description' )),
1382  ( 447, 'DELETE_CN_BTYPE', oils_i18n_gettext( 447, 
1383     'DELETE_CN_BTYPE', 'ppl', 'description' )),
1384  ( 448, 'DELETE_COPY_BTYPE', oils_i18n_gettext( 448, 
1385     'DELETE_COPY_BTYPE', 'ppl', 'description' )),
1386  ( 449, 'DELETE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 449, 
1387     'DELETE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1388  ( 450, 'DELETE_INVOICE_METHOD', oils_i18n_gettext( 450, 
1389     'DELETE_INVOICE_METHOD', 'ppl', 'description' )),
1390  ( 451, 'DELETE_MERGE_PROFILE', oils_i18n_gettext( 451, 
1391     'DELETE_MERGE_PROFILE', 'ppl', 'description' )),
1392  ( 452, 'DELETE_METABIB_CLASS', oils_i18n_gettext( 452, 
1393     'DELETE_METABIB_CLASS', 'ppl', 'description' )),
1394  ( 453, 'DELETE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 453, 
1395     'DELETE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1396  ( 454, 'DELETE_USER_BTYPE', oils_i18n_gettext( 454, 
1397     'DELETE_USER_BTYPE', 'ppl', 'description' )),
1398  ( 455, 'MANAGE_CLAIM', oils_i18n_gettext( 455, 
1399     'MANAGE_CLAIM', 'ppl', 'description' )),
1400  ( 456, 'UPDATE_BIB_BTYPE', oils_i18n_gettext( 456, 
1401     'UPDATE_BIB_BTYPE', 'ppl', 'description' )),
1402  ( 457, 'UPDATE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 457, 
1403     'UPDATE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1404  ( 458, 'UPDATE_BIB_SOURCE', oils_i18n_gettext( 458, 
1405     'UPDATE_BIB_SOURCE', 'ppl', 'description' )),
1406  ( 459, 'UPDATE_BILLING_TYPE', oils_i18n_gettext( 459, 
1407     'UPDATE_BILLING_TYPE', 'ppl', 'description' )),
1408  ( 460, 'UPDATE_CN_BTYPE', oils_i18n_gettext( 460, 
1409     'UPDATE_CN_BTYPE', 'ppl', 'description' )),
1410  ( 461, 'UPDATE_COPY_BTYPE', oils_i18n_gettext( 461, 
1411     'UPDATE_COPY_BTYPE', 'ppl', 'description' )),
1412  ( 462, 'UPDATE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 462, 
1413     'UPDATE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1414  ( 463, 'UPDATE_INVOICE_METHOD', oils_i18n_gettext( 463, 
1415     'UPDATE_INVOICE_METHOD', 'ppl', 'description' )),
1416  ( 464, 'UPDATE_MERGE_PROFILE', oils_i18n_gettext( 464, 
1417     'UPDATE_MERGE_PROFILE', 'ppl', 'description' )),
1418  ( 465, 'UPDATE_METABIB_CLASS', oils_i18n_gettext( 465, 
1419     'UPDATE_METABIB_CLASS', 'ppl', 'description' )),
1420  ( 466, 'UPDATE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 466, 
1421     'UPDATE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1422  ( 467, 'UPDATE_USER_BTYPE', oils_i18n_gettext( 467, 
1423     'UPDATE_USER_BTYPE', 'ppl', 'description' )),
1424  ( 468, 'user_request.create', oils_i18n_gettext( 468, 
1425     'user_request.create', 'ppl', 'description' )),
1426  ( 469, 'user_request.delete', oils_i18n_gettext( 469, 
1427     'user_request.delete', 'ppl', 'description' )),
1428  ( 470, 'user_request.update', oils_i18n_gettext( 470, 
1429     'user_request.update', 'ppl', 'description' )),
1430  ( 471, 'user_request.view', oils_i18n_gettext( 471, 
1431     'user_request.view', 'ppl', 'description' )),
1432  ( 472, 'VIEW_ACQ_FUND_ALLOCATION_PERCENT', oils_i18n_gettext( 472, 
1433     'VIEW_ACQ_FUND_ALLOCATION_PERCENT', 'ppl', 'description' )),
1434  ( 473, 'VIEW_CIRC_MATRIX_MATCHPOINT', oils_i18n_gettext( 473, 
1435     'VIEW_CIRC_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1436  ( 474, 'VIEW_CLAIM', oils_i18n_gettext( 474, 
1437     'VIEW_CLAIM', 'ppl', 'description' )),
1438  ( 475, 'VIEW_GROUP_PENALTY_THRESHOLD', oils_i18n_gettext( 475, 
1439     'VIEW_GROUP_PENALTY_THRESHOLD', 'ppl', 'description' )),
1440  ( 476, 'VIEW_HOLD_MATRIX_MATCHPOINT', oils_i18n_gettext( 476, 
1441     'VIEW_HOLD_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1442  ( 477, 'VIEW_INVOICE', oils_i18n_gettext( 477, 
1443     'VIEW_INVOICE', 'ppl', 'description' )),
1444  ( 478, 'VIEW_MERGE_PROFILE', oils_i18n_gettext( 478, 
1445     'VIEW_MERGE_PROFILE', 'ppl', 'description' )),
1446  ( 479, 'VIEW_SERIAL_SUBSCRIPTION', oils_i18n_gettext( 479, 
1447     'VIEW_SERIAL_SUBSCRIPTION', 'ppl', 'description' )),
1448  ( 480, 'VIEW_STANDING_PENALTY', oils_i18n_gettext( 480, 
1449     'VIEW_STANDING_PENALTY', 'ppl', 'description' )),
1450  ( 481, 'ADMIN_SERIAL_CAPTION_PATTERN', oils_i18n_gettext( 481, 
1451     'ADMIN_SERIAL_CAPTION_PATTERN', 'ppl', 'description' )),
1452  ( 482, 'ADMIN_SERIAL_DISTRIBUTION', oils_i18n_gettext( 482, 
1453     'ADMIN_SERIAL_DISTRIBUTION', 'ppl', 'description' )),
1454  ( 483, 'ADMIN_SERIAL_STREAM', oils_i18n_gettext( 483, 
1455     'ADMIN_SERIAL_STREAM', 'ppl', 'description' )),
1456  ( 484, 'RECEIVE_SERIAL', oils_i18n_gettext(484,
1457         'Receive serial items', 'ppl', 'description')),
1458  ( 485, 'CREATE_VOLUME_SUFFIX', oils_i18n_gettext(485,
1459     'Create suffix label definition.', 'ppl', 'description')),
1460  ( 486, 'UPDATE_VOLUME_SUFFIX', oils_i18n_gettext(486,
1461     'Update suffix label definition.', 'ppl', 'description')),
1462  ( 487, 'DELETE_VOLUME_SUFFIX', oils_i18n_gettext(487,
1463     'Delete suffix label definition.', 'ppl', 'description')),
1464  ( 488, 'CREATE_VOLUME_PREFIX', oils_i18n_gettext(488,
1465     'Create prefix label definition.', 'ppl', 'description')),
1466  ( 489, 'UPDATE_VOLUME_PREFIX', oils_i18n_gettext(489,
1467     'Update prefix label definition.', 'ppl', 'description')),
1468  ( 490, 'DELETE_VOLUME_PREFIX', oils_i18n_gettext(490,
1469     'Delete prefix label definition.', 'ppl', 'description')),
1470  ( 491, 'CREATE_MONOGRAPH_PART', oils_i18n_gettext(491,
1471     'Create monograph part definition.', 'ppl', 'description')),
1472  ( 492, 'UPDATE_MONOGRAPH_PART', oils_i18n_gettext(492,
1473     'Update monograph part definition.', 'ppl', 'description')),
1474  ( 493, 'DELETE_MONOGRAPH_PART', oils_i18n_gettext(493,
1475     'Delete monograph part definition.', 'ppl', 'description')),
1476  ( 494, 'ADMIN_CODED_VALUE', oils_i18n_gettext(494,
1477     'Create/Update/Delete SVF Record Attribute Coded Value Map', 'ppl', 'description')),
1478  ( 495, 'ADMIN_SERIAL_ITEM', oils_i18n_gettext(495,
1479     'Create/Retrieve/Update/Delete Serial Item', 'ppl', 'description')),
1480  ( 496, 'ADMIN_SVF', oils_i18n_gettext(496,
1481     'Create/Update/Delete SVF Record Attribute Defintion', 'ppl', 'description')),
1482  ( 497, 'CREATE_BIB_PTYPE', oils_i18n_gettext(497,
1483     'Create Bibliographic Record Peer Type', 'ppl', 'description')),
1484  ( 498, 'CREATE_PURCHASE_REQUEST', oils_i18n_gettext(498,
1485     'Create User Purchase Request', 'ppl', 'description')),
1486  ( 499, 'DELETE_BIB_PTYPE', oils_i18n_gettext(499,
1487     'Delete Bibliographic Record Peer Type', 'ppl', 'description')),
1488  ( 500, 'MAP_MONOGRAPH_PART', oils_i18n_gettext(500,
1489     'Create/Update/Delete Copy Monograph Part Map', 'ppl', 'description')),
1490  ( 501, 'MARK_ITEM_MISSING_PIECES', oils_i18n_gettext(501,
1491     'Allows the Mark Item Missing Pieces action.', 'ppl', 'description')),
1492  ( 502, 'UPDATE_BIB_PTYPE', oils_i18n_gettext(502,
1493     'Update Bibliographic Record Peer Type', 'ppl', 'description')),
1494  ( 503, 'UPDATE_HOLD_REQUEST_TIME', oils_i18n_gettext(503,
1495     'Allows editing of a hold''s request time, and/or its Cut-in-line/Top-of-queue flag.', 'ppl', 'description')),
1496  ( 504, 'UPDATE_PICKLIST', oils_i18n_gettext(504,
1497     'Allows update/re-use of an acquisitions pick/selection list.', 'ppl', 'description')),
1498  ( 505, 'UPDATE_WORKSTATION', oils_i18n_gettext(505,
1499     'Allows update of a workstation during workstation registration override.', 'ppl', 'description')),
1500  ( 506, 'VIEW_USER_SETTING_TYPE', oils_i18n_gettext(506,
1501     'Allows viewing of configurable user setting types.', 'ppl', 'description')),
1502  ( 507, 'ABORT_TRANSIT_ON_LOST', oils_i18n_gettext(507,
1503     'Allows a user to abort a transit on a copy with status of LOST', 'ppl', 'description')),
1504  ( 508, 'ABORT_TRANSIT_ON_MISSING', oils_i18n_gettext(508,
1505     'Allows a user to abort a transit on a copy with status of MISSING', 'ppl', 'description')),
1506  ( 509, 'TRANSIT_CHECKIN_INTERVAL_BLOCK.override', oils_i18n_gettext(509,
1507     'Allows a user to override the TRANSIT_CHECKIN_INTERVAL_BLOCK event', 'ppl', 'description')),
1508  ( 510, 'UPDATE_PATRON_COLLECTIONS_EXEMPT', oils_i18n_gettext(510,
1509     'Allows a user to indicate that a patron is exempt from collections processing', 'ppl', 'description')),
1510  ( 511, 'PERSISTENT_LOGIN', oils_i18n_gettext( 511,
1511     'Allows a user to authenticate and get a long-lived session (length configured in opensrf.xml)', 'ppl', 'description' )),
1512  ( 512, 'ACQ_INVOICE_REOPEN', oils_i18n_gettext( 512,
1513     'Allows a user to reopen an Acquisitions invoice', 'ppl', 'description' )),
1514  ( 513, 'DEBUG_CLIENT', oils_i18n_gettext( 513,
1515     'Allows a user to use debug functions in the staff client', 'ppl', 'description' )),
1516  ( 514, 'UPDATE_PATRON_ACTIVE_CARD', oils_i18n_gettext( 514,
1517     'Allows a user to manually adjust a patron''s active cards', 'ppl', 'description')),
1518  ( 515, 'UPDATE_PATRON_PRIMARY_CARD', oils_i18n_gettext( 515,
1519     'Allows a user to manually adjust a patron''s primary card', 'ppl', 'description')),
1520  ( 516, 'CREATE_REPORT_TEMPLATE', oils_i18n_gettext( 516,
1521     'Allows a user to create report templates', 'ppl', 'description' )),
1522  ( 517, 'COPY_HOLDS_FORCE', oils_i18n_gettext( 517, 
1523     'Allow a user to place a force hold on a specific copy', 'ppl', 'description' )),
1524  ( 518, 'COPY_HOLDS_RECALL', oils_i18n_gettext( 518, 
1525     'Allow a user to place a cataloging recall on a specific copy', 'ppl', 'description' )),
1526  ( 519, 'ADMIN_SMS_CARRIER', oils_i18n_gettext( 519,
1527     'Allows a user to add/create/delete SMS Carrier entries.', 'ppl', 'description' )),
1528  ( 520, 'COPY_DELETE_WARNING.override', oils_i18n_gettext( 520,
1529     'Allow a user to override warnings about deleting copies in problematic situations.', 'ppl', 'description' )),
1530  ( 521, 'IMPORT_ACQ_LINEITEM_BIB_RECORD_UPLOAD', oils_i18n_gettext( 521,
1531     'Allows a user to create new bibs directly from an ACQ MARC file upload', 'ppl', 'description' )),
1532  ( 522, 'IMPORT_AUTHORITY_MARC', oils_i18n_gettext( 522,
1533     'Allows a user to create new authority records', 'ppl', 'description' )),
1534  ( 523, 'ADMIN_TOOLBAR', oils_i18n_gettext( 523,
1535     'Allows a user to create, edit, and delete custom toolbars', 'ppl', 'description' )),
1536  ( 524, 'PLACE_UNFILLABLE_HOLD', oils_i18n_gettext( 524,
1537     'Allows a user to place a hold that cannot currently be filled.', 'ppl', 'description' )),
1538  ( 525, 'CREATE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 525, 
1539     'User may set a default entry in a patron statistical category', 'ppl', 'description' )),
1540  ( 526, 'UPDATE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 526, 
1541     'User may reset a default entry in a patron statistical category', 'ppl', 'description' )),
1542  ( 527, 'DELETE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 527, 
1543     'User may unset a default entry in a patron statistical category', 'ppl', 'description' )),
1544  ( 528, 'ADMIN_ORG_UNIT_CUSTOM_TREE', oils_i18n_gettext( 528, 
1545     'User may update custom org unit trees', 'ppl', 'description' )),
1546  ( 529, 'ADMIN_IMPORT_MATCH_SET', oils_i18n_gettext( 529,
1547     'Allows a user to create/retrieve/update/delete vandelay match sets', 'ppl', 'description' )),
1548  ( 530, 'VIEW_IMPORT_MATCH_SET', oils_i18n_gettext( 530,
1549     'Allows a user to view vandelay match sets', 'ppl', 'description' )),
1550  ( 531, 'ADMIN_ADDRESS_ALERT', oils_i18n_gettext( 531,
1551     'Allows a user to create/retrieve/update/delete address alerts', 'ppl', 'description' )), 
1552  ( 532, 'VIEW_ADDRESS_ALERT', oils_i18n_gettext( 532,
1553     'Allows a user to view address alerts', 'ppl', 'description' )), 
1554  ( 533, 'ADMIN_COPY_LOCATION_GROUP', oils_i18n_gettext( 533,
1555     'Allows a user to create/retrieve/update/delete copy location groups', 'ppl', 'description' )), 
1556  ( 534, 'ADMIN_USER_ACTIVITY_TYPE', oils_i18n_gettext( 534,
1557     'Allows a user to create/retrieve/update/delete user activity types', 'ppl', 'description' )),
1558 ( 535, 'VIEW_TRIGGER_EVENT', oils_i18n_gettext( 535,
1559     'Allows a user to view circ- and hold-related action/trigger events', 'ppl', 'description')),
1560 ( 536, 'IMPORT_OVERLAY_COPY', oils_i18n_gettext( 536,
1561     'Allows a user to overlay copy data in MARC import', 'ppl', 'description')),
1562  ( 537, 'ADMIN_SEARCH_FILTER_GROUP', oils_i18n_gettext( 537,
1563     'Allows staff to manage search filter groups and entries', 'ppl', 'description' )),
1564  ( 538, 'VIEW_SEARCH_FILTER_GROUP', oils_i18n_gettext( 538,
1565     'Allows staff to view search filter groups and entries', 'ppl', 'description' )),
1566  ( 539, 'UPDATE_ORG_UNIT_SETTING.ui.hide_copy_editor_fields', oils_i18n_gettext( 539,
1567     'Allows staff to edit displayed copy editor fields', 'ppl', 'description' )),
1568  ( 540, 'ADMIN_TOOLBAR_FOR_ORG', oils_i18n_gettext( 540,
1569         'Allows a user to create, edit, and delete custom toolbars for org units', 'ppl', 'description')),
1570  ( 541, 'ADMIN_TOOLBAR_FOR_WORKSTATION', oils_i18n_gettext( 541,
1571         'Allows a user to create, edit, and delete custom toolbars for workstations', 'ppl', 'description')),
1572  ( 542, 'ADMIN_TOOLBAR_FOR_USER', oils_i18n_gettext( 542,
1573         'Allows a user to create, edit, and delete custom toolbars for users', 'ppl', 'description')),
1574  ( 543, 'URL_VERIFY', oils_i18n_gettext( 543, 
1575     'Allows a user to process and verify ULSs', 'ppl', 'description')),
1576  ( 544, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 544, 
1577     'Allows a user to configure URL verification org unit settings', 'ppl', 'description')),
1578  ( 545, 'SAVED_FILTER_DIALOG_FILTERS', oils_i18n_gettext( 545,
1579     'Allows users to save and load sets of filters for filter dialogs, available in certain staff interfaces', 'ppl', 'description')),
1580  ( 546, 'ADMIN_HOLD_CAPTURE_SORT', oils_i18n_gettext( 546,
1581         'Allows a user to make changes to best-hold selection sort order', 'ppl', 'description')),
1582  ( 547, 'ACQ_ADD_LINEITEM_IDENTIFIER', oils_i18n_gettext(547,
1583         'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description')),
1584  ( 548, 'ACQ_SET_LINEITEM_IDENTIFIER', oils_i18n_gettext(548,
1585         'Allows staff to change the lineitem identifier', 'ppl', 'description')),
1586  ( 549, 'COPY_STATUS_LONGOVERDUE.override', oils_i18n_gettext(549,
1587         'Allows the user to check-in long-overdue items, prompting ' ||
1588             'long-overdue check-in processing', 'ppl', 'code')), 
1589  ( 550, 'SET_CIRC_LONG_OVERDUE', oils_i18n_gettext(550,
1590         'Allows the user to mark a circulation as long-overdue', 'ppl', 'code')),
1591  ( 551, 'ADMIN_SERVER_ADDON_FOR_WORKSTATION', oils_i18n_gettext( 551,
1592         'Allows a user to specify which Server Add-ons get invoked at the current workstation', 'ppl', 'description')),
1593  ( 552, 'ADMIN_FLOAT_GROUPS', oils_i18n_gettext( 552,
1594     'Allows administration of floating groups', 'ppl', 'description' )),
1595  ( 553, 'UPDATE_ORG_UNIT_SETTING.circ.min_item_price', oils_i18n_gettext( 553,
1596     'UPDATE_ORG_UNIT_SETTING.circ.min_item_price', 'ppl', 'description' )),
1597  ( 554, 'UPDATE_ORG_UNIT_SETTING.circ.max_item_price', oils_i18n_gettext( 554,
1598     'UPDATE_ORG_UNIT_SETTING.circ.max_item_price', 'ppl', 'description' )),
1599  ( 555, 'group_application.user.staff.admin.system_admin', oils_i18n_gettext( 555, 
1600     'Allow a user to add/remove users to/from the "System Administrator" group', 'ppl', 'description' )),
1601  ( 556, 'group_application.user.staff.cat_admin', oils_i18n_gettext( 556, 
1602     'Allow a user to add/remove users to/from the "Cataloging Administrator" group', 'ppl', 'description' )),
1603  ( 557, 'group_application.user.staff.circ_admin', oils_i18n_gettext( 557, 
1604     'Allow a user to add/remove users to/from the "Circulation Administrator" group', 'ppl', 'description' )),
1605  ( 558, 'group_application.user.staff.data_review', oils_i18n_gettext( 558, 
1606     'Allow a user to add/remove users to/from the "Data Review" group', 'ppl', 'description' )),
1607  ( 559, 'group_application.user.staff.volunteers', oils_i18n_gettext( 559, 
1608     'Allow a user to add/remove users to/from the "Volunteers" group', 'ppl', 'description' ))
1609 ;
1610
1611 SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
1612
1613 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1614         (1, oils_i18n_gettext(1, 'Users', 'pgt', 'name'), NULL, NULL, '3 years', FALSE, 'group_application.user');
1615 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1616         (2, oils_i18n_gettext(2, 'Patrons', 'pgt', 'name'), 1, NULL, '3 years', TRUE, 'group_application.user.patron');
1617 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1618         (3, oils_i18n_gettext(3, 'Staff', 'pgt', 'name'), 1, NULL, '3 years', FALSE, 'group_application.user.staff');
1619 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1620         (4, oils_i18n_gettext(4, 'Catalogers', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.cat');
1621 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1622         (5, oils_i18n_gettext(5, 'Circulators', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.circ');
1623 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1624         (6, oils_i18n_gettext(6, 'Acquisitions', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.acq');
1625 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1626         (7, oils_i18n_gettext(7, 'Acquisitions Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.acq_admin');
1627 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1628         (8, oils_i18n_gettext(8, 'Cataloging Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.cat_admin');
1629 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1630         (9, oils_i18n_gettext(9, 'Circulation Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.circ_admin');
1631 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1632         (10, oils_i18n_gettext(10, 'Local Administrator', 'pgt', 'name'), 3, 
1633         oils_i18n_gettext(10, 'Can do anything at the Branch level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.local_admin');
1634 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1635         (11, oils_i18n_gettext(11, 'Serials', 'pgt', 'name'), 3, 
1636         oils_i18n_gettext(11, 'Serials (includes admin features)', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.serials');
1637 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1638         (12, oils_i18n_gettext(12, 'System Administrator', 'pgt', 'name'), 3, 
1639         oils_i18n_gettext(12, 'Can do anything at the System level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.system_admin');
1640 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1641         (13, oils_i18n_gettext(13, 'Global Administrator', 'pgt', 'name'), 3, 
1642         oils_i18n_gettext(13, 'Can do anything at the Consortium level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.global_admin');
1643 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1644         (14, oils_i18n_gettext(14, 'Data Review', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.data_review');
1645 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1646         (15, oils_i18n_gettext(15, 'Volunteers', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.volunteers');
1647
1648 SELECT SETVAL('permission.grp_tree_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_tree));
1649
1650 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1651     VALUES (1,1,1,10.0);
1652 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1653     VALUES (1,1,2,10.0);
1654 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1655     VALUES (1,1,3,10.0);
1656 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1657     VALUES (1,1,5,10.0);
1658
1659 SELECT SETVAL('permission.grp_penalty_threshold_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_penalty_threshold));
1660
1661
1662 -- Add basic user permissions to the Users group
1663
1664 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1665         SELECT
1666                 pgt.id, perm.id, aout.depth, FALSE
1667         FROM
1668                 permission.grp_tree pgt,
1669                 permission.perm_list perm,
1670                 actor.org_unit_type aout
1671         WHERE
1672                 pgt.name = 'Users' AND
1673                 aout.name = 'Consortium' AND
1674                 perm.code IN (
1675                         'COPY_CHECKIN',
1676                         'CREATE_MY_CONTAINER',
1677                         'CREATE_PURCHASE_REQUEST',
1678                         'MR_HOLDS',
1679                         'OPAC_LOGIN',
1680                         'PERSISTENT_LOGIN',
1681                         'RENEW_CIRC',
1682                         'TITLE_HOLDS',
1683                         'user_request.create'
1684                 );
1685
1686
1687 -- Add basic user permissions to the Data Review group
1688
1689 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1690         SELECT
1691                 pgt.id, perm.id, aout.depth, FALSE
1692         FROM
1693                 permission.grp_tree pgt,
1694                 permission.perm_list perm,
1695                 actor.org_unit_type aout
1696         WHERE
1697                 pgt.name = 'Data Review' AND
1698                 aout.name = 'Consortium' AND
1699                 perm.code IN (
1700                         'CREATE_COPY_TRANSIT',
1701                         'VIEW_BILLING_TYPE',
1702                         'VIEW_CIRCULATIONS',
1703                         'VIEW_COPY_NOTES',
1704                         'VIEW_HOLD',
1705                         'VIEW_ORG_SETTINGS',
1706                         'VIEW_TITLE_NOTES',
1707                         'VIEW_TRANSACTION',
1708                         'VIEW_USER',
1709                         'VIEW_USER_FINES_SUMMARY',
1710                         'VIEW_USER_TRANSACTIONS',
1711                         'VIEW_VOLUME_NOTES',
1712                         'VIEW_ZIP_DATA');
1713
1714 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1715         SELECT
1716                 pgt.id, perm.id, aout.depth, FALSE
1717         FROM
1718                 permission.grp_tree pgt,
1719                 permission.perm_list perm,
1720                 actor.org_unit_type aout
1721         WHERE
1722                 pgt.name = 'Data Review' AND
1723                 aout.name = 'System' AND
1724                 perm.code IN (
1725                         'COPY_CHECKOUT',
1726                         'COPY_HOLDS',
1727                         'CREATE_IN_HOUSE_USE',
1728                         'CREATE_TRANSACTION',
1729                         'OFFLINE_EXECUTE',
1730                         'OFFLINE_VIEW',
1731                         'STAFF_LOGIN',
1732                         'VOLUME_HOLDS');
1733
1734
1735 -- Add basic staff permissions to the Staff group
1736
1737 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1738         SELECT
1739                 pgt.id, perm.id, aout.depth, FALSE
1740         FROM
1741                 permission.grp_tree pgt,
1742                 permission.perm_list perm,
1743                 actor.org_unit_type aout
1744         WHERE
1745                 pgt.name = 'Staff' AND
1746                 aout.name = 'Consortium' AND
1747                 perm.code IN (
1748                         'CREATE_CONTAINER',
1749                         'CREATE_CONTAINER_ITEM',
1750                         'CREATE_COPY_TRANSIT',
1751                         'CREATE_HOLD_NOTIFICATION',
1752                         'CREATE_TRANSACTION',
1753                         'CREATE_TRANSIT',
1754                         'DELETE_CONTAINER',
1755                         'DELETE_CONTAINER_ITEM',
1756                         'group_application.user',
1757                         'group_application.user.patron',
1758                         'REGISTER_WORKSTATION',
1759                         'REMOTE_Z3950_QUERY',
1760                         'REQUEST_HOLDS',
1761                         'STAFF_LOGIN',
1762                         'TRANSIT_COPY',
1763                         'UPDATE_CONTAINER',
1764                         'VIEW_CONTAINER',
1765                         'VIEW_COPY_CHECKOUT_HISTORY',
1766                         'VIEW_COPY_NOTES',
1767                         'VIEW_HOLD',
1768                         'VIEW_HOLD_NOTIFICATION',
1769                         'VIEW_HOLD_PERMIT',
1770                         'VIEW_PERM_GROUPS',
1771                         'VIEW_PERMISSION',
1772                         'VIEW_TITLE_NOTES',
1773                         'VIEW_TRANSACTION',
1774                         'VIEW_USER_SETTING_TYPE',
1775                         'VIEW_VOLUME_NOTES'
1776                 );
1777
1778 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1779         SELECT
1780                 pgt.id, perm.id, aout.depth, FALSE
1781         FROM
1782                 permission.grp_tree pgt,
1783                 permission.perm_list perm,
1784                 actor.org_unit_type aout
1785         WHERE
1786                 pgt.name = 'Staff' AND
1787                 aout.name = 'System' AND
1788                 perm.code IN (
1789                         'CREATE_USER',
1790                         'UPDATE_USER',
1791                         'VIEW_BILLING_TYPE',
1792                         'VIEW_CIRCULATIONS',
1793                         'VIEW_ORG_SETTINGS',
1794                         'VIEW_PERMIT_CHECKOUT',
1795                         'VIEW_USER',
1796                         'VIEW_USER_FINES_SUMMARY',
1797                         'VIEW_USER_TRANSACTIONS');
1798
1799 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1800         SELECT
1801                 pgt.id, perm.id, aout.depth, FALSE
1802         FROM
1803                 permission.grp_tree pgt,
1804                 permission.perm_list perm,
1805                 actor.org_unit_type aout
1806         WHERE
1807                 pgt.name = 'Staff' AND
1808                 aout.name = 'Branch' AND
1809                 perm.code IN (
1810                         'CANCEL_HOLDS',
1811                         'COPY_CHECKOUT',
1812                         'COPY_HOLDS',
1813                         'COPY_TRANSIT_RECEIVE',
1814                         'CREATE_BILL',
1815                         'CREATE_IN_HOUSE_USE',
1816                         'CREATE_PAYMENT',
1817                         'RENEW_HOLD_OVERRIDE',
1818                         'UPDATE_COPY',
1819                         'UPDATE_VOLUME',
1820                         'ADMIN_TOOLBAR',
1821                         'VOLUME_HOLDS');
1822
1823
1824 -- Add basic cataloguing permissions to the Catalogers group
1825
1826 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1827         SELECT
1828                 pgt.id, perm.id, aout.depth, FALSE
1829         FROM
1830                 permission.grp_tree pgt,
1831                 permission.perm_list perm,
1832                 actor.org_unit_type aout
1833         WHERE
1834                 pgt.name = 'Catalogers' AND
1835                 aout.name = 'Consortium' AND
1836                 perm.code IN (
1837                         'ALLOW_ALT_TCN',
1838                         'CREATE_BIB_IMPORT_QUEUE',
1839                         'CREATE_IMPORT_ITEM',
1840                         'CREATE_MARC',
1841                         'CREATE_TITLE_NOTE',
1842                         'DELETE_BIB_IMPORT_QUEUE',
1843                         'DELETE_IMPORT_ITEM',
1844                         'DELETE_RECORD',
1845                         'DELETE_TITLE_NOTE',
1846                         'IMPORT_ACQ_LINEITEM_BIB_RECORD',
1847                         'IMPORT_MARC',
1848             'IMPORT_AUTHORITY_MARC',
1849                         'MERGE_AUTH_RECORDS',
1850                         'MERGE_BIB_RECORDS',
1851                         'UPDATE_AUTHORITY_IMPORT_QUEUE',
1852                         'UPDATE_AUTHORITY_RECORD_NOTE',
1853                         'UPDATE_BIB_IMPORT_QUEUE',
1854                         'UPDATE_MARC',
1855                         'UPDATE_RECORD',
1856                         'user_request.view',
1857                         'VIEW_AUTHORITY_RECORD_NOTES');
1858
1859 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1860         SELECT
1861                 pgt.id, perm.id, aout.depth, FALSE
1862         FROM
1863                 permission.grp_tree pgt,
1864                 permission.perm_list perm,
1865                 actor.org_unit_type aout
1866         WHERE
1867                 pgt.name = 'Catalogers' AND
1868                 aout.name = 'System' AND
1869                 perm.code IN (
1870                         'CREATE_COPY',
1871                         'CREATE_COPY_NOTE',
1872                         'CREATE_MFHD_RECORD',
1873                         'CREATE_VOLUME',
1874                         'CREATE_VOLUME_NOTE',
1875                         'DELETE_COPY',
1876                         'DELETE_COPY_NOTE',
1877                         'DELETE_MFHD_RECORD',
1878                         'DELETE_VOLUME',
1879                         'DELETE_VOLUME_NOTE',
1880                         'MAP_MONOGRAPH_PART',
1881                         'MARK_ITEM_AVAILABLE',
1882                         'MARK_ITEM_BINDERY',
1883                         'MARK_ITEM_CHECKED_OUT',
1884                         'MARK_ITEM_ILL',
1885                         'MARK_ITEM_IN_PROCESS',
1886                         'MARK_ITEM_IN_TRANSIT',
1887                         'MARK_ITEM_LOST',
1888                         'MARK_ITEM_MISSING',
1889                         'MARK_ITEM_ON_HOLDS_SHELF',
1890                         'MARK_ITEM_ON_ORDER',
1891                         'MARK_ITEM_RESHELVING',
1892                         'UPDATE_COPY',
1893                         'UPDATE_COPY_NOTE',
1894                         'UPDATE_IMPORT_ITEM',
1895                         'UPDATE_MFHD_RECORD',
1896                         'UPDATE_VOLUME',
1897                         'UPDATE_VOLUME_NOTE',
1898                         'VIEW_SERIAL_SUBSCRIPTION');
1899
1900
1901 -- Add advanced cataloguing permissions to the Cataloging Admin group
1902
1903 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1904         SELECT
1905                 pgt.id, perm.id, aout.depth, TRUE
1906         FROM
1907                 permission.grp_tree pgt,
1908                 permission.perm_list perm,
1909                 actor.org_unit_type aout
1910         WHERE
1911                 pgt.name = 'Cataloging Administrator' AND
1912                 aout.name = 'Consortium' AND
1913                 perm.code IN (
1914                         'ADMIN_IMPORT_ITEM_ATTR_DEF',
1915                         'ADMIN_MERGE_PROFILE',
1916                         'CREATE_AUTHORITY_IMPORT_IMPORT_DEF',
1917                         'CREATE_BIB_IMPORT_FIELD_DEF',
1918                         'CREATE_BIB_PTYPE',
1919                         'CREATE_BIB_SOURCE',
1920                         'CREATE_IMPORT_ITEM_ATTR_DEF',
1921                         'CREATE_IMPORT_TRASH_FIELD',
1922                         'CREATE_MERGE_PROFILE',
1923                         'CREATE_MONOGRAPH_PART',
1924                         'CREATE_VOLUME_PREFIX',
1925                         'CREATE_VOLUME_SUFFIX',
1926                         'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF',
1927                         'DELETE_BIB_PTYPE',
1928                         'DELETE_BIB_SOURCE',
1929                         'DELETE_IMPORT_ITEM_ATTR_DEF',
1930                         'DELETE_IMPORT_TRASH_FIELD',
1931                         'DELETE_MERGE_PROFILE',
1932                         'DELETE_MONOGRAPH_PART',
1933                         'DELETE_VOLUME_PREFIX',
1934                         'DELETE_VOLUME_SUFFIX',
1935                         'MAP_MONOGRAPH_PART',
1936                         'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF',
1937                         'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF',
1938                         'UPDATE_BIB_PTYPE',
1939                         'UPDATE_IMPORT_ITEM_ATTR_DEF',
1940                         'UPDATE_IMPORT_TRASH_FIELD',
1941                         'UPDATE_MERGE_PROFILE',
1942                         'UPDATE_MONOGRAPH_PART',
1943                         'UPDATE_VOLUME_PREFIX',
1944                         'UPDATE_VOLUME_SUFFIX'
1945                 );
1946
1947 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1948         SELECT
1949                 pgt.id, perm.id, aout.depth, TRUE
1950         FROM
1951                 permission.grp_tree pgt,
1952                 permission.perm_list perm,
1953                 actor.org_unit_type aout
1954         WHERE
1955                 pgt.name = 'Cataloging Administrator' AND
1956                 aout.name = 'System' AND
1957                 perm.code IN (
1958                         'CREATE_COPY_STAT_CAT',
1959                         'CREATE_COPY_STAT_CAT_ENTRY',
1960                         'CREATE_COPY_STAT_CAT_ENTRY_MAP',
1961                         'RUN_REPORTS',
1962                         'CREATE_REPORT_TEMPLATE',
1963                         'SHARE_REPORT_FOLDER',
1964                         'UPDATE_COPY_LOCATION',
1965                         'UPDATE_COPY_STAT_CAT',
1966                         'UPDATE_COPY_STAT_CAT_ENTRY',
1967                         'VIEW_REPORT_OUTPUT');
1968
1969
1970 -- Add basic circulation permissions to the Circulators group
1971
1972 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1973         SELECT
1974                 pgt.id, perm.id, aout.depth, FALSE
1975         FROM
1976                 permission.grp_tree pgt,
1977                 permission.perm_list perm,
1978                 actor.org_unit_type aout
1979         WHERE
1980                 pgt.name = 'Circulators' AND
1981                 aout.name = 'Branch' AND
1982                 perm.code IN (
1983                         'ADMIN_BOOKING_RESERVATION',
1984                         'ADMIN_BOOKING_RESOURCE',
1985                         'ADMIN_BOOKING_RESOURCE_ATTR',
1986                         'ADMIN_BOOKING_RESOURCE_ATTR_MAP',
1987                         'ADMIN_BOOKING_RESOURCE_ATTR_VALUE',
1988                         'ADMIN_BOOKING_RESOURCE_TYPE',
1989                         'ASSIGN_GROUP_PERM',
1990                         'MARK_ITEM_AVAILABLE',
1991                         'MARK_ITEM_BINDERY',
1992                         'MARK_ITEM_CHECKED_OUT',
1993                         'MARK_ITEM_ILL',
1994                         'MARK_ITEM_IN_PROCESS',
1995                         'MARK_ITEM_IN_TRANSIT',
1996                         'MARK_ITEM_LOST',
1997                         'MARK_ITEM_MISSING',
1998                         'MARK_ITEM_MISSING_PIECES',
1999                         'MARK_ITEM_ON_HOLDS_SHELF',
2000                         'MARK_ITEM_ON_ORDER',
2001                         'MARK_ITEM_RESHELVING',
2002                         'OFFLINE_UPLOAD',
2003                         'OFFLINE_VIEW',
2004                         'REMOVE_USER_GROUP_LINK',
2005                         'SET_CIRC_CLAIMS_RETURNED',
2006                         'SET_CIRC_CLAIMS_RETURNED.override',
2007                         'SET_CIRC_LOST',
2008                         'SET_CIRC_MISSING',
2009                         'UPDATE_BILL_NOTE',
2010                         'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT',
2011                         'UPDATE_PATRON_CLAIM_RETURN_COUNT',
2012                         'UPDATE_PAYMENT_NOTE',
2013                         'UPDATE_PICKUP_LIB FROM_TRANSIT',
2014                         'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF',
2015                         'VIEW_GROUP_PENALTY_THRESHOLD',
2016                         'VIEW_STANDING_PENALTY',
2017                         'VOID_BILLING',
2018                         'VOLUME_HOLDS');
2019
2020 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2021         SELECT
2022                 pgt.id, perm.id, aout.depth, FALSE
2023         FROM
2024                 permission.grp_tree pgt,
2025                 permission.perm_list perm,
2026                 actor.org_unit_type aout
2027         WHERE
2028                 pgt.name = 'Circulators' AND
2029                 aout.name = 'System' AND
2030                 perm.code IN (
2031                         'ABORT_REMOTE_TRANSIT',
2032                         'ABORT_TRANSIT',
2033                         'CAPTURE_RESERVATION',
2034                         'CIRC_CLAIMS_RETURNED.override',
2035                         'CIRC_EXCEEDS_COPY_RANGE.override',
2036                         'CIRC_OVERRIDE_DUE_DATE',
2037                         'CIRC_PERMIT_OVERRIDE',
2038                         'COPY_ALERT_MESSAGE.override',
2039                         'COPY_BAD_STATUS.override',
2040                         'COPY_CIRC_NOT_ALLOWED.override',
2041                         'COPY_IS_REFERENCE.override',
2042                         'COPY_NEEDED_FOR_HOLD.override',
2043                         'COPY_NOT_AVAILABLE.override',
2044                         'COPY_STATUS_LOST.override',
2045                         'COPY_STATUS_MISSING.override',
2046                         'CREATE_DUPLICATE_HOLDS',
2047                         'CREATE_USER_GROUP_LINK',
2048                         'DELETE_TRANSIT',
2049                         'HOLD_EXISTS.override',
2050                         'HOLD_ITEM_CHECKED_OUT.override',
2051                         'ISSUANCE_HOLDS',
2052                         'ITEM_AGE_PROTECTED.override',
2053                         'ITEM_ON_HOLDS_SHELF.override',
2054                         'MAX_RENEWALS_REACHED.override',
2055                         'OVERRIDE_HOLD_HAS_LOCAL_COPY',
2056                         'PATRON_EXCEEDS_CHECKOUT_COUNT.override',
2057                         'PATRON_EXCEEDS_FINES.override',
2058                         'PATRON_EXCEEDS_OVERDUE_COUNT.override',
2059                         'RETRIEVE_RESERVATION_PULL_LIST',
2060                         'UPDATE_HOLD');
2061
2062
2063 -- Add advanced circulation permissions to the Circulation Admin group
2064
2065 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2066         SELECT
2067                 pgt.id, perm.id, aout.depth, TRUE
2068         FROM
2069                 permission.grp_tree pgt,
2070                 permission.perm_list perm,
2071                 actor.org_unit_type aout
2072         WHERE
2073                 pgt.name = 'Circulation Administrator' AND
2074                 aout.name = 'Branch' AND
2075                 perm.code IN (
2076                         'DELETE_USER');
2077
2078 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2079         SELECT
2080                 pgt.id, perm.id, aout.depth, TRUE
2081         FROM
2082                 permission.grp_tree pgt,
2083                 permission.perm_list perm,
2084                 actor.org_unit_type aout
2085         WHERE
2086                 pgt.name = 'Circulation Administrator' AND
2087                 aout.name = 'Consortium' AND
2088                 perm.code IN (
2089                         'ADMIN_MAX_FINE_RULE',
2090                         'CREATE_CIRC_DURATION',
2091                         'DELETE_CIRC_DURATION',
2092                         'MARK_ITEM_MISSING_PIECES',
2093                         'UPDATE_CIRC_DURATION',
2094                         'UPDATE_HOLD_REQUEST_TIME',
2095                         'UPDATE_NET_ACCESS_LEVEL',
2096                         'VIEW_CIRC_MATRIX_MATCHPOINT',
2097             'ABORT_TRANSIT_ON_LOST', 
2098             'ABORT_TRANSIT_ON_MISSING',
2099             'UPDATE_PATRON_COLLECTIONS_EXEMPT',
2100                         'VIEW_HOLD_MATRIX_MATCHPOINT');
2101
2102 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2103         SELECT
2104                 pgt.id, perm.id, aout.depth, TRUE
2105         FROM
2106                 permission.grp_tree pgt,
2107                 permission.perm_list perm,
2108                 actor.org_unit_type aout
2109         WHERE
2110                 pgt.name = 'Circulation Administrator' AND
2111                 aout.name = 'System' AND
2112                 perm.code IN (
2113                         'ADMIN_BOOKING_RESERVATION',
2114                         'ADMIN_BOOKING_RESERVATION_ATTR_MAP',
2115                         'ADMIN_BOOKING_RESERVATION_ATTR_VALUE_MAP',
2116                         'ADMIN_BOOKING_RESOURCE',
2117                         'ADMIN_BOOKING_RESOURCE_ATTR',
2118                         'ADMIN_BOOKING_RESOURCE_ATTR_MAP',
2119                         'ADMIN_BOOKING_RESOURCE_ATTR_VALUE',
2120                         'ADMIN_BOOKING_RESOURCE_TYPE',
2121                         'ADMIN_COPY_LOCATION_ORDER',
2122                         'ADMIN_HOLD_CANCEL_CAUSE',
2123                         'ASSIGN_GROUP_PERM',
2124                         'BAR_PATRON',
2125                         'COPY_HOLDS',
2126                         'COPY_TRANSIT_RECEIVE',
2127                         'CREATE_BILL',
2128                         'CREATE_BILLING_TYPE',
2129                         'CREATE_NON_CAT_TYPE',
2130                         'CREATE_PATRON_STAT_CAT',
2131                         'CREATE_PATRON_STAT_CAT_ENTRY',
2132                         'CREATE_PATRON_STAT_CAT_ENTRY_DEFAULT',
2133                         'CREATE_PATRON_STAT_CAT_ENTRY_MAP',
2134                         'CREATE_USER_GROUP_LINK',
2135                         'DELETE_BILLING_TYPE',
2136                         'DELETE_NON_CAT_TYPE',
2137                         'DELETE_PATRON_STAT_CAT',
2138                         'DELETE_PATRON_STAT_CAT_ENTRY',
2139                         'DELETE_PATRON_STAT_CAT_ENTRY_DEFAULT',
2140                         'DELETE_PATRON_STAT_CAT_ENTRY_MAP',
2141                         'DELETE_TRANSIT',
2142                         'group_application.user.staff',
2143                         'MANAGE_BAD_DEBT',
2144                         'MARK_ITEM_AVAILABLE',
2145                         'MARK_ITEM_BINDERY',
2146                         'MARK_ITEM_CHECKED_OUT',
2147                         'MARK_ITEM_ILL',
2148                         'MARK_ITEM_IN_PROCESS',
2149                         'MARK_ITEM_IN_TRANSIT',
2150                         'MARK_ITEM_LOST',
2151                         'MARK_ITEM_MISSING',
2152                         'MARK_ITEM_ON_HOLDS_SHELF',
2153                         'MARK_ITEM_ON_ORDER',
2154                         'MARK_ITEM_RESHELVING',
2155                         'MERGE_USERS',
2156                         'money.collections_tracker.create',
2157                         'money.collections_tracker.delete',
2158                         'OFFLINE_EXECUTE',
2159                         'OFFLINE_UPLOAD',
2160                         'OFFLINE_VIEW',
2161                         'REMOVE_USER_GROUP_LINK',
2162                         'SET_CIRC_CLAIMS_RETURNED',
2163                         'SET_CIRC_CLAIMS_RETURNED.override',
2164                         'SET_CIRC_LOST',
2165                         'SET_CIRC_MISSING',
2166                         'UNBAR_PATRON',
2167                         'UPDATE_BILL_NOTE',
2168                         'UPDATE_NON_CAT_TYPE',
2169                         'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT',
2170                         'UPDATE_PATRON_CLAIM_RETURN_COUNT',
2171                         'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF',
2172                         'UPDATE_PICKUP_LIB_FROM_TRANSIT',
2173                         'UPDATE_USER',
2174                         'VIEW_REPORT_OUTPUT',
2175                         'VIEW_STANDING_PENALTY',
2176                         'VOID_BILLING',
2177             'TRANSIT_CHECKIN_INTERVAL_BLOCK.override',
2178                         'VOLUME_HOLDS');
2179
2180
2181 -- Add basic sys admin permissions to the Local Administrator group
2182
2183 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2184         SELECT
2185                 pgt.id, perm.id, aout.depth, TRUE
2186         FROM
2187                 permission.grp_tree pgt,
2188                 permission.perm_list perm,
2189                 actor.org_unit_type aout
2190         WHERE
2191                 pgt.name = 'Local Administrator' AND
2192                 aout.name = 'Branch' AND
2193                 perm.code IN (
2194                         'EVERYTHING');
2195
2196
2197 -- Add administration permissions to the System Administrator group
2198
2199 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2200         SELECT
2201                 pgt.id, perm.id, aout.depth, TRUE
2202         FROM
2203                 permission.grp_tree pgt,
2204                 permission.perm_list perm,
2205                 actor.org_unit_type aout
2206         WHERE
2207                 pgt.name = 'System Administrator' AND
2208                 aout.name = 'System' AND
2209                 perm.code IN (
2210                         'EVERYTHING');
2211
2212 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2213         SELECT
2214                 pgt.id, perm.id, aout.depth, FALSE
2215         FROM
2216                 permission.grp_tree pgt,
2217                 permission.perm_list perm,
2218                 actor.org_unit_type aout
2219         WHERE
2220                 pgt.name = 'System Administrator' AND
2221                 aout.name = 'Consortium' AND
2222                 perm.code ~ '^VIEW_TRIGGER';
2223
2224
2225 -- Add administration permissions to the Global Administrator group
2226
2227 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2228         SELECT
2229                 pgt.id, perm.id, aout.depth, TRUE
2230         FROM
2231                 permission.grp_tree pgt,
2232                 permission.perm_list perm,
2233                 actor.org_unit_type aout
2234         WHERE
2235                 pgt.name = 'Global Administrator' AND
2236                 aout.name = 'Consortium' AND
2237                 perm.code IN (
2238                         'EVERYTHING');
2239
2240
2241 -- Add basic acquisitions permissions to the Acquisitions group
2242
2243 SELECT SETVAL('permission.grp_perm_map_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_perm_map));
2244
2245 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2246         SELECT
2247                 pgt.id, perm.id, aout.depth, FALSE
2248         FROM
2249                 permission.grp_tree pgt,
2250                 permission.perm_list perm,
2251                 actor.org_unit_type aout
2252         WHERE
2253                 pgt.name = 'Acquisitions' AND
2254                 aout.name = 'Consortium' AND
2255                 perm.code IN (
2256                         'ALLOW_ALT_TCN',
2257                         'CREATE_BIB_IMPORT_QUEUE',
2258                         'CREATE_IMPORT_ITEM',
2259                         'CREATE_INVOICE',
2260                         'CREATE_MARC',
2261                         'CREATE_PICKLIST',
2262                         'CREATE_PURCHASE_ORDER',
2263                         'DELETE_BIB_IMPORT_QUEUE',
2264                         'DELETE_IMPORT_ITEM',
2265                         'DELETE_RECORD',
2266                         'DELETE_VOLUME',
2267                         'DELETE_VOLUME_NOTE',
2268                         'GENERAL_ACQ',
2269                         'IMPORT_ACQ_LINEITEM_BIB_RECORD',
2270                         'IMPORT_MARC',
2271                         'MANAGE_CLAIM',
2272                         'MANAGE_FUND',
2273                         'MANAGE_FUNDING_SOURCE',
2274                         'MANAGE_PROVIDER',
2275                         'MARK_ITEM_AVAILABLE',
2276                         'MARK_ITEM_BINDERY',
2277                         'MARK_ITEM_CHECKED_OUT',
2278                         'MARK_ITEM_ILL',
2279                         'MARK_ITEM_IN_PROCESS',
2280                         'MARK_ITEM_IN_TRANSIT',
2281                         'MARK_ITEM_LOST',
2282                         'MARK_ITEM_MISSING',
2283                         'MARK_ITEM_ON_HOLDS_SHELF',
2284                         'MARK_ITEM_ON_ORDER',
2285                         'MARK_ITEM_RESHELVING',
2286                         'RECEIVE_PURCHASE_ORDER',
2287                         'UPDATE_BATCH_COPY',
2288                         'UPDATE_BIB_IMPORT_QUEUE',
2289                         'UPDATE_COPY',
2290                         'UPDATE_FUND',
2291                         'UPDATE_FUND_ALLOCATION',
2292                         'UPDATE_FUNDING_SOURCE',
2293                         'UPDATE_IMPORT_ITEM',
2294                         'UPDATE_MARC',
2295                         'UPDATE_PICKLIST',
2296                         'UPDATE_RECORD',
2297                         'UPDATE_VOLUME',
2298                         'user_request.delete',
2299                         'user_request.update',
2300                         'user_request.view',
2301                         'VIEW_ACQ_FUND_ALLOCATION_PERCENT',
2302                         'VIEW_ACQ_FUNDING_SOURCE',
2303                         'VIEW_FUND',
2304                         'VIEW_FUND_ALLOCATION',
2305                         'VIEW_FUNDING_SOURCE',
2306                         'VIEW_HOLDS',
2307                         'VIEW_INVOICE',
2308                         'VIEW_ORG_SETTINGS',
2309                         'VIEW_PICKLIST',
2310                         'VIEW_PROVIDER',
2311                         'VIEW_PURCHASE_ORDER',
2312                         'VIEW_REPORT_OUTPUT');
2313
2314
2315 -- Add acquisitions administration permissions to the Acquisitions Admin group
2316
2317 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2318         SELECT
2319                 pgt.id, perm.id, aout.depth, TRUE
2320         FROM
2321                 permission.grp_tree pgt,
2322                 permission.perm_list perm,
2323                 actor.org_unit_type aout
2324         WHERE
2325                 pgt.name = 'Acquisitions Administrator' AND
2326                 aout.name = 'Consortium' AND
2327                 perm.code IN (
2328                         'ACQ_INVOICE_REOPEN',
2329                         'ACQ_XFER_MANUAL_DFUND_AMOUNT',
2330                         'ADMIN_ACQ_CANCEL_CAUSE',
2331                         'ADMIN_ACQ_CLAIM',
2332                         'ADMIN_ACQ_CLAIM_EVENT_TYPE',
2333                         'ADMIN_ACQ_CLAIM_TYPE',
2334                         'ADMIN_ACQ_DISTRIB_FORMULA',
2335                         'ADMIN_ACQ_FISCAL_YEAR',
2336                         'ADMIN_ACQ_FUND',
2337                         'ADMIN_ACQ_FUND_ALLOCATION_PERCENT',
2338                         'ADMIN_ACQ_FUND_TAG',
2339                         'ADMIN_ACQ_LINE_ITEM_ALERT_TEXT',
2340                         'ADMIN_CLAIM_POLICY',
2341                         'ADMIN_CURRENCY_TYPE',
2342                         'ADMIN_FUND',
2343                         'ADMIN_FUNDING_SOURCE',
2344                         'ADMIN_INVOICE',
2345                         'ADMIN_INVOICE_METHOD',
2346                         'ADMIN_INVOICE_PAYMENT_METHOD',
2347                         'ADMIN_LINEITEM_MARC_ATTR_DEF',
2348                         'ADMIN_PROVIDER',
2349                         'ADMIN_USER_REQUEST_TYPE',
2350                         'CREATE_ACQ_FUNDING_SOURCE',
2351                         'CREATE_FUND',
2352                         'CREATE_FUND_ALLOCATION',
2353                         'CREATE_FUNDING_SOURCE',
2354                         'CREATE_INVOICE_ITEM_TYPE',
2355                         'CREATE_INVOICE_METHOD',
2356                         'CREATE_PROVIDER',
2357                         'DELETE_ACQ_FUNDING_SOURCE',
2358                         'DELETE_FUND',
2359                         'DELETE_FUND_ALLOCATION',
2360                         'DELETE_FUNDING_SOURCE',
2361                         'DELETE_INVOICE_ITEM_TYPE',
2362                         'DELETE_INVOICE_METHOD',
2363                         'DELETE_PROVIDER',
2364                         'RUN_REPORTS',
2365                         'CREATE_REPORT_TEMPLATE',
2366                         'SHARE_REPORT_FOLDER',
2367                         'UPDATE_ACQ_FUNDING_SOURCE',
2368                         'UPDATE_INVOICE_ITEM_TYPE',
2369                         'UPDATE_INVOICE_METHOD',
2370                         'UPDATE_PICKLIST'
2371                 );
2372
2373 -- Add serials permissions to the Serials group
2374
2375 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2376         SELECT
2377                 pgt.id, perm.id, aout.depth, FALSE
2378         FROM
2379                 permission.grp_tree pgt,
2380                 permission.perm_list perm,
2381                 actor.org_unit_type aout
2382         WHERE
2383                 pgt.name = 'Serials' AND
2384                 aout.name = 'System' AND
2385                 perm.code IN (
2386                         'ADMIN_ASSET_COPY_TEMPLATE',
2387                         'ADMIN_SERIAL_CAPTION_PATTERN',
2388                         'ADMIN_SERIAL_DISTRIBUTION',
2389                         'ADMIN_SERIAL_ITEM',
2390                         'ADMIN_SERIAL_STREAM',
2391                         'ADMIN_SERIAL_SUBSCRIPTION',
2392                         'ISSUANCE_HOLDS',
2393                         'RECEIVE_SERIAL');
2394
2395
2396 -- Add basic staff permissions to the Volunteers group
2397
2398 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2399         SELECT
2400                 pgt.id, perm.id, aout.depth, FALSE
2401         FROM
2402                 permission.grp_tree pgt,
2403                 permission.perm_list perm,
2404                 actor.org_unit_type aout
2405         WHERE
2406                 pgt.name = 'Volunteers' AND
2407                 aout.name = 'Branch' AND
2408                 perm.code IN (
2409                         'COPY_CHECKOUT',
2410                         'CREATE_BILL',
2411                         'CREATE_IN_HOUSE_USE',
2412                         'CREATE_PAYMENT',
2413                         'VIEW_BILLING_TYPE',
2414                         'VIEW_CIRCS',
2415                         'VIEW_COPY_CHECKOUT',
2416                         'VIEW_HOLD',
2417                         'VIEW_TITLE_HOLDS',
2418                         'VIEW_TRANSACTION',
2419                         'VIEW_USER',
2420                         'VIEW_USER_FINES_SUMMARY',
2421                         'VIEW_USER_TRANSACTIONS');
2422
2423 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2424         SELECT
2425                 pgt.id, perm.id, aout.depth, FALSE
2426         FROM
2427                 permission.grp_tree pgt,
2428                 permission.perm_list perm,
2429                 actor.org_unit_type aout
2430         WHERE
2431                 pgt.name = 'Volunteers' AND
2432                 aout.name = 'Consortium' AND
2433                 perm.code IN (
2434                         'CREATE_COPY_TRANSIT',
2435                         'CREATE_TRANSACTION',
2436                         'CREATE_TRANSIT',
2437                         'STAFF_LOGIN',
2438                         'TRANSIT_COPY',
2439                         'VIEW_ORG_SETTINGS');
2440
2441
2442 -- Admin user account
2443 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 );
2444
2445 -- Admin user barcode
2446 INSERT INTO actor.card (usr, barcode) VALUES (1,md5(random()::text));
2447 UPDATE actor.usr SET card = (SELECT currval('actor.card_id_seq')) WHERE id = 1;
2448
2449 -- Admin user permissions
2450 INSERT INTO permission.usr_perm_map (usr,perm,depth) VALUES (1,-1,0);
2451
2452 -- Set a work_ou for the Administrator user
2453 INSERT INTO permission.usr_work_ou_map (usr, work_ou) VALUES (1, 1);
2454
2455 --010.schema.biblio.sql:
2456 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');
2457
2458 --040.schema.asset.sql:
2459 INSERT INTO asset.copy_location (id, name,owning_lib) VALUES (1, oils_i18n_gettext(1, 'Stacks', 'acpl', 'name'),1);
2460 SELECT SETVAL('asset.copy_location_id_seq'::TEXT, 100);
2461
2462 INSERT INTO asset.call_number_suffix (id, owning_lib, label) VALUES (-1, 1, '');
2463 INSERT INTO asset.call_number_prefix (id, owning_lib, label) VALUES (-1, 1, '');
2464 INSERT INTO asset.call_number VALUES (-1,1,NOW(),1,NOW(),-1,1,'UNCATALOGED');
2465
2466 --090.schema.action.sql
2467 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (1, oils_i18n_gettext(1, 'Untargeted expiration', 'ahrcc', 'label'));
2468 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (2, oils_i18n_gettext(2, 'Hold Shelf expiration', 'ahrcc', 'label'));
2469 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (3, oils_i18n_gettext(3, 'Patron via phone', 'ahrcc', 'label'));
2470 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (4, oils_i18n_gettext(4, 'Patron in person', 'ahrcc', 'label'));
2471 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (5, oils_i18n_gettext(5, 'Staff forced', 'ahrcc', 'label'));
2472 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (6, oils_i18n_gettext(6, 'Patron via OPAC', 'ahrcc', 'label'));
2473 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (7, oils_i18n_gettext(7, 'Patron via SIP', 'ahrcc', 'label'));
2474 SELECT SETVAL('action.hold_request_cancel_cause_id_seq', 100);
2475
2476
2477 -- circ matrix
2478 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);
2479
2480 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 
2481     ('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),
2482     ('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),
2483     ('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),
2484     ('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);
2485
2486 -- hold matrix - 110.hold_matrix.sql:
2487 INSERT INTO config.hold_matrix_matchpoint (requestor_grp) VALUES (1);
2488
2489 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
2490     ('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),
2491     ('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),
2492     ('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),
2493     ('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);
2494
2495 -- dynamic weight associations
2496 INSERT INTO config.weight_assoc(active, org_unit, circ_weights, hold_weights) VALUES
2497     (true, 1, 1, 1);
2498
2499 -- User setting types
2500 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2501     VALUES ('opac.default_font', TRUE,
2502     oils_i18n_gettext('opac.default_font', 'OPAC Font Size', 'cust', 'label'),
2503     oils_i18n_gettext('opac.default_font', 'OPAC Font Size', 'cust', 'description'),
2504     'string');
2505
2506 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2507     VALUES ('opac.default_search_depth', TRUE,
2508     oils_i18n_gettext('opac.default_search_depth', 'OPAC Search Depth', 'cust', 'label'),
2509     oils_i18n_gettext('opac.default_search_depth', 'OPAC Search Depth', 'cust', 'description'),
2510     'integer');
2511
2512 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2513     VALUES ('opac.default_search_location', TRUE,
2514     oils_i18n_gettext('opac.default_search_location', 'OPAC Search Location', 'cust', 'label'),
2515     oils_i18n_gettext('opac.default_search_location', 'OPAC Search Location', 'cust', 'description'),
2516     'integer');
2517
2518 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2519     VALUES ('opac.hits_per_page', TRUE,
2520     oils_i18n_gettext('opac.hits_per_page', 'Hits per Page', 'cust', 'label'),
2521     oils_i18n_gettext('opac.hits_per_page', 'Hits per Page', 'cust', 'description'),
2522     'string');
2523
2524 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2525     VALUES ('opac.hold_notify', TRUE,
2526     oils_i18n_gettext('opac.hold_notify', 'Hold Notification Format', 'cust', 'label'),
2527     oils_i18n_gettext('opac.hold_notify', 'Hold Notification Format', 'cust', 'description'),
2528     'string');
2529
2530 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2531     VALUES ('staff_client.catalog.record_view.default', TRUE,
2532     oils_i18n_gettext('staff_client.catalog.record_view.default', 'Default Record View', 'cust', 'label'),
2533     oils_i18n_gettext('staff_client.catalog.record_view.default', 'Default Record View', 'cust', 'description'),
2534     'string');
2535
2536 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2537     VALUES ('staff_client.copy_editor.templates', TRUE,
2538     oils_i18n_gettext('staff_client.copy_editor.templates', 'Copy Editor Template', 'cust', 'label'),
2539     oils_i18n_gettext('staff_client.copy_editor.templates', 'Copy Editor Template', 'cust', 'description'),
2540     'object');
2541
2542 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2543     VALUES ('circ.holds_behind_desk', FALSE,
2544     oils_i18n_gettext('circ.holds_behind_desk', 'Hold is behind Circ Desk', 'cust', 'label'),
2545     oils_i18n_gettext('circ.holds_behind_desk', 'Hold is behind Circ Desk', 'cust', 'description'),
2546     'bool');
2547
2548 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2549     VALUES ('opac.default_pickup_location', TRUE,
2550     oils_i18n_gettext('opac.default_pickup_location', 'Default Hold Pickup Location', 'cust', 'label'),
2551     oils_i18n_gettext('opac.default_pickup_location', 'Default location for holds pickup', 'cust', 'description'),
2552     'integer');
2553
2554 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2555     VALUES (
2556         'opac.lists_per_page',
2557         TRUE,
2558         oils_i18n_gettext(
2559             'opac.lists_per_page',
2560             'Lists per Page',
2561             'cust',
2562             'label'
2563         ),
2564         oils_i18n_gettext(
2565             'opac.lists_per_page',
2566             'A number designating the amount of lists displayed per page.',
2567             'cust',
2568             'description'
2569         ),
2570         'string'
2571     );
2572
2573 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2574     VALUES (
2575         'opac.list_items_per_page',
2576         TRUE,
2577         oils_i18n_gettext(
2578             'opac.list_items_per_page',
2579             'List Items per Page',
2580             'cust',
2581             'label'
2582         ),
2583         oils_i18n_gettext(
2584             'opac.list_items_per_page',
2585             'A number designating the amount of list items displayed per page of a selected list.',
2586             'cust',
2587             'description'
2588         ),
2589         'string'
2590     );
2591
2592 -- Add groups for org_unit settings
2593 INSERT INTO config.settings_group (name, label) VALUES
2594 ('acq', oils_i18n_gettext('config.settings_group.system', 'Acquisitions', 'coust', 'label')),
2595 ('sys', oils_i18n_gettext('config.settings_group.system', 'System', 'coust', 'label')),
2596 ('gui', oils_i18n_gettext('config.settings_group.gui', 'GUI', 'coust', 'label')),
2597 ('lib', oils_i18n_gettext('config.settings_group.lib', 'Library', 'coust', 'label')),
2598 ('sec', oils_i18n_gettext('config.settings_group.sec', 'Security', 'coust', 'label')),
2599 ('cat', oils_i18n_gettext('config.settings_group.cat', 'Cataloging', 'coust', 'label')),
2600 ('holds', oils_i18n_gettext('config.settings_group.holds', 'Holds', 'coust', 'label')),
2601 ('circ', oils_i18n_gettext('config.settings_group.circulation', 'Circulation', 'coust', 'label')),
2602 ('self', oils_i18n_gettext('config.settings_group.self', 'Self Check', 'coust', 'label')),
2603 ('opac', oils_i18n_gettext('config.settings_group.opac', 'OPAC', 'coust', 'label')),
2604 ('prog', oils_i18n_gettext('config.settings_group.program', 'Program', 'coust', 'label')),
2605 ('glob', oils_i18n_gettext('config.settings_group.global', 'Global', 'coust', 'label')),
2606 ('finance', oils_i18n_gettext('config.settings_group.finances', 'Finances', 'coust', 'label')),
2607 ('credit', oils_i18n_gettext('config.settings_group.ccp', 'Credit Card Processing', 'coust', 'label')),
2608 ('serial', oils_i18n_gettext('config.settings_group.serial', 'Serials', 'coust', 'label')),
2609 ('recall', oils_i18n_gettext('config.settings_group.recall', 'Recalls', 'coust', 'label')),
2610 ('booking', oils_i18n_gettext('config.settings_group.booking', 'Booking', 'coust', 'label')),
2611 ('offline', oils_i18n_gettext('config.settings_group.offline', 'Offline', 'coust', 'label')),
2612 ('receipt_template', oils_i18n_gettext('config.settings_group.receipt_template', 'Receipt Template', 'coust', 'label')),
2613 ('sms', oils_i18n_gettext('sms','SMS Text Messages','csg','label')),
2614 ('vandelay', oils_i18n_gettext('vandelay','Vandelay','coust','label'))
2615 ;
2616
2617
2618 INSERT INTO acq.user_request_type (id,label) VALUES (1, oils_i18n_gettext('1', 'Books', 'aurt', 'label'));
2619 INSERT INTO acq.user_request_type (id,label) VALUES (2, oils_i18n_gettext('2', 'Journal/Magazine & Newspaper Articles', 'aurt', 'label'));
2620 INSERT INTO acq.user_request_type (id,label) VALUES (3, oils_i18n_gettext('3', 'Audiobooks', 'aurt', 'label'));
2621 INSERT INTO acq.user_request_type (id,label) VALUES (4, oils_i18n_gettext('4', 'Music', 'aurt', 'label'));
2622 INSERT INTO acq.user_request_type (id,label) VALUES (5, oils_i18n_gettext('5', 'DVDs', 'aurt', 'label'));
2623
2624 SELECT SETVAL('acq.user_request_type_id_seq'::TEXT, 6);
2625
2626
2627 -- org_unit setting types
2628 INSERT into config.org_unit_setting_type
2629 ( name, grp, label, description, datatype, fm_class ) VALUES
2630
2631 ( 'acq.copy_creator_uses_receiver', 'acq',
2632     oils_i18n_gettext('acq.copy_creator_uses_receiver',
2633         'Set copy creator as receiver',
2634         'coust', 'label'),
2635     oils_i18n_gettext('acq.copy_creator_uses_receiver',
2636         'When receiving a copy in acquisitions, set the copy "creator" to be the staff that received the copy',
2637         'coust', 'description'),
2638     'bool', null)
2639
2640 ,( 'acq.default_circ_modifier', 'acq',
2641     oils_i18n_gettext('acq.default_circ_modifier',
2642         'Default circulation modifier',
2643         'coust', 'label'),
2644     oils_i18n_gettext('acq.default_circ_modifier',
2645         'Default circulation modifier',
2646         'coust', 'description'),
2647     'string', null)
2648
2649 ,( 'acq.default_copy_location', 'acq',
2650     oils_i18n_gettext('acq.default_copy_location',
2651         'Default copy location',
2652         'coust', 'label'),
2653     oils_i18n_gettext('acq.default_copy_location',
2654         'Default copy location',
2655         'coust', 'description'),
2656     'link', 'acpl')
2657
2658 ,( 'acq.fund.balance_limit.block', 'acq',
2659     oils_i18n_gettext('acq.fund.balance_limit.block',
2660         'Fund Spending Limit for Block',
2661         'coust', 'label'),
2662     oils_i18n_gettext('acq.fund.balance_limit.block',
2663         '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.',
2664         'coust', 'description'),
2665     'integer', null)
2666
2667 ,( 'acq.fund.balance_limit.warn', 'acq',
2668     oils_i18n_gettext('acq.fund.balance_limit.warn',
2669         'Fund Spending Limit for Warning',
2670         'coust', 'label'),
2671     oils_i18n_gettext('acq.fund.balance_limit.warn',
2672         '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.',
2673         'coust', 'description'),
2674     'integer', null)
2675
2676 ,( 'acq.holds.allow_holds_from_purchase_request', 'acq',
2677     oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
2678         'Allows patrons to create automatic holds from purchase requests.',
2679         'coust', 'label'),
2680     oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
2681         'Allows patrons to create automatic holds from purchase requests.',
2682         'coust', 'description'),
2683     'bool', null)
2684
2685 ,( 'acq.tmp_barcode_prefix', 'acq',
2686     oils_i18n_gettext('acq.tmp_barcode_prefix',
2687         'Temporary barcode prefix',
2688         'coust', 'label'),
2689     oils_i18n_gettext('acq.tmp_barcode_prefix',
2690         'Temporary barcode prefix',
2691         'coust', 'description'),
2692     'string', null)
2693
2694 ,( 'acq.tmp_callnumber_prefix', 'acq',
2695     oils_i18n_gettext('acq.tmp_callnumber_prefix',
2696         'Temporary call number prefix',
2697         'coust', 'label'),
2698     oils_i18n_gettext('acq.tmp_callnumber_prefix',
2699         'Temporary call number prefix',
2700         'coust', 'description'),
2701     'string', null)
2702
2703 ,( 'auth.opac_timeout', 'sec',
2704     oils_i18n_gettext('auth.opac_timeout',
2705         'OPAC Inactivity Timeout (in seconds)',
2706         'coust', 'label'),
2707     oils_i18n_gettext('auth.opac_timeout',
2708         'OPAC Inactivity Timeout (in seconds)',
2709         'coust', 'description'),
2710     'integer', null)
2711
2712 ,( 'auth.persistent_login_interval', 'sec',
2713     oils_i18n_gettext('auth.persistent_login_interval',
2714         'Persistent Login Duration',
2715         'coust', 'label'),
2716     oils_i18n_gettext('auth.persistent_login_interval',
2717         'How long a persistent login lasts.  E.g. ''2 weeks''',
2718         'coust', 'description'),
2719     'interval', null)
2720
2721 ,( 'auth.staff_timeout', 'sec',
2722     oils_i18n_gettext('auth.staff_timeout',
2723         'Staff Login Inactivity Timeout (in seconds)',
2724         'coust', 'label'),
2725     oils_i18n_gettext('auth.staff_timeout',
2726         'Staff Login Inactivity Timeout (in seconds)',
2727         'coust', 'description'),
2728     'integer', null)
2729
2730 ,( 'booking.allow_email_notify', 'booking',
2731     oils_i18n_gettext('booking.allow_email_notify',
2732         'Allow Email Notify',
2733         'coust', 'label'),
2734     oils_i18n_gettext('booking.allow_email_notify',
2735         'Permit email notification when a reservation is ready for pickup.',
2736         'coust', 'description'),
2737     'bool', null)
2738
2739 ,( 'cat.bib.alert_on_empty', 'gui',
2740     oils_i18n_gettext('cat.bib.alert_on_empty',
2741         'Alert on empty bib records',
2742         'coust', 'label'),
2743     oils_i18n_gettext('cat.bib.alert_on_empty',
2744         'Alert staff when the last copy for a record is being deleted',
2745         'coust', 'description'),
2746     'bool', null)
2747
2748 ,( 'cat.bib.delete_on_no_copy_via_acq_lineitem_cancel', 'cat',
2749     oils_i18n_gettext('cat.bib.delete_on_no_copy_via_acq_lineitem_cancel',
2750         'Delete bib if all copies are deleted via Acquisitions lineitem cancellation.',
2751         'coust', 'label'),
2752     oils_i18n_gettext('cat.bib.delete_on_no_copy_via_acq_lineitem_cancel',
2753         'Delete bib if all copies are deleted via Acquisitions lineitem cancellation.',
2754         'coust', 'description'),
2755     'bool', null)
2756
2757 ,( 'cat.bib.keep_on_empty', 'prog',
2758     oils_i18n_gettext('cat.bib.keep_on_empty',
2759         'Retain empty bib records',
2760         'coust', 'label'),
2761     oils_i18n_gettext('cat.bib.keep_on_empty',
2762         'Retain a bib record even when all attached copies are deleted',
2763         'coust', 'description'),
2764     'bool', null)
2765
2766 ,( 'cat.default_classification_scheme', 'cat',
2767     oils_i18n_gettext('cat.default_classification_scheme',
2768         'Default Classification Scheme',
2769         'coust', 'label'),
2770     oils_i18n_gettext('cat.default_classification_scheme',
2771         'Defines the default classification scheme for new call numbers: 1 = Generic; 2 = Dewey; 3 = LC',
2772         'coust', 'description'),
2773     'link', 'acnc')
2774
2775 ,( 'cat.default_copy_status_fast', 'cat',
2776     oils_i18n_gettext('cat.default_copy_status_fast',
2777         'Default copy status (fast add)',
2778         'coust', 'label'),
2779     oils_i18n_gettext('cat.default_copy_status_fast',
2780         'Default status when a copy is created using the "Fast Add" interface.',
2781         'coust', 'description'),
2782     'link', 'ccs')
2783
2784 ,( 'cat.default_copy_status_normal', 'cat',
2785     oils_i18n_gettext('cat.default_copy_status_normal',
2786         'Default copy status (normal)',
2787         'coust', 'label'),
2788     oils_i18n_gettext('cat.default_copy_status_normal',
2789         'Default status when a copy is created using the normal volume/copy creator interface.',
2790         'coust', 'description'),
2791     'link', 'ccs')
2792
2793 ,( 'cat.default_item_price', 'finance',
2794     oils_i18n_gettext('cat.default_item_price',
2795         'Default Item Price',
2796         'coust', 'label'),
2797     oils_i18n_gettext('cat.default_item_price',
2798         'Default Item Price',
2799         'coust', 'description'),
2800     'currency', null)
2801
2802 ,( 'circ.min_item_price', 'finance',
2803     oils_i18n_gettext('circ.min_item_price',
2804         'Minimum Item Price',
2805         'coust', 'label'),
2806     oils_i18n_gettext('circ.min_item_price',
2807         'When charging for lost items, charge this amount as a minimum.',
2808         'coust', 'description'),
2809     'currency', null)
2810
2811 ,( 'circ.max_item_price', 'finance',
2812     oils_i18n_gettext('circ.max_item_price',
2813         'Maximum Item Price',
2814         'coust', 'label'),
2815     oils_i18n_gettext('circ.max_item_price',
2816         'When charging for lost items, limit the charge to this as a maximum.',
2817         'coust', 'description'),
2818     'currency', null)
2819
2820 ,( 'cat.label.font.family', 'cat',
2821     oils_i18n_gettext('cat.label.font.family',
2822         'Spine and pocket label font family',
2823         'coust', 'label'),
2824     oils_i18n_gettext('cat.label.font.family',
2825         '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".',
2826         'coust', 'description'),
2827     'string', null)
2828
2829 ,( 'cat.label.font.size', 'cat',
2830     oils_i18n_gettext('cat.label.font.size',
2831         'Spine and pocket label font size',
2832         'coust', 'label'),
2833     oils_i18n_gettext('cat.label.font.size',
2834         'Set the default font size for spine and pocket labels',
2835         'coust', 'description'),
2836     'integer', null)
2837
2838 ,( 'cat.label.font.weight', 'cat',
2839     oils_i18n_gettext('cat.label.font.weight',
2840         'Spine and pocket label font weight',
2841         'coust', 'label'),
2842     oils_i18n_gettext('cat.label.font.weight',
2843         'Set the preferred font weight for spine and pocket labels. You can specify "normal", "bold", "bolder", or "lighter".',
2844         'coust', 'description'),
2845     'string', null)
2846
2847 ,( 'cat.marc_control_number_identifier', 'cat',
2848     oils_i18n_gettext('cat.marc_control_number_identifier',
2849         'Defines the control number identifier used in 003 and 035 fields.',
2850         'coust', 'label'),
2851     oils_i18n_gettext('cat.marc_control_number_identifier',
2852         'Cat: Defines the control number identifier used in 003 and 035 fields.',
2853         'coust', 'description'),
2854     'string', null)
2855
2856 ,( 'cat.spine.line.height', 'cat',
2857     oils_i18n_gettext('cat.spine.line.height',
2858         'Spine label maximum lines',
2859         'coust', 'label'),
2860     oils_i18n_gettext('cat.spine.line.height',
2861         'Set the default maximum number of lines for spine labels.',
2862         'coust', 'description'),
2863     'integer', null)
2864
2865 ,( 'cat.spine.line.margin', 'cat',
2866     oils_i18n_gettext('cat.spine.line.margin',
2867         'Spine label left margin',
2868         'coust', 'label'),
2869     oils_i18n_gettext('cat.spine.line.margin',
2870         'Set the left margin for spine labels in number of characters.',
2871         'coust', 'description'),
2872     'integer', null)
2873
2874 ,( 'cat.spine.line.width', 'cat',
2875     oils_i18n_gettext('cat.spine.line.width',
2876         'Spine label line width',
2877         'coust', 'label'),
2878     oils_i18n_gettext('cat.spine.line.width',
2879         'Set the default line width for spine labels in number of characters. This specifies the boundary at which lines must be wrapped.',
2880         'coust', 'description'),
2881     'integer', null)
2882
2883 ,( 'cat.volume.delete_on_empty', 'cat',
2884     oils_i18n_gettext('cat.volume.delete_on_empty',
2885         'Delete volume with last copy',
2886         'coust', 'label'),
2887     oils_i18n_gettext('cat.volume.delete_on_empty',
2888         'Automatically delete a volume when the last linked copy is deleted',
2889         'coust', 'description'),
2890     'bool', null)
2891
2892 ,( 'circ.auto_hide_patron_summary', 'gui',
2893     oils_i18n_gettext('circ.auto_hide_patron_summary',
2894         'Toggle off the patron summary sidebar after first view.',
2895         'coust', 'label'),
2896     oils_i18n_gettext('circ.auto_hide_patron_summary',
2897         'When true, the patron summary sidebar will collapse after a new patron sub-interface is selected.',
2898         'coust', 'description'),
2899     'bool', null)
2900
2901 ,( 'circ.block_renews_for_holds', 'holds',
2902     oils_i18n_gettext('circ.block_renews_for_holds',
2903         'Block Renewal of Items Needed for Holds',
2904         'coust', 'label'),
2905     oils_i18n_gettext('circ.block_renews_for_holds',
2906         'When an item could fulfill a hold, do not allow the current patron to renew',
2907         'coust', 'description'),
2908     'bool', null)
2909
2910 ,( 'circ.booking_reservation.default_elbow_room', 'booking',
2911     oils_i18n_gettext('circ.booking_reservation.default_elbow_room',
2912         'Booking elbow room',
2913         'coust', 'label'),
2914     oils_i18n_gettext('circ.booking_reservation.default_elbow_room',
2915         '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.',
2916         'coust', 'description'),
2917     'interval', null)
2918
2919 ,( 'circ.charge_lost_on_zero', 'finance',
2920     oils_i18n_gettext('circ.charge_lost_on_zero',
2921         'Charge lost on zero',
2922         'coust', 'label'),
2923     oils_i18n_gettext('circ.charge_lost_on_zero',
2924         'Charge lost on zero',
2925         'coust', 'description'),
2926     'bool', null)
2927
2928 ,( 'circ.charge_on_damaged', 'finance',
2929     oils_i18n_gettext('circ.charge_on_damaged',
2930         'Charge item price when marked damaged',
2931         'coust', 'label'),
2932     oils_i18n_gettext('circ.charge_on_damaged',
2933         'Charge item price when marked damaged',
2934         'coust', 'description'),
2935     'bool', null)
2936
2937 ,( 'circ.checkout_auto_renew_age', 'circ',
2938     oils_i18n_gettext('circ.checkout_auto_renew_age',
2939         'Checkout auto renew age',
2940         'coust', 'label'),
2941     oils_i18n_gettext('circ.checkout_auto_renew_age',
2942         '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',
2943         'coust', 'description'),
2944     'interval', null)
2945
2946 ,( 'circ.checkout_fills_related_hold', 'circ',
2947     oils_i18n_gettext('circ.checkout_fills_related_hold',
2948         'Checkout Fills Related Hold',
2949         'coust', 'label'),
2950     oils_i18n_gettext('circ.checkout_fills_related_hold',
2951         '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',
2952         'coust', 'description'),
2953     'bool', null)
2954
2955 ,( 'circ.checkout_fills_related_hold_exact_match_only', 'circ',
2956     oils_i18n_gettext('circ.checkout_fills_related_hold_exact_match_only',
2957         'Checkout Fills Related Hold On Valid Copy Only',
2958         'coust', 'label'),
2959     oils_i18n_gettext('circ.checkout_fills_related_hold_exact_match_only',
2960         '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.',
2961         'coust', 'description'),
2962     'bool', null)
2963
2964 ,( 'circ.claim_never_checked_out.mark_missing', 'lib',
2965     oils_i18n_gettext('circ.claim_never_checked_out.mark_missing',
2966         'Claim Never Checked Out: Mark copy as missing',
2967         'coust', 'label'),
2968     oils_i18n_gettext('circ.claim_never_checked_out.mark_missing',
2969         'When a circ is marked as claims-never-checked-out, mark the copy as missing',
2970         'coust', 'description'),
2971     'bool', null)
2972
2973 ,( 'circ.claim_return.copy_status', 'lib',
2974     oils_i18n_gettext('circ.claim_return.copy_status',
2975         'Claim Return Copy Status',
2976         'coust', 'label'),
2977     oils_i18n_gettext('circ.claim_return.copy_status',
2978         'Claims returned copies are put into this status.  Default is to leave the copy in the Checked Out status',
2979         'coust', 'description'),
2980     'link', 'ccs')
2981
2982 ,( 'circ.damaged.void_ovedue', 'lib',
2983     oils_i18n_gettext('circ.damaged.void_ovedue',
2984         'Mark item damaged voids overdues',
2985         'coust', 'label'),
2986     oils_i18n_gettext('circ.damaged.void_ovedue',
2987         'When an item is marked damaged, overdue fines on the most recent circulation are voided.',
2988         'coust', 'description'),
2989     'bool', null)
2990
2991 ,( 'circ.damaged_item_processing_fee', 'finance',
2992     oils_i18n_gettext('circ.damaged_item_processing_fee',
2993         'Charge processing fee for damaged items',
2994         'coust', 'label'),
2995     oils_i18n_gettext('circ.damaged_item_processing_fee',
2996         'Charge processing fee for damaged items',
2997         'coust', 'description'),
2998     'currency', null)
2999
3000 ,( 'circ.do_not_tally_claims_returned', 'circ',
3001     oils_i18n_gettext('circ.do_not_tally_claims_returned',
3002         'Do not include outstanding Claims Returned circulations in lump sum tallies in Patron Display.',
3003         'coust', 'label'),
3004     oils_i18n_gettext('circ.do_not_tally_claims_returned',
3005         '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.',
3006         'coust', 'description'),
3007     'bool', null)
3008
3009 ,('circ.tally_lost', 'circ',
3010     oils_i18n_gettext(
3011         'circ.tally_lost',
3012         'Include Lost circulations in lump sum tallies in Patron Display.',
3013         'coust',
3014         'label'),
3015     oils_i18n_gettext(
3016         'circ.tally_lost',
3017         '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.',
3018         'coust',
3019         'description'),
3020     'bool', null)
3021
3022 ,( 'circ.grace.extend', 'circ',
3023     oils_i18n_gettext('circ.grace.extend',
3024         'Auto-Extend Grace Periods',
3025         'coust', 'label'),
3026     oils_i18n_gettext('circ.grace.extend',
3027         '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.',
3028         'coust', 'description'),
3029     'bool', null)
3030
3031 ,( 'circ.grace.extend.all', 'circ',
3032     oils_i18n_gettext('circ.grace.extend.all',
3033         'Auto-Extending Grace Periods extend for all closed dates',
3034         'coust', 'label'),
3035     oils_i18n_gettext('circ.grace.extend.all',
3036         '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".',
3037         'coust', 'description'),
3038     'bool', null)
3039
3040 ,( 'circ.grace.extend.into_closed', 'circ',
3041     oils_i18n_gettext('circ.grace.extend.into_closed',
3042         'Auto-Extending Grace Periods include trailing closed dates',
3043         'coust', 'label'),
3044     oils_i18n_gettext('circ.grace.extend.into_closed',
3045          '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.',
3046         'coust', 'description'),
3047     'bool', null)
3048
3049 ,( 'circ.hold_boundary.hard', 'holds',
3050     oils_i18n_gettext('circ.hold_boundary.hard',
3051         'Hard boundary',
3052         'coust', 'label'),
3053     oils_i18n_gettext('circ.hold_boundary.hard',
3054         'Holds: Hard boundary',
3055         'coust', 'description'),
3056     'integer', null)
3057
3058 ,( 'circ.hold_boundary.soft', 'holds',
3059     oils_i18n_gettext('circ.hold_boundary.soft',
3060         'Soft boundary',
3061         'coust', 'label'),
3062     oils_i18n_gettext('circ.hold_boundary.soft',
3063         'Holds: Soft boundary',
3064         'coust', 'description'),
3065     'integer', null)
3066
3067 ,( 'circ.hold_expire_alert_interval', 'holds',
3068     oils_i18n_gettext('circ.hold_expire_alert_interval',
3069         'Expire Alert Interval',
3070         'coust', 'label'),
3071     oils_i18n_gettext('circ.hold_expire_alert_interval',
3072         'Amount of time before a hold expires at which point the patron should be alerted. Examples: "5 days", "1 hour"',
3073         'coust', 'description'),
3074     'interval', null)
3075
3076 ,( 'circ.hold_expire_interval', 'holds',
3077     oils_i18n_gettext('circ.hold_expire_interval',
3078         'Expire Interval',
3079         'coust', 'label'),
3080     oils_i18n_gettext('circ.hold_expire_interval',
3081         'Amount of time after a hold is placed before the hold expires.  Example "100 days"',
3082         'coust', 'description'),
3083     'interval', null)
3084
3085 ,( 'circ.hold_shelf_status_delay', 'circ',
3086     oils_i18n_gettext('circ.hold_shelf_status_delay',
3087         'Hold Shelf Status Delay',
3088         'coust', 'label'),
3089     oils_i18n_gettext('circ.hold_shelf_status_delay',
3090         '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"',
3091         'coust', 'description'),
3092     'interval', null)
3093
3094 ,( 'circ.hold_stalling.soft', 'holds',
3095     oils_i18n_gettext('circ.hold_stalling.soft',
3096         'Soft stalling interval',
3097         'coust', 'label'),
3098     oils_i18n_gettext('circ.hold_stalling.soft',
3099         'How long to wait before allowing remote items to be opportunistically captured for a hold.  Example "5 days"',
3100         'coust', 'description'),
3101     'interval', null)
3102
3103 ,( 'circ.hold_stalling_hard', 'holds',
3104     oils_i18n_gettext('circ.hold_stalling_hard',
3105         'Hard stalling interval',
3106         'coust', 'label'),
3107     oils_i18n_gettext('circ.hold_stalling_hard',
3108         'Holds: Hard stalling interval',
3109         'coust', 'description'),
3110     'interval', null)
3111
3112 ,( 'circ.holds.age_protect.active_date', 'holds',
3113     oils_i18n_gettext('circ.holds.age_protect.active_date',
3114         'Use Active Date for Age Protection',
3115         'coust', 'label'),
3116     oils_i18n_gettext('circ.holds.age_protect.active_date',
3117         'When calculating age protection rules use the active date instead of the creation date.',
3118         'coust', 'description'),
3119     'bool', null)
3120
3121 ,( 'circ.holds.behind_desk_pickup_supported', 'holds',
3122     oils_i18n_gettext('circ.holds.behind_desk_pickup_supported',
3123         'Behind Desk Pickup Supported',
3124         'coust', 'label'),
3125     oils_i18n_gettext('circ.holds.behind_desk_pickup_supported',
3126         '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',
3127         'coust', 'description'),
3128     'bool', null)
3129
3130 ,( 'circ.holds.canceled.display_age', 'holds',
3131     oils_i18n_gettext('circ.holds.canceled.display_age',
3132         'Canceled holds display age',
3133         'coust', 'label'),
3134     oils_i18n_gettext('circ.holds.canceled.display_age',
3135         'Show all canceled holds that were canceled within this amount of time',
3136         'coust', 'description'),
3137     'interval', null)
3138
3139 ,( 'circ.holds.canceled.display_count', 'holds',
3140     oils_i18n_gettext('circ.holds.canceled.display_count',
3141         'Canceled holds display count',
3142         'coust', 'label'),
3143     oils_i18n_gettext('circ.holds.canceled.display_count',
3144         'How many canceled holds to show in patron holds interfaces',
3145         'coust', 'description'),
3146     'integer', null)
3147
3148 ,( 'circ.holds.clear_shelf.copy_status', 'holds',
3149     oils_i18n_gettext('circ.holds.clear_shelf.copy_status',
3150         'Clear shelf copy status',
3151         'coust', 'label'),
3152     oils_i18n_gettext('circ.holds.clear_shelf.copy_status',
3153         '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',
3154         'coust', 'description'),
3155     'link', 'ccs')
3156
3157 ,( 'circ.holds.default_estimated_wait_interval', 'holds',
3158     oils_i18n_gettext('circ.holds.default_estimated_wait_interval',
3159         'Default Estimated Wait',
3160         'coust', 'label'),
3161     oils_i18n_gettext('circ.holds.default_estimated_wait_interval',
3162         '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"',
3163         'coust', 'description'),
3164     'interval', null)
3165
3166 ,( 'circ.holds.default_shelf_expire_interval', 'holds',
3167     oils_i18n_gettext('circ.holds.default_shelf_expire_interval',
3168         'Default hold shelf expire interval',
3169         'coust', 'label'),
3170     oils_i18n_gettext('circ.holds.default_shelf_expire_interval',
3171         'The amount of time an item will be held on the shelf before the hold expires. For example: "2 weeks" or "5 days"',
3172         'coust', 'description'),
3173     'interval', null)
3174
3175 ,( 'circ.holds.expired_patron_block', 'circ',
3176     oils_i18n_gettext('circ.holds.expired_patron_block',
3177         'Block hold request if hold recipient privileges have expired',
3178         'coust', 'label'),
3179     oils_i18n_gettext('circ.holds.expired_patron_block',
3180         'Block hold request if hold recipient privileges have expired',
3181         'coust', 'description'),
3182     'bool', null)
3183
3184 ,( 'circ.holds.hold_has_copy_at.alert', 'holds',
3185     oils_i18n_gettext('circ.holds.hold_has_copy_at.alert',
3186         'Has Local Copy Alert',
3187         'coust', 'label'),
3188     oils_i18n_gettext('circ.holds.hold_has_copy_at.alert',
3189         'If there is an available copy at the requesting library that could fulfill a hold during hold placement time, alert the patron',
3190         'coust', 'description'),
3191     'bool', null)
3192
3193 ,( 'circ.holds.hold_has_copy_at.block', 'holds',
3194     oils_i18n_gettext('circ.holds.hold_has_copy_at.block',
3195         'Has Local Copy Block',
3196         'coust', 'label'),
3197     oils_i18n_gettext('circ.holds.hold_has_copy_at.block',
3198         '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',
3199         'coust', 'description'),
3200     'bool', null)
3201
3202 ,( 'circ.holds.max_org_unit_target_loops', 'holds',
3203     oils_i18n_gettext('circ.holds.max_org_unit_target_loops',
3204         'Maximum library target attempts',
3205         'coust', 'label'),
3206     oils_i18n_gettext('circ.holds.max_org_unit_target_loops',
3207         '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',
3208         'coust', 'description'),
3209     'integer', null)
3210
3211 ,( 'circ.holds.min_estimated_wait_interval', 'holds',
3212     oils_i18n_gettext('circ.holds.min_estimated_wait_interval',
3213         'Minimum Estimated Wait',
3214         'coust', 'label'),
3215     oils_i18n_gettext('circ.holds.min_estimated_wait_interval',
3216         '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"',
3217         'coust', 'description'),
3218     'interval', null)
3219
3220 ,( 'circ.holds.org_unit_target_weight', 'holds',
3221     oils_i18n_gettext('circ.holds.org_unit_target_weight',
3222         'Org Unit Target Weight',
3223         'coust', 'label'),
3224     oils_i18n_gettext('circ.holds.org_unit_target_weight',
3225         '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.',
3226         'coust', 'description'),
3227     'integer', null)
3228
3229 ,( 'circ.holds.recall_fine_rules', 'recall',
3230     oils_i18n_gettext('circ.holds.recall_fine_rules',
3231         'An array of fine amount, fine interval, and maximum fine.',
3232         'coust', 'label'),
3233     oils_i18n_gettext('circ.holds.recall_fine_rules',
3234         '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]',
3235         'coust', 'description'),
3236     'array', null)
3237
3238 ,( 'circ.holds.recall_return_interval', 'recall',
3239     oils_i18n_gettext('circ.holds.recall_return_interval',
3240         'Truncated loan period.',
3241         'coust', 'label'),
3242     oils_i18n_gettext('circ.holds.recall_return_interval',
3243         'Recalls: When a recall is triggered, this defines the adjusted loan period for the item. For example, "4 days" or "1 week".',
3244         'coust', 'description'),
3245     'interval', null)
3246
3247 ,( 'circ.holds.recall_threshold', 'recall',
3248     oils_i18n_gettext('circ.holds.recall_threshold',
3249         'Circulation duration that triggers a recall.',
3250         'coust', 'label'),
3251     oils_i18n_gettext('circ.holds.recall_threshold',
3252         '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".',
3253         'coust', 'description'),
3254     'interval', null)
3255
3256 ,( 'circ.holds.target_holds_by_org_unit_weight', 'holds',
3257     oils_i18n_gettext('circ.holds.target_holds_by_org_unit_weight',
3258         'Use weight-based hold targeting',
3259         'coust', 'label'),
3260     oils_i18n_gettext('circ.holds.target_holds_by_org_unit_weight',
3261         'Use library weight based hold targeting',
3262         'coust', 'description'),
3263     'bool', null)
3264
3265 ,( 'circ.holds.target_skip_me', 'holds',
3266     oils_i18n_gettext('circ.holds.target_skip_me',
3267         'Skip For Hold Targeting',
3268         'coust', 'label'),
3269     oils_i18n_gettext('circ.holds.target_skip_me',
3270         'When true, don''t target any copies at this org unit for holds',
3271         'coust', 'description'),
3272     'bool', null)
3273
3274 ,( 'circ.holds.uncancel.reset_request_time', 'holds',
3275     oils_i18n_gettext('circ.holds.uncancel.reset_request_time',
3276         'Reset request time on un-cancel',
3277         'coust', 'label'),
3278     oils_i18n_gettext('circ.holds.uncancel.reset_request_time',
3279         'When a hold is uncanceled, reset the request time to push it to the end of the queue',
3280         'coust', 'description'),
3281     'bool', null)
3282
3283 ,( 'circ.holds_fifo', 'holds',
3284     oils_i18n_gettext('circ.holds_fifo',
3285         'FIFO',
3286         'coust', 'label'),
3287     oils_i18n_gettext('circ.holds_fifo',
3288         'Force holds to a more strict First-In, First-Out capture',
3289         'coust', 'description'),
3290     'bool', null)
3291
3292 ,( 'circ.item_checkout_history.max', 'gui',
3293     oils_i18n_gettext('circ.item_checkout_history.max',
3294         'Maximum previous checkouts displayed',
3295         'coust', 'label'),
3296     oils_i18n_gettext('circ.item_checkout_history.max',
3297         'This is the maximum number of previous circulations the staff client will display when investigating item details',
3298         'coust', 'description'),
3299     'integer', null)
3300
3301 ,( 'circ.lost.generate_overdue_on_checkin', 'circ',
3302     oils_i18n_gettext('circ.lost.generate_overdue_on_checkin',
3303         'Lost Checkin Generates New Overdues',
3304         'coust', 'label'),
3305     oils_i18n_gettext('circ.lost.generate_overdue_on_checkin',
3306         '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',
3307         'coust', 'description'),
3308     'bool', null)
3309
3310 ,( 'circ.lost_immediately_available', 'circ',
3311     oils_i18n_gettext('circ.lost_immediately_available',
3312         'Lost items usable on checkin',
3313         'coust', 'label'),
3314     oils_i18n_gettext('circ.lost_immediately_available',
3315         'Lost items are usable on checkin instead of going ''home'' first',
3316         'coust', 'description'),
3317     'bool', null)
3318
3319 ,( 'circ.lost_materials_processing_fee', 'finance',
3320     oils_i18n_gettext('circ.lost_materials_processing_fee',
3321         'Lost Materials Processing Fee',
3322         'coust', 'label'),
3323     oils_i18n_gettext('circ.lost_materials_processing_fee',
3324         'Lost Materials Processing Fee',
3325         'coust', 'description'),
3326     'currency', null)
3327
3328 ,( 'circ.max_accept_return_of_lost', 'circ',
3329     oils_i18n_gettext('circ.max_accept_return_of_lost',
3330         'Void lost max interval',
3331         'coust', 'label'),
3332     oils_i18n_gettext('circ.max_accept_return_of_lost',
3333         'Items that have been lost this long will not result in voided billings when returned.  E.g. ''6 months''',
3334         'coust', 'description'),
3335     'interval', null)
3336
3337 ,( 'circ.max_fine.cap_at_price', 'circ',
3338     oils_i18n_gettext('circ.max_fine.cap_at_price',
3339         'Cap Max Fine at Item Price',
3340         'coust', 'label'),
3341     oils_i18n_gettext('circ.max_fine.cap_at_price',
3342         'This prevents the system from charging more than the item price in overdue fines',
3343         'coust', 'description'),
3344     'bool', null)
3345
3346 ,( 'circ.max_patron_claim_return_count', 'circ',
3347     oils_i18n_gettext('circ.max_patron_claim_return_count',
3348         'Max Patron Claims Returned Count',
3349         'coust', 'label'),
3350     oils_i18n_gettext('circ.max_patron_claim_return_count',
3351         'When this count is exceeded, a staff override is required to mark the item as claims returned',
3352         'coust', 'description'),
3353     'integer', null)
3354
3355 ,( 'circ.missing_pieces.copy_status', 'circ',
3356     oils_i18n_gettext('circ.missing_pieces.copy_status',
3357         'Item Status for Missing Pieces',
3358         'coust', 'label'),
3359     oils_i18n_gettext('circ.missing_pieces.copy_status',
3360         '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.',
3361         'coust', 'description'),
3362     'link', 'ccs')
3363
3364 ,( 'circ.obscure_dob', 'sec',
3365     oils_i18n_gettext('circ.obscure_dob',
3366         'Obscure the Date of Birth field',
3367         'coust', 'label'),
3368     oils_i18n_gettext('circ.obscure_dob',
3369         '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.',
3370         'coust', 'description'),
3371     'bool', null)
3372
3373 ,( 'circ.offline.skip_checkin_if_newer_status_changed_time', 'offline',
3374     oils_i18n_gettext('circ.offline.skip_checkin_if_newer_status_changed_time',
3375         'Skip offline checkin if newer item Status Changed Time.',
3376         'coust', 'label'),
3377     oils_i18n_gettext('circ.offline.skip_checkin_if_newer_status_changed_time',
3378         '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.',
3379         'coust', 'description'),
3380     'bool', null)
3381
3382 ,( 'circ.offline.skip_checkout_if_newer_status_changed_time', 'offline',
3383     oils_i18n_gettext('circ.offline.skip_checkout_if_newer_status_changed_time',
3384         'Skip offline checkout if newer item Status Changed Time.',
3385         'coust', 'label'),
3386     oils_i18n_gettext('circ.offline.skip_checkout_if_newer_status_changed_time',
3387         '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.',
3388         'coust', 'description'),
3389     'bool', null)
3390
3391 ,( 'circ.offline.skip_renew_if_newer_status_changed_time', 'offline',
3392     oils_i18n_gettext('circ.offline.skip_renew_if_newer_status_changed_time',
3393         'Skip offline renewal if newer item Status Changed Time.',
3394         'coust', 'label'),
3395     oils_i18n_gettext('circ.offline.skip_renew_if_newer_status_changed_time',
3396         '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.',
3397         'coust', 'description'),
3398     'bool', null)
3399
3400 ,( 'circ.offline.username_allowed', 'sec',
3401     oils_i18n_gettext('circ.offline.username_allowed',
3402         'Offline: Patron Usernames Allowed',
3403         'coust', 'label'),
3404     oils_i18n_gettext('circ.offline.username_allowed',
3405         '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',
3406         'coust', 'description'),
3407     'bool', null)
3408
3409 ,( 'circ.password_reset_request_per_user_limit', 'sec',
3410     oils_i18n_gettext('circ.password_reset_request_per_user_limit',
3411         'Maximum concurrently active self-serve password reset requests per user',
3412         'coust', 'label'),
3413     oils_i18n_gettext('circ.password_reset_request_per_user_limit',
3414         '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.',
3415         'coust', 'description'),
3416     'string', null)
3417
3418 ,( 'circ.password_reset_request_requires_matching_email', 'circ',
3419     oils_i18n_gettext('circ.password_reset_request_requires_matching_email',
3420         'Require matching email address for password reset requests',
3421         'coust', 'label'),
3422     oils_i18n_gettext('circ.password_reset_request_requires_matching_email',
3423         'Require matching email address for password reset requests',
3424         'coust', 'description'),
3425     'bool', null)
3426
3427 ,( 'circ.password_reset_request_throttle', 'sec',
3428     oils_i18n_gettext('circ.password_reset_request_throttle',
3429         'Maximum concurrently active self-serve password reset requests',
3430         'coust', 'label'),
3431     oils_i18n_gettext('circ.password_reset_request_throttle',
3432         'Prevent the creation of new self-serve password reset requests until the number of active requests drops back below this number.',
3433         'coust', 'description'),
3434     'string', null)
3435
3436 ,( 'circ.password_reset_request_time_to_live', 'sec',
3437     oils_i18n_gettext('circ.password_reset_request_time_to_live',
3438         'Self-serve password reset request time-to-live',
3439         'coust', 'label'),
3440     oils_i18n_gettext('circ.password_reset_request_time_to_live',
3441         'Length of time (in seconds) a self-serve password reset request should remain active.',
3442         'coust', 'description'),
3443     'string', null)
3444
3445 ,( 'circ.patron_edit.clone.copy_address', 'circ',
3446     oils_i18n_gettext('circ.patron_edit.clone.copy_address',
3447         'Patron Registration: Cloned patrons get address copy',
3448         'coust', 'label'),
3449     oils_i18n_gettext('circ.patron_edit.clone.copy_address',
3450         'In the Patron editor, copy addresses from the cloned user instead of linking directly to the address',
3451         'coust', 'description'),
3452     'bool', null)
3453
3454 ,( 'circ.patron_invalid_address_apply_penalty', 'circ',
3455     oils_i18n_gettext('circ.patron_invalid_address_apply_penalty',
3456         'Invalid patron address penalty',
3457         'coust', 'label'),
3458     oils_i18n_gettext('circ.patron_invalid_address_apply_penalty',
3459         'When set, if a patron address is set to invalid, a penalty is applied.',
3460         'coust', 'description'),
3461     'bool', null)
3462
3463 ,( 'circ.pre_cat_copy_circ_lib', 'lib',
3464     oils_i18n_gettext('circ.pre_cat_copy_circ_lib',
3465         'Pre-cat Item Circ Lib',
3466         'coust', 'label'),
3467     oils_i18n_gettext('circ.pre_cat_copy_circ_lib',
3468         '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',
3469         'coust', 'description'),
3470     'string', null)
3471
3472 ,( 'circ.reshelving_complete.interval', 'lib',
3473     oils_i18n_gettext('circ.reshelving_complete.interval',
3474         'Change reshelving status interval',
3475         'coust', 'label'),
3476     oils_i18n_gettext('circ.reshelving_complete.interval',
3477         'Amount of time to wait before changing an item from "reshelving" status to "available".  Examples: "1 day", "6 hours"',
3478         'coust', 'description'),
3479     'interval', null)
3480
3481 ,( 'circ.restore_overdue_on_lost_return', 'circ',
3482     oils_i18n_gettext('circ.restore_overdue_on_lost_return',
3483         'Restore overdues on lost item return',
3484         'coust', 'label'),
3485     oils_i18n_gettext('circ.restore_overdue_on_lost_return',
3486         'Restore overdue fines on lost item return',
3487         'coust', 'description'),
3488     'bool', null)
3489
3490 ,( 'circ.selfcheck.alert.popup', 'self',
3491     oils_i18n_gettext('circ.selfcheck.alert.popup',
3492         'Pop-up alert for errors',
3493         'coust', 'label'),
3494     oils_i18n_gettext('circ.selfcheck.alert.popup',
3495         'If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message',
3496         'coust', 'description'),
3497     'bool', null)
3498
3499 ,( 'circ.selfcheck.alert.sound', 'self',
3500     oils_i18n_gettext('circ.selfcheck.alert.sound',
3501         'Audio Alerts',
3502         'coust', 'label'),
3503     oils_i18n_gettext('circ.selfcheck.alert.sound',
3504         'Use audio alerts for selfcheck events',
3505         'coust', 'description'),
3506     'bool', null)
3507
3508 ,( 'circ.selfcheck.auto_override_checkout_events', 'self',
3509     oils_i18n_gettext('circ.selfcheck.auto_override_checkout_events',
3510         'Selfcheck override events list',
3511         'coust', 'label'),
3512     oils_i18n_gettext('circ.selfcheck.auto_override_checkout_events',
3513         'List of checkout/renewal events that the selfcheck interface should automatically override instead instead of alerting and stopping the transaction',
3514         'coust', 'description'),
3515     'array', null)
3516
3517 ,( 'circ.selfcheck.block_checkout_on_copy_status', 'self',
3518     oils_i18n_gettext('circ.selfcheck.block_checkout_on_copy_status',
3519         'Block copy checkout status',
3520         'coust', 'label'),
3521     oils_i18n_gettext('circ.selfcheck.block_checkout_on_copy_status',
3522         'List of copy status IDs that will block checkout even if the generic COPY_NOT_AVAILABLE event is overridden',
3523         'coust', 'description'),
3524     'array', null)
3525
3526 ,( 'circ.selfcheck.patron_login_timeout', 'self',
3527     oils_i18n_gettext('circ.selfcheck.patron_login_timeout',
3528         'Patron Login Timeout (in seconds)',
3529         'coust', 'label'),
3530     oils_i18n_gettext('circ.selfcheck.patron_login_timeout',
3531         'Number of seconds of inactivity before the patron is logged out of the selfcheck interface',
3532         'coust', 'description'),
3533     'integer', null)
3534
3535 ,( 'circ.selfcheck.patron_password_required', 'self',
3536     oils_i18n_gettext('circ.selfcheck.patron_password_required',
3537         'Require Patron Password',
3538         'coust', 'label'),
3539     oils_i18n_gettext('circ.selfcheck.patron_password_required',
3540         'Patron must log in with barcode and password at selfcheck station',
3541         'coust', 'description'),
3542     'bool', null)
3543
3544 ,( 'circ.selfcheck.require_patron_password', 'self',
3545     oils_i18n_gettext('circ.selfcheck.require_patron_password',
3546         'Require patron password',
3547         'coust', 'label'),
3548     oils_i18n_gettext('circ.selfcheck.require_patron_password',
3549         'If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface',
3550         'coust', 'description'),
3551     'bool', null)
3552
3553 ,( 'circ.selfcheck.workstation_required', 'self',
3554     oils_i18n_gettext('circ.selfcheck.workstation_required',
3555         'Workstation Required',
3556         'coust', 'label'),
3557     oils_i18n_gettext('circ.selfcheck.workstation_required',
3558         'All selfcheck stations must use a workstation',
3559         'coust', 'description'),
3560     'bool', null)
3561
3562 ,( 'circ.staff_client.actor_on_checkout', 'circ',
3563     oils_i18n_gettext('circ.staff_client.actor_on_checkout',
3564         'Load patron from Checkout',
3565         'coust', 'label'),
3566     oils_i18n_gettext('circ.staff_client.actor_on_checkout',
3567         'When scanning barcodes into Checkout auto-detect if a new patron barcode is scanned and auto-load the new patron.',
3568         'coust', 'description'),
3569     'bool', null)
3570
3571 ,( 'circ.staff_client.do_not_auto_attempt_print', 'prog',
3572     oils_i18n_gettext('circ.staff_client.do_not_auto_attempt_print',
3573         'Disable Automatic Print Attempt Type List',
3574         'coust', 'label'),
3575     oils_i18n_gettext('circ.staff_client.do_not_auto_attempt_print',
3576         '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).',
3577         'coust', 'description'),
3578     'array', null)
3579
3580 ,( 'circ.staff_client.receipt.alert_text', 'receipt_template',
3581     oils_i18n_gettext('circ.staff_client.receipt.alert_text',
3582         'Content of alert_text include',
3583         'coust', 'label'),
3584     oils_i18n_gettext('circ.staff_client.receipt.alert_text',
3585         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(alert_text)%',
3586         'coust', 'description'),
3587     'string', null)
3588
3589 ,( 'circ.staff_client.receipt.event_text', 'receipt_template',
3590     oils_i18n_gettext('circ.staff_client.receipt.event_text',
3591         'Content of event_text include',
3592         'coust', 'label'),
3593     oils_i18n_gettext('circ.staff_client.receipt.event_text',
3594         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(event_text)%',
3595         'coust', 'description'),
3596     'string', null)
3597
3598 ,( 'circ.staff_client.receipt.footer_text', 'receipt_template',
3599     oils_i18n_gettext('circ.staff_client.receipt.footer_text',
3600         'Content of footer_text include',
3601         'coust', 'label'),
3602     oils_i18n_gettext('circ.staff_client.receipt.footer_text',
3603         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(footer_text)%',
3604         'coust', 'description'),
3605     'string', null)
3606
3607 ,( 'circ.staff_client.receipt.header_text', 'receipt_template',
3608     oils_i18n_gettext('circ.staff_client.receipt.header_text',
3609         'Content of header_text include',
3610         'coust', 'label'),
3611     oils_i18n_gettext('circ.staff_client.receipt.header_text',
3612         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(header_text)%',
3613         'coust', 'description'),
3614     'string', null)
3615
3616 ,( 'circ.staff_client.receipt.notice_text', 'receipt_template',
3617     oils_i18n_gettext('circ.staff_client.receipt.notice_text',
3618         'Content of notice_text include',
3619         'coust', 'label'),
3620     oils_i18n_gettext('circ.staff_client.receipt.notice_text',
3621         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(notice_text)%',
3622         'coust', 'description'),
3623     'string', null)
3624
3625 ,( 'circ.transit.min_checkin_interval', 'circ',
3626     oils_i18n_gettext('circ.transit.min_checkin_interval',
3627         'Minimum Transit Checkin Interval',
3628         'coust', 'label'),
3629     oils_i18n_gettext('circ.transit.min_checkin_interval',
3630         'In-Transit items checked in this close to the transit start time will be prevented from checking in',
3631         'coust', 'description'),
3632     'interval', null)
3633
3634 ,( 'circ.transit.suppress_hold', 'circ',
3635     oils_i18n_gettext('circ.transit.suppress_hold',
3636         'Suppress Hold Transits Group',
3637         'coust', 'label'),
3638     oils_i18n_gettext('circ.transit.suppress_hold',
3639         '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.',
3640         'coust', 'description'),
3641     'string', null)
3642
3643 ,( 'circ.transit.suppress_non_hold', 'circ',
3644     oils_i18n_gettext('circ.transit.suppress_non_hold',
3645         'Suppress Non-Hold Transits Group',
3646         'coust', 'label'),
3647     oils_i18n_gettext('circ.transit.suppress_non_hold',
3648         '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.',
3649         'coust', 'description'),
3650     'string', null)
3651
3652 ,( 'circ.user_merge.deactivate_cards', 'circ',
3653     oils_i18n_gettext('circ.user_merge.deactivate_cards',
3654         'Patron Merge Deactivate Card',
3655         'coust', 'label'),
3656     oils_i18n_gettext('circ.user_merge.deactivate_cards',
3657         'Mark barcode(s) of subordinate user(s) in a patron merge as inactive',
3658         'coust', 'description'),
3659     'bool', null)
3660
3661 ,( 'circ.user_merge.delete_addresses', 'circ',
3662     oils_i18n_gettext('circ.user_merge.delete_addresses',
3663         'Patron Merge Address Delete',
3664         'coust', 'label'),
3665     oils_i18n_gettext('circ.user_merge.delete_addresses',
3666         'Delete address(es) of subordinate user(s) in a patron merge',
3667         'coust', 'description'),
3668     'bool', null)
3669
3670 ,( 'circ.user_merge.delete_cards', 'circ',
3671     oils_i18n_gettext('circ.user_merge.delete_cards',
3672         'Patron Merge Barcode Delete',
3673         'coust', 'label'),
3674     oils_i18n_gettext('circ.user_merge.delete_cards',
3675         'Delete barcode(s) of subordinate user(s) in a patron merge',
3676         'coust', 'description'),
3677     'bool', null)
3678
3679 ,( 'circ.void_lost_on_checkin', 'circ',
3680     oils_i18n_gettext('circ.void_lost_on_checkin',
3681         'Void lost item billing when returned',
3682         'coust', 'label'),
3683     oils_i18n_gettext('circ.void_lost_on_checkin',
3684         'Void lost item billing when returned',
3685         'coust', 'description'),
3686     'bool', null)
3687
3688 ,( 'circ.void_lost_proc_fee_on_checkin', 'circ',
3689     oils_i18n_gettext('circ.void_lost_proc_fee_on_checkin',
3690         'Void processing fee on lost item return',
3691         'coust', 'label'),
3692     oils_i18n_gettext('circ.void_lost_proc_fee_on_checkin',
3693         'Void processing fee when lost item returned',
3694         'coust', 'description'),
3695     'bool', null)
3696
3697 ,( 'circ.void_overdue_on_lost', 'finance',
3698     oils_i18n_gettext('circ.void_overdue_on_lost',
3699         'Void overdue fines when items are marked lost',
3700         'coust', 'label'),
3701     oils_i18n_gettext('circ.void_overdue_on_lost',
3702         'Void overdue fines when items are marked lost',
3703         'coust', 'description'),
3704     'bool', null)
3705
3706 ,( 'credit.payments.allow', 'finance',
3707     oils_i18n_gettext('credit.payments.allow',
3708         'Allow Credit Card Payments',
3709         'coust', 'label'),
3710     oils_i18n_gettext('credit.payments.allow',
3711         'If enabled, patrons will be able to pay fines accrued at this location via credit card',
3712         'coust', 'description'),
3713     'bool', null)
3714
3715 ,( 'credit.processor.authorizenet.enabled', 'credit',
3716     oils_i18n_gettext('credit.processor.authorizenet.enabled',
3717         'Enable AuthorizeNet payments',
3718         'coust', 'label'),
3719     oils_i18n_gettext('credit.processor.authorizenet.enabled',
3720         'Enable AuthorizeNet payments',
3721         'coust', 'description'),
3722     'bool', null)
3723
3724 ,( 'credit.processor.authorizenet.login', 'credit',
3725     oils_i18n_gettext('credit.processor.authorizenet.login',
3726         'AuthorizeNet login',
3727         'coust', 'label'),
3728     oils_i18n_gettext('credit.processor.authorizenet.login',
3729         'AuthorizeNet login',
3730         'coust', 'description'),
3731     'string', null)
3732
3733 ,( 'credit.processor.authorizenet.password', 'credit',
3734     oils_i18n_gettext('credit.processor.authorizenet.password',
3735         'AuthorizeNet password',
3736         'coust', 'label'),
3737     oils_i18n_gettext('credit.processor.authorizenet.password',
3738         'AuthorizeNet password',
3739         'coust', 'description'),
3740     'string', null)
3741
3742 ,( 'credit.processor.authorizenet.server', 'credit',
3743     oils_i18n_gettext('credit.processor.authorizenet.server',
3744         'AuthorizeNet server',
3745         'coust', 'label'),
3746     oils_i18n_gettext('credit.processor.authorizenet.server',
3747         'Required if using a developer/test account with AuthorizeNet',
3748         'coust', 'description'),
3749     'string', null)
3750
3751 ,( 'credit.processor.authorizenet.testmode', 'credit',
3752     oils_i18n_gettext('credit.processor.authorizenet.testmode',
3753         'AuthorizeNet test mode',
3754         'coust', 'label'),
3755     oils_i18n_gettext('credit.processor.authorizenet.testmode',
3756         'AuthorizeNet test mode',
3757         'coust', 'description'),
3758     'bool', null)
3759
3760 ,( 'credit.processor.default', 'credit',
3761     oils_i18n_gettext('credit.processor.default',
3762         'Name default credit processor',
3763         'coust', 'label'),
3764     oils_i18n_gettext('credit.processor.default',
3765         'This might be "AuthorizeNet", "PayPal", "PayflowPro", or "Stripe".',
3766         'coust', 'description'),
3767     'string', null)
3768
3769 ,( 'credit.processor.payflowpro.enabled', 'credit',
3770     oils_i18n_gettext('credit.processor.payflowpro.enabled',
3771         'Enable PayflowPro payments',
3772         'coust', 'label'),
3773     oils_i18n_gettext('credit.processor.payflowpro.enabled',
3774         'This is NOT the same thing as the settings labeled with just "PayPal."',
3775         'coust', 'description'),
3776     'bool', null)
3777
3778 ,( 'credit.processor.payflowpro.login', 'credit',
3779     oils_i18n_gettext('credit.processor.payflowpro.login',
3780         'PayflowPro login/merchant ID',
3781         'coust', 'label'),
3782     oils_i18n_gettext('credit.processor.payflowpro.login',
3783         'Often the same thing as the PayPal manager login',
3784         'coust', 'description'),
3785     'string', null)
3786
3787 ,( 'credit.processor.payflowpro.partner', 'credit',
3788     oils_i18n_gettext('credit.processor.payflowpro.partner',
3789         'PayflowPro partner',
3790         'coust', 'label'),
3791     oils_i18n_gettext('credit.processor.payflowpro.partner',
3792         'Often "PayPal" or "VeriSign", sometimes others',
3793         'coust', 'description'),
3794     'string', null)
3795
3796 ,( 'credit.processor.payflowpro.password', 'credit',
3797     oils_i18n_gettext('credit.processor.payflowpro.password',
3798         'PayflowPro password',
3799         'coust', 'label'),
3800     oils_i18n_gettext('credit.processor.payflowpro.password',
3801         'PayflowPro password',
3802         'coust', 'description'),
3803     'string', null)
3804
3805 ,( 'credit.processor.payflowpro.testmode', 'credit',
3806     oils_i18n_gettext('credit.processor.payflowpro.testmode',
3807         'PayflowPro test mode',
3808         'coust', 'label'),
3809     oils_i18n_gettext('credit.processor.payflowpro.testmode',
3810         'Do not really process transactions, but stay in test mode - uses pilot-payflowpro.paypal.com instead of the usual host',
3811         'coust', 'description'),
3812     'bool', null)
3813
3814 ,( 'credit.processor.payflowpro.vendor', 'credit',
3815     oils_i18n_gettext('credit.processor.payflowpro.vendor',
3816         'PayflowPro vendor',
3817         'coust', 'label'),
3818     oils_i18n_gettext('credit.processor.payflowpro.vendor',
3819         'Often the same thing as the login',
3820         'coust', 'description'),
3821     'string', null)
3822
3823 ,( 'credit.processor.paypal.enabled', 'credit',
3824     oils_i18n_gettext('credit.processor.paypal.enabled',
3825         'Enable PayPal payments',
3826         'coust', 'label'),
3827     oils_i18n_gettext('credit.processor.paypal.enabled',
3828         'Enable PayPal payments',
3829         'coust', 'description'),
3830     'bool', null)
3831
3832 ,( 'credit.processor.paypal.login', 'credit',
3833     oils_i18n_gettext('credit.processor.paypal.login',
3834         'PayPal login',
3835         'coust', 'label'),
3836     oils_i18n_gettext('credit.processor.paypal.login',
3837         'PayPal login',
3838         'coust', 'description'),
3839     'string', null)
3840
3841 ,( 'credit.processor.paypal.password', 'credit',
3842     oils_i18n_gettext('credit.processor.paypal.password',
3843         'PayPal password',
3844         'coust', 'label'),
3845     oils_i18n_gettext('credit.processor.paypal.password',
3846         'PayPal password',
3847         'coust', 'description'),
3848     'string', null)
3849
3850 ,( 'credit.processor.paypal.signature', 'credit',
3851     oils_i18n_gettext('credit.processor.paypal.signature',
3852         'PayPal signature',
3853         'coust', 'label'),
3854     oils_i18n_gettext('credit.processor.paypal.signature',
3855         'PayPal signature',
3856         'coust', 'description'),
3857     'string', null)
3858
3859 ,( 'credit.processor.paypal.testmode', 'credit',
3860     oils_i18n_gettext('credit.processor.paypal.testmode',
3861         'PayPal test mode',
3862         'coust', 'label'),
3863     oils_i18n_gettext('credit.processor.paypal.testmode',
3864         'PayPal test mode',
3865         'coust', 'description'),
3866     'bool', null)
3867
3868 ,( 'credit.processor.stripe.enabled', 'credit',
3869     oils_i18n_gettext('credit.processor.stripe.enabled',
3870         'Enable Stripe payments',
3871         'coust', 'label'),
3872     oils_i18n_gettext('credit.processor.stripe.enabled',
3873         'Enable Stripe payments',
3874         'coust', 'description'),
3875     'bool', null)
3876
3877 ,( 'credit.processor.stripe.pubkey', 'credit',
3878     oils_i18n_gettext('credit.processor.stripe.pubkey',
3879         'Stripe publishable key',
3880         'coust', 'label'),
3881     oils_i18n_gettext('credit.processor.stripe.pubkey',
3882         'Stripe publishable key',
3883         'coust', 'description'),
3884     'string', null)
3885
3886 ,( 'credit.processor.stripe.secretkey', 'credit',
3887     oils_i18n_gettext('credit.processor.stripe.secretkey',
3888         'Stripe secret key',
3889         'coust', 'label'),
3890     oils_i18n_gettext('credit.processor.stripe.secretkey',
3891         'Stripe secret key',
3892         'coust', 'description'),
3893     'string', null)
3894
3895 ,( 'format.date', 'gui',
3896     oils_i18n_gettext('format.date',
3897         'Format Dates with this pattern.',
3898         'coust', 'label'),
3899     oils_i18n_gettext('format.date',
3900         'Format Dates with this pattern (examples: "yyyy-MM-dd" for "2010-04-26", "MMM d, yyyy" for "Apr 26, 2010")',
3901         'coust', 'description'),
3902     'string', null)
3903
3904 ,( 'format.time', 'gui',
3905     oils_i18n_gettext('format.time',
3906         'Format Times with this pattern.',
3907         'coust', 'label'),
3908     oils_i18n_gettext('format.time',
3909         '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")',
3910         'coust', 'description'),
3911     'string', null)
3912
3913 ,( 'global.default_locale', 'glob',
3914     oils_i18n_gettext('global.default_locale',
3915         'Global Default Locale',
3916         'coust', 'label'),
3917     oils_i18n_gettext('global.default_locale',
3918         'Global Default Locale',
3919         'coust', 'description'),
3920     'string', null)
3921
3922 ,( 'global.juvenile_age_threshold', 'lib',
3923     oils_i18n_gettext('global.juvenile_age_threshold',
3924         'Juvenile Age Threshold',
3925         'coust', 'label'),
3926     oils_i18n_gettext('global.juvenile_age_threshold',
3927         'The age at which a user is no long considered a juvenile.  For example, "18 years".',
3928         'coust', 'description'),
3929     'interval', null)
3930
3931 ,( 'global.password_regex', 'glob',
3932     oils_i18n_gettext('global.password_regex',
3933         'Password format',
3934         'coust', 'label'),
3935     oils_i18n_gettext('global.password_regex',
3936         'Regular expression defining the password format',
3937         'coust', 'description'),
3938     'string', null)
3939
3940 ,( 'gui.disable_local_save_columns', 'gui',
3941     oils_i18n_gettext('gui.disable_local_save_columns',
3942         'Disable the ability to save list column configurations locally.',
3943         'coust', 'label'),
3944     oils_i18n_gettext('gui.disable_local_save_columns',
3945         '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.',
3946         'coust', 'description'),
3947     'bool', null)
3948
3949 ,( 'lib.courier_code', 'lib',
3950     oils_i18n_gettext('lib.courier_code',
3951         'Courier Code',
3952         'coust', 'label'),
3953     oils_i18n_gettext('lib.courier_code',
3954         'Courier Code for the library.  Available in transit slip templates as the %courier_code% macro.',
3955         'coust', 'description'),
3956     'string', null)
3957
3958 ,( 'lib.info_url', 'lib',
3959     oils_i18n_gettext('lib.info_url',
3960         'Library information URL (such as "http://example.com/about.html")',
3961         'coust', 'label'),
3962     oils_i18n_gettext('lib.info_url',
3963         '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".',
3964         'coust', 'description'),
3965     'string', null)
3966
3967 ,( 'lib.prefer_external_url', 'lib',
3968     oils_i18n_gettext('lib.prefer_external_url',
3969         'Use external "library information URL" in copy table, if available',
3970         'coust', 'label'),
3971     oils_i18n_gettext('lib.prefer_external_url',
3972         '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.',
3973         'coust', 'description'),
3974     'bool', null)
3975
3976 ,( 'notice.telephony.callfile_lines', 'lib',
3977     oils_i18n_gettext('notice.telephony.callfile_lines',
3978         'Telephony: Arbitrary line(s) to include in each notice callfile',
3979         'coust', 'label'),
3980     oils_i18n_gettext('notice.telephony.callfile_lines',
3981         '
3982         This overrides lines from opensrf.xml.
3983         Line(s) must be valid for your target server and platform
3984         (e.g. Asterisk 1.4).
3985         ',
3986         'coust', 'description'),
3987     'string', null)
3988
3989 ,( 'opac.allow_pending_address', 'opac',
3990     oils_i18n_gettext('opac.allow_pending_address',
3991         'Allow pending addresses',
3992         'coust', 'label'),
3993     oils_i18n_gettext('opac.allow_pending_address',
3994         'If enabled, patrons can create and edit existing addresses.  Addresses are kept in a pending state until staff approves the changes',
3995         'coust', 'description'),
3996     'bool', null)
3997
3998 ,( 'opac.barcode_regex', 'glob',
3999     oils_i18n_gettext('opac.barcode_regex',
4000         'Patron barcode format',
4001         'coust', 'label'),
4002     oils_i18n_gettext('opac.barcode_regex',
4003         'Regular expression defining the patron barcode format',
4004         'coust', 'description'),
4005     'string', null)
4006
4007 ,( 'opac.fully_compressed_serial_holdings', 'opac',
4008     oils_i18n_gettext('opac.fully_compressed_serial_holdings',
4009         'Use fully compressed serial holdings',
4010         'coust', 'label'),
4011     oils_i18n_gettext('opac.fully_compressed_serial_holdings',
4012         'Show fully compressed serial holdings for all libraries at and below the current context unit',
4013         'coust', 'description'),
4014     'bool', null)
4015
4016 ,( 'opac.lock_usernames', 'glob',
4017     oils_i18n_gettext('opac.lock_usernames',
4018         'Lock Usernames',
4019         'coust', 'label'),
4020     oils_i18n_gettext('opac.lock_usernames',
4021         'If enabled username changing via the OPAC will be disabled',
4022         'coust', 'description'),
4023     'bool', null)
4024
4025 ,( 'opac.org_unit_hiding.depth', 'opac',
4026     oils_i18n_gettext('opac.org_unit_hiding.depth',
4027         'Org Unit Hiding Depth',
4028         'coust', 'label'),
4029     oils_i18n_gettext('opac.org_unit_hiding.depth',
4030         'This will hide certain org units in the public OPAC if the Original Location (url param "ol") for the OPAC inherits this setting.  This setting specifies an org unit depth, that together with the OPAC Original 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 Original 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.',
4031         'coust', 'description'),
4032     'integer', null)
4033
4034 ,( 'opac.payment_history_age_limit', 'opac',
4035     oils_i18n_gettext('opac.payment_history_age_limit',
4036         'Payment History Age Limit',
4037         'coust', 'label'),
4038     oils_i18n_gettext('opac.payment_history_age_limit',
4039         'The OPAC should not display payments by patrons that are older than any interval defined here.',
4040         'coust', 'description'),
4041     'interval', null)
4042
4043 ,( 'opac.unlimit_usernames', 'glob',
4044     oils_i18n_gettext('opac.unlimit_usernames',
4045         'Allow multiple username changes',
4046         'coust', 'label'),
4047     oils_i18n_gettext('opac.unlimit_usernames',
4048         '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.',
4049         'coust', 'description'),
4050     'bool', null)
4051
4052 ,( 'opac.username_regex', 'glob',
4053     oils_i18n_gettext('opac.username_regex',
4054         'Patron username format',
4055         'coust', 'label'),
4056     oils_i18n_gettext('opac.username_regex',
4057         'Regular expression defining the patron username format, used for patron registration and self-service username changing only',
4058         'coust', 'description'),
4059     'string', null)
4060
4061 ,( 'org.bounced_emails', 'prog',
4062     oils_i18n_gettext('org.bounced_emails',
4063         'Sending email address for patron notices',
4064         'coust', 'label'),
4065     oils_i18n_gettext('org.bounced_emails',
4066         'Sending email address for patron notices',
4067         'coust', 'description'),
4068     'string', null)
4069
4070 ,( 'org.patron_opt_boundary', 'sec',
4071     oils_i18n_gettext('org.patron_opt_boundary',
4072         'Patron Opt-In Boundary',
4073         'coust', 'label'),
4074     oils_i18n_gettext('org.patron_opt_boundary',
4075         'This determines at which depth above which patrons must be opted in, and below which patrons will be assumed to be opted in.',
4076         'coust', 'description'),
4077     'integer', null)
4078
4079 ,( 'org.patron_opt_default', 'sec',
4080     oils_i18n_gettext('org.patron_opt_default',
4081         'Patron Opt-In Default',
4082         'coust', 'label'),
4083     oils_i18n_gettext('org.patron_opt_default',
4084         'This is the default depth at which a patron is opted in; it is calculated as an org unit relative to the current workstation.',
4085         'coust', 'description'),
4086     'integer', null)
4087
4088 ,( 'patron.password.use_phone', 'sec',
4089     oils_i18n_gettext('patron.password.use_phone',
4090         'Patron: password from phone #',
4091         'coust', 'label'),
4092     oils_i18n_gettext('patron.password.use_phone',
4093         '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.',
4094         'coust', 'description'),
4095     'bool', null)
4096
4097 ,( 'print.custom_js_file', 'circ',
4098     oils_i18n_gettext('print.custom_js_file',
4099         'Printing: Custom Javascript File',
4100         'coust', 'label'),
4101     oils_i18n_gettext('print.custom_js_file',
4102         'Full URL path to a Javascript File to be loaded when printing. Should'
4103         || ' implement a print_custom function for DOM manipulation. Can change'
4104         || ' the value of the do_print variable to false to cancel printing.',
4105         'coust', 'description'),
4106     'string', null)
4107
4108 ,( 'serial.prev_issuance_copy_location', 'serial',
4109     oils_i18n_gettext('serial.prev_issuance_copy_location',
4110         'Previous Issuance Copy Location',
4111         'coust', 'label'),
4112     oils_i18n_gettext('serial.prev_issuance_copy_location',
4113         'When a serial issuance is received, copies (units) of the previous issuance will be automatically moved into the configured shelving location',
4114         'coust', 'description'),
4115     'link', 'acpl')
4116
4117 ,( 'ui.admin.patron_log.max_entries', 'gui',
4118     oils_i18n_gettext('ui.admin.patron_log.max_entries',
4119         'Work Log: Maximum Patrons Logged',
4120         'coust', 'label'),
4121     oils_i18n_gettext('ui.admin.patron_log.max_entries',
4122         'Maximum entries for "Most Recently Affected Patrons..." section of the Work Log interface.',
4123         'coust', 'description'),
4124     'interval', null)
4125
4126 ,( 'ui.admin.work_log.max_entries', 'gui',
4127     oils_i18n_gettext('ui.admin.work_log.max_entries',
4128         'Work Log: Maximum Actions Logged',
4129         'coust', 'label'),
4130     oils_i18n_gettext('ui.admin.work_log.max_entries',
4131         'Maximum entries for "Most Recent Staff Actions" section of the Work Log interface.',
4132         'coust', 'description'),
4133     'interval', null)
4134
4135 ,( 'ui.cat.volume_copy_editor.horizontal', 'gui',
4136     oils_i18n_gettext('ui.cat.volume_copy_editor.horizontal',
4137         'Horizontal layout for Volume/Copy Creator/Editor.',
4138         'coust', 'label'),
4139     oils_i18n_gettext('ui.cat.volume_copy_editor.horizontal',
4140         '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.',
4141         'coust', 'description'),
4142     'bool', null)
4143
4144 ,( 'ui.circ.billing.uncheck_bills_and_unfocus_payment_box', 'gui',
4145     oils_i18n_gettext('ui.circ.billing.uncheck_bills_and_unfocus_payment_box',
4146         'Uncheck bills by default in the patron billing interface',
4147         'coust', 'label'),
4148     oils_i18n_gettext('ui.circ.billing.uncheck_bills_and_unfocus_payment_box',
4149         'Uncheck bills by default in the patron billing interface, and focus on the Uncheck All button instead of the Payment Received field.',
4150         'coust', 'description'),
4151     'bool', null)
4152
4153 ,( 'ui.circ.in_house_use.entry_cap', 'gui',
4154     oils_i18n_gettext('ui.circ.in_house_use.entry_cap',
4155         'Record In-House Use: Maximum # of uses allowed per entry.',
4156         'coust', 'label'),
4157     oils_i18n_gettext('ui.circ.in_house_use.entry_cap',
4158         'The # of uses entry in the Record In-House Use interface may not exceed the value of this setting.',
4159         'coust', 'description'),
4160     'integer', null)
4161
4162 ,( 'ui.circ.in_house_use.entry_warn', 'gui',
4163     oils_i18n_gettext('ui.circ.in_house_use.entry_warn',
4164         'Record In-House Use: # of uses threshold for Are You Sure? dialog.',
4165         'coust', 'label'),
4166     oils_i18n_gettext('ui.circ.in_house_use.entry_warn',
4167         'In the Record In-House Use interface, a submission attempt will warn if the # of uses field exceeds the value of this setting.',
4168         'coust', 'description'),
4169     'integer', null)
4170
4171 ,( 'ui.circ.patron_summary.horizontal', 'gui',
4172     oils_i18n_gettext('ui.circ.patron_summary.horizontal',
4173         'Patron circulation summary is horizontal',
4174         'coust', 'label'),
4175     oils_i18n_gettext('ui.circ.patron_summary.horizontal',
4176         'Patron circulation summary is horizontal',
4177         'coust', 'description'),
4178     'bool', null)
4179
4180 ,( 'ui.circ.show_billing_tab_on_bills', 'gui',
4181     oils_i18n_gettext('ui.circ.show_billing_tab_on_bills',
4182         'Show billing tab first when bills are present',
4183         'coust', 'label'),
4184     oils_i18n_gettext('ui.circ.show_billing_tab_on_bills',
4185         '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',
4186         'coust', 'description'),
4187     'bool', null)
4188
4189 ,( 'ui.circ.suppress_checkin_popups', 'circ',
4190     oils_i18n_gettext('ui.circ.suppress_checkin_popups',
4191         'Suppress popup-dialogs during check-in.',
4192         'coust', 'label'),
4193     oils_i18n_gettext('ui.circ.suppress_checkin_popups',
4194         'Suppress popup-dialogs during check-in.',
4195         'coust', 'description'),
4196     'bool', null)
4197
4198 ,( 'ui.general.button_bar', 'gui',
4199     oils_i18n_gettext('ui.general.button_bar',
4200         'Button bar',
4201         'coust', 'label'),
4202     oils_i18n_gettext('ui.general.button_bar',
4203         'Set to "circ" or "cat" for stock circulator or cataloger toolbar, respectively.',
4204         'coust', 'description'),
4205     'string', null)
4206
4207 ,( 'ui.general.hotkeyset', 'gui',
4208     oils_i18n_gettext('ui.general.hotkeyset',
4209         'Default Hotkeyset',
4210         'coust', 'label'),
4211     oils_i18n_gettext('ui.general.hotkeyset',
4212         'Default Hotkeyset for clients (filename without the .keyset).  Examples: Default, Minimal, and None',
4213         'coust', 'description'),
4214     'string', null)
4215
4216 ,( 'ui.general.idle_timeout', 'gui',
4217     oils_i18n_gettext('ui.general.idle_timeout',
4218         'Idle timeout',
4219         'coust', 'label'),
4220     oils_i18n_gettext('ui.general.idle_timeout',
4221         '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).',
4222         'coust', 'description'),
4223     'integer', null)
4224
4225 ,( 'ui.patron.default_country', 'gui',
4226     oils_i18n_gettext('ui.patron.default_country',
4227         'Default Country for New Addresses in Patron Editor',
4228         'coust', 'label'),
4229     oils_i18n_gettext('ui.patron.default_country',
4230         'This is the default Country for new addresses in the patron editor.',
4231         'coust', 'description'),
4232     'string', null)
4233
4234 ,( 'ui.patron.default_ident_type', 'gui',
4235     oils_i18n_gettext('ui.patron.default_ident_type',
4236         'Default Ident Type for Patron Registration',
4237         'coust', 'label'),
4238     oils_i18n_gettext('ui.patron.default_ident_type',
4239         'This is the default Ident Type for new users in the patron editor.',
4240         'coust', 'description'),
4241     'link', 'cit')
4242
4243 ,( 'ui.patron.default_inet_access_level', 'sec',
4244     oils_i18n_gettext('ui.patron.default_inet_access_level',
4245         'Default level of patrons'' internet access',
4246         'coust', 'label'),
4247     oils_i18n_gettext('ui.patron.default_inet_access_level',
4248         'Default level of patrons'' internet access',
4249         'coust', 'description'),
4250     'integer', null)
4251
4252 ,( 'ui.patron.edit.au.active.show', 'gui',
4253     oils_i18n_gettext('ui.patron.edit.au.active.show',
4254         'Show active field on patron registration',
4255         'coust', 'label'),
4256     oils_i18n_gettext('ui.patron.edit.au.active.show',
4257         '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.',
4258         'coust', 'description'),
4259     'bool', null)
4260
4261 ,( 'ui.patron.edit.au.active.suggest', 'gui',
4262     oils_i18n_gettext('ui.patron.edit.au.active.suggest',
4263         'Suggest active field on patron registration',
4264         'coust', 'label'),
4265     oils_i18n_gettext('ui.patron.edit.au.active.suggest',
4266         '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.',
4267         'coust', 'description'),
4268     'bool', null)
4269
4270 ,( 'ui.patron.edit.au.alert_message.show', 'gui',
4271     oils_i18n_gettext('ui.patron.edit.au.alert_message.show',
4272         'Show alert_message field on patron registration',
4273         'coust', 'label'),
4274     oils_i18n_gettext('ui.patron.edit.au.alert_message.show',
4275         '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.',
4276         'coust', 'description'),
4277     'bool', null)
4278
4279 ,( 'ui.patron.edit.au.alert_message.suggest', 'gui',
4280     oils_i18n_gettext('ui.patron.edit.au.alert_message.suggest',
4281         'Suggest alert_message field on patron registration',
4282         'coust', 'label'),
4283     oils_i18n_gettext('ui.patron.edit.au.alert_message.suggest',
4284         '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.',
4285         'coust', 'description'),
4286     'bool', null)
4287
4288 ,( 'ui.patron.edit.au.alias.show', 'gui',
4289     oils_i18n_gettext('ui.patron.edit.au.alias.show',
4290         'Show alias field on patron registration',
4291         'coust', 'label'),
4292     oils_i18n_gettext('ui.patron.edit.au.alias.show',
4293         '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.',
4294         'coust', 'description'),
4295     'bool', null)
4296
4297 ,( 'ui.patron.edit.au.alias.suggest', 'gui',
4298     oils_i18n_gettext('ui.patron.edit.au.alias.suggest',
4299         'Suggest alias field on patron registration',
4300         'coust', 'label'),
4301     oils_i18n_gettext('ui.patron.edit.au.alias.suggest',
4302         '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.',
4303         'coust', 'description'),
4304     'bool', null)
4305
4306 ,( 'ui.patron.edit.au.barred.show', 'gui',
4307     oils_i18n_gettext('ui.patron.edit.au.barred.show',
4308         'Show barred field on patron registration',
4309         'coust', 'label'),
4310     oils_i18n_gettext('ui.patron.edit.au.barred.show',
4311         '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.',
4312         'coust', 'description'),
4313     'bool', null)
4314
4315 ,( 'ui.patron.edit.au.barred.suggest', 'gui',
4316     oils_i18n_gettext('ui.patron.edit.au.barred.suggest',
4317         'Suggest barred field on patron registration',
4318         'coust', 'label'),
4319     oils_i18n_gettext('ui.patron.edit.au.barred.suggest',
4320         '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.',
4321         'coust', 'description'),
4322     'bool', null)
4323
4324 ,( 'ui.patron.edit.au.claims_never_checked_out_count.show', 'gui',
4325     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.show',
4326         'Show claims_never_checked_out_count field on patron registration',
4327         'coust', 'label'),
4328     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.show',
4329         '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.',
4330         'coust', 'description'),
4331     'bool', null)
4332
4333 ,( 'ui.patron.edit.au.claims_never_checked_out_count.suggest', 'gui',
4334     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.suggest',
4335         'Suggest claims_never_checked_out_count field on patron registration',
4336         'coust', 'label'),
4337     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.suggest',
4338         '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.',
4339         'coust', 'description'),
4340     'bool', null)
4341
4342 ,( 'ui.patron.edit.au.claims_returned_count.show', 'gui',
4343     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.show',
4344         'Show claims_returned_count field on patron registration',
4345         'coust', 'label'),
4346     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.show',
4347         '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.',
4348         'coust', 'description'),
4349     'bool', null)
4350
4351 ,( 'ui.patron.edit.au.claims_returned_count.suggest', 'gui',
4352     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.suggest',
4353         'Suggest claims_returned_count field on patron registration',
4354         'coust', 'label'),
4355     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.suggest',
4356         '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.',
4357         'coust', 'description'),
4358     'bool', null)
4359
4360 ,( 'ui.patron.edit.ac.barcode.regex', 'gui',
4361     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
4362         'Regex for barcodes on patron registration',
4363         'coust', 'label'),
4364     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
4365         'The Regular Expression for validation on barcodes in patron registration.',
4366         'coust', 'description'),
4367     'string', null)
4368
4369 ,( 'ui.patron.edit.au.day_phone.example', 'gui',
4370     oils_i18n_gettext('ui.patron.edit.au.day_phone.example',
4371         'Example for day_phone field on patron registration',
4372         'coust', 'label'),
4373     oils_i18n_gettext('ui.patron.edit.au.day_phone.example',
4374         'The Example for validation on the day_phone field in patron registration.',
4375         'coust', 'description'),
4376     'string', null)
4377
4378 ,( 'ui.patron.edit.au.day_phone.regex', 'gui',
4379     oils_i18n_gettext('ui.patron.edit.au.day_phone.regex',
4380         'Regex for day_phone field on patron registration',
4381         'coust', 'label'),
4382     oils_i18n_gettext('ui.patron.edit.au.day_phone.regex',
4383         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.',
4384         'coust', 'description'),
4385     'string', null)
4386
4387 ,( 'ui.patron.edit.au.day_phone.require', 'gui',
4388     oils_i18n_gettext('ui.patron.edit.au.day_phone.require',
4389         'Require day_phone field on patron registration',
4390         'coust', 'label'),
4391     oils_i18n_gettext('ui.patron.edit.au.day_phone.require',
4392         'The day_phone field will be required on the patron registration screen.',
4393         'coust', 'description'),
4394     'bool', null)
4395
4396 ,( 'ui.patron.edit.au.day_phone.show', 'gui',
4397     oils_i18n_gettext('ui.patron.edit.au.day_phone.show',
4398         'Show day_phone field on patron registration',
4399         'coust', 'label'),
4400     oils_i18n_gettext('ui.patron.edit.au.day_phone.show',
4401         '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.',
4402         'coust', 'description'),
4403     'bool', null)
4404
4405 ,( 'ui.patron.edit.au.day_phone.suggest', 'gui',
4406     oils_i18n_gettext('ui.patron.edit.au.day_phone.suggest',
4407         'Suggest day_phone field on patron registration',
4408         'coust', 'label'),
4409     oils_i18n_gettext('ui.patron.edit.au.day_phone.suggest',
4410         '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.',
4411         'coust', 'description'),
4412     'bool', null)
4413
4414 ,( 'ui.patron.edit.au.dob.calendar', 'gui',
4415     oils_i18n_gettext('ui.patron.edit.au.dob.calendar',
4416         'Show calendar widget for dob field on patron registration',
4417         'coust', 'label'),
4418     oils_i18n_gettext('ui.patron.edit.au.dob.calendar',
4419         'If set the calendar widget will appear when editing the dob field on the patron registration form.',
4420         'coust', 'description'),
4421     'bool', null)
4422
4423 ,( 'ui.patron.edit.au.dob.require', 'gui',
4424     oils_i18n_gettext('ui.patron.edit.au.dob.require',
4425         'Require dob field on patron registration',
4426         'coust', 'label'),
4427     oils_i18n_gettext('ui.patron.edit.au.dob.require',
4428         'The dob field will be required on the patron registration screen.',
4429         'coust', 'description'),
4430     'bool', null)
4431
4432 ,( 'ui.patron.edit.au.dob.show', 'gui',
4433     oils_i18n_gettext('ui.patron.edit.au.dob.show',
4434         'Show dob field on patron registration',
4435         'coust', 'label'),
4436     oils_i18n_gettext('ui.patron.edit.au.dob.show',
4437         '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.',
4438         'coust', 'description'),
4439     'bool', null)
4440
4441 ,( 'ui.patron.edit.au.dob.suggest', 'gui',
4442     oils_i18n_gettext('ui.patron.edit.au.dob.suggest',
4443         'Suggest dob field on patron registration',
4444         'coust', 'label'),
4445     oils_i18n_gettext('ui.patron.edit.au.dob.suggest',
4446         '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.',
4447         'coust', 'description'),
4448     'bool', null)
4449
4450 ,( 'ui.patron.edit.au.email.example', 'gui',
4451     oils_i18n_gettext('ui.patron.edit.au.email.example',
4452         'Example for email field on patron registration',
4453         'coust', 'label'),
4454     oils_i18n_gettext('ui.patron.edit.au.email.example',
4455         'The Example for validation on the email field in patron registration.',
4456         'coust', 'description'),
4457     'string', null)
4458
4459 ,( 'ui.patron.edit.au.email.regex', 'gui',
4460     oils_i18n_gettext('ui.patron.edit.au.email.regex',
4461         'Regex for email field on patron registration',
4462         'coust', 'label'),
4463     oils_i18n_gettext('ui.patron.edit.au.email.regex',
4464         'The Regular Expression for validation on the email field in patron registration.',
4465         'coust', 'description'),
4466     'string', null)
4467
4468 ,( 'ui.patron.edit.au.email.require', 'gui',
4469     oils_i18n_gettext('ui.patron.edit.au.email.require',
4470         'Require email field on patron registration',
4471         'coust', 'label'),
4472     oils_i18n_gettext('ui.patron.edit.au.email.require',
4473         'The email field will be required on the patron registration screen.',
4474         'coust', 'description'),
4475     'bool', null)
4476
4477 ,( 'ui.patron.edit.au.email.show', 'gui',
4478     oils_i18n_gettext('ui.patron.edit.au.email.show',
4479         'Show email field on patron registration',
4480         'coust', 'label'),
4481     oils_i18n_gettext('ui.patron.edit.au.email.show',
4482         '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.',
4483         'coust', 'description'),
4484     'bool', null)
4485
4486 ,( 'ui.patron.edit.au.email.suggest', 'gui',
4487     oils_i18n_gettext('ui.patron.edit.au.email.suggest',
4488         'Suggest email field on patron registration',
4489         'coust', 'label'),
4490     oils_i18n_gettext('ui.patron.edit.au.email.suggest',
4491         '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.',
4492         'coust', 'description'),
4493     'bool', null)
4494
4495 ,( 'ui.patron.edit.au.evening_phone.example', 'gui',
4496     oils_i18n_gettext('ui.patron.edit.au.evening_phone.example',
4497         'Example for evening_phone field on patron registration',
4498         'coust', 'label'),
4499     oils_i18n_gettext('ui.patron.edit.au.evening_phone.example',
4500         'The Example for validation on the evening_phone field in patron registration.',
4501         'coust', 'description'),
4502     'string', null)
4503
4504 ,( 'ui.patron.edit.au.evening_phone.regex', 'gui',
4505     oils_i18n_gettext('ui.patron.edit.au.evening_phone.regex',
4506         'Regex for evening_phone field on patron registration',
4507         'coust', 'label'),
4508     oils_i18n_gettext('ui.patron.edit.au.evening_phone.regex',
4509         'The Regular Expression for validation on the evening_phone field in patron registration.',
4510         'coust', 'description'),
4511     'string', null)
4512
4513 ,( 'ui.patron.edit.au.evening_phone.require', 'gui',
4514     oils_i18n_gettext('ui.patron.edit.au.evening_phone.require',
4515         'Require evening_phone field on patron registration',
4516         'coust', 'label'),
4517     oils_i18n_gettext('ui.patron.edit.au.evening_phone.require',
4518         'The evening_phone field will be required on the patron registration screen.',
4519         'coust', 'description'),
4520     'bool', null)
4521
4522 ,( 'ui.patron.edit.au.evening_phone.show', 'gui',
4523     oils_i18n_gettext('ui.patron.edit.au.evening_phone.show',
4524         'Show evening_phone field on patron registration',
4525         'coust', 'label'),
4526     oils_i18n_gettext('ui.patron.edit.au.evening_phone.show',
4527         '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.',
4528         'coust', 'description'),
4529     'bool', null)
4530
4531 ,( 'ui.patron.edit.au.evening_phone.suggest', 'gui',
4532     oils_i18n_gettext('ui.patron.edit.au.evening_phone.suggest',
4533         'Suggest evening_phone field on patron registration',
4534         'coust', 'label'),
4535     oils_i18n_gettext('ui.patron.edit.au.evening_phone.suggest',
4536         '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.',
4537         'coust', 'description'),
4538     'bool', null)
4539
4540 ,( 'ui.patron.edit.au.ident_value.show', 'gui',
4541     oils_i18n_gettext('ui.patron.edit.au.ident_value.show',
4542         'Show ident_value field on patron registration',
4543         'coust', 'label'),
4544     oils_i18n_gettext('ui.patron.edit.au.ident_value.show',
4545         '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.',
4546         'coust', 'description'),
4547     'bool', null)
4548
4549 ,( 'ui.patron.edit.au.ident_value.suggest', 'gui',
4550     oils_i18n_gettext('ui.patron.edit.au.ident_value.suggest',
4551         'Suggest ident_value field on patron registration',
4552         'coust', 'label'),
4553     oils_i18n_gettext('ui.patron.edit.au.ident_value.suggest',
4554         '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.',
4555         'coust', 'description'),
4556     'bool', null)
4557
4558 ,( 'ui.patron.edit.au.ident_value2.show', 'gui',
4559     oils_i18n_gettext('ui.patron.edit.au.ident_value2.show',
4560         'Show ident_value2 field on patron registration',
4561         'coust', 'label'),
4562     oils_i18n_gettext('ui.patron.edit.au.ident_value2.show',
4563         '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.',
4564         'coust', 'description'),
4565     'bool', null)
4566
4567 ,( 'ui.patron.edit.au.ident_value2.suggest', 'gui',
4568     oils_i18n_gettext('ui.patron.edit.au.ident_value2.suggest',
4569         'Suggest ident_value2 field on patron registration',
4570         'coust', 'label'),
4571     oils_i18n_gettext('ui.patron.edit.au.ident_value2.suggest',
4572         '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.',
4573         'coust', 'description'),
4574     'bool', null)
4575
4576 ,( 'ui.patron.edit.au.juvenile.show', 'gui',
4577     oils_i18n_gettext('ui.patron.edit.au.juvenile.show',
4578         'Show juvenile field on patron registration',
4579         'coust', 'label'),
4580     oils_i18n_gettext('ui.patron.edit.au.juvenile.show',
4581         '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.',
4582         'coust', 'description'),
4583     'bool', null)
4584
4585 ,( 'ui.patron.edit.au.juvenile.suggest', 'gui',
4586     oils_i18n_gettext('ui.patron.edit.au.juvenile.suggest',
4587         'Suggest juvenile field on patron registration',
4588         'coust', 'label'),
4589     oils_i18n_gettext('ui.patron.edit.au.juvenile.suggest',
4590         '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.',
4591         'coust', 'description'),
4592     'bool', null)
4593
4594 ,( 'ui.patron.edit.au.master_account.show', 'gui',
4595     oils_i18n_gettext('ui.patron.edit.au.master_account.show',
4596         'Show master_account field on patron registration',
4597         'coust', 'label'),
4598     oils_i18n_gettext('ui.patron.edit.au.master_account.show',
4599         '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.',
4600         'coust', 'description'),
4601     'bool', null)
4602
4603 ,( 'ui.patron.edit.au.master_account.suggest', 'gui',
4604     oils_i18n_gettext('ui.patron.edit.au.master_account.suggest',
4605         'Suggest master_account field on patron registration',
4606         'coust', 'label'),
4607     oils_i18n_gettext('ui.patron.edit.au.master_account.suggest',
4608         '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.',
4609         'coust', 'description'),
4610     'bool', null)
4611
4612 ,( 'ui.patron.edit.au.other_phone.example', 'gui',
4613     oils_i18n_gettext('ui.patron.edit.au.other_phone.example',
4614         'Example for other_phone field on patron registration',
4615         'coust', 'label'),
4616     oils_i18n_gettext('ui.patron.edit.au.other_phone.example',
4617         'The Example for validation on the other_phone field in patron registration.',
4618         'coust', 'description'),
4619     'string', null)
4620
4621 ,( 'ui.patron.edit.au.other_phone.regex', 'gui',
4622     oils_i18n_gettext('ui.patron.edit.au.other_phone.regex',
4623         'Regex for other_phone field on patron registration',
4624         'coust', 'label'),
4625     oils_i18n_gettext('ui.patron.edit.au.other_phone.regex',
4626         'The Regular Expression for validation on the other_phone field in patron registration.',
4627         'coust', 'description'),
4628     'string', null)
4629
4630 ,( 'ui.patron.edit.au.other_phone.require', 'gui',
4631     oils_i18n_gettext('ui.patron.edit.au.other_phone.require',
4632         'Require other_phone field on patron registration',
4633         'coust', 'label'),
4634     oils_i18n_gettext('ui.patron.edit.au.other_phone.require',
4635         'The other_phone field will be required on the patron registration screen.',
4636         'coust', 'description'),
4637     'bool', null)
4638
4639 ,( 'ui.patron.edit.au.other_phone.show', 'gui',
4640     oils_i18n_gettext('ui.patron.edit.au.other_phone.show',
4641         'Show other_phone field on patron registration',
4642         'coust', 'label'),
4643     oils_i18n_gettext('ui.patron.edit.au.other_phone.show',
4644         '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.',
4645         'coust', 'description'),
4646     'bool', null)
4647
4648 ,( 'ui.patron.edit.au.other_phone.suggest', 'gui',
4649     oils_i18n_gettext('ui.patron.edit.au.other_phone.suggest',
4650         'Suggest other_phone field on patron registration',
4651         'coust', 'label'),
4652     oils_i18n_gettext('ui.patron.edit.au.other_phone.suggest',
4653         '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.',
4654         'coust', 'description'),
4655     'bool', null)
4656
4657 ,( 'ui.patron.edit.au.prefix.require', 'gui',
4658     oils_i18n_gettext('ui.patron.edit.au.prefix.require',
4659         'Require prefix field on patron registration',
4660         'coust', 'label'),
4661     oils_i18n_gettext('ui.patron.edit.au.prefix.require',
4662         'The prefix field will be required on the patron registration screen.',
4663         'coust', 'description'),
4664     'bool', null)
4665         
4666 ,( 'ui.patron.edit.au.prefix.show', 'gui',
4667     oils_i18n_gettext('ui.patron.edit.au.prefix.show',
4668         'Show prefix field on patron registration',
4669         'coust', 'label'),
4670     oils_i18n_gettext('ui.patron.edit.au.prefix.show',
4671         '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.',
4672         'coust', 'description'),
4673     'bool', null)
4674
4675 ,( 'ui.patron.edit.au.prefix.suggest', 'gui',
4676     oils_i18n_gettext('ui.patron.edit.au.prefix.suggest',
4677         'Suggest prefix field on patron registration',
4678         'coust', 'label'),
4679     oils_i18n_gettext('ui.patron.edit.au.prefix.suggest',
4680         '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.',
4681         'coust', 'description'),
4682     'bool', null)
4683
4684 ,( 'ui.patron.edit.au.second_given_name.show', 'gui',
4685     oils_i18n_gettext('ui.patron.edit.au.second_given_name.show',
4686         'Show second_given_name field on patron registration',
4687         'coust', 'label'),
4688     oils_i18n_gettext('ui.patron.edit.au.second_given_name.show',
4689         '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.',
4690         'coust', 'description'),
4691     'bool', null)
4692
4693 ,( 'ui.patron.edit.au.second_given_name.suggest', 'gui',
4694     oils_i18n_gettext('ui.patron.edit.au.second_given_name.suggest',
4695         'Suggest second_given_name field on patron registration',
4696         'coust', 'label'),
4697     oils_i18n_gettext('ui.patron.edit.au.second_given_name.suggest',
4698         '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.',
4699         'coust', 'description'),
4700     'bool', null)
4701
4702 ,( 'ui.patron.edit.au.suffix.show', 'gui',
4703     oils_i18n_gettext('ui.patron.edit.au.suffix.show',
4704         'Show suffix field on patron registration',
4705         'coust', 'label'),
4706     oils_i18n_gettext('ui.patron.edit.au.suffix.show',
4707         '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.',
4708         'coust', 'description'),
4709     'bool', null)
4710
4711 ,( 'ui.patron.edit.au.suffix.suggest', 'gui',
4712     oils_i18n_gettext('ui.patron.edit.au.suffix.suggest',
4713         'Suggest suffix field on patron registration',
4714         'coust', 'label'),
4715     oils_i18n_gettext('ui.patron.edit.au.suffix.suggest',
4716         '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.',
4717         'coust', 'description'),
4718     'bool', null)
4719
4720 ,( 'ui.patron.edit.aua.county.require', 'gui',
4721     oils_i18n_gettext('ui.patron.edit.aua.county.require',
4722         'Require county field on patron registration',
4723         'coust', 'label'),
4724     oils_i18n_gettext('ui.patron.edit.aua.county.require',
4725         'The county field will be required on the patron registration screen.',
4726         'coust', 'description'),
4727     'bool', null)
4728
4729 ,( 'ui.patron.edit.aua.state.require', 'gui',
4730     oils_i18n_gettext('ui.patron.edit.aua.state.require',
4731         'Require State field on patron registration',
4732         'coust', 'label'),
4733     oils_i18n_gettext('ui.patron.edit.aua.state.require',
4734         'The State field will be required on the patron registration screen.',
4735         'coust', 'description'),
4736     'bool', null)
4737
4738 ,( 'ui.patron.edit.aua.state.show', 'gui',
4739     oils_i18n_gettext('ui.patron.edit.aua.state.show',
4740         'Show State field on patron registration',
4741         'coust', 'label'),
4742     oils_i18n_gettext('ui.patron.edit.aua.state.show',
4743         '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.',
4744         'coust', 'description'),
4745     'bool', null)
4746
4747 ,( 'ui.patron.edit.aua.state.suggest', 'gui',
4748     oils_i18n_gettext('ui.patron.edit.aua.state.suggest',
4749         'Suggest State field on patron registration',
4750         'coust', 'label'),
4751     oils_i18n_gettext('ui.patron.edit.aua.state.suggest',
4752         '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.',
4753         'coust', 'description'),
4754     'bool', null)
4755
4756 ,( 'ui.patron.edit.aua.post_code.example', 'gui',
4757     oils_i18n_gettext('ui.patron.edit.aua.post_code.example',
4758         'Example for post_code field on patron registration',
4759         'coust', 'label'),
4760     oils_i18n_gettext('ui.patron.edit.aua.post_code.example',
4761         'The Example for validation on the post_code field in patron registration.',
4762         'coust', 'description'),
4763     'string', null)
4764
4765 ,( 'ui.patron.edit.aua.post_code.regex', 'gui',
4766     oils_i18n_gettext('ui.patron.edit.aua.post_code.regex',
4767         'Regex for post_code field on patron registration',
4768         'coust', 'label'),
4769     oils_i18n_gettext('ui.patron.edit.aua.post_code.regex',
4770         'The Regular Expression for validation on the post_code field in patron registration.',
4771         'coust', 'description'),
4772     'string', null)
4773
4774 ,( 'ui.patron.edit.default_suggested', 'gui',
4775     oils_i18n_gettext('ui.patron.edit.default_suggested',
4776         'Default showing suggested patron registration fields',
4777         'coust', 'label'),
4778     oils_i18n_gettext('ui.patron.edit.default_suggested',
4779         'Instead of All fields, show just suggested fields in patron registration by default.',
4780         'coust', 'description'),
4781     'bool', null)
4782
4783 ,( 'ui.patron.edit.phone.example', 'gui',
4784     oils_i18n_gettext('ui.patron.edit.phone.example',
4785         'Example for phone fields on patron registration',
4786         'coust', 'label'),
4787     oils_i18n_gettext('ui.patron.edit.phone.example',
4788         'The Example for validation on phone fields in patron registration. Applies to all phone fields without their own setting.',
4789         'coust', 'description'),
4790     'string', null)
4791
4792 ,( 'ui.patron.edit.phone.regex', 'gui',
4793     oils_i18n_gettext('ui.patron.edit.phone.regex',
4794         'Regex for phone fields on patron registration',
4795         'coust', 'label'),
4796     oils_i18n_gettext('ui.patron.edit.phone.regex',
4797         '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.',
4798         'coust', 'description'),
4799     'string', null)
4800
4801 ,( 'ui.patron.registration.require_address', 'gui',
4802     oils_i18n_gettext('ui.patron.registration.require_address',
4803         'Require at least one address for Patron Registration',
4804         'coust', 'label'),
4805     oils_i18n_gettext('ui.patron.registration.require_address',
4806         'Enforces a requirement for having at least one address for a patron during registration.',
4807         'coust', 'description'),
4808     'bool', null)
4809
4810 ,( 'ui.patron_search.result_cap', 'gui',
4811     oils_i18n_gettext('ui.patron_search.result_cap',
4812         'Cap results in Patron Search at this number.',
4813         'coust', 'label'),
4814     oils_i18n_gettext('ui.patron_search.result_cap',
4815         '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.',
4816         'coust', 'description'),
4817     'integer', null)
4818
4819 ,( 'ui.staff.require_initials.patron_standing_penalty', 'gui',
4820     oils_i18n_gettext('ui.staff.require_initials.patron_standing_penalty',
4821         'Require staff initials for entry/edit of patron standing penalties and messages.',
4822         'coust', 'label'),
4823     oils_i18n_gettext('ui.staff.require_initials.patron_standing_penalty',
4824         'Appends staff initials and edit date into patron standing penalties and messages.',
4825         'coust', 'description'),
4826     'bool', null)
4827
4828 ,( 'ui.staff.require_initials.patron_info_notes', 'gui',
4829     oils_i18n_gettext('ui.staff.require_initials.patron_info_notes',
4830         'Require staff initials for entry/edit of patron notes.',
4831         'coust', 'label'),
4832     oils_i18n_gettext('ui.staff.require_initials.patron_info_notes',
4833         'Appends staff initials and edit date into patron note content.',
4834         'coust', 'description'),
4835     'bool', null)
4836
4837 ,( 'ui.staff.require_initials.copy_notes', 'gui',
4838     oils_i18n_gettext('ui.staff.require_initials.copy_notes',
4839         'Require staff initials for entry/edit of copy notes.',
4840         'coust', 'label'),
4841     oils_i18n_gettext('ui.staff.require_initials.copy_notes',
4842         'Appends staff initials and edit date into copy note content.',
4843         'coust', 'description'),
4844     'bool', null)
4845
4846 ,( 'ui.unified_volume_copy_editor', 'gui',
4847     oils_i18n_gettext('ui.unified_volume_copy_editor',
4848         'Unified Volume/Item Creator/Editor',
4849         'coust', 'label'),
4850     oils_i18n_gettext('ui.unified_volume_copy_editor',
4851         'If true combines the Volume/Copy Creator and Item Attribute Editor in some instances.',
4852         'coust', 'description'),
4853     'bool', null)
4854
4855 ,( 'url.remote_column_settings', 'gui',
4856     oils_i18n_gettext('url.remote_column_settings',
4857         'URL for remote directory containing list column settings.',
4858         'coust', 'label'),
4859     oils_i18n_gettext('url.remote_column_settings',
4860         '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.',
4861         'coust', 'description'),
4862     'string', null)
4863 ,( 'opac.staff_saved_search.size', 'opac',
4864     oils_i18n_gettext('opac.staff_saved_search.size',
4865         'OPAC: Number of staff client saved searches to display on left side of results and record details pages',
4866         'coust', 'label'),
4867     oils_i18n_gettext('opac.staff_saved_search.size',
4868         '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.',
4869         'coust', 'description'),
4870     'integer', null)
4871 ,( 'circ.holds.target_when_closed', 'circ',
4872     oils_i18n_gettext('circ.holds.target_when_closed',
4873         'Target copies for a hold even if copy''s circ lib is closed',
4874         'coust', 'label'),
4875     oils_i18n_gettext('circ.holds.target_when_closed',
4876         '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).',
4877         'coust', 'description'),
4878     'bool', null)
4879 ,( 'circ.holds.target_when_closed_if_at_pickup_lib', 'circ',
4880     oils_i18n_gettext('circ.holds.target_when_closed_if_at_pickup_lib',
4881         'Target copies for a hold even if copy''s circ lib is closed IF the circ lib is the hold''s pickup lib',
4882         'coust', 'label'),
4883     oils_i18n_gettext('circ.holds.target_when_closed_if_at_pickup_lib',
4884         '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.',
4885         'coust', 'description'),
4886     'bool', null)
4887
4888
4889 ,( 'opac.staff.jump_to_details_on_single_hit', 'opac',
4890     oils_i18n_gettext('opac.staff.jump_to_details_on_single_hit',
4891         'Jump to details on 1 hit (staff client)',
4892         'coust', 'label'),
4893     oils_i18n_gettext('opac.staff.jump_to_details_on_single_hit',
4894         'When a search yields only 1 result, jump directly to the record details page.  This setting only affects the OPAC within the staff client',
4895         'coust', 'description'),
4896     'bool', null)
4897 ,( 'opac.patron.jump_to_details_on_single_hit', 'opac',
4898     oils_i18n_gettext('opac.patron.jump_to_details_on_single_hit',
4899         'Jump to details on 1 hit (public)',
4900         'coust', 'label'),
4901     oils_i18n_gettext('opac.patron.jump_to_details_on_single_hit',
4902         'When a search yields only 1 result, jump directly to the record details page.  This setting only affects the public OPAC',
4903         'coust', 'description'),
4904     'bool', null)
4905
4906 ,( 'opac.search.tag_circulated_items', 'opac',
4907     oils_i18n_gettext(
4908         'opac.search.tag_circulated_items',
4909         'Tag Circulated Items in Results',
4910         'coust', 'label'
4911     ),
4912     oils_i18n_gettext(
4913         'opac.search.tag_circulated_items',
4914         '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',
4915         'coust', 'description'
4916     ),
4917     'bool', null)
4918
4919 ,( 'sms.enable', 'sms',
4920     oils_i18n_gettext(
4921         'sms.enable',
4922         'Enable features that send SMS text messages.',
4923         'coust',
4924         'label'
4925     ),
4926     oils_i18n_gettext(
4927         'sms.enable',
4928         '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.',
4929         'coust',
4930         'description'
4931     ),
4932     'bool', null)
4933 ,( 'sms.disable_authentication_requirement.callnumbers', 'sms',
4934     oils_i18n_gettext(
4935         'sms.disable_authentication_requirement.callnumbers',
4936         'Disable auth requirement for texting call numbers.',
4937         'coust',
4938         'label'
4939     ),
4940     oils_i18n_gettext(
4941         'sms.disable_authentication_requirement.callnumbers',
4942         'Disable authentication requirement for sending call number information via SMS from the OPAC.',
4943         'coust',
4944         'description'
4945     ),
4946     'bool', null)
4947 ,( 'serial.default_display_grouping', 'serial',
4948     oils_i18n_gettext(
4949         'serial.default_display_grouping',
4950         'Default display grouping for serials distributions presented in the OPAC.',
4951         'coust',
4952         'label'
4953     ),
4954     oils_i18n_gettext(
4955         'serial.default_display_grouping',
4956         'Default display grouping for serials distributions presented in the OPAC. This can be "enum" or "chron".',
4957         'coust',
4958         'description'
4959     ),
4960     'string', null)
4961 ,( 'vandelay.default_match_set', 'vandelay',
4962     oils_i18n_gettext(
4963         'vandelay.default_match_set',
4964         'Default Record Match Set',
4965         'coust',
4966         'label'
4967     ),
4968     oils_i18n_gettext(
4969         'vandelay.default_match_set',
4970         'Default Record Match Set',
4971         'coust',
4972         'description'
4973     ),
4974     'string', null)
4975 ,( 'opac.browse.pager_shortcuts', 'opac',
4976     oils_i18n_gettext(
4977         'opac.browse.pager_shortcuts',
4978         'Paging shortcut links for OPAC Browse',
4979         'coust',
4980         'label'
4981     ),
4982     oils_i18n_gettext(
4983         '',
4984         '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.',
4985         'coust',
4986         'description'
4987     ),
4988     'string', null)
4989
4990 ,( 'circ.patron_edit.duplicate_patron_check_depth', 'circ',
4991     oils_i18n_gettext(
4992         'circ.patron_edit.duplicate_patron_check_depth',
4993         'Specify search depth for the duplicate patron check in the patron editor',
4994         'coust',
4995         'label'),
4996     oils_i18n_gettext(
4997         'circ.patron_edit.duplicate_patron_check_depth',
4998         'When using the patron registration page, the duplicate patron check will use the configured depth to scope the search for duplicate patrons.',
4999         'coust',
5000         'description'),
5001     'integer', null)
5002 ;
5003
5004 UPDATE config.org_unit_setting_type
5005     SET view_perm = (SELECT id FROM permission.perm_list
5006         WHERE code = 'VIEW_CREDIT_CARD_PROCESSING' LIMIT 1)
5007     WHERE name LIKE 'credit.processor%' AND view_perm IS NULL;
5008
5009 UPDATE config.org_unit_setting_type
5010     SET update_perm = (SELECT id FROM permission.perm_list
5011         WHERE code = 'ADMIN_CREDIT_CARD_PROCESSING' LIMIT 1)
5012     WHERE name LIKE 'credit.processor%' AND update_perm IS NULL;
5013
5014 -- *** Has to go below coust definition to satisfy referential integrity ***
5015 -- In booking, elbow room defines:
5016 --  a) how far in the future you must make a reservation on a given item if
5017 --      that item will have to transit somewhere to fulfill the reservation.
5018 --  b) how soon a reservation must be starting for the reserved item to
5019 --      be op-captured by the checkin interface.
5020 INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (
5021     (SELECT id FROM actor.org_unit WHERE parent_ou IS NULL),
5022     'circ.booking_reservation.default_elbow_room',
5023     '"1 day"')
5024     ,(1, 'cat.spine.line.margin', 0)
5025     ,(1, 'cat.spine.line.height', 9)
5026     ,(1, 'cat.spine.line.width', 8)
5027     ,(1, 'cat.label.font.family', '"monospace"')
5028     ,(1, 'cat.label.font.size', 10)
5029     ,(1, 'cat.label.font.weight', '"normal"')
5030     ,(1, 'circ.grace.extend', 'true')
5031 ;
5032
5033
5034 -- Staged Search (for default matchpoints)
5035 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'first_word', 1.5);
5036 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'full_match', 20);
5037
5038 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'first_word', 1.5);
5039 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'word_order', 10);
5040 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'full_match', 20);
5041
5042 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'first_word', 1.5);
5043 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'word_order', 10);
5044 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'full_match', 20);
5045
5046 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'first_word', 1.5);
5047 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'word_order', 10);
5048 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'full_match', 20);
5049
5050 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'first_word', 1.5);
5051 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'word_order', 10);
5052 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'full_match', 20);
5053
5054 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'first_word', 1.5);
5055 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'word_order', 10);
5056 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'full_match', 20);
5057
5058 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(7, 'first_word', 1.5);
5059
5060 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(8, 'first_word', 1.5);
5061
5062 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(9, 'first_word', 1.5);
5063
5064 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(10, 'first_word', 1.5);
5065
5066 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(15, 'word_order', 10);
5067
5068 -- Vandelay (for importing and exporting records) 012.schema.vandelay.sql 
5069 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)]');
5070 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)]');
5071 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]');
5072 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]');
5073 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$);
5074 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$);
5075 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]');
5076 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath) VALUES (8, 'rec_identifier',oils_i18n_gettext(8, 'Accession Number', 'vqbrad', 'description'),'//*[@tag="001"]');
5077 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"]');
5078 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"]');
5079 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"]');
5080 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]');
5081 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$);
5082 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]');
5083 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]');
5084 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"]');
5085 SELECT SETVAL('vandelay.bib_attr_definition_id_seq'::TEXT, 100);
5086
5087 INSERT INTO vandelay.import_item_attr_definition (
5088     owner, name, tag, owning_lib, circ_lib, location,
5089     call_number, circ_modifier, barcode, price, copy_number,
5090     circulate, ref, holdable, opac_visible, status
5091 ) VALUES (
5092     1,
5093     'Evergreen 852 export format',
5094     '852',
5095     '[@code = "b"][1]',
5096     '[@code = "b"][2]',
5097     'c',
5098     'j',
5099     'g',
5100     'p',
5101     'y',
5102     't',
5103     '[@code = "x" and text() = "circulating"]',
5104     '[@code = "x" and text() = "reference"]',
5105     '[@code = "x" and text() = "holdable"]',
5106     '[@code = "x" and text() = "visible"]',
5107     'z'
5108 );
5109
5110 INSERT INTO vandelay.import_item_attr_definition (
5111     owner,
5112     name,
5113     tag,
5114     owning_lib,
5115     location,
5116     call_number,
5117     circ_modifier,
5118     barcode,
5119     price,
5120     status
5121 ) VALUES (
5122     1,
5123     'Unicorn Import format -- 999',
5124     '999',
5125     'm',
5126     'l',
5127     'a',
5128     't',
5129     'i',
5130     'p',
5131     'k'
5132 );
5133
5134 INSERT INTO vandelay.authority_attr_definition (id, code, description, xpath) VALUES (1, 'rec_identifier',oils_i18n_gettext(1, 'Identifier', 'vqarad', 'description'),'//*[@tag="001"]');
5135 SELECT SETVAL('vandelay.authority_attr_definition_id_seq'::TEXT, 100);
5136
5137
5138 INSERT INTO container.copy_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'ccpbt', 'label'));
5139 INSERT INTO container.copy_bucket_type (code,label) VALUES ('staff_client', oils_i18n_gettext('staff_client', 'General Staff Client container', 'ccpbt', 'label'));
5140 INSERT INTO container.copy_bucket_type (code,label) VALUES ( 'circ_history', 'Circulation History' );
5141 INSERT INTO container.call_number_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'ccnbt', 'label'));
5142 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cbrebt', 'label'));
5143 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('staff_client', oils_i18n_gettext('staff_client', 'General Staff Client container', 'cbrebt', 'label'));
5144 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('bookbag', oils_i18n_gettext('bookbag', 'Book Bag', 'cbrebt', 'label'));
5145 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('reading_list', oils_i18n_gettext('reading_list', 'Reading List', 'cbrebt', 'label'));
5146 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('template_merge',oils_i18n_gettext('template_merge','Template Merge Container', 'cbrebt', 'label'));
5147 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('url_verify', oils_i18n_gettext('url_verify', 'URL Verification Queue', 'cbrebt', 'label'));
5148
5149 INSERT INTO container.user_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cubt', 'label'));
5150 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks', oils_i18n_gettext('folks', 'Friends', 'cubt', 'label'));
5151 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 Bags', 'cubt', 'label'));
5152 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 Bags', 'cubt', 'label'));
5153 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.view', oils_i18n_gettext('folks:circ.view', 'View Circulations', 'cubt', 'label'));
5154 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.renew', oils_i18n_gettext('folks:circ.renew', 'Renew Circulations', 'cubt', 'label'));
5155 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.checkout', oils_i18n_gettext('folks:circ.checkout', 'Checkout Items', 'cubt', 'label'));
5156 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:hold.view', oils_i18n_gettext('folks:hold.view', 'View Holds', 'cubt', 'label'));
5157 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:hold.cancel', oils_i18n_gettext('folks:hold.cancel', 'Cancel Holds', 'cubt', 'label'));
5158
5159
5160 ----------------------------------
5161 -- MARC21 record structure data --
5162 ----------------------------------
5163
5164 -- Record type map
5165 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('BKS','at','acdm');
5166 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('SER','a','bsi');
5167 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('VIS','gkro','abcdmsi');
5168 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MIX','p','cdi');
5169 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MAP','ef','abcdmsi');
5170 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('SCO','cd','abcdmsi');
5171 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('REC','ij','abcdmsi');
5172 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('COM','m','abcdmsi');
5173 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('AUT','z',' ');
5174 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MFHD','uvxy',' ');
5175
5176
5177 ------ Physical Characteristics
5178
5179 -- Map
5180 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('a','Map');
5181 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','b','1','1','SMD');
5182 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Atlas');
5183 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Diagram');
5184 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Map');
5185 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Profile');
5186 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Model');
5187 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');
5188 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Section');
5189 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5190 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('y',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'View');
5191 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5192 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','d','3','1','Color');
5193 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');
5194 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5195 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','e','4','1','Physical medium');
5196 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5197 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5198 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5199 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5200 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5201 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5202 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5203 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5204 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');
5205 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');
5206 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');
5207 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');
5208 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5209 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');
5210 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5211 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','f','5','1','Type of reproduction');
5212 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Facsimile');
5213 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');
5214 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5215 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5216 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','g','6','1','Production/reproduction details');
5217 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');
5218 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photocopy');
5219 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');
5220 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film');
5221 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5222 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5223 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','h','7','1','Positive/negative');
5224 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Positive');
5225 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Negative');
5226 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5227 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');
5228
5229 -- Electronic Resource
5230 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('c','Electronic Resource');
5231 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','b','1','1','SMD');
5232 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');
5233 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');
5234 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');
5235 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');
5236 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');
5237 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');
5238 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');
5239 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');
5240 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Remote');
5241 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5242 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5243 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','d','3','1','Color');
5244 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');
5245 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');
5246 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5247 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');
5248 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5249 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');
5250 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5251 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5252 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','e','4','1','Dimensions');
5253 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.');
5254 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.');
5255 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.');
5256 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.');
5257 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.');
5258 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');
5259 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.');
5260 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5261 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.');
5262 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5263 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','f','5','1','Sound');
5264 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)');
5265 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound');
5266 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5267 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','g','6','3','Image bit depth');
5268 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('---',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5269 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('mmm',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multiple');
5270 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');
5271 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','h','9','1','File formats');
5272 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');
5273 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');
5274 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5275 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','i','10','1','Quality assurance target(s)');
5276 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Absent');
5277 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');
5278 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Present');
5279 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5280 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','j','11','1','Antecedent/Source');
5281 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');
5282 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');
5283 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');
5284 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)');
5285 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5286 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');
5287 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5288 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','k','12','1','Level of compression');
5289 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Uncompressed');
5290 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Lossless');
5291 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Lossy');
5292 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5293 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5294 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','l','13','1','Reformatting quality');
5295 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Access');
5296 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');
5297 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Preservation');
5298 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Replacement');
5299 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5300
5301 -- Globe
5302 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('d','Globe');
5303 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','b','1','1','SMD');
5304 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');
5305 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');
5306 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');
5307 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');
5308 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5309 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5310 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','d','3','1','Color');
5311 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');
5312 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5313 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','e','4','1','Physical medium');
5314 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5315 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5316 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5317 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5318 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5319 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5320 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5321 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5322 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5323 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5324 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','f','5','1','Type of reproduction');
5325 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Facsimile');
5326 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');
5327 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5328 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5329
5330 -- Tactile Material
5331 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('f','Tactile Material');
5332 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','b','1','1','SMD');
5333 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Moon');
5334 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Braille');
5335 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combination');
5336 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');
5337 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5338 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5339 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','d','3','2','Class of braille writing');
5340 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');
5341 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');
5342 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');
5343 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');
5344 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');
5345 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');
5346 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');
5347 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5348 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5349 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','e','5','1','Level of contraction');
5350 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Uncontracted');
5351 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Contracted');
5352 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combination');
5353 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');
5354 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5355 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5356 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','f','6','3','Braille music format');
5357 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');
5358 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');
5359 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');
5360 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paragraph');
5361 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');
5362 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');
5363 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');
5364 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');
5365 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');
5366 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');
5367 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Outline');
5368 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');
5369 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');
5370 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5371 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5372 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','g','9','1','Special physical characteristics');
5373 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');
5374 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');
5375 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');
5376 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5377 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5378
5379 -- Projected Graphic
5380 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('g','Projected Graphic');
5381 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','b','1','1','SMD');
5382 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');
5383 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Filmstrip');
5384 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');
5385 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');
5386 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Slide');
5387 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Transparency');
5388 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5389 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','d','3','1','Color');
5390 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');
5391 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5392 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');
5393 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5394 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');
5395 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5396 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5397 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','e','4','1','Base of emulsion');
5398 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5399 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5400 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');
5401 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');
5402 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');
5403 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5404 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5405 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5406 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');
5407 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');
5408 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');
5409 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5410 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','g','6','1','Medium for sound');
5411 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');
5412 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');
5413 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');
5414 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');
5415 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');
5416 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');
5417 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');
5418 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5419 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5420 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5421 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5422 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','h','7','1','Dimensions');
5423 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.');
5424 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.');
5425 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.');
5426 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.');
5427 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.');
5428 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.');
5429 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.');
5430 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.)');
5431 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.)');
5432 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.)');
5433 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.)');
5434 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5435 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.)');
5436 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.)');
5437 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.)');
5438 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.)');
5439 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5440 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','i','8','1','Secondary support material');
5441 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cardboard');
5442 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5443 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5444 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'metal');
5445 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');
5446 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');
5447 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');
5448 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5449 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5450
5451 -- Microform
5452 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('h','Microform');
5453 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','b','1','1','SMD');
5454 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');
5455 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');
5456 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');
5457 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');
5458 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microfiche');
5459 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');
5460 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microopaque');
5461 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
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 ('h','d','3','1','Positive/negative');
5464 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Positive');
5465 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Negative');
5466 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5467 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5468 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','e','4','1','Dimensions');
5469 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.');
5470 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.');
5471 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.');
5472 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'70mm.');
5473 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.');
5474 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.)');
5475 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.)');
5476 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.)');
5477 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.)');
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 ('h','f','5','4','Reduction ratio range/Reduction ratio');
5481 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)');
5482 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)');
5483 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)');
5484 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)');
5485 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-)');
5486 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5487 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');
5488 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','g','9','1','Color');
5489 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');
5490 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5491 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5492 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5493 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5494 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','h','10','1','Emulsion on film');
5495 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');
5496 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Diazo');
5497 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Vesicular');
5498 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5499 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');
5500 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5501 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5502 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','i','11','1','Quality assurance target(s)');
5503 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');
5504 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');
5505 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');
5506 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');
5507 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5508 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','j','12','1','Base of film');
5509 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');
5510 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');
5511 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');
5512 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');
5513 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');
5514 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');
5515 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');
5516 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');
5517 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');
5518 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5519 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5520
5521 -- Non-projected Graphic
5522 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('k','Non-projected Graphic');
5523 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','b','1','1','SMD');
5524 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Collage');
5525 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Drawing');
5526 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Painting');
5527 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');
5528 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photonegative');
5529 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photoprint');
5530 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Picture');
5531 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Print');
5532 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');
5533 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Chart');
5534 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');
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 ('k','d','3','1','Color');
5538 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');
5539 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');
5540 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5541 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');
5542 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5543 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5544 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5545 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','e','4','1','Primary support material');
5546 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Canvas');
5547 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');
5548 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');
5549 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5550 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5551 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5552 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5553 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5554 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');
5555 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5556 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5557 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hardboard');
5558 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Porcelain');
5559 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5560 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5561 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5562 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5563 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','f','5','1','Secondary support material');
5564 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Canvas');
5565 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');
5566 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');
5567 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5568 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5569 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5570 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5571 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
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 collection');
5573 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5574 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5575 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hardboard');
5576 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Porcelain');
5577 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5578 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5579 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5580 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5581
5582 -- Motion Picture
5583 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('m','Motion Picture');
5584 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','b','1','1','SMD');
5585 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');
5586 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');
5587 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');
5588 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5589 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5590 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','d','3','1','Color');
5591 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');
5592 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5593 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');
5594 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5595 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5596 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5597 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','e','4','1','Motion picture presentation format');
5598 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');
5599 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)');
5600 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3D');
5601 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)');
5602 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');
5603 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');
5604 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5605 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5606 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');
5607 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');
5608 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');
5609 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5610 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','g','6','1','Medium for sound');
5611 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');
5612 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');
5613 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');
5614 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');
5615 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');
5616 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');
5617 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');
5618 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5619 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5620 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5621 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5622 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','h','7','1','Dimensions');
5623 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.');
5624 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.');
5625 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.');
5626 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.');
5627 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.');
5628 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.');
5629 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.');
5630 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5631 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5632 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','i','8','1','Configuration of playback channels');
5633 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5634 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5635 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');
5636 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');
5637 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5638 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5639 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5640 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','j','9','1','Production elements');
5641 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');
5642 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Trims');
5643 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Outtakes');
5644 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Rushes');
5645 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');
5646 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');
5647 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');
5648 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');
5649 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5650
5651 -- Remote-sensing Image
5652 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('r','Remote-sensing Image');
5653 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','b','1','1','SMD');
5654 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5655 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','d','3','1','Altitude of sensor');
5656 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Surface');
5657 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Airborne');
5658 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Spaceborne');
5659 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');
5660 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5661 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5662 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','e','4','1','Attitude of sensor');
5663 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');
5664 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');
5665 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Vertical');
5666 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');
5667 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5668 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','f','5','1','Cloud cover');
5669 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%');
5670 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%');
5671 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%');
5672 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%');
5673 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%');
5674 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%');
5675 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%');
5676 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%');
5677 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%');
5678 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%');
5679 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');
5680 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5681 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','g','6','1','Platform construction type');
5682 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Balloon');
5683 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');
5684 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');
5685 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');
5686 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');
5687 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');
5688 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');
5689 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');
5690 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');
5691 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');
5692 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5693 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5694 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','h','7','1','Platform use category');
5695 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Meteorological');
5696 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');
5697 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');
5698 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');
5699 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');
5700 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5701 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5702 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','i','8','1','Sensor type');
5703 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Active');
5704 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Passive');
5705 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5706 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5707 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','j','9','2','Data type');
5708 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');
5709 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');
5710 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');
5711 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');
5712 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');
5713 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)');
5714 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');
5715 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('dv',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combinations');
5716 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');
5717 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)');
5718 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)');
5719 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)');
5720 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');
5721 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');
5722 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');
5723 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');
5724 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');
5725 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');
5726 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');
5727 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');
5728 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');
5729 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');
5730 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');
5731 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');
5732 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');
5733 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');
5734 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');
5735 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');
5736 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');
5737 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');
5738 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');
5739 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');
5740 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');
5741 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)');
5742 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');
5743 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('rc',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Bouger');
5744 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('rd',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Isostatic');
5745 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');
5746 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');
5747 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('uu',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5748 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('zz',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5749
5750 -- Sound Recording
5751 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('s','Sound Recording');
5752 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','b','1','1','SMD');
5753 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');
5754 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cylinder');
5755 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');
5756 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');
5757 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Roll');
5758 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');
5759 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');
5760 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5761 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');
5762 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5763 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','d','3','1','Speed');
5764 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');
5765 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');
5766 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');
5767 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');
5768 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');
5769 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');
5770 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');
5771 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');
5772 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');
5773 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');
5774 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');
5775 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');
5776 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');
5777 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');
5778 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5779 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5780 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','e','4','1','Configuration of playback channels');
5781 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5782 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Quadraphonic');
5783 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5784 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5785 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5786 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','f','5','1','Groove width or pitch');
5787 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');
5788 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');
5789 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');
5790 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5791 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5792 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','g','6','1','Dimensions');
5793 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.');
5794 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.');
5795 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.');
5796 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.');
5797 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.');
5798 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.');
5799 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.)');
5800 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.');
5801 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');
5802 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.');
5803 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.');
5804 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5805 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5806 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','h','7','1','Tape width');
5807 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.');
5808 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.');
5809 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');
5810 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.');
5811 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.');
5812 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5813 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5814 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','i','8','1','Tape configuration ');
5815 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');
5816 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');
5817 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');
5818 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');
5819 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');
5820 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');
5821 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');
5822 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5823 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5824 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','m','12','1','Special playback');
5825 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');
5826 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');
5827 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');
5828 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');
5829 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');
5830 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');
5831 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');
5832 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');
5833 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');
5834 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5835 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5836 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','n','13','1','Capture and storage');
5837 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');
5838 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');
5839 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');
5840 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');
5841 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5842 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5843
5844 -- Videorecording
5845 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('v','Videorecording');
5846 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','b','1','1','SMD');
5847 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videocartridge');
5848 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5849 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videocassette');
5850 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videoreel');
5851 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5852 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5853 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','d','3','1','Color');
5854 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');
5855 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5856 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5857 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');
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 ('v','e','4','1','Videorecording format');
5861 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Beta');
5862 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'VHS');
5863 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');
5864 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'EIAJ');
5865 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');
5866 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Quadruplex');
5867 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Laserdisc');
5868 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'CED');
5869 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Betacam');
5870 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');
5871 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');
5872 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');
5873 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');
5874 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.');
5875 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.');
5876 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');
5877 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5878 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('v',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'DVD');
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 ('v','f','5','1','Sound on medium or separate');
5881 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');
5882 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');
5883 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5884 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','g','6','1','Medium for sound');
5885 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');
5886 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');
5887 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');
5888 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');
5889 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');
5890 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');
5891 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');
5892 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5893 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5894 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5895 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5896 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','h','7','1','Dimensions');
5897 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.');
5898 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.');
5899 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.');
5900 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.');
5901 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.');
5902 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.');
5903 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5904 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5905 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','i','8','1','Configuration of playback channel');
5906 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5907 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5908 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');
5909 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');
5910 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5911 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5912 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5913
5914 -- Fixed Field position data -- 0-based!
5915 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Alph', '006', 'SER', 16, 1, ' ');
5916 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Alph', '008', 'SER', 33, 1, ' ');
5917 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'BKS', 5, 1, ' ');
5918 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'COM', 5, 1, ' ');
5919 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'REC', 5, 1, ' ');
5920 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'SCO', 5, 1, ' ');
5921 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'SER', 5, 1, ' ');
5922 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'VIS', 5, 1, ' ');
5923 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'BKS', 22, 1, ' ');
5924 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'COM', 22, 1, ' ');
5925 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'REC', 22, 1, ' ');
5926 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'SCO', 22, 1, ' ');
5927 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'SER', 22, 1, ' ');
5928 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'VIS', 22, 1, ' ');
5929 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'BKS', 7, 1, 'm');
5930 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'COM', 7, 1, 'm');
5931 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'MAP', 7, 1, 'm');
5932 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'MIX', 7, 1, 'c');
5933 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'REC', 7, 1, 'm');
5934 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'SCO', 7, 1, 'm');
5935 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'SER', 7, 1, 's');
5936 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'VIS', 7, 1, 'm');
5937 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Biog', '006', 'BKS', 17, 1, ' ');
5938 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Biog', '008', 'BKS', 34, 1, ' ');
5939 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '006', 'BKS', 11, 1, ' ');
5940 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '006', 'SER', 11, 1, ' ');
5941 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '008', 'BKS', 29, 1, ' ');
5942 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '008', 'SER', 29, 1, ' ');
5943 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '006', 'BKS', 7, 4, ' ');
5944 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '006', 'SER', 8, 3, ' ');
5945 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '008', 'BKS', 24, 4, ' ');
5946 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '008', 'SER', 25, 3, ' ');
5947 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'BKS', 8, 1, ' ');
5948 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'COM', 8, 1, ' ');
5949 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'MAP', 8, 1, ' ');
5950 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'MIX', 8, 1, ' ');
5951 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'REC', 8, 1, ' ');
5952 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'SCO', 8, 1, ' ');
5953 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'SER', 8, 1, ' ');
5954 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'VIS', 8, 1, ' ');
5955 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'BKS', 15, 3, ' ');
5956 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'COM', 15, 3, ' ');
5957 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'MAP', 15, 3, ' ');
5958 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'MIX', 15, 3, ' ');
5959 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'REC', 15, 3, ' ');
5960 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'SCO', 15, 3, ' ');
5961 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'SER', 15, 3, ' ');
5962 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'VIS', 15, 3, ' ');
5963 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'BKS', 7, 4, ' ');
5964 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'COM', 7, 4, ' ');
5965 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'MAP', 7, 4, ' ');
5966 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'MIX', 7, 4, ' ');
5967 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'REC', 7, 4, ' ');
5968 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'SCO', 7, 4, ' ');
5969 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'SER', 7, 4, ' ');
5970 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'VIS', 7, 4, ' ');
5971 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'BKS', 11, 4, ' ');
5972 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'COM', 11, 4, ' ');
5973 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'MAP', 11, 4, ' ');
5974 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'MIX', 11, 4, ' ');
5975 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'REC', 11, 4, ' ');
5976 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'SCO', 11, 4, ' ');
5977 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'SER', 11, 4, '9');
5978 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'VIS', 11, 4, ' ');
5979 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'BKS', 18, 1, ' ');
5980 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'COM', 18, 1, ' ');
5981 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'MAP', 18, 1, ' ');
5982 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'MIX', 18, 1, ' ');
5983 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'REC', 18, 1, ' ');
5984 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'SCO', 18, 1, ' ');
5985 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'SER', 18, 1, ' ');
5986 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'VIS', 18, 1, ' ');
5987 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'BKS', 6, 1, ' ');
5988 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'COM', 6, 1, ' ');
5989 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'MAP', 6, 1, ' ');
5990 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'MIX', 6, 1, ' ');
5991 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'REC', 6, 1, ' ');
5992 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'SCO', 6, 1, ' ');
5993 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'SER', 6, 1, 'c');
5994 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'VIS', 6, 1, ' ');
5995 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'BKS', 17, 1, ' ');
5996 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'COM', 17, 1, ' ');
5997 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'MAP', 17, 1, ' ');
5998 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'MIX', 17, 1, ' ');
5999 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'REC', 17, 1, ' ');
6000 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'SCO', 17, 1, ' ');
6001 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'SER', 17, 1, ' ');
6002 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'VIS', 17, 1, ' ');
6003 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'AUT', 17, 1, ' ');
6004 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Fest', '006', 'BKS', 13, 1, '0');
6005 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Fest', '008', 'BKS', 30, 1, '0');
6006 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'BKS', 6, 1, ' ');
6007 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'MAP', 12, 1, ' ');
6008 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'MIX', 6, 1, ' ');
6009 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'REC', 6, 1, ' ');
6010 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'SCO', 6, 1, ' ');
6011 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'SER', 6, 1, ' ');
6012 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'VIS', 12, 1, ' ');
6013 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'BKS', 23, 1, ' ');
6014 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'MAP', 29, 1, ' ');
6015 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'MIX', 23, 1, ' ');
6016 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'REC', 23, 1, ' ');
6017 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'SCO', 23, 1, ' ');
6018 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'SER', 23, 1, ' ');
6019 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'VIS', 29, 1, ' ');
6020 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'BKS', 11, 1, ' ');
6021 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'COM', 11, 1, ' ');
6022 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'MAP', 11, 1, ' ');
6023 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'SER', 11, 1, ' ');
6024 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'VIS', 11, 1, ' ');
6025 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'BKS', 28, 1, ' ');
6026 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'COM', 28, 1, ' ');
6027 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'MAP', 28, 1, ' ');
6028 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'SER', 28, 1, ' ');
6029 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'VIS', 28, 1, ' ');
6030 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ills', '006', 'BKS', 1, 4, ' ');
6031 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ills', '008', 'BKS', 18, 4, ' ');
6032 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '006', 'BKS', 14, 1, '0');
6033 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '006', 'MAP', 14, 1, '0');
6034 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '008', 'BKS', 31, 1, '0');
6035 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '008', 'MAP', 31, 1, '0');
6036 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'BKS', 35, 3, ' ');
6037 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'COM', 35, 3, ' ');
6038 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'MAP', 35, 3, ' ');
6039 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'MIX', 35, 3, ' ');
6040 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'REC', 35, 3, ' ');
6041 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'SCO', 35, 3, ' ');
6042 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'SER', 35, 3, ' ');
6043 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'VIS', 35, 3, ' ');
6044 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('LitF', '006', 'BKS', 16, 1, '0');
6045 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('LitF', '008', 'BKS', 33, 1, '0');
6046 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'BKS', 38, 1, ' ');
6047 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'COM', 38, 1, ' ');
6048 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'MAP', 38, 1, ' ');
6049 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'MIX', 38, 1, ' ');
6050 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'REC', 38, 1, ' ');
6051 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'SCO', 38, 1, ' ');
6052 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'SER', 38, 1, ' ');
6053 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'VIS', 38, 1, ' ');
6054 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');
6055 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');
6056 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('TMat', '006', 'VIS', 16, 1, ' ');
6057 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('TMat', '008', 'VIS', 33, 1, ' ');
6058 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'BKS', 6, 1, 'a');
6059 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'COM', 6, 1, 'm');
6060 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'MAP', 6, 1, 'e');
6061 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'MIX', 6, 1, 'p');
6062 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'REC', 6, 1, 'i');
6063 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'SCO', 6, 1, 'c');
6064 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'SER', 6, 1, 'a');
6065 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'VIS', 6, 1, 'g');
6066 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Subj', '008', 'AUT', 11, 1, '|');
6067 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('RecStat', 'ldr', 'AUT', 5, 1, 'n');
6068
6069 -- record attributes
6070 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('alph','Alph','Alph');
6071 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('audience','Audn','Audn');
6072 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('bib_level','BLvl','BLvl',FALSE);
6073 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('biog','Biog','Biog');
6074 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('conf','Conf','Conf');
6075 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('control_type','Ctrl','Ctrl',FALSE);
6076 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ctry','Ctry','Ctry');
6077 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('date1','Date1','Date1');
6078 INSERT INTO config.record_attr_definition (name,label,fixed_field,sorter,filter,multi) values ('pubdate','Pub Date','Date1',TRUE,FALSE,FALSE);
6079 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('date2','Date2','Date2');
6080 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('cat_form','Desc','Desc',FALSE);
6081 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('pub_status','DtSt','DtSt');
6082 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('enc_level','ELvl','ELvl',FALSE);
6083 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('fest','Fest','Fest');
6084 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('item_form','Form','Form');
6085 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('gpub','GPub','GPub');
6086 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ills','Ills','Ills');
6087 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('indx','Indx','Indx');
6088 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('item_lang','Lang','Lang');
6089 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('language','Language (2.0 compat version)','Lang');
6090 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('lit_form','LitF','LitF');
6091 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('mrec','MRec','MRec');
6092 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ff_sl','S/L','S/L');
6093 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('type_mat','TMat','TMat');
6094 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('item_type','Type','Type',FALSE);
6095 INSERT INTO config.record_attr_definition (name,label,phys_char_sf) values ('vr_format','Videorecording format',72);
6096 INSERT INTO config.record_attr_definition (name,label,sorter,filter,tag,multi) values ('titlesort','Title',TRUE,FALSE,'tnf',FALSE);
6097 INSERT INTO config.record_attr_definition (name,label,sorter,filter,tag,sf_list,multi) values ('authorsort','Author',TRUE,FALSE,'1%','abcdefgklmnopqrstvxyz',FALSE);
6098 INSERT INTO config.record_attr_definition (name, label, phys_char_sf)
6099     VALUES ('sr_format', oils_i18n_gettext('sr_format', 'Sound recording format', 'crad', 'label'), '62');
6100 INSERT INTO config.record_attr_definition (name, label, multi, filter, composite) 
6101     VALUES ('icon_format', oils_i18n_gettext('icon_format', 'OPAC Format Icons', 'crad', 'label'), TRUE, TRUE, TRUE);
6102 INSERT INTO config.record_attr_definition (name, label, multi, filter, composite) 
6103     VALUES ('mr_hold_format', oils_i18n_gettext('mr_hold_format', 'Metarecord Hold Formats', 'crad', 'label'),
6104     TRUE, TRUE, TRUE);
6105 INSERT INTO config.record_attr_definition 
6106     (name, label, multi, filter, composite) VALUES (
6107         'search_format', 
6108         oils_i18n_gettext('search_format', 'Search Formats', 'crad', 'label'),
6109         TRUE, TRUE, TRUE
6110     );
6111
6112
6113 -- TO-DO: Auto-generate these values from CLDR
6114 -- XXX These are the values used in MARC records ... does that match CLDR, including deprecated languages?
6115 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6116     (1, 'item_lang', 'aar', oils_i18n_gettext('aar', 'Afar', 'ccvm', 'value')),
6117     (2, 'item_lang', 'abk', oils_i18n_gettext('abk', 'Abkhaz', 'ccvm', 'value')),
6118     (3, 'item_lang', 'ace', oils_i18n_gettext('ace', 'Achinese', 'ccvm', 'value')),
6119     (4, 'item_lang', 'ach', oils_i18n_gettext('ach', 'Acoli', 'ccvm', 'value')),
6120     (5, 'item_lang', 'ada', oils_i18n_gettext('ada', 'Adangme', 'ccvm', 'value')),
6121     (6, 'item_lang', 'ady', oils_i18n_gettext('ady', 'Adygei', 'ccvm', 'value')),
6122     (7, 'item_lang', 'afa', oils_i18n_gettext('afa', 'Afroasiatic (Other)', 'ccvm', 'value')),
6123     (8, 'item_lang', 'afh', oils_i18n_gettext('afh', 'Afrihili (Artificial language)', 'ccvm', 'value')),
6124     (9, 'item_lang', 'afr', oils_i18n_gettext('afr', 'Afrikaans', 'ccvm', 'value')),
6125     (10, 'item_lang', '-ajm', oils_i18n_gettext('-ajm', 'Aljamía', 'ccvm', 'value')),
6126     (11, 'item_lang', 'aka', oils_i18n_gettext('aka', 'Akan', 'ccvm', 'value')),
6127     (12, 'item_lang', 'akk', oils_i18n_gettext('akk', 'Akkadian', 'ccvm', 'value')),
6128     (13, 'item_lang', 'alb', oils_i18n_gettext('alb', 'Albanian', 'ccvm', 'value')),
6129     (14, 'item_lang', 'ale', oils_i18n_gettext('ale', 'Aleut', 'ccvm', 'value')),
6130     (15, 'item_lang', 'alg', oils_i18n_gettext('alg', 'Algonquian (Other)', 'ccvm', 'value')),
6131     (16, 'item_lang', 'amh', oils_i18n_gettext('amh', 'Amharic', 'ccvm', 'value')),
6132     (17, 'item_lang', 'ang', oils_i18n_gettext('ang', 'English, Old (ca. 450-1100)', 'ccvm', 'value')),
6133     (18, 'item_lang', 'apa', oils_i18n_gettext('apa', 'Apache languages', 'ccvm', 'value')),
6134     (19, 'item_lang', 'ara', oils_i18n_gettext('ara', 'Arabic', 'ccvm', 'value')),
6135     (20, 'item_lang', 'arc', oils_i18n_gettext('arc', 'Aramaic', 'ccvm', 'value')),
6136     (21, 'item_lang', 'arg', oils_i18n_gettext('arg', 'Aragonese Spanish', 'ccvm', 'value')),
6137     (22, 'item_lang', 'arm', oils_i18n_gettext('arm', 'Armenian', 'ccvm', 'value')),
6138     (23, 'item_lang', 'arn', oils_i18n_gettext('arn', 'Mapuche', 'ccvm', 'value')),
6139     (24, 'item_lang', 'arp', oils_i18n_gettext('arp', 'Arapaho', 'ccvm', 'value')),
6140     (25, 'item_lang', 'art', oils_i18n_gettext('art', 'Artificial (Other)', 'ccvm', 'value')),
6141     (26, 'item_lang', 'arw', oils_i18n_gettext('arw', 'Arawak', 'ccvm', 'value')),
6142     (27, 'item_lang', 'asm', oils_i18n_gettext('asm', 'Assamese', 'ccvm', 'value')),
6143     (28, 'item_lang', 'ast', oils_i18n_gettext('ast', 'Bable', 'ccvm', 'value')),
6144     (29, 'item_lang', 'ath', oils_i18n_gettext('ath', 'Athapascan (Other)', 'ccvm', 'value')),
6145     (30, 'item_lang', 'aus', oils_i18n_gettext('aus', 'Australian languages', 'ccvm', 'value')),
6146     (31, 'item_lang', 'ava', oils_i18n_gettext('ava', 'Avaric', 'ccvm', 'value')),
6147     (32, 'item_lang', 'ave', oils_i18n_gettext('ave', 'Avestan', 'ccvm', 'value')),
6148     (33, 'item_lang', 'awa', oils_i18n_gettext('awa', 'Awadhi', 'ccvm', 'value')),
6149     (34, 'item_lang', 'aym', oils_i18n_gettext('aym', 'Aymara', 'ccvm', 'value')),
6150     (35, 'item_lang', 'aze', oils_i18n_gettext('aze', 'Azerbaijani', 'ccvm', 'value')),
6151     (36, 'item_lang', 'bad', oils_i18n_gettext('bad', 'Banda', 'ccvm', 'value')),
6152     (37, 'item_lang', 'bai', oils_i18n_gettext('bai', 'Bamileke languages', 'ccvm', 'value')),
6153     (38, 'item_lang', 'bak', oils_i18n_gettext('bak', 'Bashkir', 'ccvm', 'value')),
6154     (39, 'item_lang', 'bal', oils_i18n_gettext('bal', 'Baluchi', 'ccvm', 'value')),
6155     (40, 'item_lang', 'bam', oils_i18n_gettext('40', 'Bambara', 'ccvm', 'value')),
6156     (41, 'item_lang', 'ban', oils_i18n_gettext('41', 'Balinese', 'ccvm', 'value')),
6157     (42, 'item_lang', 'baq', oils_i18n_gettext('42', 'Basque', 'ccvm', 'value')),
6158     (43, 'item_lang', 'bas', oils_i18n_gettext('43', 'Basa', 'ccvm', 'value')),
6159     (44, 'item_lang', 'bat', oils_i18n_gettext('44', 'Baltic (Other)', 'ccvm', 'value')),
6160     (45, 'item_lang', 'bej', oils_i18n_gettext('45', 'Beja', 'ccvm', 'value')),
6161     (46, 'item_lang', 'bel', oils_i18n_gettext('46', 'Belarusian', 'ccvm', 'value')),
6162     (47, 'item_lang', 'bem', oils_i18n_gettext('47', 'Bemba', 'ccvm', 'value')),
6163     (48, 'item_lang', 'ben', oils_i18n_gettext('48', 'Bengali', 'ccvm', 'value')),
6164     (49, 'item_lang', 'ber', oils_i18n_gettext('49', 'Berber (Other)', 'ccvm', 'value')),
6165     (50, 'item_lang', 'bho', oils_i18n_gettext('50', 'Bhojpuri', 'ccvm', 'value')),
6166     (51, 'item_lang', 'bih', oils_i18n_gettext('51', 'Bihari', 'ccvm', 'value')),
6167     (52, 'item_lang', 'bik', oils_i18n_gettext('52', 'Bikol', 'ccvm', 'value')),
6168     (53, 'item_lang', 'bin', oils_i18n_gettext('53', 'Edo', 'ccvm', 'value')),
6169     (54, 'item_lang', 'bis', oils_i18n_gettext('54', 'Bislama', 'ccvm', 'value')),
6170     (55, 'item_lang', 'bla', oils_i18n_gettext('55', 'Siksika', 'ccvm', 'value')),
6171     (56, 'item_lang', 'bnt', oils_i18n_gettext('56', 'Bantu (Other)', 'ccvm', 'value')),
6172     (57, 'item_lang', 'bos', oils_i18n_gettext('57', 'Bosnian', 'ccvm', 'value')),
6173     (58, 'item_lang', 'bra', oils_i18n_gettext('58', 'Braj', 'ccvm', 'value')),
6174     (59, 'item_lang', 'bre', oils_i18n_gettext('59', 'Breton', 'ccvm', 'value')),
6175     (60, 'item_lang', 'btk', oils_i18n_gettext('60', 'Batak', 'ccvm', 'value')),
6176     (61, 'item_lang', 'bua', oils_i18n_gettext('61', 'Buriat', 'ccvm', 'value')),
6177     (62, 'item_lang', 'bug', oils_i18n_gettext('62', 'Bugis', 'ccvm', 'value')),
6178     (63, 'item_lang', 'bul', oils_i18n_gettext('63', 'Bulgarian', 'ccvm', 'value')),
6179     (64, 'item_lang', 'bur', oils_i18n_gettext('64', 'Burmese', 'ccvm', 'value')),
6180     (65, 'item_lang', 'cad', oils_i18n_gettext('65', 'Caddo', 'ccvm', 'value')),
6181     (66, 'item_lang', 'cai', oils_i18n_gettext('66', 'Central American Indian (Other)', 'ccvm', 'value')),
6182     (67, 'item_lang', '-cam', oils_i18n_gettext('67', 'Khmer', 'ccvm', 'value')),
6183     (68, 'item_lang', 'car', oils_i18n_gettext('68', 'Carib', 'ccvm', 'value')),
6184     (69, 'item_lang', 'cat', oils_i18n_gettext('69', 'Catalan', 'ccvm', 'value')),
6185     (70, 'item_lang', 'cau', oils_i18n_gettext('70', 'Caucasian (Other)', 'ccvm', 'value')),
6186     (71, 'item_lang', 'ceb', oils_i18n_gettext('71', 'Cebuano', 'ccvm', 'value')),
6187     (72, 'item_lang', 'cel', oils_i18n_gettext('72', 'Celtic (Other)', 'ccvm', 'value')),
6188     (73, 'item_lang', 'cha', oils_i18n_gettext('73', 'Chamorro', 'ccvm', 'value')),
6189     (74, 'item_lang', 'chb', oils_i18n_gettext('74', 'Chibcha', 'ccvm', 'value')),
6190     (75, 'item_lang', 'che', oils_i18n_gettext('75', 'Chechen', 'ccvm', 'value')),
6191     (76, 'item_lang', 'chg', oils_i18n_gettext('76', 'Chagatai', 'ccvm', 'value')),
6192     (77, 'item_lang', 'chi', oils_i18n_gettext('77', 'Chinese', 'ccvm', 'value')),
6193     (78, 'item_lang', 'chk', oils_i18n_gettext('78', 'Truk', 'ccvm', 'value')),
6194     (79, 'item_lang', 'chm', oils_i18n_gettext('79', 'Mari', 'ccvm', 'value')),
6195     (80, 'item_lang', 'chn', oils_i18n_gettext('80', 'Chinook jargon', 'ccvm', 'value')),
6196     (81, 'item_lang', 'cho', oils_i18n_gettext('81', 'Choctaw', 'ccvm', 'value')),
6197     (82, 'item_lang', 'chp', oils_i18n_gettext('82', 'Chipewyan', 'ccvm', 'value')),
6198     (83, 'item_lang', 'chr', oils_i18n_gettext('83', 'Cherokee', 'ccvm', 'value')),
6199     (84, 'item_lang', 'chu', oils_i18n_gettext('84', 'Church Slavic', 'ccvm', 'value')),
6200     (85, 'item_lang', 'chv', oils_i18n_gettext('85', 'Chuvash', 'ccvm', 'value')),
6201     (86, 'item_lang', 'chy', oils_i18n_gettext('86', 'Cheyenne', 'ccvm', 'value')),
6202     (87, 'item_lang', 'cmc', oils_i18n_gettext('87', 'Chamic languages', 'ccvm', 'value')),
6203     (88, 'item_lang', 'cop', oils_i18n_gettext('88', 'Coptic', 'ccvm', 'value')),
6204     (89, 'item_lang', 'cor', oils_i18n_gettext('89', 'Cornish', 'ccvm', 'value')),
6205     (90, 'item_lang', 'cos', oils_i18n_gettext('90', 'Corsican', 'ccvm', 'value')),
6206     (91, 'item_lang', 'cpe', oils_i18n_gettext('91', 'Creoles and Pidgins, English-based (Other)', 'ccvm', 'value')),
6207     (92, 'item_lang', 'cpf', oils_i18n_gettext('92', 'Creoles and Pidgins, French-based (Other)', 'ccvm', 'value')),
6208     (93, 'item_lang', 'cpp', oils_i18n_gettext('93', 'Creoles and Pidgins, Portuguese-based (Other)', 'ccvm', 'value')),
6209     (94, 'item_lang', 'cre', oils_i18n_gettext('94', 'Cree', 'ccvm', 'value')),
6210     (95, 'item_lang', 'crh', oils_i18n_gettext('95', 'Crimean Tatar', 'ccvm', 'value')),
6211     (96, 'item_lang', 'crp', oils_i18n_gettext('96', 'Creoles and Pidgins (Other)', 'ccvm', 'value')),
6212     (97, 'item_lang', 'cus', oils_i18n_gettext('97', 'Cushitic (Other)', 'ccvm', 'value')),
6213     (98, 'item_lang', 'cze', oils_i18n_gettext('98', 'Czech', 'ccvm', 'value')),
6214     (99, 'item_lang', 'dak', oils_i18n_gettext('99', 'Dakota', 'ccvm', 'value')),
6215     (100, 'item_lang', 'dan', oils_i18n_gettext('100', 'Danish', 'ccvm', 'value')),
6216     (101, 'item_lang', 'dar', oils_i18n_gettext('101', 'Dargwa', 'ccvm', 'value')),
6217     (102, 'item_lang', 'day', oils_i18n_gettext('102', 'Dayak', 'ccvm', 'value')),
6218     (103, 'item_lang', 'del', oils_i18n_gettext('103', 'Delaware', 'ccvm', 'value')),
6219     (104, 'item_lang', 'den', oils_i18n_gettext('104', 'Slave', 'ccvm', 'value')),
6220     (105, 'item_lang', 'dgr', oils_i18n_gettext('105', 'Dogrib', 'ccvm', 'value')),
6221     (106, 'item_lang', 'din', oils_i18n_gettext('106', 'Dinka', 'ccvm', 'value')),
6222     (107, 'item_lang', 'div', oils_i18n_gettext('107', 'Divehi', 'ccvm', 'value')),
6223     (108, 'item_lang', 'doi', oils_i18n_gettext('108', 'Dogri', 'ccvm', 'value')),
6224     (109, 'item_lang', 'dra', oils_i18n_gettext('109', 'Dravidian (Other)', 'ccvm', 'value')),
6225     (110, 'item_lang', 'dua', oils_i18n_gettext('110', 'Duala', 'ccvm', 'value')),
6226     (111, 'item_lang', 'dum', oils_i18n_gettext('111', 'Dutch, Middle (ca. 1050-1350)', 'ccvm', 'value')),
6227     (112, 'item_lang', 'dut', oils_i18n_gettext('112', 'Dutch', 'ccvm', 'value')),
6228     (113, 'item_lang', 'dyu', oils_i18n_gettext('113', 'Dyula', 'ccvm', 'value')),
6229     (114, 'item_lang', 'dzo', oils_i18n_gettext('114', 'Dzongkha', 'ccvm', 'value')),
6230     (115, 'item_lang', 'efi', oils_i18n_gettext('115', 'Efik', 'ccvm', 'value')),
6231     (116, 'item_lang', 'egy', oils_i18n_gettext('116', 'Egyptian', 'ccvm', 'value')),
6232     (117, 'item_lang', 'eka', oils_i18n_gettext('117', 'Ekajuk', 'ccvm', 'value')),
6233     (118, 'item_lang', 'elx', oils_i18n_gettext('118', 'Elamite', 'ccvm', 'value')),
6234     (119, 'item_lang', 'eng', oils_i18n_gettext('119', 'English', 'ccvm', 'value')),
6235     (120, 'item_lang', 'enm', oils_i18n_gettext('120', 'English, Middle (1100-1500)', 'ccvm', 'value')),
6236     (121, 'item_lang', 'epo', oils_i18n_gettext('121', 'Esperanto', 'ccvm', 'value')),
6237     (122, 'item_lang', '-esk', oils_i18n_gettext('122', 'Eskimo languages', 'ccvm', 'value')),
6238     (123, 'item_lang', '-esp', oils_i18n_gettext('123', 'Esperanto', 'ccvm', 'value')),
6239     (124, 'item_lang', 'est', oils_i18n_gettext('124', 'Estonian', 'ccvm', 'value')),
6240     (125, 'item_lang', '-eth', oils_i18n_gettext('125', 'Ethiopic', 'ccvm', 'value')),
6241     (126, 'item_lang', 'ewe', oils_i18n_gettext('126', 'Ewe', 'ccvm', 'value')),
6242     (127, 'item_lang', 'ewo', oils_i18n_gettext('127', 'Ewondo', 'ccvm', 'value')),
6243     (128, 'item_lang', 'fan', oils_i18n_gettext('128', 'Fang', 'ccvm', 'value')),
6244     (129, 'item_lang', 'fao', oils_i18n_gettext('129', 'Faroese', 'ccvm', 'value')),
6245     (130, 'item_lang', '-far', oils_i18n_gettext('130', 'Faroese', 'ccvm', 'value')),
6246     (131, 'item_lang', 'fat', oils_i18n_gettext('131', 'Fanti', 'ccvm', 'value')),
6247     (132, 'item_lang', 'fij', oils_i18n_gettext('132', 'Fijian', 'ccvm', 'value')),
6248     (133, 'item_lang', 'fin', oils_i18n_gettext('133', 'Finnish', 'ccvm', 'value')),
6249     (134, 'item_lang', 'fiu', oils_i18n_gettext('134', 'Finno-Ugrian (Other)', 'ccvm', 'value')),
6250     (135, 'item_lang', 'fon', oils_i18n_gettext('135', 'Fon', 'ccvm', 'value')),
6251     (136, 'item_lang', 'fre', oils_i18n_gettext('136', 'French', 'ccvm', 'value')),
6252     (137, 'item_lang', '-fri', oils_i18n_gettext('137', 'Frisian', 'ccvm', 'value')),
6253     (138, 'item_lang', 'frm', oils_i18n_gettext('138', 'French, Middle (ca. 1400-1600)', 'ccvm', 'value')),
6254     (139, 'item_lang', 'fro', oils_i18n_gettext('139', 'French, Old (ca. 842-1400)', 'ccvm', 'value')),
6255     (140, 'item_lang', 'fry', oils_i18n_gettext('140', 'Frisian', 'ccvm', 'value')),
6256     (141, 'item_lang', 'ful', oils_i18n_gettext('141', 'Fula', 'ccvm', 'value')),
6257     (142, 'item_lang', 'fur', oils_i18n_gettext('142', 'Friulian', 'ccvm', 'value')),
6258     (143, 'item_lang', 'gaa', oils_i18n_gettext('143', 'Gã', 'ccvm', 'value')),
6259     (144, 'item_lang', '-gae', oils_i18n_gettext('144', 'Scottish Gaelic', 'ccvm', 'value')),
6260     (145, 'item_lang', '-gag', oils_i18n_gettext('145', 'Galician', 'ccvm', 'value')),
6261     (146, 'item_lang', '-gal', oils_i18n_gettext('146', 'Oromo', 'ccvm', 'value')),
6262     (147, 'item_lang', 'gay', oils_i18n_gettext('147', 'Gayo', 'ccvm', 'value')),
6263     (148, 'item_lang', 'gba', oils_i18n_gettext('148', 'Gbaya', 'ccvm', 'value')),
6264     (149, 'item_lang', 'gem', oils_i18n_gettext('149', 'Germanic (Other)', 'ccvm', 'value')),
6265     (150, 'item_lang', 'geo', oils_i18n_gettext('150', 'Georgian', 'ccvm', 'value')),
6266     (151, 'item_lang', 'ger', oils_i18n_gettext('151', 'German', 'ccvm', 'value')),
6267     (152, 'item_lang', 'gez', oils_i18n_gettext('152', 'Ethiopic', 'ccvm', 'value')),
6268     (153, 'item_lang', 'gil', oils_i18n_gettext('153', 'Gilbertese', 'ccvm', 'value')),
6269     (154, 'item_lang', 'gla', oils_i18n_gettext('154', 'Scottish Gaelic', 'ccvm', 'value')),
6270     (155, 'item_lang', 'gle', oils_i18n_gettext('155', 'Irish', 'ccvm', 'value')),
6271     (156, 'item_lang', 'glg', oils_i18n_gettext('156', 'Galician', 'ccvm', 'value')),
6272     (157, 'item_lang', 'glv', oils_i18n_gettext('157', 'Manx', 'ccvm', 'value')),
6273     (158, 'item_lang', 'gmh', oils_i18n_gettext('158', 'German, Middle High (ca. 1050-1500)', 'ccvm', 'value')),
6274     (159, 'item_lang', 'goh', oils_i18n_gettext('159', 'German, Old High (ca. 750-1050)', 'ccvm', 'value')),
6275     (160, 'item_lang', 'gon', oils_i18n_gettext('160', 'Gondi', 'ccvm', 'value')),
6276     (161, 'item_lang', 'gor', oils_i18n_gettext('161', 'Gorontalo', 'ccvm', 'value')),
6277     (162, 'item_lang', 'got', oils_i18n_gettext('162', 'Gothic', 'ccvm', 'value')),
6278     (163, 'item_lang', 'grb', oils_i18n_gettext('163', 'Grebo', 'ccvm', 'value')),
6279     (164, 'item_lang', 'grc', oils_i18n_gettext('164', 'Greek, Ancient (to 1453)', 'ccvm', 'value')),
6280     (165, 'item_lang', 'gre', oils_i18n_gettext('165', 'Greek, Modern (1453- )', 'ccvm', 'value')),
6281     (166, 'item_lang', 'grn', oils_i18n_gettext('166', 'Guarani', 'ccvm', 'value')),
6282     (167, 'item_lang', '-gua', oils_i18n_gettext('167', 'Guarani', 'ccvm', 'value')),
6283     (168, 'item_lang', 'guj', oils_i18n_gettext('168', 'Gujarati', 'ccvm', 'value')),
6284     (169, 'item_lang', 'gwi', oils_i18n_gettext('169', 'Gwich''in', 'ccvm', 'value')),
6285     (170, 'item_lang', 'hai', oils_i18n_gettext('170', 'Haida', 'ccvm', 'value')),
6286     (171, 'item_lang', 'hat', oils_i18n_gettext('171', 'Haitian French Creole', 'ccvm', 'value')),
6287     (172, 'item_lang', 'hau', oils_i18n_gettext('172', 'Hausa', 'ccvm', 'value')),
6288     (173, 'item_lang', 'haw', oils_i18n_gettext('173', 'Hawaiian', 'ccvm', 'value')),
6289     (174, 'item_lang', 'heb', oils_i18n_gettext('174', 'Hebrew', 'ccvm', 'value')),
6290     (175, 'item_lang', 'her', oils_i18n_gettext('175', 'Herero', 'ccvm', 'value')),
6291     (176, 'item_lang', 'hil', oils_i18n_gettext('176', 'Hiligaynon', 'ccvm', 'value')),
6292     (177, 'item_lang', 'him', oils_i18n_gettext('177', 'Himachali', 'ccvm', 'value')),
6293     (178, 'item_lang', 'hin', oils_i18n_gettext('178', 'Hindi', 'ccvm', 'value')),
6294     (179, 'item_lang', 'hit', oils_i18n_gettext('179', 'Hittite', 'ccvm', 'value')),
6295     (180, 'item_lang', 'hmn', oils_i18n_gettext('180', 'Hmong', 'ccvm', 'value')),
6296     (181, 'item_lang', 'hmo', oils_i18n_gettext('181', 'Hiri Motu', 'ccvm', 'value')),
6297     (182, 'item_lang', 'hun', oils_i18n_gettext('182', 'Hungarian', 'ccvm', 'value')),
6298     (183, 'item_lang', 'hup', oils_i18n_gettext('183', 'Hupa', 'ccvm', 'value')),
6299     (184, 'item_lang', 'iba', oils_i18n_gettext('184', 'Iban', 'ccvm', 'value')),
6300     (185, 'item_lang', 'ibo', oils_i18n_gettext('185', 'Igbo', 'ccvm', 'value')),
6301     (186, 'item_lang', 'ice', oils_i18n_gettext('186', 'Icelandic', 'ccvm', 'value')),
6302     (187, 'item_lang', 'ido', oils_i18n_gettext('187', 'Ido', 'ccvm', 'value')),
6303     (188, 'item_lang', 'iii', oils_i18n_gettext('188', 'Sichuan Yi', 'ccvm', 'value')),
6304     (189, 'item_lang', 'ijo', oils_i18n_gettext('189', 'Ijo', 'ccvm', 'value')),
6305     (190, 'item_lang', 'iku', oils_i18n_gettext('190', 'Inuktitut', 'ccvm', 'value')),
6306     (191, 'item_lang', 'ile', oils_i18n_gettext('191', 'Interlingue', 'ccvm', 'value')),
6307     (192, 'item_lang', 'ilo', oils_i18n_gettext('192', 'Iloko', 'ccvm', 'value')),
6308     (193, 'item_lang', 'ina', oils_i18n_gettext('193', 'Interlingua (International Auxiliary Language Association)', 'ccvm', 'value')),
6309     (194, 'item_lang', 'inc', oils_i18n_gettext('194', 'Indic (Other)', 'ccvm', 'value')),
6310     (195, 'item_lang', 'ind', oils_i18n_gettext('195', 'Indonesian', 'ccvm', 'value')),
6311     (196, 'item_lang', 'ine', oils_i18n_gettext('196', 'Indo-European (Other)', 'ccvm', 'value')),
6312     (197, 'item_lang', 'inh', oils_i18n_gettext('197', 'Ingush', 'ccvm', 'value')),
6313     (198, 'item_lang', '-int', oils_i18n_gettext('198', 'Interlingua (International Auxiliary Language Association)', 'ccvm', 'value')),
6314     (199, 'item_lang', 'ipk', oils_i18n_gettext('199', 'Inupiaq', 'ccvm', 'value')),
6315     (200, 'item_lang', 'ira', oils_i18n_gettext('200', 'Iranian (Other)', 'ccvm', 'value')),
6316     (201, 'item_lang', '-iri', oils_i18n_gettext('201', 'Irish', 'ccvm', 'value')),
6317     (202, 'item_lang', 'iro', oils_i18n_gettext('202', 'Iroquoian (Other)', 'ccvm', 'value')),
6318     (203, 'item_lang', 'ita', oils_i18n_gettext('203', 'Italian', 'ccvm', 'value')),
6319     (204, 'item_lang', 'jav', oils_i18n_gettext('204', 'Javanese', 'ccvm', 'value')),
6320     (205, 'item_lang', 'jpn', oils_i18n_gettext('205', 'Japanese', 'ccvm', 'value')),
6321     (206, 'item_lang', 'jpr', oils_i18n_gettext('206', 'Judeo-Persian', 'ccvm', 'value')),
6322     (207, 'item_lang', 'jrb', oils_i18n_gettext('207', 'Judeo-Arabic', 'ccvm', 'value')),
6323     (208, 'item_lang', 'kaa', oils_i18n_gettext('208', 'Kara-Kalpak', 'ccvm', 'value')),
6324     (209, 'item_lang', 'kab', oils_i18n_gettext('209', 'Kabyle', 'ccvm', 'value')),
6325     (210, 'item_lang', 'kac', oils_i18n_gettext('210', 'Kachin', 'ccvm', 'value')),
6326     (211, 'item_lang', 'kal', oils_i18n_gettext('211', 'Kalâtdlisut', 'ccvm', 'value')),
6327     (212, 'item_lang', 'kam', oils_i18n_gettext('212', 'Kamba', 'ccvm', 'value')),
6328     (213, 'item_lang', 'kan', oils_i18n_gettext('213', 'Kannada', 'ccvm', 'value')),
6329     (214, 'item_lang', 'kar', oils_i18n_gettext('214', 'Karen', 'ccvm', 'value')),
6330     (215, 'item_lang', 'kas', oils_i18n_gettext('215', 'Kashmiri', 'ccvm', 'value')),
6331     (216, 'item_lang', 'kau', oils_i18n_gettext('216', 'Kanuri', 'ccvm', 'value')),
6332     (217, 'item_lang', 'kaw', oils_i18n_gettext('217', 'Kawi', 'ccvm', 'value')),
6333     (218, 'item_lang', 'kaz', oils_i18n_gettext('218', 'Kazakh', 'ccvm', 'value')),
6334     (219, 'item_lang', 'kbd', oils_i18n_gettext('219', 'Kabardian', 'ccvm', 'value')),
6335     (220, 'item_lang', 'kha', oils_i18n_gettext('220', 'Khasi', 'ccvm', 'value')),
6336     (221, 'item_lang', 'khi', oils_i18n_gettext('221', 'Khoisan (Other)', 'ccvm', 'value')),
6337     (222, 'item_lang', 'khm', oils_i18n_gettext('222', 'Khmer', 'ccvm', 'value')),
6338     (223, 'item_lang', 'kho', oils_i18n_gettext('223', 'Khotanese', 'ccvm', 'value')),
6339     (224, 'item_lang', 'kik', oils_i18n_gettext('224', 'Kikuyu', 'ccvm', 'value')),
6340     (225, 'item_lang', 'kin', oils_i18n_gettext('225', 'Kinyarwanda', 'ccvm', 'value')),
6341     (226, 'item_lang', 'kir', oils_i18n_gettext('226', 'Kyrgyz', 'ccvm', 'value')),
6342     (227, 'item_lang', 'kmb', oils_i18n_gettext('227', 'Kimbundu', 'ccvm', 'value')),
6343     (228, 'item_lang', 'kok', oils_i18n_gettext('228', 'Konkani', 'ccvm', 'value')),
6344     (229, 'item_lang', 'kom', oils_i18n_gettext('229', 'Komi', 'ccvm', 'value')),
6345     (230, 'item_lang', 'kon', oils_i18n_gettext('230', 'Kongo', 'ccvm', 'value')),
6346     (231, 'item_lang', 'kor', oils_i18n_gettext('231', 'Korean', 'ccvm', 'value')),
6347     (232, 'item_lang', 'kos', oils_i18n_gettext('232', 'Kusaie', 'ccvm', 'value')),
6348     (233, 'item_lang', 'kpe', oils_i18n_gettext('233', 'Kpelle', 'ccvm', 'value')),
6349     (234, 'item_lang', 'kro', oils_i18n_gettext('234', 'Kru', 'ccvm', 'value')),
6350     (235, 'item_lang', 'kru', oils_i18n_gettext('235', 'Kurukh', 'ccvm', 'value')),
6351     (236, 'item_lang', 'kua', oils_i18n_gettext('236', 'Kuanyama', 'ccvm', 'value')),
6352     (237, 'item_lang', 'kum', oils_i18n_gettext('237', 'Kumyk', 'ccvm', 'value')),
6353     (238, 'item_lang', 'kur', oils_i18n_gettext('238', 'Kurdish', 'ccvm', 'value')),
6354     (239, 'item_lang', '-kus', oils_i18n_gettext('239', 'Kusaie', 'ccvm', 'value')),
6355     (240, 'item_lang', 'kut', oils_i18n_gettext('240', 'Kutenai', 'ccvm', 'value')),
6356     (241, 'item_lang', 'lad', oils_i18n_gettext('241', 'Ladino', 'ccvm', 'value')),
6357     (242, 'item_lang', 'lah', oils_i18n_gettext('242', 'Lahnda', 'ccvm', 'value')),
6358     (243, 'item_lang', 'lam', oils_i18n_gettext('243', 'Lamba', 'ccvm', 'value')),
6359     (244, 'item_lang', '-lan', oils_i18n_gettext('244', 'Occitan (post-1500)', 'ccvm', 'value')),
6360     (245, 'item_lang', 'lao', oils_i18n_gettext('245', 'Lao', 'ccvm', 'value')),
6361     (246, 'item_lang', '-lap', oils_i18n_gettext('246', 'Sami', 'ccvm', 'value')),
6362     (247, 'item_lang', 'lat', oils_i18n_gettext('247', 'Latin', 'ccvm', 'value')),
6363     (248, 'item_lang', 'lav', oils_i18n_gettext('248', 'Latvian', 'ccvm', 'value')),
6364     (249, 'item_lang', 'lez', oils_i18n_gettext('249', 'Lezgian', 'ccvm', 'value')),
6365     (250, 'item_lang', 'lim', oils_i18n_gettext('250', 'Limburgish', 'ccvm', 'value')),
6366     (251, 'item_lang', 'lin', oils_i18n_gettext('251', 'Lingala', 'ccvm', 'value')),
6367     (252, 'item_lang', 'lit', oils_i18n_gettext('252', 'Lithuanian', 'ccvm', 'value')),
6368     (253, 'item_lang', 'lol', oils_i18n_gettext('253', 'Mongo-Nkundu', 'ccvm', 'value')),
6369     (254, 'item_lang', 'loz', oils_i18n_gettext('254', 'Lozi', 'ccvm', 'value')),
6370     (255, 'item_lang', 'ltz', oils_i18n_gettext('255', 'Letzeburgesch', 'ccvm', 'value')),
6371     (256, 'item_lang', 'lua', oils_i18n_gettext('256', 'Luba-Lulua', 'ccvm', 'value')),
6372     (257, 'item_lang', 'lub', oils_i18n_gettext('257', 'Luba-Katanga', 'ccvm', 'value')),
6373     (258, 'item_lang', 'lug', oils_i18n_gettext('258', 'Ganda', 'ccvm', 'value')),
6374     (259, 'item_lang', 'lui', oils_i18n_gettext('259', 'Luiseño', 'ccvm', 'value')),
6375     (260, 'item_lang', 'lun', oils_i18n_gettext('260', 'Lunda', 'ccvm', 'value')),
6376     (261, 'item_lang', 'luo', oils_i18n_gettext('261', 'Luo (Kenya and Tanzania)', 'ccvm', 'value')),
6377     (262, 'item_lang', 'lus', oils_i18n_gettext('262', 'Lushai', 'ccvm', 'value')),
6378     (263, 'item_lang', 'mac', oils_i18n_gettext('263', 'Macedonian', 'ccvm', 'value')),
6379     (264, 'item_lang', 'mad', oils_i18n_gettext('264', 'Madurese', 'ccvm', 'value')),
6380     (265, 'item_lang', 'mag', oils_i18n_gettext('265', 'Magahi', 'ccvm', 'value')),
6381     (266, 'item_lang', 'mah', oils_i18n_gettext('266', 'Marshallese', 'ccvm', 'value')),
6382     (267, 'item_lang', 'mai', oils_i18n_gettext('267', 'Maithili', 'ccvm', 'value')),
6383     (268, 'item_lang', 'mak', oils_i18n_gettext('268', 'Makasar', 'ccvm', 'value')),
6384     (269, 'item_lang', 'mal', oils_i18n_gettext('269', 'Malayalam', 'ccvm', 'value')),
6385     (270, 'item_lang', 'man', oils_i18n_gettext('270', 'Mandingo', 'ccvm', 'value')),
6386     (271, 'item_lang', 'mao', oils_i18n_gettext('271', 'Maori', 'ccvm', 'value')),
6387     (272, 'item_lang', 'map', oils_i18n_gettext('272', 'Austronesian (Other)', 'ccvm', 'value')),
6388     (273, 'item_lang', 'mar', oils_i18n_gettext('273', 'Marathi', 'ccvm', 'value')),
6389     (274, 'item_lang', 'mas', oils_i18n_gettext('274', 'Masai', 'ccvm', 'value')),
6390     (275, 'item_lang', '-max', oils_i18n_gettext('275', 'Manx', 'ccvm', 'value')),
6391     (276, 'item_lang', 'may', oils_i18n_gettext('276', 'Malay', 'ccvm', 'value')),
6392     (277, 'item_lang', 'mdr', oils_i18n_gettext('277', 'Mandar', 'ccvm', 'value')),
6393     (278, 'item_lang', 'men', oils_i18n_gettext('278', 'Mende', 'ccvm', 'value')),
6394     (279, 'item_lang', 'mga', oils_i18n_gettext('279', 'Irish, Middle (ca. 1100-1550)', 'ccvm', 'value')),
6395     (280, 'item_lang', 'mic', oils_i18n_gettext('280', 'Micmac', 'ccvm', 'value')),
6396     (281, 'item_lang', 'min', oils_i18n_gettext('281', 'Minangkabau', 'ccvm', 'value')),
6397     (282, 'item_lang', 'mis', oils_i18n_gettext('282', 'Miscellaneous languages', 'ccvm', 'value')),
6398     (283, 'item_lang', 'mkh', oils_i18n_gettext('283', 'Mon-Khmer (Other)', 'ccvm', 'value')),
6399     (284, 'item_lang', '-mla', oils_i18n_gettext('284', 'Malagasy', 'ccvm', 'value')),
6400     (285, 'item_lang', 'mlg', oils_i18n_gettext('285', 'Malagasy', 'ccvm', 'value')),
6401     (286, 'item_lang', 'mlt', oils_i18n_gettext('286', 'Maltese', 'ccvm', 'value')),
6402     (287, 'item_lang', 'mnc', oils_i18n_gettext('287', 'Manchu', 'ccvm', 'value')),
6403     (288, 'item_lang', 'mni', oils_i18n_gettext('288', 'Manipuri', 'ccvm', 'value')),
6404     (289, 'item_lang', 'mno', oils_i18n_gettext('289', 'Manobo languages', 'ccvm', 'value')),
6405     (290, 'item_lang', 'moh', oils_i18n_gettext('290', 'Mohawk', 'ccvm', 'value')),
6406     (291, 'item_lang', 'mol', oils_i18n_gettext('291', 'Moldavian', 'ccvm', 'value')),
6407     (292, 'item_lang', 'mon', oils_i18n_gettext('292', 'Mongolian', 'ccvm', 'value')),
6408     (293, 'item_lang', 'mos', oils_i18n_gettext('293', 'Mooré', 'ccvm', 'value')),
6409     (294, 'item_lang', 'mul', oils_i18n_gettext('294', 'Multiple languages', 'ccvm', 'value')),
6410     (295, 'item_lang', 'mun', oils_i18n_gettext('295', 'Munda (Other)', 'ccvm', 'value')),
6411     (296, 'item_lang', 'mus', oils_i18n_gettext('296', 'Creek', 'ccvm', 'value')),
6412     (297, 'item_lang', 'mwr', oils_i18n_gettext('297', 'Marwari', 'ccvm', 'value')),
6413     (298, 'item_lang', 'myn', oils_i18n_gettext('298', 'Mayan languages', 'ccvm', 'value')),
6414     (299, 'item_lang', 'nah', oils_i18n_gettext('299', 'Nahuatl', 'ccvm', 'value')),
6415     (300, 'item_lang', 'nai', oils_i18n_gettext('300', 'North American Indian (Other)', 'ccvm', 'value')),
6416     (301, 'item_lang', 'nap', oils_i18n_gettext('301', 'Neapolitan Italian', 'ccvm', 'value')),
6417     (302, 'item_lang', 'nau', oils_i18n_gettext('302', 'Nauru', 'ccvm', 'value')),
6418     (303, 'item_lang', 'nav', oils_i18n_gettext('303', 'Navajo', 'ccvm', 'value')),
6419     (304, 'item_lang', 'nbl', oils_i18n_gettext('304', 'Ndebele (South Africa)', 'ccvm', 'value')),
6420     (305, 'item_lang', 'nde', oils_i18n_gettext('305', 'Ndebele (Zimbabwe)  ', 'ccvm', 'value')),
6421     (306, 'item_lang', 'ndo', oils_i18n_gettext('306', 'Ndonga', 'ccvm', 'value')),
6422     (307, 'item_lang', 'nds', oils_i18n_gettext('307', 'Low German', 'ccvm', 'value')),
6423     (308, 'item_lang', 'nep', oils_i18n_gettext('308', 'Nepali', 'ccvm', 'value')),
6424     (309, 'item_lang', 'new', oils_i18n_gettext('309', 'Newari', 'ccvm', 'value')),
6425     (310, 'item_lang', 'nia', oils_i18n_gettext('310', 'Nias', 'ccvm', 'value')),
6426     (311, 'item_lang', 'nic', oils_i18n_gettext('311', 'Niger-Kordofanian (Other)', 'ccvm', 'value')),
6427     (312, 'item_lang', 'niu', oils_i18n_gettext('312', 'Niuean', 'ccvm', 'value')),
6428     (313, 'item_lang', 'nno', oils_i18n_gettext('313', 'Norwegian (Nynorsk)', 'ccvm', 'value')),
6429     (314, 'item_lang', 'nob', oils_i18n_gettext('314', 'Norwegian (BokmÃ¥l)', 'ccvm', 'value')),
6430     (315, 'item_lang', 'nog', oils_i18n_gettext('315', 'Nogai', 'ccvm', 'value')),
6431     (316, 'item_lang', 'non', oils_i18n_gettext('316', 'Old Norse', 'ccvm', 'value')),
6432     (317, 'item_lang', 'nor', oils_i18n_gettext('317', 'Norwegian', 'ccvm', 'value')),
6433     (318, 'item_lang', 'nso', oils_i18n_gettext('318', 'Northern Sotho', 'ccvm', 'value')),
6434     (319, 'item_lang', 'nub', oils_i18n_gettext('319', 'Nubian languages', 'ccvm', 'value')),
6435     (320, 'item_lang', 'nya', oils_i18n_gettext('320', 'Nyanja', 'ccvm', 'value')),
6436     (321, 'item_lang', 'nym', oils_i18n_gettext('321', 'Nyamwezi', 'ccvm', 'value')),
6437     (322, 'item_lang', 'nyn', oils_i18n_gettext('322', 'Nyankole', 'ccvm', 'value')),
6438     (323, 'item_lang', 'nyo', oils_i18n_gettext('323', 'Nyoro', 'ccvm', 'value')),
6439     (324, 'item_lang', 'nzi', oils_i18n_gettext('324', 'Nzima', 'ccvm', 'value')),
6440     (325, 'item_lang', 'oci', oils_i18n_gettext('325', 'Occitan (post-1500)', 'ccvm', 'value')),
6441     (326, 'item_lang', 'oji', oils_i18n_gettext('326', 'Ojibwa', 'ccvm', 'value')),
6442     (327, 'item_lang', 'ori', oils_i18n_gettext('327', 'Oriya', 'ccvm', 'value')),
6443     (328, 'item_lang', 'orm', oils_i18n_gettext('328', 'Oromo', 'ccvm', 'value')),
6444     (329, 'item_lang', 'osa', oils_i18n_gettext('329', 'Osage', 'ccvm', 'value')),
6445     (330, 'item_lang', 'oss', oils_i18n_gettext('330', 'Ossetic', 'ccvm', 'value')),
6446     (331, 'item_lang', 'ota', oils_i18n_gettext('331', 'Turkish, Ottoman', 'ccvm', 'value')),
6447     (332, 'item_lang', 'oto', oils_i18n_gettext('332', 'Otomian languages', 'ccvm', 'value')),
6448     (333, 'item_lang', 'paa', oils_i18n_gettext('333', 'Papuan (Other)', 'ccvm', 'value')),
6449     (334, 'item_lang', 'pag', oils_i18n_gettext('334', 'Pangasinan', 'ccvm', 'value')),
6450     (335, 'item_lang', 'pal', oils_i18n_gettext('335', 'Pahlavi', 'ccvm', 'value')),
6451     (336, 'item_lang', 'pam', oils_i18n_gettext('336', 'Pampanga', 'ccvm', 'value')),
6452     (337, 'item_lang', 'pan', oils_i18n_gettext('337', 'Panjabi', 'ccvm', 'value')),
6453     (338, 'item_lang', 'pap', oils_i18n_gettext('338', 'Papiamento', 'ccvm', 'value')),
6454     (339, 'item_lang', 'pau', oils_i18n_gettext('339', 'Palauan', 'ccvm', 'value')),
6455     (340, 'item_lang', 'peo', oils_i18n_gettext('340', 'Old Persian (ca. 600-400 B.C.)', 'ccvm', 'value')),
6456     (341, 'item_lang', 'per', oils_i18n_gettext('341', 'Persian', 'ccvm', 'value')),
6457     (342, 'item_lang', 'phi', oils_i18n_gettext('342', 'Philippine (Other)', 'ccvm', 'value')),
6458     (343, 'item_lang', 'phn', oils_i18n_gettext('343', 'Phoenician', 'ccvm', 'value')),
6459     (344, 'item_lang', 'pli', oils_i18n_gettext('344', 'Pali', 'ccvm', 'value')),
6460     (345, 'item_lang', 'pol', oils_i18n_gettext('345', 'Polish', 'ccvm', 'value')),
6461     (346, 'item_lang', 'pon', oils_i18n_gettext('346', 'Ponape', 'ccvm', 'value')),
6462     (347, 'item_lang', 'por', oils_i18n_gettext('347', 'Portuguese', 'ccvm', 'value')),
6463     (348, 'item_lang', 'pra', oils_i18n_gettext('348', 'Prakrit languages', 'ccvm', 'value')),
6464     (349, 'item_lang', 'pro', oils_i18n_gettext('349', 'Provençal (to 1500)', 'ccvm', 'value')),
6465     (350, 'item_lang', 'pus', oils_i18n_gettext('350', 'Pushto', 'ccvm', 'value')),
6466     (351, 'item_lang', 'que', oils_i18n_gettext('351', 'Quechua', 'ccvm', 'value')),
6467     (352, 'item_lang', 'raj', oils_i18n_gettext('352', 'Rajasthani', 'ccvm', 'value')),
6468     (353, 'item_lang', 'rap', oils_i18n_gettext('353', 'Rapanui', 'ccvm', 'value')),
6469     (354, 'item_lang', 'rar', oils_i18n_gettext('354', 'Rarotongan', 'ccvm', 'value')),
6470     (355, 'item_lang', 'roa', oils_i18n_gettext('355', 'Romance (Other)', 'ccvm', 'value')),
6471     (356, 'item_lang', 'roh', oils_i18n_gettext('356', 'Raeto-Romance', 'ccvm', 'value')),
6472     (357, 'item_lang', 'rom', oils_i18n_gettext('357', 'Romani', 'ccvm', 'value')),
6473     (358, 'item_lang', 'rum', oils_i18n_gettext('358', 'Romanian', 'ccvm', 'value')),
6474     (359, 'item_lang', 'run', oils_i18n_gettext('359', 'Rundi', 'ccvm', 'value')),
6475     (360, 'item_lang', 'rus', oils_i18n_gettext('360', 'Russian', 'ccvm', 'value')),
6476     (361, 'item_lang', 'sad', oils_i18n_gettext('361', 'Sandawe', 'ccvm', 'value')),
6477     (362, 'item_lang', 'sag', oils_i18n_gettext('362', 'Sango (Ubangi Creole)', 'ccvm', 'value')),
6478     (363, 'item_lang', 'sah', oils_i18n_gettext('363', 'Yakut', 'ccvm', 'value')),
6479     (364, 'item_lang', 'sai', oils_i18n_gettext('364', 'South American Indian (Other)', 'ccvm', 'value')),
6480     (365, 'item_lang', 'sal', oils_i18n_gettext('365', 'Salishan languages', 'ccvm', 'value')),
6481     (366, 'item_lang', 'sam', oils_i18n_gettext('366', 'Samaritan Aramaic', 'ccvm', 'value')),
6482     (367, 'item_lang', 'san', oils_i18n_gettext('367', 'Sanskrit', 'ccvm', 'value')),
6483     (368, 'item_lang', '-sao', oils_i18n_gettext('368', 'Samoan', 'ccvm', 'value')),
6484     (369, 'item_lang', 'sas', oils_i18n_gettext('369', 'Sasak', 'ccvm', 'value')),
6485     (370, 'item_lang', 'sat', oils_i18n_gettext('370', 'Santali', 'ccvm', 'value')),
6486     (371, 'item_lang', 'scc', oils_i18n_gettext('371', 'Serbian', 'ccvm', 'value')),
6487     (372, 'item_lang', 'sco', oils_i18n_gettext('372', 'Scots', 'ccvm', 'value')),
6488     (373, 'item_lang', 'scr', oils_i18n_gettext('373', 'Croatian', 'ccvm', 'value')),
6489     (374, 'item_lang', 'sel', oils_i18n_gettext('374', 'Selkup', 'ccvm', 'value')),
6490     (375, 'item_lang', 'sem', oils_i18n_gettext('375', 'Semitic (Other)', 'ccvm', 'value')),
6491     (376, 'item_lang', 'sga', oils_i18n_gettext('376', 'Irish, Old (to 1100)', 'ccvm', 'value')),
6492     (377, 'item_lang', 'sgn', oils_i18n_gettext('377', 'Sign languages', 'ccvm', 'value')),
6493     (378, 'item_lang', 'shn', oils_i18n_gettext('378', 'Shan', 'ccvm', 'value')),
6494     (379, 'item_lang', '-sho', oils_i18n_gettext('379', 'Shona', 'ccvm', 'value')),
6495     (380, 'item_lang', 'sid', oils_i18n_gettext('380', 'Sidamo', 'ccvm', 'value')),
6496     (381, 'item_lang', 'sin', oils_i18n_gettext('381', 'Sinhalese', 'ccvm', 'value')),
6497     (382, 'item_lang', 'sio', oils_i18n_gettext('382', 'Siouan (Other)', 'ccvm', 'value')),
6498     (383, 'item_lang', 'sit', oils_i18n_gettext('383', 'Sino-Tibetan (Other)', 'ccvm', 'value')),
6499     (384, 'item_lang', 'sla', oils_i18n_gettext('384', 'Slavic (Other)', 'ccvm', 'value')),
6500     (385, 'item_lang', 'slo', oils_i18n_gettext('385', 'Slovak', 'ccvm', 'value')),
6501     (386, 'item_lang', 'slv', oils_i18n_gettext('386', 'Slovenian', 'ccvm', 'value')),
6502     (387, 'item_lang', 'sma', oils_i18n_gettext('387', 'Southern Sami', 'ccvm', 'value')),
6503     (388, 'item_lang', 'sme', oils_i18n_gettext('388', 'Northern Sami', 'ccvm', 'value')),
6504     (389, 'item_lang', 'smi', oils_i18n_gettext('389', 'Sami', 'ccvm', 'value')),
6505     (390, 'item_lang', 'smj', oils_i18n_gettext('390', 'Lule Sami', 'ccvm', 'value')),
6506     (391, 'item_lang', 'smn', oils_i18n_gettext('391', 'Inari Sami', 'ccvm', 'value')),
6507     (392, 'item_lang', 'smo', oils_i18n_gettext('392', 'Samoan', 'ccvm', 'value')),
6508     (393, 'item_lang', 'sms', oils_i18n_gettext('393', 'Skolt Sami', 'ccvm', 'value')),
6509     (394, 'item_lang', 'sna', oils_i18n_gettext('394', 'Shona', 'ccvm', 'value')),
6510     (395, 'item_lang', 'snd', oils_i18n_gettext('395', 'Sindhi', 'ccvm', 'value')),
6511     (396, 'item_lang', '-snh', oils_i18n_gettext('396', 'Sinhalese', 'ccvm', 'value')),
6512     (397, 'item_lang', 'snk', oils_i18n_gettext('397', 'Soninke', 'ccvm', 'value')),
6513     (398, 'item_lang', 'sog', oils_i18n_gettext('398', 'Sogdian', 'ccvm', 'value')),
6514     (399, 'item_lang', 'som', oils_i18n_gettext('399', 'Somali', 'ccvm', 'value')),
6515     (400, 'item_lang', 'son', oils_i18n_gettext('400', 'Songhai', 'ccvm', 'value')),
6516     (401, 'item_lang', 'sot', oils_i18n_gettext('401', 'Sotho', 'ccvm', 'value')),
6517     (402, 'item_lang', 'spa', oils_i18n_gettext('402', 'Spanish', 'ccvm', 'value')),
6518     (403, 'item_lang', 'srd', oils_i18n_gettext('403', 'Sardinian', 'ccvm', 'value')),
6519     (404, 'item_lang', 'srr', oils_i18n_gettext('404', 'Serer', 'ccvm', 'value')),
6520     (405, 'item_lang', 'ssa', oils_i18n_gettext('405', 'Nilo-Saharan (Other)', 'ccvm', 'value')),
6521     (406, 'item_lang', '-sso', oils_i18n_gettext('406', 'Sotho', 'ccvm', 'value')),
6522     (407, 'item_lang', 'ssw', oils_i18n_gettext('407', 'Swazi', 'ccvm', 'value')),
6523     (408, 'item_lang', 'suk', oils_i18n_gettext('408', 'Sukuma', 'ccvm', 'value')),
6524     (409, 'item_lang', 'sun', oils_i18n_gettext('409', 'Sundanese', 'ccvm', 'value')),
6525     (410, 'item_lang', 'sus', oils_i18n_gettext('410', 'Susu', 'ccvm', 'value')),
6526     (411, 'item_lang', 'sux', oils_i18n_gettext('411', 'Sumerian', 'ccvm', 'value')),
6527     (412, 'item_lang', 'swa', oils_i18n_gettext('412', 'Swahili', 'ccvm', 'value')),
6528     (413, 'item_lang', 'swe', oils_i18n_gettext('413', 'Swedish', 'ccvm', 'value')),
6529     (414, 'item_lang', '-swz', oils_i18n_gettext('414', 'Swazi', 'ccvm', 'value')),
6530     (415, 'item_lang', 'syr', oils_i18n_gettext('415', 'Syriac', 'ccvm', 'value')),
6531     (416, 'item_lang', '-tag', oils_i18n_gettext('416', 'Tagalog', 'ccvm', 'value')),
6532     (417, 'item_lang', 'tah', oils_i18n_gettext('417', 'Tahitian', 'ccvm', 'value')),
6533     (418, 'item_lang', 'tai', oils_i18n_gettext('418', 'Tai (Other)', 'ccvm', 'value')),
6534     (419, 'item_lang', '-taj', oils_i18n_gettext('419', 'Tajik', 'ccvm', 'value')),
6535     (420, 'item_lang', 'tam', oils_i18n_gettext('420', 'Tamil', 'ccvm', 'value')),
6536     (421, 'item_lang', '-tar', oils_i18n_gettext('421', 'Tatar', 'ccvm', 'value')),
6537     (422, 'item_lang', 'tat', oils_i18n_gettext('422', 'Tatar', 'ccvm', 'value')),
6538     (423, 'item_lang', 'tel', oils_i18n_gettext('423', 'Telugu', 'ccvm', 'value')),
6539     (424, 'item_lang', 'tem', oils_i18n_gettext('424', 'Temne', 'ccvm', 'value')),
6540     (425, 'item_lang', 'ter', oils_i18n_gettext('425', 'Terena', 'ccvm', 'value')),
6541     (426, 'item_lang', 'tet', oils_i18n_gettext('426', 'Tetum', 'ccvm', 'value')),
6542     (427, 'item_lang', 'tgk', oils_i18n_gettext('427', 'Tajik', 'ccvm', 'value')),
6543     (428, 'item_lang', 'tgl', oils_i18n_gettext('428', 'Tagalog', 'ccvm', 'value')),
6544     (429, 'item_lang', 'tha', oils_i18n_gettext('429', 'Thai', 'ccvm', 'value')),
6545     (430, 'item_lang', 'tib', oils_i18n_gettext('430', 'Tibetan', 'ccvm', 'value')),
6546     (431, 'item_lang', 'tig', oils_i18n_gettext('431', 'Tigré', 'ccvm', 'value')),
6547     (432, 'item_lang', 'tir', oils_i18n_gettext('432', 'Tigrinya', 'ccvm', 'value')),
6548     (433, 'item_lang', 'tiv', oils_i18n_gettext('433', 'Tiv', 'ccvm', 'value')),
6549     (434, 'item_lang', 'tkl', oils_i18n_gettext('434', 'Tokelauan', 'ccvm', 'value')),
6550     (435, 'item_lang', 'tli', oils_i18n_gettext('435', 'Tlingit', 'ccvm', 'value')),
6551     (436, 'item_lang', 'tmh', oils_i18n_gettext('436', 'Tamashek', 'ccvm', 'value')),
6552     (437, 'item_lang', 'tog', oils_i18n_gettext('437', 'Tonga (Nyasa)', 'ccvm', 'value')),
6553     (438, 'item_lang', 'ton', oils_i18n_gettext('438', 'Tongan', 'ccvm', 'value')),
6554     (439, 'item_lang', 'tpi', oils_i18n_gettext('439', 'Tok Pisin', 'ccvm', 'value')),
6555     (440, 'item_lang', '-tru', oils_i18n_gettext('440', 'Truk', 'ccvm', 'value')),
6556     (441, 'item_lang', 'tsi', oils_i18n_gettext('441', 'Tsimshian', 'ccvm', 'value')),
6557     (442, 'item_lang', 'tsn', oils_i18n_gettext('442', 'Tswana', 'ccvm', 'value')),
6558     (443, 'item_lang', 'tso', oils_i18n_gettext('443', 'Tsonga', 'ccvm', 'value')),
6559     (444, 'item_lang', '-tsw', oils_i18n_gettext('444', 'Tswana', 'ccvm', 'value')),
6560     (445, 'item_lang', 'tuk', oils_i18n_gettext('445', 'Turkmen', 'ccvm', 'value')),
6561     (446, 'item_lang', 'tum', oils_i18n_gettext('446', 'Tumbuka', 'ccvm', 'value')),
6562     (447, 'item_lang', 'tup', oils_i18n_gettext('447', 'Tupi languages', 'ccvm', 'value')),
6563     (448, 'item_lang', 'tur', oils_i18n_gettext('448', 'Turkish', 'ccvm', 'value')),
6564     (449, 'item_lang', 'tut', oils_i18n_gettext('449', 'Altaic (Other)', 'ccvm', 'value')),
6565     (450, 'item_lang', 'tvl', oils_i18n_gettext('450', 'Tuvaluan', 'ccvm', 'value')),
6566     (451, 'item_lang', 'twi', oils_i18n_gettext('451', 'Twi', 'ccvm', 'value')),
6567     (452, 'item_lang', 'tyv', oils_i18n_gettext('452', 'Tuvinian', 'ccvm', 'value')),
6568     (453, 'item_lang', 'udm', oils_i18n_gettext('453', 'Udmurt', 'ccvm', 'value')),
6569     (454, 'item_lang', 'uga', oils_i18n_gettext('454', 'Ugaritic', 'ccvm', 'value')),
6570     (455, 'item_lang', 'uig', oils_i18n_gettext('455', 'Uighur', 'ccvm', 'value')),
6571     (456, 'item_lang', 'ukr', oils_i18n_gettext('456', 'Ukrainian', 'ccvm', 'value')),
6572     (457, 'item_lang', 'umb', oils_i18n_gettext('457', 'Umbundu', 'ccvm', 'value')),
6573     (458, 'item_lang', 'und', oils_i18n_gettext('458', 'Undetermined', 'ccvm', 'value')),
6574     (459, 'item_lang', 'urd', oils_i18n_gettext('459', 'Urdu', 'ccvm', 'value')),
6575     (460, 'item_lang', 'uzb', oils_i18n_gettext('460', 'Uzbek', 'ccvm', 'value')),
6576     (461, 'item_lang', 'vai', oils_i18n_gettext('461', 'Vai', 'ccvm', 'value')),
6577     (462, 'item_lang', 'ven', oils_i18n_gettext('462', 'Venda', 'ccvm', 'value')),
6578     (463, 'item_lang', 'vie', oils_i18n_gettext('463', 'Vietnamese', 'ccvm', 'value')),
6579     (464, 'item_lang', 'vol', oils_i18n_gettext('464', 'Volapük', 'ccvm', 'value')),
6580     (465, 'item_lang', 'vot', oils_i18n_gettext('465', 'Votic', 'ccvm', 'value')),
6581     (466, 'item_lang', 'wak', oils_i18n_gettext('466', 'Wakashan languages', 'ccvm', 'value')),
6582     (467, 'item_lang', 'wal', oils_i18n_gettext('467', 'Walamo', 'ccvm', 'value')),
6583     (468, 'item_lang', 'war', oils_i18n_gettext('468', 'Waray', 'ccvm', 'value')),
6584     (469, 'item_lang', 'was', oils_i18n_gettext('469', 'Washo', 'ccvm', 'value')),
6585     (470, 'item_lang', 'wel', oils_i18n_gettext('470', 'Welsh', 'ccvm', 'value')),
6586     (471, 'item_lang', 'wen', oils_i18n_gettext('471', 'Sorbian languages', 'ccvm', 'value')),
6587     (472, 'item_lang', 'wln', oils_i18n_gettext('472', 'Walloon', 'ccvm', 'value')),
6588     (473, 'item_lang', 'wol', oils_i18n_gettext('473', 'Wolof', 'ccvm', 'value')),
6589     (474, 'item_lang', 'xal', oils_i18n_gettext('474', 'Kalmyk', 'ccvm', 'value')),
6590     (475, 'item_lang', 'xho', oils_i18n_gettext('475', 'Xhosa', 'ccvm', 'value')),
6591     (476, 'item_lang', 'yao', oils_i18n_gettext('476', 'Yao (Africa)', 'ccvm', 'value')),
6592     (477, 'item_lang', 'yap', oils_i18n_gettext('477', 'Yapese', 'ccvm', 'value')),
6593     (478, 'item_lang', 'yid', oils_i18n_gettext('478', 'Yiddish', 'ccvm', 'value')),
6594     (479, 'item_lang', 'yor', oils_i18n_gettext('479', 'Yoruba', 'ccvm', 'value')),
6595     (480, 'item_lang', 'ypk', oils_i18n_gettext('480', 'Yupik languages', 'ccvm', 'value')),
6596     (481, 'item_lang', 'zap', oils_i18n_gettext('481', 'Zapotec', 'ccvm', 'value')),
6597     (482, 'item_lang', 'zen', oils_i18n_gettext('482', 'Zenaga', 'ccvm', 'value')),
6598     (483, 'item_lang', 'zha', oils_i18n_gettext('483', 'Zhuang', 'ccvm', 'value')),
6599     (484, 'item_lang', 'znd', oils_i18n_gettext('484', 'Zande', 'ccvm', 'value')),
6600     (485, 'item_lang', 'zul', oils_i18n_gettext('485', 'Zulu', 'ccvm', 'value')),
6601     (486, 'item_lang', 'zun', oils_i18n_gettext('486', 'Zuni', 'ccvm', 'value'));
6602
6603 INSERT INTO config.coded_value_map (id, ctype, code, value, description) VALUES 
6604     (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')),
6605     (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')),
6606     (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')),
6607     (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')),
6608     (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')),
6609     (492,'audience', 'e', oils_i18n_gettext('492', 'Adult', 'ccvm', 'value'),                   oils_i18n_gettext('492', 'The item is intended for adults.', 'ccvm', 'description')),
6610     (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')),
6611     (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')),
6612     (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'));
6613
6614 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6615     (496, 'item_type', 'a', oils_i18n_gettext('496', 'Language material', 'ccvm', 'value')),
6616     (497, 'item_type', 't', oils_i18n_gettext('497', 'Manuscript language material', 'ccvm', 'value')),
6617     (498, 'item_type', 'g', oils_i18n_gettext('498', 'Projected medium', 'ccvm', 'value')),
6618     (499, 'item_type', 'k', oils_i18n_gettext('499', 'Two-dimensional nonprojectable graphic', 'ccvm', 'value')),
6619     (500, 'item_type', 'r', oils_i18n_gettext('500', 'Three-dimensional artifact or naturally occurring object', 'ccvm', 'value')),
6620     (501, 'item_type', 'o', oils_i18n_gettext('501', 'Kit', 'ccvm', 'value')),
6621     (502, 'item_type', 'p', oils_i18n_gettext('502', 'Mixed materials', 'ccvm', 'value')),
6622     (503, 'item_type', 'e', oils_i18n_gettext('503', 'Cartographic material', 'ccvm', 'value')),
6623     (504, 'item_type', 'f', oils_i18n_gettext('504', 'Manuscript cartographic material', 'ccvm', 'value')),
6624     (505, 'item_type', 'c', oils_i18n_gettext('505', 'Notated music', 'ccvm', 'value')),
6625     (506, 'item_type', 'd', oils_i18n_gettext('506', 'Manuscript notated music', 'ccvm', 'value')),
6626     (507, 'item_type', 'i', oils_i18n_gettext('507', 'Nonmusical sound recording', 'ccvm', 'value')),
6627     (508, 'item_type', 'j', oils_i18n_gettext('508', 'Musical sound recording', 'ccvm', 'value')),
6628     (509, 'item_type', 'm', oils_i18n_gettext('509', 'Computer file', 'ccvm', 'value'));
6629
6630 INSERT INTO config.coded_value_map (id, ctype, code, value, description) VALUES 
6631     (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')),
6632     (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')),
6633     (512, 'lit_form', 'c', oils_i18n_gettext('512', 'Comic strips', 'ccvm', 'value'), NULL),
6634     (513, 'lit_form', 'd', oils_i18n_gettext('513', 'Dramas', 'ccvm', 'value'), NULL),
6635     (514, 'lit_form', 'e', oils_i18n_gettext('514', 'Essays', 'ccvm', 'value'), NULL),
6636     (515, 'lit_form', 'f', oils_i18n_gettext('515', 'Novels', 'ccvm', 'value'), NULL),
6637     (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')),
6638     (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')),
6639     (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')),
6640     (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')),
6641     (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')),
6642     (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')),
6643     (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'));
6644
6645
6646 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6647     (523, 'item_form', 'a', oils_i18n_gettext('523', 'Microfilm', 'ccvm', 'value')),
6648     (524, 'item_form', 'b', oils_i18n_gettext('524', 'Microfiche', 'ccvm', 'value')),
6649     (525, 'item_form', 'c', oils_i18n_gettext('525', 'Microopaque', 'ccvm', 'value')),
6650     (526, 'item_form', 'd', oils_i18n_gettext('526', 'Large print', 'ccvm', 'value')),
6651     (527, 'item_form', 'f', oils_i18n_gettext('527', 'Braille', 'ccvm', 'value')),
6652     (528, 'item_form', 'r', oils_i18n_gettext('528', 'Regular print reproduction', 'ccvm', 'value')),
6653     (529, 'item_form', 's', oils_i18n_gettext('529', 'Electronic', 'ccvm', 'value'));
6654     -- see below for more item_form entries
6655
6656 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6657     (530, 'bib_level', 'a', oils_i18n_gettext('530', 'Monographic component part', 'ccvm', 'value')),
6658     (531, 'bib_level', 'b', oils_i18n_gettext('531', 'Serial component part', 'ccvm', 'value')),
6659     (532, 'bib_level', 'c', oils_i18n_gettext('532', 'Collection', 'ccvm', 'value')),
6660     (533, 'bib_level', 'd', oils_i18n_gettext('533', 'Subunit', 'ccvm', 'value')),
6661     (534, 'bib_level', 'i', oils_i18n_gettext('534', 'Integrating resource', 'ccvm', 'value')),
6662     (535, 'bib_level', 'm', oils_i18n_gettext('535', 'Monograph/Item', 'ccvm', 'value')),
6663     (536, 'bib_level', 's', oils_i18n_gettext('536', 'Serial', 'ccvm', 'value'));
6664
6665 INSERT INTO config.coded_value_map(id, ctype, code, value) VALUES
6666     (537, 'vr_format', 'a', oils_i18n_gettext('537', 'Beta', 'ccvm', 'value')),
6667     (538, 'vr_format', 'b', oils_i18n_gettext('538', 'VHS', 'ccvm', 'value')),
6668     (539, 'vr_format', 'c', oils_i18n_gettext('539', 'U-matic', 'ccvm', 'value')),
6669     (540, 'vr_format', 'd', oils_i18n_gettext('540', 'EIAJ', 'ccvm', 'value')),
6670     (541, 'vr_format', 'e', oils_i18n_gettext('541', 'Type C', 'ccvm', 'value')),
6671     (542, 'vr_format', 'f', oils_i18n_gettext('542', 'Quadruplex', 'ccvm', 'value')),
6672     (543, 'vr_format', 'g', oils_i18n_gettext('543', 'Laserdisc', 'ccvm', 'value')),
6673     (544, 'vr_format', 'h', oils_i18n_gettext('544', 'CED videodisc', 'ccvm', 'value')),
6674     (545, 'vr_format', 'i', oils_i18n_gettext('545', 'Betacam', 'ccvm', 'value')),
6675     (546, 'vr_format', 'j', oils_i18n_gettext('546', 'Betacam SP', 'ccvm', 'value')),
6676     (547, 'vr_format', 'k', oils_i18n_gettext('547', 'Super-VHS', 'ccvm', 'value')),
6677     (548, 'vr_format', 'm', oils_i18n_gettext('548', 'M-II', 'ccvm', 'value')),
6678     (549, 'vr_format', 'o', oils_i18n_gettext('549', 'D-2', 'ccvm', 'value')),
6679     (550, 'vr_format', 'p', oils_i18n_gettext('550', '8 mm.', 'ccvm', 'value')),
6680     (551, 'vr_format', 'q', oils_i18n_gettext('551', 'Hi-8 mm.', 'ccvm', 'value')),
6681     (552, 'vr_format', 's', oils_i18n_gettext('552', 'Blu-ray disc', 'ccvm', 'value')),
6682     (553, 'vr_format', 'u', oils_i18n_gettext('553', 'Unknown', 'ccvm', 'value')),
6683     (554, 'vr_format', 'v', oils_i18n_gettext('554', 'DVD', 'ccvm', 'value')),
6684     (555, 'vr_format', 'z', oils_i18n_gettext('555', 'Other', 'ccvm', 'value')),
6685     (556, 'vr_format', ' ', oils_i18n_gettext('556', 'Unspecified', 'ccvm', 'value'));
6686
6687 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6688     (557, 'sr_format', 'a', oils_i18n_gettext(557, '16 rpm', 'ccvm', 'value')),
6689     (558, 'sr_format', 'b', oils_i18n_gettext(558, '33 1/3 rpm', 'ccvm', 'value')),
6690     (559, 'sr_format', 'c', oils_i18n_gettext(559, '45 rpm', 'ccvm', 'value')),
6691     (560, 'sr_format', 'f', oils_i18n_gettext(560, '1.4 m. per second', 'ccvm', 'value')),
6692     (561, 'sr_format', 'd', oils_i18n_gettext(561, '78 rpm', 'ccvm', 'value')),
6693     (562, 'sr_format', 'e', oils_i18n_gettext(562, '8 rpm', 'ccvm', 'value')),
6694     (563, 'sr_format', 'l', oils_i18n_gettext(563, '1 7/8 ips', 'ccvm', 'value'));
6695
6696 INSERT INTO config.coded_value_map
6697     (id, ctype, code, value, search_label) VALUES 
6698 (564, 'icon_format', 'book', 
6699     oils_i18n_gettext(564, 'Book', 'ccvm', 'value'),
6700     oils_i18n_gettext(564, 'Book', 'ccvm', 'search_label')),
6701 (565, 'icon_format', 'braille', 
6702     oils_i18n_gettext(565, 'Braille', 'ccvm', 'value'),
6703     oils_i18n_gettext(565, 'Braille', 'ccvm', 'search_label')),
6704 (566, 'icon_format', 'software', 
6705     oils_i18n_gettext(566, 'Software and video games', 'ccvm', 'value'),
6706     oils_i18n_gettext(566, 'Software and video games', 'ccvm', 'search_label')),
6707 (567, 'icon_format', 'dvd', 
6708     oils_i18n_gettext(567, 'DVD', 'ccvm', 'value'),
6709     oils_i18n_gettext(567, 'DVD', 'ccvm', 'search_label')),
6710 (568, 'icon_format', 'ebook', 
6711     oils_i18n_gettext(568, 'E-book', 'ccvm', 'value'),
6712     oils_i18n_gettext(568, 'E-book', 'ccvm', 'search_label')),
6713 (569, 'icon_format', 'eaudio', 
6714     oils_i18n_gettext(569, 'E-audio', 'ccvm', 'value'),
6715     oils_i18n_gettext(569, 'E-audio', 'ccvm', 'search_label')),
6716 (570, 'icon_format', 'kit', 
6717     oils_i18n_gettext(570, 'Kit', 'ccvm', 'value'),
6718     oils_i18n_gettext(570, 'Kit', 'ccvm', 'search_label')),
6719 (571, 'icon_format', 'map', 
6720     oils_i18n_gettext(571, 'Map', 'ccvm', 'value'),
6721     oils_i18n_gettext(571, 'Map', 'ccvm', 'search_label')),
6722 (572, 'icon_format', 'microform', 
6723     oils_i18n_gettext(572, 'Microform', 'ccvm', 'value'),
6724     oils_i18n_gettext(572, 'Microform', 'ccvm', 'search_label')),
6725 (573, 'icon_format', 'score', 
6726     oils_i18n_gettext(573, 'Music Score', 'ccvm', 'value'),
6727     oils_i18n_gettext(573, 'Music Score', 'ccvm', 'search_label')),
6728 (574, 'icon_format', 'picture', 
6729     oils_i18n_gettext(574, 'Picture', 'ccvm', 'value'),
6730     oils_i18n_gettext(574, 'Picture', 'ccvm', 'search_label')),
6731 (575, 'icon_format', 'equip', 
6732     oils_i18n_gettext(575, 'Equipment, games, toys', 'ccvm', 'value'),
6733     oils_i18n_gettext(575, 'Equipment, games, toys', 'ccvm', 'search_label')),
6734 (576, 'icon_format', 'serial', 
6735     oils_i18n_gettext(576, 'Serials and magazines', 'ccvm', 'value'),
6736     oils_i18n_gettext(576, 'Serials and magazines', 'ccvm', 'search_label')),
6737 (577, 'icon_format', 'vhs', 
6738     oils_i18n_gettext(577, 'VHS', 'ccvm', 'value'),
6739     oils_i18n_gettext(577, 'VHS', 'ccvm', 'search_label')),
6740 (578, 'icon_format', 'evideo', 
6741     oils_i18n_gettext(578, 'E-video', 'ccvm', 'value'),
6742     oils_i18n_gettext(578, 'E-video', 'ccvm', 'search_label')),
6743 (579, 'icon_format', 'cdaudiobook', 
6744     oils_i18n_gettext(579, 'CD Audiobook', 'ccvm', 'value'),
6745     oils_i18n_gettext(579, 'CD Audiobook', 'ccvm', 'search_label')),
6746 (580, 'icon_format', 'cdmusic', 
6747     oils_i18n_gettext(580, 'CD Music recording', 'ccvm', 'value'),
6748     oils_i18n_gettext(580, 'CD Music recording', 'ccvm', 'search_label')),
6749 (581, 'icon_format', 'casaudiobook', 
6750     oils_i18n_gettext(581, 'Cassette audiobook', 'ccvm', 'value'),
6751     oils_i18n_gettext(581, 'Cassette audiobook', 'ccvm', 'search_label')),
6752 (582, 'icon_format', 'casmusic',
6753     oils_i18n_gettext(582, 'Audiocassette music recording', 'ccvm', 'value'),
6754     oils_i18n_gettext(582, 'Audiocassette music recording', 'ccvm', 'search_label')),
6755 (583, 'icon_format', 'phonospoken', 
6756     oils_i18n_gettext(583, 'Phonograph spoken recording', 'ccvm', 'value'),
6757     oils_i18n_gettext(583, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6758 (584, 'icon_format', 'phonomusic', 
6759     oils_i18n_gettext(584, 'Phonograph music recording', 'ccvm', 'value'),
6760     oils_i18n_gettext(584, 'Phonograph music recording', 'ccvm', 'search_label')),
6761 (585, 'icon_format', 'lpbook', 
6762     oils_i18n_gettext(585, 'Large Print Book', 'ccvm', 'value'),
6763     oils_i18n_gettext(585, 'Large Print Book', 'ccvm', 'search_label'));
6764
6765 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES 
6766 (586, 'item_form', 'o', oils_i18n_gettext('586', 'Online', 'ccvm', 'value')),
6767 (587, 'item_form', 'q', oils_i18n_gettext('587', 'Direct electronic', 'ccvm', 'value'));
6768
6769 -- these formats are a subset of the "icon_format" attribute,
6770 -- modified to exclude electronic resources, which are not holdable
6771 INSERT INTO config.coded_value_map
6772     (id, ctype, code, value, search_label) VALUES 
6773 (588, 'mr_hold_format', 'book', 
6774     oils_i18n_gettext(588, 'Book', 'ccvm', 'value'),
6775     oils_i18n_gettext(588, 'Book', 'ccvm', 'search_label')),
6776 (589, 'mr_hold_format', 'braille', 
6777     oils_i18n_gettext(589, 'Braille', 'ccvm', 'value'),
6778     oils_i18n_gettext(589, 'Braille', 'ccvm', 'search_label')),
6779 (590, 'mr_hold_format', 'software', 
6780     oils_i18n_gettext(590, 'Software and video games', 'ccvm', 'value'),
6781     oils_i18n_gettext(590, 'Software and video games', 'ccvm', 'search_label')),
6782 (591, 'mr_hold_format', 'dvd', 
6783     oils_i18n_gettext(591, 'DVD', 'ccvm', 'value'),
6784     oils_i18n_gettext(591, 'DVD', 'ccvm', 'search_label')),
6785 (592, 'mr_hold_format', 'kit', 
6786     oils_i18n_gettext(592, 'Kit', 'ccvm', 'value'),
6787     oils_i18n_gettext(592, 'Kit', 'ccvm', 'search_label')),
6788 (593, 'mr_hold_format', 'map', 
6789     oils_i18n_gettext(593, 'Map', 'ccvm', 'value'),
6790     oils_i18n_gettext(593, 'Map', 'ccvm', 'search_label')),
6791 (594, 'mr_hold_format', 'microform', 
6792     oils_i18n_gettext(594, 'Microform', 'ccvm', 'value'),
6793     oils_i18n_gettext(594, 'Microform', 'ccvm', 'search_label')),
6794 (595, 'mr_hold_format', 'score', 
6795     oils_i18n_gettext(595, 'Music Score', 'ccvm', 'value'),
6796     oils_i18n_gettext(595, 'Music Score', 'ccvm', 'search_label')),
6797 (596, 'mr_hold_format', 'picture', 
6798     oils_i18n_gettext(596, 'Picture', 'ccvm', 'value'),
6799     oils_i18n_gettext(596, 'Picture', 'ccvm', 'search_label')),
6800 (597, 'mr_hold_format', 'equip', 
6801     oils_i18n_gettext(597, 'Equipment, games, toys', 'ccvm', 'value'),
6802     oils_i18n_gettext(597, 'Equipment, games, toys', 'ccvm', 'search_label')),
6803 (598, 'mr_hold_format', 'serial', 
6804     oils_i18n_gettext(598, 'Serials and magazines', 'ccvm', 'value'),
6805     oils_i18n_gettext(598, 'Serials and magazines', 'ccvm', 'search_label')),
6806 (599, 'mr_hold_format', 'vhs', 
6807     oils_i18n_gettext(599, 'VHS', 'ccvm', 'value'),
6808     oils_i18n_gettext(599, 'VHS', 'ccvm', 'search_label')),
6809 (600, 'mr_hold_format', 'cdaudiobook', 
6810     oils_i18n_gettext(600, 'CD Audiobook', 'ccvm', 'value'),
6811     oils_i18n_gettext(600, 'CD Audiobook', 'ccvm', 'search_label')),
6812 (601, 'mr_hold_format', 'cdmusic', 
6813     oils_i18n_gettext(601, 'CD Music recording', 'ccvm', 'value'),
6814     oils_i18n_gettext(601, 'CD Music recording', 'ccvm', 'search_label')),
6815 (602, 'mr_hold_format', 'casaudiobook', 
6816     oils_i18n_gettext(602, 'Cassette audiobook', 'ccvm', 'value'),
6817     oils_i18n_gettext(602, 'Cassette audiobook', 'ccvm', 'search_label')),
6818 (603, 'mr_hold_format', 'casmusic',
6819     oils_i18n_gettext(603, 'Audiocassette music recording', 'ccvm', 'value'),
6820     oils_i18n_gettext(603, 'Audiocassette music recording', 'ccvm', 'search_label')),
6821 (604, 'mr_hold_format', 'phonospoken', 
6822     oils_i18n_gettext(604, 'Phonograph spoken recording', 'ccvm', 'value'),
6823     oils_i18n_gettext(604, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6824 (605, 'mr_hold_format', 'phonomusic', 
6825     oils_i18n_gettext(605, 'Phonograph music recording', 'ccvm', 'value'),
6826     oils_i18n_gettext(605, 'Phonograph music recording', 'ccvm', 'search_label')),
6827 (606, 'mr_hold_format', 'lpbook', 
6828     oils_i18n_gettext(606, 'Large Print Book', 'ccvm', 'value'),
6829     oils_i18n_gettext(606, 'Large Print Book', 'ccvm', 'search_label')) ;
6830
6831 -- catch-all music of unkown format
6832 INSERT INTO config.coded_value_map
6833     (id, ctype, code, value, search_label) VALUES 
6834 (607, 'icon_format', 'music', 
6835     oils_i18n_gettext(607, 'Musical Sound Recording (Unknown Format)', 'ccvm', 'value'),
6836     oils_i18n_gettext(607, 'Musical Sound Recording (Unknown Format)', 'ccvm', 'search_label'));
6837
6838 -- icon for blu-ray
6839 INSERT INTO config.coded_value_map
6840     (id, ctype, code, value, search_label) VALUES 
6841 (608, 'icon_format', 'blu-ray', 
6842     oils_i18n_gettext(608, 'Blu-ray', 'ccvm', 'value'),
6843     oils_i18n_gettext(608, 'Blu-ray', 'ccvm', 'search_label'));
6844
6845 -- metarecord hold format for blu-ray
6846 INSERT INTO config.coded_value_map
6847     (id, ctype, code, value, search_label) VALUES 
6848 (609, 'mr_hold_format', 'blu-ray', 
6849     oils_i18n_gettext(609, 'Blu-ray', 'ccvm', 'value'),
6850     oils_i18n_gettext(609, 'Blu-ray', 'ccvm', 'search_label'));
6851
6852 -- search format values
6853 INSERT INTO config.coded_value_map
6854     (id, ctype, code, value, search_label) VALUES 
6855 (610, 'search_format', 'book', 
6856     oils_i18n_gettext(610, 'All Books', 'ccvm', 'value'),
6857     oils_i18n_gettext(610, 'All Books', 'ccvm', 'search_label')),
6858 (611, 'search_format', 'braille', 
6859     oils_i18n_gettext(611, 'Braille', 'ccvm', 'value'),
6860     oils_i18n_gettext(611, 'Braille', 'ccvm', 'search_label')),
6861 (612, 'search_format', 'software', 
6862     oils_i18n_gettext(612, 'Software and video games', 'ccvm', 'value'),
6863     oils_i18n_gettext(612, 'Software and video games', 'ccvm', 'search_label')),
6864 (613, 'search_format', 'dvd', 
6865     oils_i18n_gettext(613, 'DVD', 'ccvm', 'value'),
6866     oils_i18n_gettext(613, 'DVD', 'ccvm', 'search_label')),
6867 (614, 'search_format', 'ebook', 
6868     oils_i18n_gettext(614, 'E-book', 'ccvm', 'value'),
6869     oils_i18n_gettext(614, 'E-book', 'ccvm', 'search_label')),
6870 (615, 'search_format', 'eaudio', 
6871     oils_i18n_gettext(615, 'E-audio', 'ccvm', 'value'),
6872     oils_i18n_gettext(615, 'E-audio', 'ccvm', 'search_label')),
6873 (616, 'search_format', 'kit', 
6874     oils_i18n_gettext(616, 'Kit', 'ccvm', 'value'),
6875     oils_i18n_gettext(616, 'Kit', 'ccvm', 'search_label')),
6876 (617, 'search_format', 'map', 
6877     oils_i18n_gettext(617, 'Map', 'ccvm', 'value'),
6878     oils_i18n_gettext(617, 'Map', 'ccvm', 'search_label')),
6879 (618, 'search_format', 'microform', 
6880     oils_i18n_gettext(618, 'Microform', 'ccvm', 'value'),
6881     oils_i18n_gettext(618, 'Microform', 'ccvm', 'search_label')),
6882 (619, 'search_format', 'score', 
6883     oils_i18n_gettext(619, 'Music Score', 'ccvm', 'value'),
6884     oils_i18n_gettext(619, 'Music Score', 'ccvm', 'search_label')),
6885 (620, 'search_format', 'picture', 
6886     oils_i18n_gettext(620, 'Picture', 'ccvm', 'value'),
6887     oils_i18n_gettext(620, 'Picture', 'ccvm', 'search_label')),
6888 (621, 'search_format', 'equip', 
6889     oils_i18n_gettext(621, 'Equipment, games, toys', 'ccvm', 'value'),
6890     oils_i18n_gettext(621, 'Equipment, games, toys', 'ccvm', 'search_label')),
6891 (622, 'search_format', 'serial', 
6892     oils_i18n_gettext(622, 'Serials and magazines', 'ccvm', 'value'),
6893     oils_i18n_gettext(622, 'Serials and magazines', 'ccvm', 'search_label')),
6894 (623, 'search_format', 'vhs', 
6895     oils_i18n_gettext(623, 'VHS', 'ccvm', 'value'),
6896     oils_i18n_gettext(623, 'VHS', 'ccvm', 'search_label')),
6897 (624, 'search_format', 'evideo', 
6898     oils_i18n_gettext(624, 'E-video', 'ccvm', 'value'),
6899     oils_i18n_gettext(624, 'E-video', 'ccvm', 'search_label')),
6900 (625, 'search_format', 'cdaudiobook', 
6901     oils_i18n_gettext(625, 'CD Audiobook', 'ccvm', 'value'),
6902     oils_i18n_gettext(625, 'CD Audiobook', 'ccvm', 'search_label')),
6903 (626, 'search_format', 'cdmusic', 
6904     oils_i18n_gettext(626, 'CD Music recording', 'ccvm', 'value'),
6905     oils_i18n_gettext(626, 'CD Music recording', 'ccvm', 'search_label')),
6906 (627, 'search_format', 'casaudiobook', 
6907     oils_i18n_gettext(627, 'Cassette audiobook', 'ccvm', 'value'),
6908     oils_i18n_gettext(627, 'Cassette audiobook', 'ccvm', 'search_label')),
6909 (628, 'search_format', 'casmusic',
6910     oils_i18n_gettext(628, 'Audiocassette music recording', 'ccvm', 'value'),
6911     oils_i18n_gettext(628, 'Audiocassette music recording', 'ccvm', 'search_label')),
6912 (629, 'search_format', 'phonospoken', 
6913     oils_i18n_gettext(629, 'Phonograph spoken recording', 'ccvm', 'value'),
6914     oils_i18n_gettext(629, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6915 (630, 'search_format', 'phonomusic', 
6916     oils_i18n_gettext(630, 'Phonograph music recording', 'ccvm', 'value'),
6917     oils_i18n_gettext(630, 'Phonograph music recording', 'ccvm', 'search_label')),
6918 (631, 'search_format', 'lpbook', 
6919     oils_i18n_gettext(631, 'Large Print Book', 'ccvm', 'value'),
6920     oils_i18n_gettext(631, 'Large Print Book', 'ccvm', 'search_label')),
6921 (632, 'search_format', 'music', 
6922     oils_i18n_gettext(632, 'All Music', 'ccvm', 'label'),
6923     oils_i18n_gettext(632, 'All Music', 'ccvm', 'search_label')),
6924 (633, 'search_format', 'blu-ray', 
6925     oils_i18n_gettext(633, 'Blu-ray', 'ccvm', 'value'),
6926     oils_i18n_gettext(633, 'Blu-ray', 'ccvm', 'search_label'));
6927
6928
6929
6930 -- carve out a slot of 10k IDs for stock CCVMs
6931 SELECT SETVAL('config.coded_value_map_id_seq'::TEXT, 10000);
6932
6933
6934 -- composite definitions for record attr "icon_format"
6935
6936 INSERT INTO config.composite_attr_entry_definition 
6937     (coded_value, definition) VALUES
6938 --book
6939 (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"}]}'),
6940
6941 -- braille
6942 (565, '{"0":{"_attr":"item_type","_val":"a"},"1":{"_attr":"item_form","_val":"f"}}'),
6943
6944 -- software
6945 (566, '{"_attr":"item_type","_val":"m"}'),
6946
6947 -- dvd
6948 (567, '{"_attr":"vr_format","_val":"v"}'),
6949
6950 -- ebook
6951 (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"}]}'),
6952
6953 -- eaudio
6954 (569, '{"0":{"_attr":"item_type","_val":"i"},"1":[{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"q"},{"_attr":"item_form","_val":"s"}]}'),
6955
6956 -- kit
6957 (570, '[{"_attr":"item_type","_val":"o"},{"_attr":"item_type","_val":"p"}]'),
6958
6959 -- map
6960 (571, '[{"_attr":"item_type","_val":"e"},{"_attr":"item_type","_val":"f"}]'),
6961
6962 -- microform
6963 (572, '[{"_attr":"item_form","_val":"a"},{"_attr":"item_form","_val":"b"},{"_attr":"item_form","_val":"c"}]'),
6964
6965 -- score
6966 (573, '[{"_attr":"item_type","_val":"c"},{"_attr":"item_type","_val":"d"}]'),
6967
6968 -- picture
6969 (574, '{"_attr":"item_type","_val":"k"}'),
6970
6971 -- equip
6972 (575, '{"_attr":"item_type","_val":"r"}'),
6973
6974 -- serial
6975 (576, '[{"_attr":"bib_level","_val":"b"},{"_attr":"bib_level","_val":"s"}]'),
6976
6977 -- vhs
6978 (577, '{"_attr":"vr_format","_val":"b"}'),
6979
6980 -- evideo
6981 (578, '{"0":{"_attr":"item_type","_val":"g"},"1":[{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"q"}]}'),
6982
6983 -- cdaudiobook
6984 (579, '{"0":{"_attr":"item_type","_val":"i"},"1":{"_attr":"sr_format","_val":"f"}}'),
6985
6986 -- cdmusic
6987 (580, '{"0":{"_attr":"item_type","_val":"j"},"1":{"_attr":"sr_format","_val":"f"}}'),
6988
6989 -- casaudiobook
6990 (581, '{"0":{"_attr":"item_type","_val":"i"},"1":{"_attr":"sr_format","_val":"l"}}'),
6991
6992 -- casmusic
6993 (582, '{"0":{"_attr":"item_type","_val":"j"},"1":{"_attr":"sr_format","_val":"l"}}'),
6994
6995 -- phonospoken
6996 (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"}]}'),
6997
6998 -- phonomusic
6999 (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"}]}'),
7000
7001 -- lpbook
7002 (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"}]}');
7003
7004 -- music (catch-all)
7005 INSERT INTO config.composite_attr_entry_definition 
7006     (coded_value, definition) VALUES
7007 (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"}]}}');
7008
7009 -- blu-ray icon_format
7010 INSERT INTO config.composite_attr_entry_definition 
7011     (coded_value, definition) VALUES (608, '{"_attr":"vr_format","_val":"s"}');
7012
7013 -- use the definitions from the icon_format as the basis for the MR hold format definitions
7014 DO $$
7015     DECLARE format TEXT;
7016 BEGIN
7017     FOR format IN SELECT UNNEST(
7018         '{book,braille,software,dvd,kit,map,microform,score,picture,equip,serial,vhs,cdaudiobook,cdmusic,casaudiobook,casmusic,phonospoken,phonomusic,lpbook,blu-ray}'::text[])
7019     LOOP
7020         INSERT INTO config.composite_attr_entry_definition 
7021             (coded_value, definition) VALUES
7022             (
7023                 -- get the ID from the new ccvm above
7024                 (SELECT id FROM config.coded_value_map 
7025                     WHERE code = format AND ctype = 'mr_hold_format'),
7026                 -- get the def of the matching ccvm attached to the icon_format attr
7027                 (SELECT definition FROM config.composite_attr_entry_definition ccaed
7028                     JOIN config.coded_value_map ccvm ON (ccaed.coded_value = ccvm.id)
7029                     WHERE ccvm.ctype = 'icon_format' AND ccvm.code = format)
7030             );
7031     END LOOP; 
7032 END $$;
7033
7034 -- copy the composite definition from icon_format into 
7035 -- search_format for a baseline data set
7036 DO $$
7037     DECLARE format config.coded_value_map%ROWTYPE;
7038 BEGIN
7039     FOR format IN SELECT * 
7040         FROM config.coded_value_map WHERE ctype = 'icon_format'
7041     LOOP
7042         INSERT INTO config.composite_attr_entry_definition 
7043             (coded_value, definition) VALUES
7044             (
7045                 -- get the ID from the new ccvm above
7046                 (SELECT id FROM config.coded_value_map 
7047                     WHERE code = format.code AND ctype = 'search_format'),
7048
7049                 -- def of the matching icon_format attr
7050                 (SELECT definition FROM config.composite_attr_entry_definition 
7051                     WHERE coded_value = format.id)
7052             );
7053     END LOOP; 
7054 END $$;
7055
7056 -- modify the 'book' definition so that it includes large print
7057 UPDATE config.composite_attr_entry_definition 
7058     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"}]}'
7059     WHERE coded_value = 610;
7060
7061 -- modify 'music' to include all recorded music, regardless of format
7062 UPDATE config.composite_attr_entry_definition 
7063     SET definition = '{"_attr":"item_type","_val":"j"}'
7064     WHERE coded_value = 632;
7065
7066
7067 -- Trigger Event Definitions -------------------------------------------------
7068
7069 -- Sample Overdue Notice --
7070
7071 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, max_delay, template) 
7072     VALUES (1, 'f', 1, '7 Day Overdue Email Notification', 'checkout.due', 'CircIsOverdue', 'SendEmail', '7 days', 'due_date', 'usr', '8 days', 
7073 $$
7074 [%- USE date -%]
7075 [%- user = target.0.usr -%]
7076 To: [%- params.recipient_email || user.email %]
7077 From: [%- params.sender_email || default_sender %]
7078 Subject: Overdue Notification
7079
7080 Dear [% user.family_name %], [% user.first_given_name %]
7081 Our records indicate the following items are overdue.
7082
7083 [% FOR circ IN target %]
7084     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
7085     Title: [% copy_details.title %]
7086     Author: [% copy_details.author %]
7087     Call Number: [% circ.target_copy.call_number.label %]
7088     Barcode: [% circ.target_copy.barcode %]
7089     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
7090     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
7091     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
7092     Library: [% circ.circ_lib.name %]
7093
7094 [% END %]
7095
7096 $$);
7097
7098 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7099     (1, 'target_copy.call_number'),
7100     (1, 'target_copy.location'),
7101     (1, 'usr'),
7102     (1, 'billable_transaction.summary'),
7103     (1, 'circ_lib.billing_address');
7104
7105 -- Sample Mark Long-Overdue Item Lost --
7106
7107 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field) 
7108     VALUES (2, 'f', 1, '90 Day Overdue Mark Lost', 'checkout.due', 'CircIsOverdue', 'MarkItemLost', '90 days', 'due_date');
7109
7110 INSERT INTO action_trigger.event_params (event_def, param, value) VALUES
7111     (2, 'editor', '''1''');
7112
7113 -- Sample Auto Mark Lost Notice --
7114
7115 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, template) 
7116     VALUES (3, 'f', 1, '90 Day Overdue Mark Lost Notice', 'lost.auto', 'NOOP_True', 'SendEmail', 'usr',
7117 $$
7118 [%- USE date -%]
7119 [%- user = target.0.usr -%]
7120 To: [%- params.recipient_email || user.email %]
7121 From: [%- params.sender_email || default_sender %]
7122 Subject: Overdue Items Marked Lost
7123
7124 Dear [% user.family_name %], [% user.first_given_name %]
7125 The following items are 90 days overdue and have been marked LOST.
7126
7127 [% FOR circ IN target %]
7128     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
7129     Title: [% copy_details.title %], by [% copy_details.author %]
7130     Call Number: [% circ.target_copy.call_number.label %]
7131     Shelving Location: [% circ.target_copy.location.name %]
7132     Barcode: [% circ.target_copy.barcode %]
7133     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
7134     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
7135     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
7136     Library: [% circ.circ_lib.name %]
7137
7138 [% END %]
7139
7140 $$);
7141
7142
7143 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7144     (3, 'target_copy.call_number'),
7145     (3, 'usr'),
7146     (3, 'billable_transaction.summary'),
7147     (3, 'circ_lib.billing_address'),
7148     (3, 'target_copy.location');
7149
7150
7151 -- Sample Purchase Order HTML Template --
7152
7153 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, template) 
7154     VALUES (4, 't', 1, 'PO HTML', 'format.po.html', 'NOOP_True', 'ProcessTemplate', 
7155 $$
7156 [%- USE date -%]
7157 [%-
7158     # find a lineitem attribute by name and optional type
7159     BLOCK get_li_attr;
7160         FOR attr IN li.attributes;
7161             IF attr.attr_name == attr_name;
7162                 IF !attr_type OR attr_type == attr.attr_type;
7163                     attr.attr_value;
7164                     LAST;
7165                 END;
7166             END;
7167         END;
7168     END
7169 -%]
7170
7171 <h2>Purchase Order: [% target.name %] ([% target.id %])</h2>
7172 <br/>
7173 date <b>[% date.format(date.now, '%Y%m%d') %]</b>
7174 <br/>
7175
7176 <style>
7177     table td { padding:5px; border:1px solid #aaa;}
7178     table { width:95%; border-collapse:collapse; }
7179     #vendor-notes { padding:5px; border:1px solid #aaa; }
7180 </style>
7181 <table id='vendor-table'>
7182   <tr>
7183     <td valign='top'>Vendor</td>
7184     <td>
7185       <div>[% target.provider.name %]</div>
7186       <div>[% target.provider.addresses.0.street1 %]</div>
7187       <div>[% target.provider.addresses.0.street2 %]</div>
7188       <div>[% target.provider.addresses.0.city %]</div>
7189       <div>[% target.provider.addresses.0.state %]</div>
7190       <div>[% target.provider.addresses.0.country %]</div>
7191       <div>[% target.provider.addresses.0.post_code %]</div>
7192     </td>
7193     <td valign='top'>Ship to / Bill to</td>
7194     <td>
7195       <div>[% target.ordering_agency.name %]</div>
7196       <div>[% target.ordering_agency.billing_address.street1 %]</div>
7197       <div>[% target.ordering_agency.billing_address.street2 %]</div>
7198       <div>[% target.ordering_agency.billing_address.city %]</div>
7199       <div>[% target.ordering_agency.billing_address.state %]</div>
7200       <div>[% target.ordering_agency.billing_address.country %]</div>
7201       <div>[% target.ordering_agency.billing_address.post_code %]</div>
7202     </td>
7203   </tr>
7204 </table>
7205
7206 <br/><br/>
7207 <fieldset id='vendor-notes'>
7208     <legend>Notes to the Vendor</legend>
7209     <ul>
7210     [% FOR note IN target.notes %]
7211         [% IF note.vendor_public == 't' %]
7212             <li>[% note.value %]</li>
7213         [% END %]
7214     [% END %]
7215     </ul>
7216 </fieldset>
7217 <br/><br/>
7218
7219 <table>
7220   <thead>
7221     <tr>
7222       <th>PO#</th>
7223       <th>ISBN or Item #</th>
7224       <th>Title</th>
7225       <th>Quantity</th>
7226       <th>Unit Price</th>
7227       <th>Line Total</th>
7228       <th>Notes</th>
7229     </tr>
7230   </thead>
7231   <tbody>
7232
7233   [% subtotal = 0 %]
7234   [% FOR li IN target.lineitems %]
7235
7236   <tr>
7237     [% count = li.lineitem_details.size %]
7238     [% price = li.estimated_unit_price %]
7239     [% litotal = (price * count) %]
7240     [% subtotal = subtotal + litotal %]
7241     [% 
7242         ident_attr = helpers.get_li_order_ident(li.attributes);
7243         SET ident_value = ident_attr.attr_value IF ident_attr;
7244     %]
7245     <td>[% target.id %]</td>
7246     <td>[% ident_value %]</td>
7247     <td>[% PROCESS get_li_attr attr_name = 'title' %]</td>
7248     <td>[% count %]</td>
7249     <td>[% price %]</td>
7250     <td>[% litotal %]</td>
7251     <td>
7252         <ul>
7253         [% FOR note IN li.lineitem_notes %]
7254             [% IF note.vendor_public == 't' %]
7255                 <li>[% note.value %]</li>
7256             [% END %]
7257         [% END %]
7258         </ul>
7259     </td>
7260   </tr>
7261   [% END %]
7262   <tr>
7263     <td/><td/><td/><td/>
7264     <td>Subtotal</td>
7265     <td>[% subtotal %]</td>
7266   </tr>
7267   </tbody>
7268 </table>
7269
7270 <br/>
7271
7272 Total Line Item Count: [% target.lineitems.size %]
7273 $$);
7274
7275 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7276     (4, 'lineitems.lineitem_details.fund'),
7277     (4, 'lineitems.lineitem_details.location'),
7278     (4, 'lineitems.lineitem_details.owning_lib'),
7279     (4, 'ordering_agency.mailing_address'),
7280     (4, 'ordering_agency.billing_address'),
7281     (4, 'provider.addresses'),
7282     (4, 'lineitems.attributes'),
7283     (4, 'lineitems.lineitem_notes'),
7284     (4, 'notes');
7285
7286 INSERT INTO action_trigger.cleanup ( module, description ) VALUES (
7287     'CreateHoldNotification',
7288     oils_i18n_gettext(
7289         'CreateHoldNotification',
7290         'Creates a hold_notification record for each notified hold',
7291         'atclean',
7292         'description'
7293     )
7294 );
7295
7296 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, cleanup_success, template)
7297     VALUES (5, 'f', 1, 'Hold Ready for Pickup Email Notification', 'hold.available', 'HoldIsAvailable', 'SendEmail', '30 minutes', 'shelf_time', 'usr', 'CreateHoldNotification',
7298 $$
7299 [%- USE date -%]
7300 [%- user = target.0.usr -%]
7301 To: [%- params.recipient_email || user.email %]
7302 From: [%- params.sender_email || default_sender %]
7303 Subject: Hold Available Notification
7304
7305 Dear [% user.family_name %], [% user.first_given_name %]
7306 The item(s) you requested are available for pickup from the Library.
7307
7308 [% FOR hold IN target %]
7309     [%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7310     Title: [% copy_details.title %]
7311     Author: [% copy_details.author %]
7312     Call Number: [% hold.current_copy.call_number.label %]
7313     Barcode: [% hold.current_copy.barcode %]
7314     Library: [% hold.pickup_lib.name %]
7315 [% END %]
7316
7317 $$);
7318
7319 INSERT INTO action_trigger.event_params (event_def, param, value)
7320     VALUES (5, 'check_email_notify', 1);
7321
7322 INSERT INTO action_trigger.hook (
7323         key,
7324         core_type,
7325         description,
7326         passive
7327     ) VALUES (
7328         'hold_request.shelf_expires_soon',
7329         'ahr',
7330         'A hold on the shelf will expire there soon.',
7331         TRUE
7332     );
7333
7334 INSERT INTO action_trigger.environment (event_def, path) VALUES
7335     (5, 'current_copy.call_number'),
7336     (5, 'usr'),
7337     (5, 'pickup_lib.billing_address');
7338
7339
7340 INSERT INTO action_trigger.event_definition (
7341         id,
7342         active,
7343         owner,
7344         name,
7345         hook,
7346         validator,
7347         reactor,
7348         delay,
7349         delay_field,
7350         group_field,
7351         template
7352     ) VALUES (
7353         7,
7354         FALSE,
7355         1,
7356         'Hold Expires from Shelf Soon',
7357         'hold_request.shelf_expires_soon',
7358         'HoldIsAvailable',
7359         'SendEmail',
7360         '- 1 DAY',
7361         'shelf_expire_time',
7362         'usr',
7363 $$
7364 [%- USE date -%]
7365 [%- user = target.0.usr -%]
7366 To: [%- params.recipient_email || user.email %]
7367 From: [%- params.sender_email || default_sender %]
7368 Subject: Hold Available Notification
7369
7370 Dear [% user.family_name %], [% user.first_given_name %]
7371 You requested holds on the following item(s), which are available for
7372 pickup, but these holds will soon expire.
7373
7374 [% FOR hold IN target %]
7375     [%- data = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7376     Title: [% data.title %]
7377     Author: [% data.author %]
7378     Library: [% hold.pickup_lib.name %]
7379 [% END %]
7380 $$
7381 );
7382
7383 INSERT INTO action_trigger.event_params (event_def, param, value)
7384     VALUES (7, 'check_email_notify', 1);
7385
7386 INSERT INTO action_trigger.environment (
7387         event_def,
7388         path
7389     ) VALUES
7390     ( 7, 'current_copy'),
7391     ( 7, 'pickup_lib.billing_address'),
7392     ( 7, 'usr');
7393
7394 -- long wait hold request notifications
7395
7396 INSERT INTO action_trigger.hook (
7397         key,
7398         core_type,
7399         description,
7400         passive
7401     ) VALUES (
7402         'hold_request.long_wait',
7403         'ahr',
7404         'A patron has been waiting on a hold to be fulfilled for a long time.',
7405         TRUE
7406     );
7407
7408 INSERT INTO action_trigger.validator (module,description) VALUES
7409     ('HoldNotifyCheck',
7410     oils_i18n_gettext(
7411         'HoldNotifyCheck',
7412         'Check Hold notification flag(s)',
7413         'atval',
7414         'description'
7415     ));
7416
7417 INSERT INTO action_trigger.event_definition (
7418         id,
7419         active,
7420         owner,
7421         name,
7422         hook,
7423         validator,
7424         reactor,
7425         delay,
7426         delay_field,
7427         group_field,
7428         template
7429     ) VALUES (
7430         9,
7431         FALSE,
7432         1,
7433         'Hold waiting for pickup for long time',
7434         'hold_request.long_wait',
7435         'HoldNotifyCheck',
7436         'SendEmail',
7437         '6 MONTHS',
7438         'request_time',
7439         'usr',
7440 $$
7441 [%- USE date -%]
7442 [%- user = target.0.usr -%]
7443 To: [%- params.recipient_email || user.email %]
7444 From: [%- params.sender_email || default_sender %]
7445 Subject: Long Wait Hold Notification
7446
7447 Dear [% user.family_name %], [% user.first_given_name %]
7448
7449 You requested hold(s) on the following item(s), but unfortunately
7450 we have not been able to fulfill your request after a considerable
7451 length of time.  If you would still like to receive these items,
7452 no action is required.
7453
7454 [% FOR hold IN target %]
7455     [%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7456     Title: [% copy_details.title %]
7457     Author: [% copy_details.author %]
7458 [% END %]
7459 $$
7460 );
7461
7462 INSERT INTO action_trigger.environment (event_def, path)
7463     VALUES
7464     (9, 'pickup_lib'),
7465     (9, 'usr'),
7466     (9, 'current_copy.call_number');
7467
7468 INSERT INTO action_trigger.event_params (event_def, param, value)
7469     VALUES (9, 'check_email_notify', 1);
7470
7471 -- trigger data related to acq user requests
7472
7473 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
7474         'aur.ordered',
7475         'aur', 
7476         oils_i18n_gettext(
7477             'aur.ordered',
7478             'A patron acquisition request has been marked On-Order.',
7479             'ath',
7480             'description'
7481         ), 
7482         TRUE
7483     ), (
7484         'aur.received', 
7485         'aur', 
7486         oils_i18n_gettext(
7487             'aur.received', 
7488             'A patron acquisition request has been marked Received.',
7489             'ath',
7490             'description'
7491         ),
7492         TRUE
7493     ), (
7494         'aur.cancelled',
7495         'aur',
7496         oils_i18n_gettext(
7497             'aur.cancelled',
7498             'A patron acquisition request has been marked Cancelled.',
7499             'ath',
7500             'description'
7501         ),
7502         TRUE
7503     ), (
7504         'aur.created',
7505         'aur',
7506         oils_i18n_gettext(
7507             'aur.created',
7508             'A patron has made an acquisitions request.',
7509             'ath',
7510             'description'
7511         ),
7512         TRUE
7513     ), (
7514         'aur.rejected',
7515         'aur',
7516         oils_i18n_gettext(
7517             'aur.rejected',
7518             'A patron acquisition request has been rejected.',
7519             'ath',
7520             'description'
7521         ),
7522         TRUE
7523     )
7524 ;
7525
7526 INSERT INTO action_trigger.validator (module,description) VALUES (
7527         'Acq::UserRequestOrdered',
7528         oils_i18n_gettext(
7529             'Acq::UserRequestOrdered',
7530             'Tests to see if the corresponding Line Item has a state of "on-order".',
7531             'atval',
7532             'description'
7533         )
7534     ), (
7535         'Acq::UserRequestReceived',
7536         oils_i18n_gettext(
7537             'Acq::UserRequestReceived',
7538             'Tests to see if the corresponding Line Item has a state of "received".',
7539             'atval',
7540             'description'
7541         )
7542     ), (
7543         'Acq::UserRequestCancelled',
7544         oils_i18n_gettext(
7545             'Acq::UserRequestCancelled',
7546             'Tests to see if the corresponding Line Item has a state of "cancelled".',
7547             'atval',
7548             'description'
7549         )
7550     )
7551 ;
7552
7553 INSERT INTO action_trigger.event_definition (
7554         id,
7555         active,
7556         owner,
7557         name,
7558         hook,
7559         validator,
7560         reactor,
7561         template
7562     ) VALUES (
7563         15,
7564         FALSE,
7565         1,
7566         'Email Notice: Patron Acquisition Request marked On-Order.',
7567         'aur.ordered',
7568         'Acq::UserRequestOrdered',
7569         'SendEmail',
7570 $$
7571 [%- USE date -%]
7572 [%- SET li = target.lineitem; -%]
7573 [%- SET user = target.usr -%]
7574 [%- SET title = helpers.get_li_attr("title", "", li.attributes) -%]
7575 [%- SET author = helpers.get_li_attr("author", "", li.attributes) -%]
7576 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) -%]
7577 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) -%]
7578 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
7579 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
7580
7581 To: [%- params.recipient_email || user.email %]
7582 From: [%- params.sender_email || default_sender %]
7583 Subject: Acquisition Request Notification
7584
7585 Dear [% user.family_name %], [% user.first_given_name %]
7586 Our records indicate the following acquisition request has been placed on order.
7587
7588 Title: [% title %]
7589 [% IF author %]Author: [% author %][% END %]
7590 [% IF edition %]Edition: [% edition %][% END %]
7591 [% IF isbn %]ISBN: [% isbn %][% END %]
7592 [% IF publisher %]Publisher: [% publisher %][% END %]
7593 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7594 Lineitem ID: [% li.id %]
7595 $$
7596     ), (
7597         16,
7598         FALSE,
7599         1,
7600         'Email Notice: Patron Acquisition Request marked Received.',
7601         'aur.received',
7602         'Acq::UserRequestReceived',
7603         'SendEmail',
7604 $$
7605 [%- USE date -%]
7606 [%- SET li = target.lineitem; -%]
7607 [%- SET user = target.usr -%]
7608 [%- SET title = helpers.get_li_attr("title", "", li.attributes) %]
7609 [%- SET author = helpers.get_li_attr("author", "", li.attributes) %]
7610 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) %]
7611 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) %]
7612 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
7613 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
7614
7615 To: [%- params.recipient_email || user.email %]
7616 From: [%- params.sender_email || default_sender %]
7617 Subject: Acquisition Request Notification
7618
7619 Dear [% user.family_name %], [% user.first_given_name %]
7620 Our records indicate the materials for the following acquisition request have been received.
7621
7622 Title: [% title %]
7623 [% IF author %]Author: [% author %][% END %]
7624 [% IF edition %]Edition: [% edition %][% END %]
7625 [% IF isbn %]ISBN: [% isbn %][% END %]
7626 [% IF publisher %]Publisher: [% publisher %][% END %]
7627 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7628 Lineitem ID: [% li.id %]
7629 $$
7630     ), (
7631         17,
7632         FALSE,
7633         1,
7634         'Email Notice: Patron Acquisition Request marked Cancelled.',
7635         'aur.cancelled',
7636         'Acq::UserRequestCancelled',
7637         'SendEmail',
7638 $$
7639 [%- USE date -%]
7640 [%- SET li = target.lineitem; -%]
7641 [%- SET user = target.usr -%]
7642 [%- SET title = helpers.get_li_attr("title", "", li.attributes) %]
7643 [%- SET author = helpers.get_li_attr("author", "", li.attributes) %]
7644 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) %]
7645 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) %]
7646 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
7647 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
7648
7649 To: [%- params.recipient_email || user.email %]
7650 From: [%- params.sender_email || default_sender %]
7651 Subject: Acquisition Request Notification
7652
7653 Dear [% user.family_name %], [% user.first_given_name %]
7654 Our records indicate the following acquisition request has been cancelled.
7655
7656 Title: [% title %]
7657 [% IF author %]Author: [% author %][% END %]
7658 [% IF edition %]Edition: [% edition %][% END %]
7659 [% IF isbn %]ISBN: [% isbn %][% END %]
7660 [% IF publisher %]Publisher: [% publisher %][% END %]
7661 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7662 Lineitem ID: [% li.id %]
7663 $$
7664     ), (
7665         18,
7666         FALSE,
7667         1,
7668         'Email Notice: Acquisition Request created.',
7669         'aur.created',
7670         'NOOP_True',
7671         'SendEmail',
7672 $$
7673 [%- USE date -%]
7674 [%- SET user = target.usr -%]
7675 [%- SET title = target.title -%]
7676 [%- SET author = target.author -%]
7677 [%- SET isxn = target.isxn -%]
7678 [%- SET publisher = target.publisher -%]
7679 [%- SET pubdate = target.pubdate -%]
7680
7681 To: [%- params.recipient_email || user.email %]
7682 From: [%- params.sender_email || default_sender %]
7683 Subject: Acquisition Request Notification
7684
7685 Dear [% user.family_name %], [% user.first_given_name %]
7686 Our records indicate that you have made the following acquisition request:
7687
7688 Title: [% title %]
7689 [% IF author %]Author: [% author %][% END %]
7690 [% IF edition %]Edition: [% edition %][% END %]
7691 [% IF isbn %]ISXN: [% isxn %][% END %]
7692 [% IF publisher %]Publisher: [% publisher %][% END %]
7693 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7694 $$
7695     ), (
7696         19,
7697         FALSE,
7698         1,
7699         'Email Notice: Acquisition Request Rejected.',
7700         'aur.rejected',
7701         'NOOP_True',
7702         'SendEmail',
7703 $$
7704 [%- USE date -%]
7705 [%- SET user = target.usr -%]
7706 [%- SET title = target.title -%]
7707 [%- SET author = target.author -%]
7708 [%- SET isxn = target.isxn -%]
7709 [%- SET publisher = target.publisher -%]
7710 [%- SET pubdate = target.pubdate -%]
7711 [%- SET cancel_reason = target.cancel_reason.description -%]
7712
7713 To: [%- params.recipient_email || user.email %]
7714 From: [%- params.sender_email || default_sender %]
7715 Subject: Acquisition Request Notification
7716
7717 Dear [% user.family_name %], [% user.first_given_name %]
7718 Our records indicate the following acquisition request has been rejected for this reason: [% cancel_reason %]
7719
7720 Title: [% title %]
7721 [% IF author %]Author: [% author %][% END %]
7722 [% IF edition %]Edition: [% edition %][% END %]
7723 [% IF isbn %]ISBN: [% isbn %][% END %]
7724 [% IF publisher %]Publisher: [% publisher %][% END %]
7725 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7726 $$
7727     )
7728 ;
7729
7730 INSERT INTO action_trigger.environment (
7731         event_def,
7732         path
7733     ) VALUES 
7734         ( 15, 'lineitem' ),
7735         ( 15, 'lineitem.attributes' ),
7736         ( 15, 'usr' ),
7737
7738         ( 16, 'lineitem' ),
7739         ( 16, 'lineitem.attributes' ),
7740         ( 16, 'usr' ),
7741
7742         ( 17, 'lineitem' ),
7743         ( 17, 'lineitem.attributes' ),
7744         ( 17, 'usr' ),
7745
7746         ( 18, 'usr' ),
7747         ( 19, 'usr' ),
7748         ( 19, 'cancel_reason' )
7749     ;
7750
7751 INSERT INTO action_trigger.hook (key,core_type,description) VALUES ('password.reset_request','aupr','Patron has requested a self-serve password reset');
7752 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, template) 
7753     VALUES (20, 'f', 1, 'Password reset request notification', 'password.reset_request', 'NOOP_True', 'SendEmail', '00:00:01',
7754 $$
7755 [%- USE date -%]
7756 [%- user = target.usr -%]
7757 To: [%- params.recipient_email || user.email %]
7758 From: [%- params.sender_email || user.home_ou.email || default_sender %]
7759 Subject: [% user.home_ou.name %]: library account password reset request
7760
7761 You have received this message because you, or somebody else, requested a reset
7762 of your library system password. If you did not request a reset of your library
7763 system password, just ignore this message and your current password will
7764 continue to work.
7765
7766 If you did request a reset of your library system password, please perform
7767 the following steps to continue the process of resetting your password:
7768
7769 1. Open the following link in a web browser: https://[% params.hostname %]/eg/opac/password_reset/[% target.uuid %]
7770 The browser displays a password reset form.
7771
7772 2. Enter your new password in the password reset form in the browser. You must
7773 enter the password twice to ensure that you do not make a mistake. If the
7774 passwords match, you will then be able to log in to your library system account
7775 with the new password.
7776
7777 $$);
7778 INSERT INTO action_trigger.environment ( event_def, path) VALUES
7779     ( 20, 'usr' );
7780 INSERT INTO action_trigger.environment ( event_def, path) VALUES
7781     ( 20, 'usr.home_ou' );
7782
7783
7784 INSERT INTO action_trigger.hook (key, core_type, description, passive)
7785     VALUES (
7786         'format.acqcle.html',
7787         'acqcle',
7788         'Formats claim events into a voucher',
7789         TRUE
7790     );
7791
7792 INSERT INTO action_trigger.event_definition (
7793         id, active, owner, name, hook, group_field,
7794         validator, reactor, granularity, template
7795     ) VALUES (
7796         21,
7797         TRUE,
7798         1,
7799         'Claim Voucher',
7800         'format.acqcle.html',
7801         'claim',
7802         'NOOP_True',
7803         'ProcessTemplate',
7804         'print-on-demand',
7805 $$
7806 [%- USE date -%]
7807 [%- SET claim = target.0.claim -%]
7808 <!-- This will need refined/prettified. -->
7809 <div class="acq-claim-voucher">
7810     <h2>Claim: [% claim.id %] ([% claim.type.code %])</h2>
7811     <h3>Against: [%- helpers.get_li_attr("title", "", claim.lineitem_detail.lineitem.attributes) -%]</h3>
7812     <ul>
7813         [% FOR event IN target %]
7814         <li>
7815             Event type: [% event.type.code %]
7816             [% IF event.type.library_initiated %](Library initiated)[% END %]
7817             <br />
7818             Event date: [% event.event_date %]<br />
7819             Order date: [% event.claim.lineitem_detail.lineitem.purchase_order.order_date %]<br />
7820             Expected receive date: [% event.claim.lineitem_detail.lineitem.expected_recv_time %]<br />
7821             Initiated by: [% event.creator.family_name %], [% event.creator.first_given_name %] [% event.creator.second_given_name %]<br />
7822             Barcode: [% event.claim.lineitem_detail.barcode %]; Fund:
7823             [% event.claim.lineitem_detail.fund.code %]
7824             ([% event.claim.lineitem_detail.fund.year %])
7825         </li>
7826         [% END %]
7827     </ul>
7828 </div>
7829 $$
7830 );
7831
7832 INSERT INTO action_trigger.environment (event_def, path) VALUES
7833     (21, 'claim'),
7834     (21, 'claim.type'),
7835     (21, 'claim.lineitem_detail'),
7836     (21, 'claim.lineitem_detail.fund'),
7837     (21, 'claim.lineitem_detail.lineitem.attributes'),
7838     (21, 'claim.lineitem_detail.lineitem.purchase_order'),
7839     (21, 'creator'),
7840     (21, 'type')
7841 ;
7842
7843
7844 INSERT INTO action_trigger.hook (key, core_type, description, passive)
7845     VALUES (
7846         'format.acqinv.html',
7847         'acqinv',
7848         'Formats invoices into a voucher',
7849         TRUE
7850     );
7851
7852 INSERT INTO action_trigger.event_definition (
7853         id, active, owner, name, hook,
7854         validator, reactor, granularity, template
7855     ) VALUES (
7856         22,
7857         TRUE,
7858         1,
7859         'Invoice',
7860         'format.acqinv.html',
7861         'NOOP_True',
7862         'ProcessTemplate',
7863         'print-on-demand',
7864 $$
7865 [% FILTER collapse %]
7866 [%- SET invoice = target -%]
7867 <!-- This lacks general refinement -->
7868 <div class="acq-invoice-voucher">
7869     <h1>Invoice</h1>
7870     <div>
7871         <strong>No.</strong> [% invoice.inv_ident %]
7872         [% IF invoice.inv_type %]
7873             / <strong>Type:</strong>[% invoice.inv_type %]
7874         [% END %]
7875     </div>
7876     <div>
7877         <dl>
7878             [% BLOCK ent_with_address %]
7879             <dt>[% ent_label %]: [% ent.name %] ([% ent.code %])</dt>
7880             <dd>
7881                 [% IF ent.addresses.0 %]
7882                     [% SET addr = ent.addresses.0 %]
7883                     [% addr.street1 %]<br />
7884                     [% IF addr.street2 %][% addr.street2 %]<br />[% END %]
7885                     [% addr.city %],
7886                     [% IF addr.county %] [% addr.county %], [% END %]
7887                     [% IF addr.state %] [% addr.state %] [% END %]
7888                     [% IF addr.post_code %][% addr.post_code %][% END %]<br />
7889                     [% IF addr.country %] [% addr.country %] [% END %]
7890                 [% END %]
7891                 <p>
7892                     [% IF ent.phone %] Phone: [% ent.phone %]<br />[% END %]
7893                     [% IF ent.fax_phone %] Fax: [% ent.fax_phone %]<br />[% END %]
7894                     [% IF ent.url %] URL: [% ent.url %]<br />[% END %]
7895                     [% IF ent.email %] E-mail: [% ent.email %] [% END %]
7896                 </p>
7897             </dd>
7898             [% END %]
7899             [% INCLUDE ent_with_address
7900                 ent = invoice.provider
7901                 ent_label = "Provider" %]
7902             [% INCLUDE ent_with_address
7903                 ent = invoice.shipper
7904                 ent_label = "Shipper" %]
7905             <dt>Receiver</dt>
7906             <dd>
7907                 [% invoice.receiver.name %] ([% invoice.receiver.shortname %])
7908             </dd>
7909             <dt>Received</dt>
7910             <dd>
7911                 [% helpers.format_date(invoice.recv_date) %] by
7912                 [% invoice.recv_method %]
7913             </dd>
7914             [% IF invoice.note %]
7915                 <dt>Note</dt>
7916                 <dd>
7917                     [% invoice.note %]
7918                 </dd>
7919             [% END %]
7920         </dl>
7921     </div>
7922     <ul>
7923         [% FOR entry IN invoice.entries %]
7924             <li>
7925                 [% IF entry.lineitem %]
7926                     Title: [% helpers.get_li_attr(
7927                         "title", "", entry.lineitem.attributes
7928                     ) %]<br />
7929                     Author: [% helpers.get_li_attr(
7930                         "author", "", entry.lineitem.attributes
7931                     ) %]
7932                 [% END %]
7933                 [% IF entry.purchase_order %]
7934                     (PO: [% entry.purchase_order.name %])
7935                 [% END %]<br />
7936                 Invoice item count: [% entry.inv_item_count %]
7937                 [% IF entry.phys_item_count %]
7938                     / Physical item count: [% entry.phys_item_count %]
7939                 [% END %]
7940                 <br />
7941                 [% IF entry.cost_billed %]
7942                     Cost billed: [% entry.cost_billed %]
7943                     [% IF entry.billed_per_item %](per item)[% END %]
7944                     <br />
7945                 [% END %]
7946                 [% IF entry.actual_cost %]
7947                     Actual cost: [% entry.actual_cost %]<br />
7948                 [% END %]
7949                 [% IF entry.amount_paid %]
7950                     Amount paid: [% entry.amount_paid %]<br />
7951                 [% END %]
7952                 [% IF entry.note %]Note: [% entry.note %][% END %]
7953             </li>
7954         [% END %]
7955         [% FOR item IN invoice.items %]
7956             <li>
7957                 [% IF item.inv_item_type %]
7958                     Item Type: [% item.inv_item_type %]<br />
7959                 [% END %]
7960                 [% IF item.title %]Title/Description:
7961                     [% item.title %]<br />
7962                 [% END %]
7963                 [% IF item.author %]Author: [% item.author %]<br />[% END %]
7964                 [% IF item.purchase_order %]PO: [% item.purchase_order %]<br />[% END %]
7965                 [% IF item.note %]Note: [% item.note %]<br />[% END %]
7966                 [% IF item.cost_billed %]
7967                     Cost billed: [% item.cost_billed %]<br />
7968                 [% END %]
7969                 [% IF item.actual_cost %]
7970                     Actual cost: [% item.actual_cost %]<br />
7971                 [% END %]
7972                 [% IF item.amount_paid %]
7973                     Amount paid: [% item.amount_paid %]<br />
7974                 [% END %]
7975             </li>
7976         [% END %]
7977     </ul>
7978     <div>
7979         Amounts spent per fund:
7980         <table>
7981         [% FOR blob IN user_data %]
7982             <tr>
7983                 <th style="text-align: left;">[% blob.fund.code %] ([% blob.fund.year %]):</th>
7984                 <td>$[% blob.total %]</td>
7985             </tr>
7986         [% END %]
7987         </table>
7988     </div>
7989 </div>
7990 [% END %]$$
7991 );
7992
7993
7994 INSERT INTO action_trigger.environment (event_def, path) VALUES
7995     (22, 'provider'),
7996     (22, 'provider.addresses'),
7997     (22, 'shipper'),
7998     (22, 'shipper.addresses'),
7999     (22, 'receiver'),
8000     (22, 'entries'),
8001     (22, 'entries.purchase_order'),
8002     (22, 'entries.lineitem'),
8003     (22, 'entries.lineitem.attributes'),
8004     (22, 'items')
8005 ;
8006
8007 SELECT SETVAL('action_trigger.event_definition_id_seq'::TEXT, 100);
8008
8009 -- Hold cancel action/trigger hooks
8010
8011 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8012     'hold_request.cancel.expire_no_target',
8013     'ahr',
8014     'A hold is cancelled because no copies were found'
8015 );
8016
8017 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8018     'hold_request.cancel.expire_holds_shelf',
8019     'ahr',
8020     'A hold is cancelled because it was on the holds shelf too long'
8021 );
8022
8023 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8024     'hold_request.cancel.staff',
8025     'ahr',
8026     'A hold is cancelled because it was cancelled by staff'
8027 );
8028
8029 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8030     'hold_request.cancel.patron',
8031     'ahr',
8032     'A hold is cancelled by the patron'
8033 );
8034
8035
8036 -- in-db indexing normalizers
8037 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8038         'NACO Normalize',
8039         'Apply NACO normalization rules to the extracted text.  See http://www.loc.gov/catdir/pcc/naco/normrule-2.html for details.',
8040         'naco_normalize',
8041         0
8042 );
8043
8044 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8045         'Normalize date range',
8046         'Split date ranges in the form of "XXXX-YYYY" into "XXXX YYYY" for proper index.',
8047         'split_date_range',
8048         0
8049 );
8050
8051 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8052         'NACO Normalize -- retain first comma',
8053         '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.',
8054         'naco_normalize_keep_comma',
8055         0
8056 );
8057
8058 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8059         'Strip Diacritics',
8060         'Convert text to NFD form and remove non-spacing combining marks.',
8061         'remove_diacritics',
8062         0
8063 );
8064
8065 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8066         'Remove Parenthesized Substring',
8067         'Remove any parenthesized substrings from the extracted text, such as the agency code preceding authority record control numbers in subfield 0.',
8068         'remove_paren_substring',
8069         0
8070 );
8071
8072 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8073         'Up-case',
8074         'Convert text upper case.',
8075         'uppercase',
8076         0
8077 );
8078
8079 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8080         'Down-case',
8081         'Convert text lower case.',
8082         'lowercase',
8083         0
8084 );
8085
8086 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8087         'Extract Dewey-like number',
8088         'Extract a string of numeric characters that resembles a DDC number.',
8089         'call_number_dewey',
8090         0
8091 );
8092
8093 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8094         'Left truncation',
8095         'Discard the specified number of characters from the left side of the string.',
8096         'left_trunc',
8097         1
8098 );
8099
8100 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8101         'Right truncation',
8102         'Include only the specified number of characters from the left side of the string.',
8103         'right_trunc',
8104         1
8105 );
8106
8107 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8108         'First word',
8109         'Include only the first space-separated word of a string.',
8110         'first_word',
8111         0
8112 );
8113
8114 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8115         'ISBN 10/13 conversion',
8116         'Translate ISBN10 to ISBN13 and vice versa.',
8117         'translate_isbn1013',
8118         0
8119 );
8120
8121 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8122         'Replace',
8123         'Replace all occurences of first parameter in the string with the second parameter.',
8124         'replace',
8125         2
8126 );
8127
8128 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8129         'Trim Surrounding Space',
8130         'Trim leading and trailing spaces from extracted text.',
8131         'btrim',
8132         0
8133 );
8134
8135 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8136     'Generic Mapping Normalizer', 
8137     'Map values or sets of values to new values',
8138     'generic_map_normalizer', 
8139     1
8140 );
8141
8142 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8143     'Coded Value Map Normalizer', 
8144     'Applies coded_value_map mapping of values',
8145     'coded_value_map_normalizer', 
8146     1
8147 );
8148
8149 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8150         'Search Normalize',
8151         'Apply search normalization rules to the extracted text. A less extreme version of NACO normalization.',
8152         'search_normalize',
8153         0
8154 );
8155
8156 -- make use of the index normalizers
8157
8158 INSERT INTO config.metabib_field_index_norm_map (field,norm)
8159     SELECT  m.id,
8160             i.id
8161       FROM  config.metabib_field m,
8162         config.index_normalizer i
8163       WHERE i.func IN ('search_normalize','split_date_range')
8164             AND m.id NOT IN (18, 19, 25);
8165
8166 INSERT INTO config.metabib_field_index_norm_map (field,norm,pos)
8167     SELECT  m.id,
8168             i.id,
8169             2
8170       FROM  config.metabib_field m,
8171             config.index_normalizer i
8172       WHERE i.func IN ('translate_isbn1013')
8173             AND m.id IN (18);
8174
8175 INSERT INTO config.metabib_field_index_norm_map (field,norm,params)
8176     SELECT  m.id,
8177             i.id,
8178             $$["-",""]$$
8179       FROM  config.metabib_field m,
8180             config.index_normalizer i
8181       WHERE i.func IN ('replace')
8182             AND m.id IN (19);
8183
8184 INSERT INTO config.metabib_field_index_norm_map (field,norm,params, pos)
8185      SELECT  m.id,
8186              i.id,
8187              $$["]",""]$$,
8188              '-1'
8189        FROM  config.metabib_field m,
8190              config.index_normalizer i
8191        WHERE i.func IN ('replace')
8192              AND m.id IN (1);
8193              
8194 INSERT INTO config.metabib_field_index_norm_map (field,norm,params, pos)
8195      SELECT  m.id,
8196              i.id,
8197              $$["[",""]$$,
8198              '-1'
8199        FROM  config.metabib_field m,
8200              config.index_normalizer i
8201        WHERE i.func IN ('replace')
8202              AND m.id IN (1);
8203
8204 INSERT INTO config.metabib_field_index_norm_map (field,norm,pos)
8205     SELECT  m.id,
8206             i.id,
8207             -1
8208       FROM  config.metabib_field m,
8209             config.index_normalizer i
8210       WHERE i.func = 'remove_paren_substring'
8211             AND m.id IN (28);
8212
8213 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8214     SELECT  m.name, i.id, 0
8215       FROM  config.record_attr_definition m,
8216             config.index_normalizer i
8217       WHERE i.func IN ('content_or_null')
8218             AND m.name IN ('titlesort', 'authorsort');
8219
8220 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8221     SELECT  m.name, i.id, 0
8222       FROM  config.record_attr_definition m,
8223             config.index_normalizer i
8224       WHERE i.func IN ('integer_or_null')
8225             AND m.name IN ('date1', 'date2', 'pubdate');
8226
8227 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8228     SELECT  m.name, i.id, 0
8229       FROM  config.record_attr_definition m,
8230             config.index_normalizer i
8231       WHERE i.func IN ('approximate_low_date')
8232             AND m.name IN ('date1', 'pubdate');
8233
8234 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8235     SELECT  m.name, i.id, 0
8236       FROM  config.record_attr_definition m,
8237             config.index_normalizer i
8238       WHERE i.func IN ('approximate_high_date')
8239             AND m.name IN ('date2');
8240
8241 -- Sample Pre-due Notice --
8242
8243 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, max_delay, template) 
8244     VALUES (6, 'f', 1, '3 Day Courtesy Notice', 'checkout.due', 'CircIsOpen', 'SendEmail', '-3 days', 'due_date', 'usr', '-2 days',
8245 $$
8246 [%- USE date -%]
8247 [%- user = target.0.usr -%]
8248 To: [%- params.recipient_email || user.email %]
8249 From: [%- params.sender_email || default_sender %]
8250 Subject: Courtesy Notice
8251
8252 Dear [% user.family_name %], [% user.first_given_name %]
8253 As a reminder, the following items are due in 3 days.
8254
8255 [% FOR circ IN target %]
8256     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
8257     Title: [% copy_details.title %]
8258     Author: [% copy_details.author %]
8259     Barcode: [% circ.target_copy.barcode %] 
8260     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
8261     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
8262     Library: [% circ.circ_lib.name %]
8263     Library Phone: [% circ.circ_lib.phone %]
8264
8265 [% END %]
8266
8267 $$);
8268
8269 INSERT INTO action_trigger.environment (event_def, path) VALUES 
8270     (6, 'target_copy.call_number'),
8271     (6, 'usr'),
8272     (6, 'circ_lib.billing_address');
8273
8274 -- Additional A/T Reactors
8275
8276 INSERT INTO action_trigger.reactor (module,description) VALUES
8277 (   'ApplyPatronPenalty',
8278     oils_i18n_gettext(
8279         'ApplyPatronPenalty',
8280         '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.',
8281         'atreact',
8282         'description'
8283     )
8284 );
8285
8286 INSERT INTO action_trigger.reactor (module,description) VALUES
8287 (   'SendFile',
8288     oils_i18n_gettext(
8289         'SendFile',
8290         '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.',
8291         'atreact',
8292         'description'
8293     )
8294 );
8295
8296 -- self-check checkout receipt
8297
8298 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8299     VALUES (
8300         'format.selfcheck.checkout',
8301         'circ',
8302         'Formats circ objects for self-checkout receipt',
8303         TRUE
8304     );
8305
8306 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8307     VALUES (
8308         10,
8309         TRUE,
8310         1,
8311         'Self-Checkout Receipt',
8312         'format.selfcheck.checkout',
8313         'NOOP_True',
8314         'ProcessTemplate',
8315         'usr',
8316         'print-on-demand',
8317 $$
8318 [%- USE date -%]
8319 [%- SET user = target.0.usr -%]
8320 [%- SET lib = target.0.circ_lib -%]
8321 [%- SET lib_addr = target.0.circ_lib.billing_address -%]
8322 [%- SET hours = lib.hours_of_operation -%]
8323 <div>
8324     <style> li { padding: 8px; margin 5px; }</style>
8325     <div>[% date.format %]</div>
8326     <div>[% lib.name %]</div>
8327     <div>[% lib_addr.street1 %] [% lib_addr.street2 %]</div>
8328     <div>[% lib_addr.city %], [% lib_addr.state %] [% lb_addr.post_code %]</div>
8329     <div>[% lib.phone %]</div>
8330     <br/>
8331
8332     [% user.family_name %], [% user.first_given_name %]
8333     <ol>
8334     [% FOR circ IN target %]
8335         [%-
8336             SET idx = loop.count - 1;
8337             SET udata =  user_data.$idx
8338         -%]
8339         <li>
8340             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
8341             <div>Barcode: [% circ.target_copy.barcode %]</div>
8342             [% IF user_data.renewal_failure %]
8343                 <div style='color:red;'>Renewal Failed</div>
8344             [% ELSE %]
8345                 <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
8346             [% END %]
8347         </li>
8348     [% END %]
8349     </ol>
8350     
8351     <div>
8352         Library Hours
8353         [%- BLOCK format_time; date.format(time _ ' 1/1/1000', format='%I:%M %p'); END -%]
8354         <div>
8355             Monday 
8356             [% PROCESS format_time time = hours.dow_0_open %] 
8357             [% PROCESS format_time time = hours.dow_0_close %] 
8358         </div>
8359         <div>
8360             Tuesday 
8361             [% PROCESS format_time time = hours.dow_1_open %] 
8362             [% PROCESS format_time time = hours.dow_1_close %] 
8363         </div>
8364         <div>
8365             Wednesday 
8366             [% PROCESS format_time time = hours.dow_2_open %] 
8367             [% PROCESS format_time time = hours.dow_2_close %] 
8368         </div>
8369         <div>
8370             Thursday
8371             [% PROCESS format_time time = hours.dow_3_open %] 
8372             [% PROCESS format_time time = hours.dow_3_close %] 
8373         </div>
8374         <div>
8375             Friday
8376             [% PROCESS format_time time = hours.dow_4_open %] 
8377             [% PROCESS format_time time = hours.dow_4_close %] 
8378         </div>
8379         <div>
8380             Saturday
8381             [% PROCESS format_time time = hours.dow_5_open %] 
8382             [% PROCESS format_time time = hours.dow_5_close %] 
8383         </div>
8384         <div>
8385             Sunday 
8386             [% PROCESS format_time time = hours.dow_6_open %] 
8387             [% PROCESS format_time time = hours.dow_6_close %] 
8388         </div>
8389     </div>
8390 </div>
8391 $$
8392 );
8393
8394
8395 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8396     ( 10, 'target_copy'),
8397     ( 10, 'circ_lib.billing_address'),
8398     ( 10, 'circ_lib.hours_of_operation'),
8399     ( 10, 'usr');
8400
8401
8402 -- items out selfcheck receipt
8403
8404 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8405     VALUES (
8406         'format.selfcheck.items_out',
8407         'circ',
8408         'Formats items out for self-checkout receipt',
8409         TRUE
8410     );
8411
8412 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8413     VALUES (
8414         11,
8415         TRUE,
8416         1,
8417         'Self-Checkout Items Out Receipt',
8418         'format.selfcheck.items_out',
8419         'NOOP_True',
8420         'ProcessTemplate',
8421         'usr',
8422         'print-on-demand',
8423 $$
8424 [%- USE date -%]
8425 [%- SET user = target.0.usr -%]
8426 <div>
8427     <style> li { padding: 8px; margin 5px; }</style>
8428     <div>[% date.format %]</div>
8429     <br/>
8430
8431     [% user.family_name %], [% user.first_given_name %]
8432     <ol>
8433     [% FOR circ IN target %]
8434         <li>
8435             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
8436             <div>Barcode: [% circ.target_copy.barcode %]</div>
8437             <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
8438         </li>
8439     [% END %]
8440     </ol>
8441 </div>
8442 $$
8443 );
8444
8445
8446 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8447     ( 11, 'target_copy'),
8448     ( 11, 'circ_lib.billing_address'),
8449     ( 11, 'circ_lib.hours_of_operation'),
8450     ( 11, 'usr');
8451
8452 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8453     VALUES (
8454         'format.selfcheck.holds',
8455         'ahr',
8456         'Formats holds for self-checkout receipt',
8457         TRUE
8458     );
8459
8460 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8461     VALUES (
8462         12,
8463         TRUE,
8464         1,
8465         'Self-Checkout Holds Receipt',
8466         'format.selfcheck.holds',
8467         'NOOP_True',
8468         'ProcessTemplate',
8469         'usr',
8470         'print-on-demand',
8471 $$
8472 [%- USE date -%]
8473 [%- SET user = target.0.usr -%]
8474 <div>
8475     <style> li { padding: 8px; margin 5px; }</style>
8476     <div>[% date.format %]</div>
8477     <br/>
8478
8479     [% user.family_name %], [% user.first_given_name %]
8480     <ol>
8481     [% FOR hold IN target %]
8482         [%-
8483             SET idx = loop.count - 1;
8484             SET udata =  user_data.$idx
8485         -%]
8486         <li>
8487             <div>Title: [% hold.bib_rec.bib_record.simple_record.title %]</div>
8488             <div>Author: [% hold.bib_rec.bib_record.simple_record.author %]</div>
8489             <div>Pickup Location: [% hold.pickup_lib.name %]</div>
8490             <div>Status: 
8491                 [%- IF udata.ready -%]
8492                     Ready for pickup
8493                 [% ELSE %]
8494                     #[% udata.queue_position %] of [% udata.potential_copies %] copies.
8495                 [% END %]
8496             </div>
8497         </li>
8498     [% END %]
8499     </ol>
8500 </div>
8501 $$
8502 );
8503
8504
8505 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8506     ( 12, 'bib_rec.bib_record.simple_record'),
8507     ( 12, 'pickup_lib'),
8508     ( 12, 'usr');
8509
8510 -- fines receipt
8511
8512 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8513     VALUES (
8514         'format.selfcheck.fines',
8515         'au',
8516         'Formats fines for self-checkout receipt',
8517         TRUE
8518     );
8519
8520 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, granularity, template )
8521     VALUES (
8522         13,
8523         TRUE,
8524         1,
8525         'Self-Checkout Fines Receipt',
8526         'format.selfcheck.fines',
8527         'NOOP_True',
8528         'ProcessTemplate',
8529         'print-on-demand',
8530 $$
8531 [%- USE date -%]
8532 [%- SET user = target -%]
8533 <div>
8534     <style> li { padding: 8px; margin 5px; }</style>
8535     <div>[% date.format %]</div>
8536     <br/>
8537
8538     [% user.family_name %], [% user.first_given_name %]
8539     <ol>
8540     [% FOR xact IN user.open_billable_transactions_summary %]
8541         <li>
8542             <div>Details: 
8543                 [% IF xact.xact_type == 'circulation' %]
8544                     [%- helpers.get_copy_bib_basics(xact.circulation.target_copy).title -%]
8545                 [% ELSE %]
8546                     [%- xact.last_billing_type -%]
8547                 [% END %]
8548             </div>
8549             <div>Total Billed: [% xact.total_owed %]</div>
8550             <div>Total Paid: [% xact.total_paid %]</div>
8551             <div>Balance Owed : [% xact.balance_owed %]</div>
8552         </li>
8553     [% END %]
8554     </ol>
8555 </div>
8556 $$
8557 );
8558
8559 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8560     VALUES (
8561         'format.acqli.html',
8562         'jub',
8563         'Formats lineitem worksheet for titles received',
8564         TRUE
8565     );
8566
8567 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, granularity, template)
8568     VALUES (
8569         14,
8570         TRUE,
8571         1,
8572         'Lineitem Worksheet',
8573         'format.acqli.html',
8574         'NOOP_True',
8575         'ProcessTemplate',
8576         'print-on-demand',
8577 $$
8578 [%- USE date -%]
8579 [%- SET li = target; -%]
8580 <div class="wrapper">
8581     <div class="summary" style='font-size:110%; font-weight:bold;'>
8582
8583         <div>Title: [% helpers.get_li_attr("title", "", li.attributes) %]</div>
8584         <div>Author: [% helpers.get_li_attr("author", "", li.attributes) %]</div>
8585         <div class="count">Item Count: [% li.lineitem_details.size %]</div>
8586         <div class="lineid">Lineitem ID: [% li.id %]</div>
8587         <div>Open Holds: [% helpers.bre_open_hold_count(li.eg_bib_id) %]</div>
8588
8589         [% IF li.distribution_formulas.size > 0 %]
8590             [% SET forms = [] %]
8591             [% FOREACH form IN li.distribution_formulas; forms.push(form.formula.name); END %]
8592             <div>Distribution Formulas: [% forms.join(',') %]</div>
8593         [% END %]
8594
8595         [% IF li.lineitem_notes.size > 0 %]
8596             Lineitem Notes:
8597             <ul>
8598                 [%- FOR note IN li.lineitem_notes -%]
8599                     <li>
8600                     [% IF note.alert_text %]
8601                         [% note.alert_text.code -%] 
8602                         [% IF note.value -%]
8603                             : [% note.value %]
8604                         [% END %]
8605                     [% ELSE %]
8606                         [% note.value -%] 
8607                     [% END %]
8608                     </li>
8609                 [% END %]
8610             </ul>
8611         [% END %]
8612     </div>
8613     <br/>
8614     <table>
8615         <thead>
8616             <tr>
8617                 <th>Branch</th>
8618                 <th>Barcode</th>
8619                 <th>Call Number</th>
8620                 <th>Fund</th>
8621                 <th>Shelving Location</th>
8622                 <th>Recd.</th>
8623                 <th>Notes</th>
8624             </tr>
8625         </thead>
8626         <tbody>
8627         <!-- set detail.owning_lib from fm object to org name -->
8628         [% FOREACH detail IN li.lineitem_details %]
8629             [% detail.owning_lib = detail.owning_lib.shortname %]
8630         [% END %]
8631
8632         [% FOREACH detail IN li.lineitem_details.sort('owning_lib') %]
8633             [% 
8634                 IF detail.eg_copy_id;
8635                     SET copy = detail.eg_copy_id;
8636                     SET cn_label = copy.call_number.label;
8637                 ELSE; 
8638                     SET copy = detail; 
8639                     SET cn_label = detail.cn_label;
8640                 END 
8641             %]
8642             <tr>
8643                 <!-- acq.lineitem_detail.id = [%- detail.id -%] -->
8644                 <td style='padding:5px;'>[% detail.owning_lib %]</td>
8645                 <td style='padding:5px;'>[% IF copy.barcode   %]<span class="barcode"  >[% detail.barcode   %]</span>[% END %]</td>
8646                 <td style='padding:5px;'>[% IF cn_label %]<span class="cn_label" >[% cn_label  %]</span>[% END %]</td>
8647                 <td style='padding:5px;'>[% IF detail.fund %]<span class="fund">[% detail.fund.code %] ([% detail.fund.year %])</span>[% END %]</td>
8648                 <td style='padding:5px;'>[% copy.location.name %]</td>
8649                 <td style='padding:5px;'>[% IF detail.recv_time %]<span class="recv_time">[% detail.recv_time %]</span>[% END %]</td>
8650                 <td style='padding:5px;'>[% detail.note %]</td>
8651             </tr>
8652         [% END %]
8653         </tbody>
8654     </table>
8655 </div>
8656 $$
8657 );
8658
8659
8660 INSERT INTO action_trigger.environment (event_def, path) VALUES
8661     ( 14, 'attributes' ),
8662     ( 14, 'lineitem_notes' ),
8663     ( 14, 'lineitem_notes.alert_text' ),
8664     ( 14, 'distribution_formulas.formula' ),
8665     ( 14, 'lineitem_details' ),
8666     ( 14, 'lineitem_details.owning_lib' ),
8667     ( 14, 'lineitem_details.fund' ),
8668     ( 14, 'lineitem_details.location' ),
8669     ( 14, 'lineitem_details.eg_copy_id' ),
8670     ( 14, 'lineitem_details.eg_copy_id.call_number' ),
8671     ( 14, 'lineitem_details.eg_copy_id.location' )
8672 ;
8673
8674 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8675     ( 13, 'open_billable_transactions_summary.circulation' );
8676
8677
8678 INSERT INTO action_trigger.validator (module, description) 
8679     VALUES (
8680         'Acq::PurchaseOrderEDIRequired',
8681         oils_i18n_gettext(
8682             'Acq::PurchaseOrderEDIRequired',
8683             'Purchase order is delivered via EDI',
8684             'atval',
8685             'description'
8686         )
8687     );
8688
8689 INSERT INTO action_trigger.reactor (module, description)
8690     VALUES (
8691         'GeneratePurchaseOrderJEDI',
8692         oils_i18n_gettext(
8693             'GeneratePurchaseOrderJEDI',
8694             'Creates purchase order JEDI (JSON EDI) for subsequent EDI processing',
8695             'atreact',
8696             'description'
8697         )
8698     );
8699
8700
8701 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, cleanup_success, cleanup_failure, delay, delay_field, group_field, template) 
8702     VALUES (23, true, 1, 'PO JEDI', 'acqpo.activated', 'Acq::PurchaseOrderEDIRequired', 'GeneratePurchaseOrderJEDI', NULL, NULL, '00:00:00', NULL, NULL,
8703 $$
8704 [%- USE date -%]
8705 [%
8706     # extract some commonly used variables
8707
8708     VENDOR_SAN = target.provider.san;
8709     VENDCODE = target.provider.edi_default.vendcode;
8710     VENDACCT = target.provider.edi_default.vendacct;
8711     ORG_UNIT_SAN = target.ordering_agency.mailing_address.san;
8712
8713     # set the vendor / provider
8714
8715     VENDOR_BT      = 0; # Baker & Taylor
8716     VENDOR_INGRAM  = 0;
8717     VENDOR_BRODART = 0;
8718     VENDOR_MW_TAPE = 0; # Midwest Tape
8719     VENDOR_RB      = 0; # Recorded Books
8720     VENDOR_ULS     = 0; # ULS
8721
8722     IF    VENDOR_SAN == '1556150'; VENDOR_BT = 1;
8723     ELSIF VENDOR_SAN == '1697684'; VENDOR_BRODART = 1;
8724     ELSIF VENDOR_SAN == '1697978'; VENDOR_INGRAM = 1;
8725     ELSIF VENDOR_SAN == '2549913'; VENDOR_MW_TAPE = 1;
8726     ELSIF VENDOR_SAN == '1113984'; VENDOR_RB = 1;
8727     ELSIF VENDOR_SAN == '1699342'; VENDOR_ULS = 1;
8728     END;
8729
8730     # if true, pass the PO name as a secondary identifier
8731     # RFF+LI:<name>/li_id
8732     INC_PO_NAME = 0;
8733     IF VENDOR_INGRAM;
8734         INC_PO_NAME = 1;
8735     END;
8736
8737     # GIR configuration --------------------------------------
8738
8739     INC_COPIES = 1; # copies on/off switch
8740     INC_FUND = 0;
8741     INC_CALLNUMBER = 0;
8742     INC_ITEM_TYPE = 1;
8743     INC_LOCATION = 0;
8744     INC_COLLECTION_CODE = 1;
8745     INC_OWNING_LIB = 1;
8746     INC_QUANTITY = 1;
8747     INC_COPY_ID = 0;
8748
8749     IF VENDOR_BT;
8750         INC_CALLNUMBER = 1;
8751     END;
8752
8753     IF VENDOR_BRODART;
8754         INC_FUND = 1;
8755     END;
8756
8757     IF VENDOR_MW_TAPE;
8758         INC_FUND = 1;
8759         INC_COLLECTION_CODE = 0;
8760         INC_ITEM_TYPE = 0;
8761     END;
8762
8763     # END GIR configuration ---------------------------------
8764
8765 -%]
8766 [%- BLOCK big_block -%]
8767 {
8768    "recipient":"[% VENDOR_SAN %]",
8769    "sender":"[% ORG_UNIT_SAN %]",
8770    "body": [{
8771      "ORDERS":[ "order", {
8772
8773         "po_number":[% target.id %],
8774
8775         [% IF INC_PO_NAME %]
8776         "po_name":"[% target.name | replace('\/', ' ') | replace('"', '\"') %]",
8777         [% END %]
8778
8779         "date":"[% date.format(date.now, '%Y%m%d') %]",
8780
8781         "buyer":[
8782             [% IF VENDOR_BT %]
8783                 {"id-qualifier": 91, "id":"[% ORG_UNIT_SAN %] [% VENDCODE %]"}
8784             [% ELSE %]
8785                 {"id":"[% ORG_UNIT_SAN %]"},
8786                 {"id-qualifier": 91, "id":"[% VENDACCT %]"}
8787             [% END %]
8788         ],
8789
8790         "vendor":[
8791             "[% VENDOR_SAN %]",
8792             {"id-qualifier": 92, "id":"[% target.provider.id %]"}
8793         ],
8794
8795         "currency":"[% target.provider.currency_type %]",
8796                 
8797         "items":[
8798         [%- FOR li IN target.lineitems %]
8799         {
8800             "line_index":"[% li.id %]",
8801             "identifiers":[   
8802             [%- 
8803                 idval = '';
8804                 idqual = 'EN'; # default ISBN/UPC/EAN-13
8805                 ident_attr = helpers.get_li_order_ident(li.attributes);
8806                 IF ident_attr;
8807                     idname = ident_attr.attr_name;
8808                     idval = ident_attr.attr_value;
8809                     IF idname == 'isbn' AND idval.length != 13;
8810                         idqual = 'IB';
8811                     ELSIF idname == 'issn';
8812                         idqual = 'IS';
8813                     END;
8814                 ELSE;
8815                     idqual = 'IN';
8816                     idval = li.id;
8817                 END -%]
8818                 {"id-qualifier":"[% idqual %]","id":"[% idval %]"}
8819             ],
8820             "price":[% li.estimated_unit_price || '0.00' %],
8821             "desc":[
8822                 {"BTI":"[% helpers.get_li_attr_jedi('title',     '', li.attributes) %]"},
8823                 {"BPU":"[% helpers.get_li_attr_jedi('publisher', '', li.attributes) %]"},
8824                 {"BPD":"[% helpers.get_li_attr_jedi('pubdate',   '', li.attributes) %]"},
8825                 [% IF VENDOR_ULS -%]
8826                 {"BEN":"[% helpers.get_li_attr_jedi('edition',   '', li.attributes) %]"},
8827                 {"BAU":"[% helpers.get_li_attr_jedi('author',    '', li.attributes) %]"}
8828                 [%- ELSE -%]
8829                 {"BPH":"[% helpers.get_li_attr_jedi('pagination','', li.attributes) %]"}
8830                 [%- END %]
8831             ],
8832             [%- ftx_vals = []; 
8833                 FOR note IN li.lineitem_notes;
8834                     NEXT UNLESS note.vendor_public == 't'; 
8835                     ftx_vals.push(note.value); 
8836                 END; 
8837                 IF VENDOR_BRODART; # look for copy-level spec code
8838                     FOR lid IN li.lineitem_details;
8839                         IF lid.note;
8840                             spec_note = lid.note.match('spec code ([a-zA-Z0-9_])');
8841                             IF spec_note.0; ftx_vals.push(spec_note.0); END;
8842                         END;
8843                     END;
8844                 END; 
8845                 IF xtra_ftx;           ftx_vals.unshift(xtra_ftx); END; 
8846
8847                 # BT & ULS want FTX+LIN for every LI, even if empty
8848                 IF ((VENDOR_BT OR VENDOR_ULS) AND ftx_vals.size == 0);
8849                     ftx_vals.unshift('');
8850                 END;  
8851             -%]
8852
8853             "free-text":[ 
8854                 [% FOR note IN ftx_vals -%] "[% note %]"[% UNLESS loop.last %], [% END %][% END %] 
8855             ],            
8856
8857             "quantity":[% li.lineitem_details.size %]
8858
8859             [%- IF INC_COPIES -%]
8860             ,"copies" : [
8861                 [%- compressed_copies = [];
8862                     FOR lid IN li.lineitem_details;
8863                         fund = lid.fund.code;
8864                         item_type = lid.circ_modifier;
8865                         callnumber = lid.cn_label;
8866                         owning_lib = lid.owning_lib.shortname;
8867                         location = lid.location;
8868                         collection_code = lid.collection_code;
8869     
8870                         # when we have real copy data, treat it as authoritative for some fields
8871                         acp = lid.eg_copy_id;
8872                         IF acp;
8873                             item_type = acp.circ_modifier;
8874                             callnumber = acp.call_number.label;
8875                             location = acp.location.name;
8876                         END ;
8877
8878
8879                         # collapse like copies into groups w/ quantity
8880
8881                         found_match = 0;
8882                         IF !INC_COPY_ID; # INC_COPY_ID implies 1 copy per GIR
8883                             FOR copy IN compressed_copies;
8884                                 IF  (fund == copy.fund OR (!fund AND !copy.fund)) AND
8885                                     (item_type == copy.item_type OR (!item_type AND !copy.item_type)) AND
8886                                     (callnumber == copy.callnumber OR (!callnumber AND !copy.callnumber)) AND
8887                                     (owning_lib == copy.owning_lib OR (!owning_lib AND !copy.owning_lib)) AND
8888                                     (location == copy.location OR (!location AND !copy.location)) AND
8889                                     (collection_code == copy.collection_code OR (!collection_code AND !copy.collection_code));
8890
8891                                     copy.quantity = copy.quantity + 1;
8892                                     found_match = 1;
8893                                 END;
8894                             END;
8895                         END;
8896
8897                         IF !found_match;
8898                             compressed_copies.push({
8899                                 fund => fund,
8900                                 item_type => item_type,
8901                                 callnumber => callnumber,
8902                                 owning_lib => owning_lib,
8903                                 location => location,
8904                                 collection_code => collection_code,
8905                                 copy_id => lid.id, # for INC_COPY_ID
8906                                 quantity => 1
8907                             });
8908                         END;
8909                     END;
8910                     FOR copy IN compressed_copies;
8911
8912                     # If we assume owning_lib is required and set, 
8913                     # it is safe to prepend each following copy field w/ a ","
8914
8915                     # B&T EDI requires expected GIR fields to be 
8916                     # present regardless of whether a value exists.  
8917                     # some fields are required to have a value in ACQ, 
8918                     # though, so they are not forced into place below.
8919
8920                  %]{[%- IF INC_OWNING_LIB AND copy.owning_lib %] "owning_lib":"[% copy.owning_lib %]"[% END -%]
8921                     [%- IF INC_FUND AND copy.fund %],"fund":"[% copy.fund %]"[% END -%]
8922                     [%- IF INC_CALLNUMBER AND (VENDOR_BT OR copy.callnumber) %],"call_number":"[% copy.callnumber %]"[% END -%]
8923                     [%- IF INC_ITEM_TYPE AND (VENDOR_BT OR copy.item_type) %],"item_type":"[% copy.item_type %]"[% END -%]
8924                     [%- IF INC_LOCATION AND copy.location %],"copy_location":"[% copy.location %]"[% END -%]
8925                     [%- IF INC_COLLECTION_CODE AND (VENDOR_BT OR copy.collection_code) %],"collection_code":"[% copy.collection_code %]"[% END -%]
8926                     [%- IF INC_QUANTITY %],"quantity":"[% copy.quantity %]"[% END -%]
8927                     [%- IF INC_COPY_ID %],"copy_id":"[% copy.copy_id %]" [% END %]}[% ',' UNLESS loop.last -%]
8928                 [%- END -%] [%# FOR compressed_copies -%]
8929             ]
8930             [%- END -%] [%# IF INC_COPIES %]
8931
8932         }[% UNLESS loop.last %],[% END -%]
8933
8934         [% END %] [%# END lineitems %]
8935         ],
8936         "line_items":[% target.lineitems.size %]
8937      }]  [%# close ORDERS array %]
8938    }]    [%# close  body  array %]
8939 }
8940 [% END %]
8941 [% tempo = PROCESS big_block; helpers.escape_json(tempo) %]
8942 $$
8943 );
8944
8945 INSERT INTO action_trigger.environment (event_def, path) VALUES 
8946   (23, 'lineitems.attributes'), 
8947   (23, 'lineitems.lineitem_details.owning_lib'),
8948   (23, 'lineitems.lineitem_details.location'),
8949   (23, 'lineitems.lineitem_details.fund'),
8950   (23, 'lineitems.lineitem_details.eg_copy_id.location'),
8951   (23, 'lineitems.lineitem_details.eg_copy_id.call_number'),
8952   (23, 'lineitems.lineitem_notes'), 
8953   (23, 'ordering_agency.mailing_address'), 
8954   (23, 'provider'),
8955   (23, 'provider.edi_default');
8956
8957 INSERT INTO action_trigger.reactor (module, description) VALUES (
8958     'AstCall', 'Possibly place a phone call with Asterisk'
8959 );
8960
8961 INSERT INTO
8962     action_trigger.event_definition (
8963         id, active, owner, name, hook, validator, reactor,
8964         cleanup_success, cleanup_failure, delay, delay_field, group_field,
8965         max_delay, granularity, usr_field, opt_in_setting, template
8966     ) VALUES (
8967         24,
8968         FALSE,
8969         1,
8970         'Telephone Overdue Notice',
8971         'checkout.due', 'NOOP_True', 'AstCall',
8972         DEFAULT, DEFAULT, '5 seconds', 'due_date', 'usr',
8973         DEFAULT, DEFAULT, DEFAULT, DEFAULT,
8974         $$
8975 [% phone = target.0.usr.day_phone | replace('[\s\-\(\)]', '') -%]
8976 [% IF phone.match('^[2-9]') %][% country = 1 %][% ELSE %][% country = '' %][% END -%]
8977 Channel: [% channel_prefix %]/[% country %][% phone %]
8978 Context: overdue-test
8979 MaxRetries: 1
8980 RetryTime: 60
8981 WaitTime: 30
8982 Extension: 10
8983 Archive: 1
8984 Set: eg_user_id=[% target.0.usr.id %]
8985 Set: items=[% target.size %]
8986 Set: titlestring=[% titles = [] %][% FOR circ IN target %][% titles.push(circ.target_copy.call_number.record.simple_record.title) %][% END %][% titles.join(". ") %]
8987 $$
8988     );
8989
8990 INSERT INTO
8991     action_trigger.environment (id, event_def, path)
8992     VALUES
8993         (DEFAULT, 24, 'target_copy.call_number.record.simple_record'),
8994         (DEFAULT, 24, 'usr')
8995     ;
8996
8997 -- 0285.data.history_format.sql
8998
8999 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9000         'circ.format.history.email',
9001         'circ', 
9002         oils_i18n_gettext(
9003             'circ.format.history.email',
9004             'An email has been requested for a circ history.',
9005             'ath',
9006             'description'
9007         ), 
9008         FALSE
9009     )
9010     ,(
9011         'circ.format.history.print',
9012         'circ', 
9013         oils_i18n_gettext(
9014             'circ.format.history.print',
9015             'A circ history needs to be formatted for printing.',
9016             'ath',
9017             'description'
9018         ), 
9019         FALSE
9020     )
9021     ,(
9022         'ahr.format.history.email',
9023         'ahr', 
9024         oils_i18n_gettext(
9025             'ahr.format.history.email',
9026             'An email has been requested for a hold request history.',
9027             'ath',
9028             'description'
9029         ), 
9030         FALSE
9031     )
9032     ,(
9033         'ahr.format.history.print',
9034         'ahr', 
9035         oils_i18n_gettext(
9036             'ahr.format.history.print',
9037             'A hold request history needs to be formatted for printing.',
9038             'ath',
9039             'description'
9040         ), 
9041         FALSE
9042     )
9043
9044 ;
9045
9046 INSERT INTO action_trigger.event_definition (
9047         id,
9048         active,
9049         owner,
9050         name,
9051         hook,
9052         validator,
9053         reactor,
9054         group_field,
9055         granularity,
9056         template
9057     ) VALUES (
9058         25,
9059         TRUE,
9060         1,
9061         'circ.history.email',
9062         'circ.format.history.email',
9063         'NOOP_True',
9064         'SendEmail',
9065         'usr',
9066         NULL,
9067 $$
9068 [%- USE date -%]
9069 [%- SET user = target.0.usr -%]
9070 To: [%- params.recipient_email || user.email %]
9071 From: [%- params.sender_email || default_sender %]
9072 Subject: Circulation History
9073
9074     [% FOR circ IN target %]
9075             [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
9076             Barcode: [% circ.target_copy.barcode %]
9077             Checked Out: [% date.format(helpers.format_date(circ.xact_start), '%Y-%m-%d') %]
9078             Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
9079             Returned: [% date.format(helpers.format_date(circ.checkin_time), '%Y-%m-%d') %]
9080     [% END %]
9081 $$
9082     )
9083     ,(
9084         26,
9085         TRUE,
9086         1,
9087         'circ.history.print',
9088         'circ.format.history.print',
9089         'NOOP_True',
9090         'ProcessTemplate',
9091         'usr',
9092         'print-on-demand',
9093 $$
9094 [%- USE date -%]
9095 <div>
9096     <style> li { padding: 8px; margin 5px; }</style>
9097     <div>[% date.format %]</div>
9098     <br/>
9099
9100     [% user.family_name %], [% user.first_given_name %]
9101     <ol>
9102     [% FOR circ IN target %]
9103         <li>
9104             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
9105             <div>Barcode: [% circ.target_copy.barcode %]</div>
9106             <div>Checked Out: [% date.format(helpers.format_date(circ.xact_start), '%Y-%m-%d') %]</div>
9107             <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
9108             <div>Returned: [% date.format(helpers.format_date(circ.checkin_time), '%Y-%m-%d') %]</div>
9109         </li>
9110     [% END %]
9111     </ol>
9112 </div>
9113 $$
9114     )
9115     ,(
9116         27,
9117         TRUE,
9118         1,
9119         'ahr.history.email',
9120         'ahr.format.history.email',
9121         'NOOP_True',
9122         'SendEmail',
9123         'usr',
9124         NULL,
9125 $$
9126 [%- USE date -%]
9127 [%- SET user = target.0.usr -%]
9128 To: [%- params.recipient_email || user.email %]
9129 From: [%- params.sender_email || default_sender %]
9130 Subject: Hold Request History
9131
9132     [% FOR hold IN target %]
9133             [% helpers.get_copy_bib_basics(hold.current_copy.id).title %]
9134             Requested: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
9135             [% IF hold.fulfillment_time %]Fulfilled: [% date.format(helpers.format_date(hold.fulfillment_time), '%Y-%m-%d') %][% END %]
9136     [% END %]
9137 $$
9138     )
9139     ,(
9140         28,
9141         TRUE,
9142         1,
9143         'ahr.history.print',
9144         'ahr.format.history.print',
9145         'NOOP_True',
9146         'ProcessTemplate',
9147         'usr',
9148         'print-on-demand',
9149 $$
9150 [%- USE date -%]
9151 <div>
9152     <style> li { padding: 8px; margin 5px; }</style>
9153     <div>[% date.format %]</div>
9154     <br/>
9155
9156     [% user.family_name %], [% user.first_given_name %]
9157     <ol>
9158     [% FOR hold IN target %]
9159         <li>
9160             <div>[% helpers.get_copy_bib_basics(hold.current_copy.id).title %]</div>
9161             <div>Requested: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]</div>
9162             [% IF hold.fulfillment_time %]<div>Fulfilled: [% date.format(helpers.format_date(hold.fulfillment_time), '%Y-%m-%d') %]</div>[% END %]
9163         </li>
9164     [% END %]
9165     </ol>
9166 </div>
9167 $$
9168     )
9169
9170 ;
9171
9172 INSERT INTO action_trigger.environment (
9173         event_def,
9174         path
9175     ) VALUES 
9176          ( 25, 'target_copy')
9177         ,( 25, 'usr' )
9178         ,( 26, 'target_copy' )
9179         ,( 26, 'usr' )
9180         ,( 27, 'current_copy' )
9181         ,( 27, 'usr' )
9182         ,( 28, 'current_copy' )
9183         ,( 28, 'usr' )
9184 ;
9185
9186 -- 0289.data.payment_receipt_format.sql
9187 -- 0326.data.payment_receipt_format.sql
9188
9189 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9190         'money.format.payment_receipt.email',
9191         'mp', 
9192         oils_i18n_gettext(
9193             'money.format.payment_receipt.email',
9194             'An email has been requested for a payment receipt.',
9195             'ath',
9196             'description'
9197         ), 
9198         FALSE
9199     )
9200     ,(
9201         'money.format.payment_receipt.print',
9202         'mp', 
9203         oils_i18n_gettext(
9204             'money.format.payment_receipt.print',
9205             'A payment receipt needs to be formatted for printing.',
9206             'ath',
9207             'description'
9208         ), 
9209         FALSE
9210     )
9211 ;
9212
9213 INSERT INTO action_trigger.event_definition (
9214         id,
9215         active,
9216         owner,
9217         name,
9218         hook,
9219         validator,
9220         reactor,
9221         group_field,
9222         granularity,
9223         template
9224     ) VALUES (
9225         29,
9226         TRUE,
9227         1,
9228         'money.payment_receipt.email',
9229         'money.format.payment_receipt.email',
9230         'NOOP_True',
9231         'SendEmail',
9232         'xact.usr',
9233         NULL,
9234 $$
9235 [%- USE date -%]
9236 [%- SET user = target.0.xact.usr -%]
9237 To: [%- params.recipient_email || user.email %]
9238 From: [%- params.sender_email || default_sender %]
9239 Subject: Payment Receipt
9240
9241 [% date.format -%]
9242 [%- SET xact_mp_hash = {} -%]
9243 [%- FOR mp IN target %][%# Template is hooked around payments, but let us make the receipt focused on transactions -%]
9244     [%- SET xact_id = mp.xact.id -%]
9245     [%- IF ! xact_mp_hash.defined( xact_id ) -%][%- xact_mp_hash.$xact_id = { 'xact' => mp.xact, 'payments' => [] } -%][%- END -%]
9246     [%- xact_mp_hash.$xact_id.payments.push(mp) -%]
9247 [%- END -%]
9248 [%- FOR xact_id IN xact_mp_hash.keys.sort -%]
9249     [%- SET xact = xact_mp_hash.$xact_id.xact %]
9250 Transaction ID: [% xact_id %]
9251     [% IF xact.circulation %][% helpers.get_copy_bib_basics(xact.circulation.target_copy).title %]
9252     [% ELSE %]Miscellaneous
9253     [% END %]
9254     Line item billings:
9255         [%- SET mb_type_hash = {} -%]
9256         [%- FOR mb IN xact.billings %][%# Group billings by their btype -%]
9257             [%- IF mb.voided == 'f' -%]
9258                 [%- SET mb_type = mb.btype.id -%]
9259                 [%- IF ! mb_type_hash.defined( mb_type ) -%][%- mb_type_hash.$mb_type = { 'sum' => 0.00, 'billings' => [] } -%][%- END -%]
9260                 [%- IF ! mb_type_hash.$mb_type.defined( 'first_ts' ) -%][%- mb_type_hash.$mb_type.first_ts = mb.billing_ts -%][%- END -%]
9261                 [%- mb_type_hash.$mb_type.last_ts = mb.billing_ts -%]
9262                 [%- mb_type_hash.$mb_type.sum = mb_type_hash.$mb_type.sum + mb.amount -%]
9263                 [%- mb_type_hash.$mb_type.billings.push( mb ) -%]
9264             [%- END -%]
9265         [%- END -%]
9266         [%- FOR mb_type IN mb_type_hash.keys.sort -%]
9267             [%- IF mb_type == 1 %][%-# Consolidated view of overdue billings -%]
9268                 $[% mb_type_hash.$mb_type.sum %] for [% mb_type_hash.$mb_type.billings.0.btype.name %] 
9269                     on [% mb_type_hash.$mb_type.first_ts %] through [% mb_type_hash.$mb_type.last_ts %]
9270             [%- ELSE -%][%# all other billings show individually %]
9271                 [% FOR mb IN mb_type_hash.$mb_type.billings %]
9272                     $[% mb.amount %] for [% mb.btype.name %] on [% mb.billing_ts %] [% mb.note %]
9273                 [% END %]
9274             [% END %]
9275         [% END %]
9276     Line item payments:
9277         [% FOR mp IN xact_mp_hash.$xact_id.payments %]
9278             Payment ID: [% mp.id %]
9279                 Paid [% mp.amount %] via [% SWITCH mp.payment_type -%]
9280                     [% CASE "cash_payment" %]cash
9281                     [% CASE "check_payment" %]check
9282                     [% CASE "credit_card_payment" %]credit card (
9283                         [%- SET cc_chunks = mp.credit_card_payment.cc_number.replace(' ','').chunk(4); -%]
9284                         [%- cc_chunks.slice(0, -1+cc_chunks.max).join.replace('\S','X') -%] 
9285                         [% cc_chunks.last -%]
9286                         exp [% mp.credit_card_payment.expire_month %]/[% mp.credit_card_payment.expire_year -%]
9287                     )
9288                     [% CASE "credit_payment" %]credit
9289                     [% CASE "forgive_payment" %]forgiveness
9290                     [% CASE "goods_payment" %]goods
9291                     [% CASE "work_payment" %]work
9292                 [%- END %] on [% mp.payment_ts %] [% mp.note %]
9293         [% END %]
9294 [% END %]
9295 $$
9296     )
9297     ,(
9298         30,
9299         TRUE,
9300         1,
9301         'money.payment_receipt.print',
9302         'money.format.payment_receipt.print',
9303         'NOOP_True',
9304         'ProcessTemplate',
9305         'xact.usr',
9306         'print-on-demand',
9307 $$
9308 [%- USE date -%][%- SET user = target.0.xact.usr -%]
9309 <div style="li { padding: 8px; margin 5px; }">
9310     <div>[% date.format %]</div><br/>
9311     <ol>
9312     [% SET xact_mp_hash = {} %]
9313     [% FOR mp IN target %][%# Template is hooked around payments, but let us make the receipt focused on transactions %]
9314         [% SET xact_id = mp.xact.id %]
9315         [% IF ! xact_mp_hash.defined( xact_id ) %][% xact_mp_hash.$xact_id = { 'xact' => mp.xact, 'payments' => [] } %][% END %]
9316         [% xact_mp_hash.$xact_id.payments.push(mp) %]
9317     [% END %]
9318     [% FOR xact_id IN xact_mp_hash.keys.sort %]
9319         [% SET xact = xact_mp_hash.$xact_id.xact %]
9320         <li>Transaction ID: [% xact_id %]
9321             [% IF xact.circulation %][% helpers.get_copy_bib_basics(xact.circulation.target_copy).title %]
9322             [% ELSE %]Miscellaneous
9323             [% END %]
9324             Line item billings:<ol>
9325                 [% SET mb_type_hash = {} %]
9326                 [% FOR mb IN xact.billings %][%# Group billings by their btype %]
9327                     [% IF mb.voided == 'f' %]
9328                         [% SET mb_type = mb.btype.id %]
9329                         [% IF ! mb_type_hash.defined( mb_type ) %][% mb_type_hash.$mb_type = { 'sum' => 0.00, 'billings' => [] } %][% END %]
9330                         [% IF ! mb_type_hash.$mb_type.defined( 'first_ts' ) %][% mb_type_hash.$mb_type.first_ts = mb.billing_ts %][% END %]
9331                         [% mb_type_hash.$mb_type.last_ts = mb.billing_ts %]
9332                         [% mb_type_hash.$mb_type.sum = mb_type_hash.$mb_type.sum + mb.amount %]
9333                         [% mb_type_hash.$mb_type.billings.push( mb ) %]
9334                     [% END %]
9335                 [% END %]
9336                 [% FOR mb_type IN mb_type_hash.keys.sort %]
9337                     <li>[% IF mb_type == 1 %][%# Consolidated view of overdue billings %]
9338                         $[% mb_type_hash.$mb_type.sum %] for [% mb_type_hash.$mb_type.billings.0.btype.name %] 
9339                             on [% mb_type_hash.$mb_type.first_ts %] through [% mb_type_hash.$mb_type.last_ts %]
9340                     [% ELSE %][%# all other billings show individually %]
9341                         [% FOR mb IN mb_type_hash.$mb_type.billings %]
9342                             $[% mb.amount %] for [% mb.btype.name %] on [% mb.billing_ts %] [% mb.note %]
9343                         [% END %]
9344                     [% END %]</li>
9345                 [% END %]
9346             </ol>
9347             Line item payments:<ol>
9348                 [% FOR mp IN xact_mp_hash.$xact_id.payments %]
9349                     <li>Payment ID: [% mp.id %]
9350                         Paid [% mp.amount %] via [% SWITCH mp.payment_type -%]
9351                             [% CASE "cash_payment" %]cash
9352                             [% CASE "check_payment" %]check
9353                             [% CASE "credit_card_payment" %]credit card (
9354                                 [%- SET cc_chunks = mp.credit_card_payment.cc_number.replace(' ','').chunk(4); -%]
9355                                 [%- cc_chunks.slice(0, -1+cc_chunks.max).join.replace('\S','X') -%] 
9356                                 [% cc_chunks.last -%]
9357                                 exp [% mp.credit_card_payment.expire_month %]/[% mp.credit_card_payment.expire_year -%]
9358                             )
9359                             [% CASE "credit_payment" %]credit
9360                             [% CASE "forgive_payment" %]forgiveness
9361                             [% CASE "goods_payment" %]goods
9362                             [% CASE "work_payment" %]work
9363                         [%- END %] on [% mp.payment_ts %] [% mp.note %]
9364                     </li>
9365                 [% END %]
9366             </ol>
9367         </li>
9368     [% END %]
9369     </ol>
9370 </div>
9371 $$
9372     )
9373 ;
9374
9375 INSERT INTO action_trigger.environment (
9376         event_def,
9377         path
9378     ) VALUES -- for fleshing mp objects
9379          ( 29, 'xact')
9380         ,( 29, 'xact.usr')
9381         ,( 29, 'xact.grocery' )
9382         ,( 29, 'xact.circulation' )
9383         ,( 29, 'xact.summary' )
9384         ,( 29, 'credit_card_payment')
9385         ,( 29, 'xact.billings')
9386         ,( 29, 'xact.billings.btype')
9387         ,( 30, 'xact')
9388         ,( 30, 'xact.usr')
9389         ,( 30, 'xact.grocery' )
9390         ,( 30, 'xact.circulation' )
9391         ,( 30, 'xact.summary' )
9392         ,( 30, 'credit_card_payment')
9393         ,( 30, 'xact.billings')
9394         ,( 30, 'xact.billings.btype')
9395 ;
9396
9397 -- 0294.data.bre_format.sql
9398
9399 INSERT INTO container.biblio_record_entry_bucket_type( code, label ) VALUES (
9400     'temp',
9401     oils_i18n_gettext(
9402         'temp',
9403         'Temporary bucket which gets deleted after use.',
9404         'cbrebt',
9405         'label'
9406     )
9407 );
9408
9409 INSERT INTO action_trigger.cleanup ( module, description ) VALUES (
9410     'DeleteTempBiblioBucket',
9411     oils_i18n_gettext(
9412         'DeleteTempBiblioBucket',
9413         'Deletes a cbreb object used as a target if it has a btype of "temp"',
9414         'atclean',
9415         'description'
9416     )
9417 );
9418
9419 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9420         'biblio.format.record_entry.email',
9421         'cbreb', 
9422         oils_i18n_gettext(
9423             'biblio.format.record_entry.email',
9424             'An email has been requested for one or more biblio record entries.',
9425             'ath',
9426             'description'
9427         ), 
9428         FALSE
9429     )
9430     ,(
9431         'biblio.format.record_entry.print',
9432         'cbreb', 
9433         oils_i18n_gettext(
9434             'biblio.format.record_entry.print',
9435             'One or more biblio record entries need to be formatted for printing.',
9436             'ath',
9437             'description'
9438         ), 
9439         FALSE
9440     )
9441 ;
9442
9443 INSERT INTO action_trigger.event_definition (
9444         id,
9445         active,
9446         owner,
9447         name,
9448         hook,
9449         validator,
9450         reactor,
9451         cleanup_success,
9452         cleanup_failure,
9453         group_field,
9454         granularity,
9455         delay,
9456         template
9457     ) VALUES (
9458         31,
9459         TRUE,
9460         1,
9461         'biblio.record_entry.email',
9462         'biblio.format.record_entry.email',
9463         'NOOP_True',
9464         'SendEmail',
9465         'DeleteTempBiblioBucket',
9466         'DeleteTempBiblioBucket',
9467         'owner',
9468         NULL,
9469         '00:00:00',
9470 $$
9471 [%- SET user = target.0.owner -%]
9472 To: [%- params.recipient_email || user.email %]
9473 From: [%- params.sender_email || default_sender %]
9474 Subject: Bibliographic Records
9475
9476 [% FOR cbreb IN target %][% title = '' %]
9477 [% FOR item IN cbreb.items;
9478     bre_id = item.target_biblio_record_entry;
9479
9480     bibxml = helpers.unapi_bre(bre_id, {flesh => '{mra}'});
9481     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
9482         title = title _ part.textContent;
9483     END;
9484
9485     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
9486     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
9487     publisher = bibxml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent;
9488     pubdate = bibxml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent;
9489     isbn = bibxml.findnodes('//*[@tag="020"]/*[@code="a"]').textContent;
9490     issn = bibxml.findnodes('//*[@tag="022"]/*[@code="a"]').textContent;
9491     upc = bibxml.findnodes('//*[@tag="024"]/*[@code="a"]').textContent;
9492 %]
9493
9494 [% loop.count %]/[% loop.size %].  Bib ID# [% bre_id %] 
9495 [% IF isbn %]ISBN: [% isbn _ "\n" %][% END -%]
9496 [% IF issn %]ISSN: [% issn _ "\n" %][% END -%]
9497 [% IF upc  %]UPC:  [% upc _ "\n" %] [% END -%]
9498 Title: [% title %]
9499 Author: [% author %]
9500 Publication Info: [% publisher %] [% pubdate %]
9501 Item Type: [% item_type %]
9502
9503 [% END %]
9504 [% END %]
9505 $$
9506     )
9507     ,(
9508         32,
9509         TRUE,
9510         1,
9511         'biblio.record_entry.print',
9512         'biblio.format.record_entry.print',
9513         'NOOP_True',
9514         'ProcessTemplate',
9515         'DeleteTempBiblioBucket',
9516         'DeleteTempBiblioBucket',
9517         'owner',
9518         'print-on-demand',
9519         '00:00:00',
9520 $$
9521 <div>
9522     <style> li { padding: 8px; margin 5px; }</style>
9523     <ol>
9524     [% FOR cbreb IN target %][% title = '' %]
9525     [% FOR item IN cbreb.items;
9526         bre_id = item.target_biblio_record_entry;
9527
9528         bibxml = helpers.unapi_bre(bre_id, {flesh => '{mra}'});
9529         FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
9530             title = title _ part.textContent;
9531         END;
9532
9533         author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
9534         item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
9535         publisher = bibxml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent;
9536         pubdate = bibxml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent;
9537         isbn = bibxml.findnodes('//*[@tag="020"]/*[@code="a"]').textContent;
9538         %]
9539
9540         <li>
9541             Bib ID# [% bre_id %] ISBN: [% isbn %]<br />
9542             Title: [% title %]<br />
9543             Author: [% author %]<br />
9544             Publication Info: [% publisher %] [% pubdate %]<br/>
9545             Item Type: [% item_type %]
9546         </li>
9547     [% END %]
9548     [% END %]
9549     </ol>
9550 </div>
9551 $$
9552     )
9553 ;
9554
9555 INSERT INTO action_trigger.environment (
9556         event_def,
9557         path
9558     ) VALUES -- for fleshing cbreb objects
9559          ( 31, 'owner' )
9560         ,( 31, 'items' )
9561         ,( 32, 'items' )
9562 ;
9563
9564 -- Use the ISO 4217 abbreviations for currency codes
9565 INSERT INTO acq.currency_type (code, label) VALUES ('USD', oils_i18n_gettext('USD', 'US Dollars', 'acqct', 'label'));
9566 INSERT INTO acq.currency_type (code, label) VALUES ('CAN', oils_i18n_gettext('CAN', 'Canadian Dollars', 'acqct', 'label'));
9567 INSERT INTO acq.currency_type (code, label) VALUES ('EUR', oils_i18n_gettext('EUR', 'Euros', 'acqct', 'label'));
9568
9569 INSERT INTO acq.exchange_rate (from_currency,to_currency,ratio) VALUES ('USD','CAN',1.2);
9570 INSERT INTO acq.exchange_rate (from_currency,to_currency,ratio) VALUES ('USD','EUR',0.5);
9571
9572 INSERT INTO acq.invoice_item_type (code,name) VALUES ('TAX',oils_i18n_gettext('TAX', 'Tax', 'aiit', 'name'));
9573 INSERT INTO acq.invoice_item_type (code,name) VALUES ('PRO',oils_i18n_gettext('PRO', 'Processing Fee', 'aiit', 'name'));
9574 INSERT INTO acq.invoice_item_type (code,name) VALUES ('SHP',oils_i18n_gettext('SHP', 'Shipping Charge', 'aiit', 'name'));
9575 INSERT INTO acq.invoice_item_type (code,name) VALUES ('HND',oils_i18n_gettext('HND', 'Handling Charge', 'aiit', 'name'));
9576 INSERT INTO acq.invoice_item_type (code,name) VALUES ('ITM',oils_i18n_gettext('ITM', 'Non-library Item', 'aiit', 'name'));
9577 INSERT INTO acq.invoice_item_type (code,name) VALUES ('SUB',oils_i18n_gettext('SUB', 'Serial Subscription', 'aiit', 'name'));
9578
9579 INSERT INTO acq.invoice_method (code,name) VALUES ('EDI',oils_i18n_gettext('EDI', 'EDI', 'acqim', 'name'));
9580 INSERT INTO acq.invoice_method (code,name) VALUES ('PPR',oils_i18n_gettext('PPR', 'Paper', 'acqit', 'name'));
9581
9582 INSERT INTO acq.cancel_reason ( id, org_unit, label, description ) VALUES (
9583     1, 1, oils_i18n_gettext(1,'invalid_isbn', 'acqcr', 'label'), oils_i18n_gettext( 1, 'ISBN is unrecognizable', 'acqcr', 'description' ));
9584 INSERT INTO acq.cancel_reason ( id, org_unit, label, description ) VALUES (
9585     2, 1, oils_i18n_gettext(2,'postpone', 'acqcr', 'label'), oils_i18n_gettext( 2, 'Title has been postponed', 'acqcr', 'description' ));
9586 INSERT INTO acq.cancel_reason ( id, org_unit, label, description, keep_debits ) VALUES (
9587     3, 1, oils_i18n_gettext(3, 'delivered_but_lost', 'acqcr', 'label'),
9588         oils_i18n_gettext( 3, 'Delivered but not received; presumed lost', 'acqcr', 'description' ), TRUE );
9589
9590 INSERT INTO acq.cancel_reason (keep_debits, id, org_unit, label, description) VALUES 
9591 ('f',(  2+1000), 1, oils_i18n_gettext(1002, 'Deleted', 'acqcr', 'label'),
9592         oils_i18n_gettext(1002, 'The information is to be or has been deleted.', 'acqcr', 'description')),
9593 ('t',(  3+1000), 1, oils_i18n_gettext(1003, 'Changed', 'acqcr', 'label'),
9594         oils_i18n_gettext(1003, 'The information is to be or has been changed.', 'acqcr', 'description')),
9595 ('t',(  4+1000), 1, oils_i18n_gettext(1004, 'No action', 'acqcr', 'label'),
9596         oils_i18n_gettext(1004, 'This line item is not affected by the actual message.', 'acqcr', 'description')),
9597 ('t',(  5+1000), 1, oils_i18n_gettext(1005, 'Accepted without amendment', 'acqcr', 'label'),
9598         oils_i18n_gettext(1005, 'This line item is entirely accepted by the seller.', 'acqcr', 'description')),
9599 ('f',(  7+1000), 1, oils_i18n_gettext(1007, 'Not accepted', 'acqcr', 'label'),
9600         oils_i18n_gettext(1007, 'This line item is not accepted by the seller.', 'acqcr', 'description')),
9601 ('f',( 10+1000), 1, oils_i18n_gettext(1010, 'Not found', 'acqcr', 'label'),
9602        oils_i18n_gettext(1010, 'This line item is not found in the referenced message.', 'acqcr', 'description')),
9603 ('t',( 24+1000), 1, oils_i18n_gettext(1024, 'Accepted with amendment, no confirmation required', 'acqcr', 'label'),
9604        oils_i18n_gettext(1024, 'Accepted with changes which require no confirmation.', 'acqcr', 'description'));
9605
9606 INSERT INTO acq.cancel_reason (org_unit, keep_debits, id, label, description) VALUES 
9607 (1, 't', 1211, oils_i18n_gettext(1211, 'Split quantity', 'acqcr', 'label'),
9608     oils_i18n_gettext(1211, 'Part of the whole quantity.', 'acqcr', 'description')),
9609 (1, 't', 1221, oils_i18n_gettext(1221, 'Ordered quantity', 'acqcr', 'label'),
9610     oils_i18n_gettext(1221, '[6024] The quantity which has been ordered.', 'acqcr', 'description')),
9611 (1, 't', 1246, oils_i18n_gettext(1246, 'Pieces delivered', 'acqcr', 'label'),
9612     oils_i18n_gettext(1246, 'Number of pieces actually received at the final destination.', 'acqcr', 'description')),
9613 (1, 't', 1283, oils_i18n_gettext(1283, 'Backorder quantity', 'acqcr', 'label'),
9614     oils_i18n_gettext(1283, 'The quantity of goods that is on back-order.', 'acqcr', 'description'));
9615
9616 INSERT INTO config.global_flag (name, label, enabled)
9617     VALUES (
9618         'circ.holds.usr_not_requestor',
9619         oils_i18n_gettext(
9620             'circ.holds.usr_not_requestor',
9621             'Holds: When testing hold matrix matchpoints, use the profile group of the receiving user instead of that of the requestor (affects staff-placed holds)',
9622             'cgf',
9623             'label'
9624         ),
9625         TRUE
9626     );
9627
9628 INSERT INTO config.global_flag (name, label, enabled)
9629     VALUES (
9630         'circ.holds.empty_issuance_ok',
9631         oils_i18n_gettext(
9632             'circ.holds.empty_issuance_ok',
9633             'Holds: Allow holds on empty issuances',
9634             'cgf',
9635             'label'
9636         ),
9637         TRUE
9638     );
9639
9640 INSERT INTO config.global_flag (name, label) -- defaults to enabled=FALSE
9641     VALUES (
9642         'ingest.disable_authority_linking',
9643         oils_i18n_gettext(
9644             'ingest.disable_authority_linking',
9645             'Authority Automation: Disable bib-authority link tracking',
9646             'cgf', 
9647             'label'
9648         )
9649     );
9650
9651 INSERT INTO config.global_flag (name, label) -- defaults to enabled=FALSE
9652     VALUES (
9653         'ingest.disable_authority_auto_update',
9654         oils_i18n_gettext(
9655             'ingest.disable_authority_auto_update',
9656             'Authority Automation: Disable automatic authority updating (requires link tracking)',
9657             'cgf', 
9658             'label'
9659         )
9660     );
9661
9662 INSERT INTO config.global_flag (name, label, enabled)
9663     VALUES (
9664         'cat.bib.use_id_for_tcn',
9665         oils_i18n_gettext(
9666             'cat.bib.use_id_for_tcn',
9667             'Cat: Use Internal ID for TCN Value',
9668             'cgf', 
9669             'label'
9670         ),
9671         TRUE
9672     );
9673
9674 INSERT INTO config.global_flag (name,label,enabled)
9675     VALUES (
9676         'history.circ.retention_age',
9677         oils_i18n_gettext('history.circ.retention_age', 'Historical Circulation Retention Age', 'cgf', 'label'),
9678         TRUE
9679     ),(
9680         'history.circ.retention_count',
9681         oils_i18n_gettext('history.circ.retention_count', 'Historical Circulations per Copy', 'cgf', 'label'),
9682         TRUE
9683     );
9684
9685 INSERT INTO config.global_flag  (name, label, enabled)
9686     VALUES (
9687         'history.hold.retention_age',
9688         oils_i18n_gettext('history.hold.retention_age', 'Historical Hold Retention Age', 'cgf', 'label'),
9689         TRUE
9690     ),(
9691         'history.hold.retention_age_fulfilled',
9692         oils_i18n_gettext('history.hold.retention_age_fulfilled', 'Historical Hold Retention Age - Fulfilled', 'cgf', 'label'),
9693         FALSE
9694     ),(
9695         'history.hold.retention_age_canceled',
9696         oils_i18n_gettext('history.hold.retention_age_canceled', 'Historical Hold Retention Age - Canceled (Default)', 'cgf', 'label'),
9697         FALSE
9698     ),(
9699         'history.hold.retention_age_canceled_1',
9700         oils_i18n_gettext('history.hold.retention_age_canceled_1', 'Historical Hold Retention Age - Canceled (Untarged expiration)', 'cgf', 'label'),
9701         FALSE
9702     ),(
9703         'history.hold.retention_age_canceled_2',
9704         oils_i18n_gettext('history.hold.retention_age_canceled_2', 'Historical Hold Retention Age - Canceled (Hold Shelf expiration)', 'cgf', 'label'),
9705         FALSE
9706     ),(
9707         'history.hold.retention_age_canceled_3',
9708         oils_i18n_gettext('history.hold.retention_age_canceled_3', 'Historical Hold Retention Age - Canceled (Patron via phone)', 'cgf', 'label'),
9709         TRUE
9710     ),(
9711         'history.hold.retention_age_canceled_4',
9712         oils_i18n_gettext('history.hold.retention_age_canceled_4', 'Historical Hold Retention Age - Canceled (Patron in person)', 'cgf', 'label'),
9713         TRUE
9714     ),(
9715         'history.hold.retention_age_canceled_5',
9716         oils_i18n_gettext('history.hold.retention_age_canceled_5', 'Historical Hold Retention Age - Canceled (Staff forced)', 'cgf', 'label'),
9717         TRUE
9718     ),(
9719         'history.hold.retention_age_canceled_6',
9720         oils_i18n_gettext('history.hold.retention_age_canceled_6', 'Historical Hold Retention Age - Canceled (Patron via OPAC)', 'cgf', 'label'),
9721         FALSE
9722     );
9723
9724 INSERT INTO config.global_flag (name, label, enabled)
9725     VALUES (
9726         'cat.maintain_control_numbers',
9727         oils_i18n_gettext(
9728             'cat.maintain_control_numbers',
9729             'Cat: Maintain 001/003/035 according to the MARC21 specification',
9730             'cgf', 
9731             'label'
9732         ),
9733         TRUE
9734     );
9735
9736 INSERT INTO config.global_flag (name, label, enabled)
9737     VALUES (
9738         'circ.opac_renewal.use_original_circ_lib',
9739         oils_i18n_gettext(
9740             'circ.opac_renewal.use_original_circ_lib',
9741             'Circ: Use original circulation library on opac renewal instead of user home library',
9742             'cgf',
9743             'label'
9744         ),
9745         FALSE
9746     );
9747
9748 INSERT INTO config.global_flag (name, label, enabled)
9749     VALUES (
9750         'circ.desk_renewal.use_original_circ_lib',
9751         oils_i18n_gettext(
9752             'circ.desk_renewal.use_original_circ_lib',
9753             'Circ: Use original circulation library on desk renewal instead of the workstation library',
9754             'cgf',
9755             'label'
9756         ),
9757         FALSE
9758     );
9759
9760 INSERT INTO config.global_flag (name, label, value, enabled)
9761     VALUES (
9762         'opac.use_autosuggest',
9763         oils_i18n_gettext(
9764             'opac.use_autosuggest',
9765             '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)',
9766             'cgf',
9767             'label'
9768         ),
9769         'opac_visible',
9770         TRUE
9771     );
9772
9773 INSERT INTO config.global_flag (name, label)
9774     VALUES (
9775         'history.circ.retention_uses_last_finished',
9776         oils_i18n_gettext(
9777             'history.circ.retention_uses_last_finished',
9778             'Historical Circulations use most recent xact_finish date instead of last circ''s.',
9779             'cgf',
9780             'label'
9781         )
9782     ),(
9783         'history.circ.retention_age_is_min',
9784         oils_i18n_gettext(
9785             'history.circ.retention_age_is_min',
9786             'Historical Circulations are kept for global retention age at a minimum, regardless of user preferences.',
9787             'cgf',
9788             'label'
9789         )
9790     );
9791
9792 INSERT INTO config.global_flag (name, value, enabled, label)
9793 VALUES (
9794     'opac.browse.warnable_regexp_per_class',
9795     '{"title": "^(a|the|an)\\s"}',
9796     FALSE,
9797     oils_i18n_gettext(
9798         'opac.browse.warnable_regexp_per_class',
9799         'Map of search classes to regular expressions to warn user about leading articles.',
9800         'cgf',
9801         'label'
9802     )
9803 ),
9804 (
9805     'opac.browse.holdings_visibility_test_limit',
9806     '100',
9807     TRUE,
9808     oils_i18n_gettext(
9809         'opac.browse.holdings_visibility_test_limit',
9810         'Don''t look for more than this number of records with holdings when displaying browse headings with visible record counts.',
9811         'cgf',
9812         'label'
9813     )
9814 );
9815
9816 INSERT INTO config.global_flag (name, enabled, label)
9817 VALUES (
9818     'opac.located_uri.act_as_copy',
9819     FALSE,
9820     oils_i18n_gettext(
9821         'opac.located_uri.act_as_copy',
9822         'When enabled, Located URIs will provide visiblity behavior identical to copies.',
9823         'cgf',
9824         'label'
9825     )
9826 );
9827
9828 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
9829     'opac.icon_attr',
9830     oils_i18n_gettext(
9831         'opac.icon_attr',
9832         'OPAC Format Icons Attribute',
9833         'cgf',
9834         'label'
9835     ),
9836     'icon_format',
9837     TRUE
9838 );
9839
9840 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
9841     VALUES (
9842         'history.circ.retention_age',
9843         TRUE,
9844         oils_i18n_gettext('history.circ.retention_age','Historical Circulation Retention Age','cust','label'),
9845         oils_i18n_gettext('history.circ.retention_age','Historical Circulation Retention Age','cust','description'),
9846         'interval'
9847     ),(
9848         'history.circ.retention_start',
9849         FALSE,
9850         oils_i18n_gettext('history.circ.retention_start','Historical Circulation Retention Start Date','cust','label'),
9851         oils_i18n_gettext('history.circ.retention_start','Historical Circulation Retention Start Date','cust','description'),
9852         'date'
9853     );
9854
9855 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
9856     VALUES (
9857         'history.hold.retention_age',
9858         TRUE,
9859         oils_i18n_gettext('history.hold.retention_age','Historical Hold Retention Age','cust','label'),
9860         oils_i18n_gettext('history.hold.retention_age','Historical Hold Retention Age','cust','description'),
9861         'interval'
9862     ),(
9863         'history.hold.retention_start',
9864         TRUE,
9865         oils_i18n_gettext('history.hold.retention_start','Historical Hold Retention Start Date','cust','label'),
9866         oils_i18n_gettext('history.hold.retention_start','Historical Hold Retention Start Date','cust','description'),
9867         'interval'
9868     ),(
9869         'history.hold.retention_count',
9870         TRUE,
9871         oils_i18n_gettext('history.hold.retention_count','Historical Hold Retention Count','cust','label'),
9872         oils_i18n_gettext('history.hold.retention_count','Historical Hold Retention Count','cust','description'),
9873         'integer'
9874     );
9875
9876 -- 0311.data.query-seed-datatypes.sql
9877 -- Define the most common datatypes in query.datatype.  Note that none of
9878 -- these stock datatypes specifies a width or precision.
9879
9880 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9881   VALUES (1, 'SMALLINT', true);
9882  
9883 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9884   VALUES (2, 'INTEGER', true);
9885  
9886 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9887   VALUES (3, 'BIGINT', true);
9888  
9889 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9890   VALUES (4, 'DECIMAL', true);
9891  
9892 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9893   VALUES (5, 'NUMERIC', true);
9894  
9895 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9896   VALUES (6, 'REAL', true);
9897  
9898 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9899   VALUES (7, 'DOUBLE PRECISION', true);
9900  
9901 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9902   VALUES (8, 'SERIAL', true);
9903  
9904 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9905   VALUES (9, 'BIGSERIAL', true);
9906  
9907 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9908   VALUES (10, 'MONEY', false);
9909  
9910 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9911   VALUES (11, 'VARCHAR', false);
9912  
9913 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9914   VALUES (12, 'CHAR', false);
9915  
9916 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9917   VALUES (13, 'TEXT', false);
9918  
9919 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9920   VALUES (14, '"char"', false);
9921  
9922 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9923   VALUES (15, 'NAME', false);
9924  
9925 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9926   VALUES (16, 'BYTEA', false);
9927  
9928 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9929   VALUES (17, 'TIMESTAMP WITHOUT TIME ZONE', false);
9930  
9931 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9932   VALUES (18, 'TIMESTAMP WITH TIME ZONE', false);
9933  
9934 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9935   VALUES (19, 'DATE', false);
9936  
9937 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9938   VALUES (20, 'TIME WITHOUT TIME ZONE', false);
9939  
9940 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9941   VALUES (21, 'TIME WITH TIME ZONE', false);
9942  
9943 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9944   VALUES (22, 'INTERVAL', false);
9945  
9946 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9947   VALUES (23, 'BOOLEAN', false);
9948
9949 INSERT INTO config.usr_setting_type (name, opac_visible, label, description, datatype) 
9950     VALUES (
9951         'opac.default_sort',
9952         TRUE,
9953         oils_i18n_gettext(
9954             'opac.default_sort',
9955             'OPAC Default Search Sort',
9956             'cust',
9957             'label'
9958         ),
9959         oils_i18n_gettext(
9960             'opac.default_sort',
9961             'OPAC Default Search Sort',
9962             'cust',
9963             'description'
9964         ),
9965         'string'
9966     );
9967
9968 -- 0355.data.missing_pieces_format.sql
9969
9970 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES 
9971     (   'circ.format.missing_pieces.slip.print',
9972         'circ', 
9973         oils_i18n_gettext(
9974             'circ.format.missing_pieces.slip.print',
9975             'A missing pieces slip needs to be formatted for printing.',
9976             'ath',
9977             'description'
9978         ), 
9979         FALSE
9980     )
9981     ,(  'circ.format.missing_pieces.letter.print',
9982         'circ', 
9983         oils_i18n_gettext(
9984             'circ.format.missing_pieces.letter.print',
9985             'A missing pieces patron letter needs to be formatted for printing.',
9986             'ath',
9987             'description'
9988         ), 
9989         FALSE
9990     )
9991 ;
9992
9993 INSERT INTO action_trigger.event_definition (
9994         id,
9995         active,
9996         owner,
9997         name,
9998         hook,
9999         validator,
10000         reactor,
10001         group_field,
10002         granularity,
10003         template
10004     ) VALUES (
10005         33,
10006         TRUE,
10007         1,
10008         'circ.missing_pieces.slip.print',
10009         'circ.format.missing_pieces.slip.print',
10010         'NOOP_True',
10011         'ProcessTemplate',
10012         'usr',
10013         'print-on-demand',
10014 $$
10015 [%- USE date -%]
10016 [%- SET user = target.0.usr -%]
10017 <div style="li { padding: 8px; margin 5px; }">
10018     <div>[% date.format %]</div><br/>
10019     Missing pieces for:
10020     <ol>
10021     [% FOR circ IN target %]
10022         <li>Barcode: [% circ.target_copy.barcode %] Transaction ID: [% circ.id %] Due: [% circ.due_date.format %]<br />
10023             [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
10024         </li>
10025     [% END %]
10026     </ol>
10027 </div>
10028 $$
10029     )
10030     ,(
10031         34,
10032         TRUE,
10033         1,
10034         'circ.missing_pieces.letter.print',
10035         'circ.format.missing_pieces.letter.print',
10036         'NOOP_True',
10037         'ProcessTemplate',
10038         'usr',
10039         'print-on-demand',
10040 $$
10041 [%- USE date -%]
10042 [%- SET user = target.0.usr -%]
10043 [% date.format %]
10044 Dear [% user.prefix %] [% user.first_given_name %] [% user.family_name %],
10045
10046 We are missing pieces for the following returned items:
10047 [% FOR circ IN target %]
10048 Barcode: [% circ.target_copy.barcode %] Transaction ID: [% circ.id %] Due: [% circ.due_date.format %]
10049 [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
10050 [% END %]
10051
10052 Please return these pieces as soon as possible.
10053
10054 Thanks!
10055
10056 Library Staff
10057 $$
10058     )
10059 ;
10060
10061 INSERT INTO action_trigger.environment (
10062         event_def,
10063         path
10064     ) VALUES -- for fleshing circ objects
10065          ( 33, 'usr')
10066         ,( 33, 'target_copy')
10067         ,( 33, 'target_copy.circ_lib')
10068         ,( 33, 'target_copy.circ_lib.mailing_address')
10069         ,( 33, 'target_copy.circ_lib.billing_address')
10070         ,( 33, 'target_copy.call_number')
10071         ,( 33, 'target_copy.call_number.owning_lib')
10072         ,( 33, 'target_copy.call_number.owning_lib.mailing_address')
10073         ,( 33, 'target_copy.call_number.owning_lib.billing_address')
10074         ,( 33, 'circ_lib')
10075         ,( 33, 'circ_lib.mailing_address')
10076         ,( 33, 'circ_lib.billing_address')
10077         ,( 34, 'usr')
10078         ,( 34, 'target_copy')
10079         ,( 34, 'target_copy.circ_lib')
10080         ,( 34, 'target_copy.circ_lib.mailing_address')
10081         ,( 34, 'target_copy.circ_lib.billing_address')
10082         ,( 34, 'target_copy.call_number')
10083         ,( 34, 'target_copy.call_number.owning_lib')
10084         ,( 34, 'target_copy.call_number.owning_lib.mailing_address')
10085         ,( 34, 'target_copy.call_number.owning_lib.billing_address')
10086         ,( 34, 'circ_lib')
10087         ,( 34, 'circ_lib.mailing_address')
10088         ,( 34, 'circ_lib.billing_address')
10089 ;
10090
10091 -- 0384.data.hold_pull_list_template.sql
10092
10093 INSERT INTO action_trigger.hook (key,core_type,description,passive) 
10094     VALUES (   
10095         'ahr.format.pull_list',
10096         'ahr', 
10097         oils_i18n_gettext(
10098             'ahr.format.pull_list',
10099             'Format holds pull list for printing',
10100             'ath',
10101             'description'
10102         ), 
10103         FALSE
10104     );
10105
10106 INSERT INTO action_trigger.event_definition (
10107         id,
10108         active,
10109         owner,
10110         name,
10111         hook,
10112         validator,
10113         reactor,
10114         group_field,
10115         granularity,
10116         template
10117     ) VALUES (
10118         35,
10119         TRUE,
10120         1,
10121         'Holds Pull List',
10122         'ahr.format.pull_list',
10123         'NOOP_True',
10124         'ProcessTemplate',
10125         'pickup_lib',
10126         'print-on-demand',
10127 $$
10128 [%- USE date -%]
10129 <style>
10130     table { border-collapse: collapse; }
10131     td { padding: 5px; border-bottom: 1px solid #888; }
10132     th { font-weight: bold; }
10133 </style>
10134 [%
10135     # Sort the holds into copy-location buckets
10136     # In the main print loop, sort each bucket by callnumber before printing
10137     SET holds_list = [];
10138     SET loc_data = [];
10139     SET current_location = target.0.current_copy.location.id;
10140     FOR hold IN target;
10141         IF current_location != hold.current_copy.location.id;
10142             SET current_location = hold.current_copy.location.id;
10143             holds_list.push(loc_data);
10144             SET loc_data = [];
10145         END;
10146         SET hold_data = {
10147             'hold' => hold,
10148             'callnumber' => hold.current_copy.call_number.label
10149         };
10150         loc_data.push(hold_data);
10151     END;
10152     holds_list.push(loc_data)
10153 %]
10154 <table>
10155     <thead>
10156         <tr>
10157             <th>Title</th>
10158             <th>Author</th>
10159             <th>Shelving Location</th>
10160             <th>Call Number</th>
10161             <th>Barcode/Part</th>
10162             <th>Patron</th>
10163         </tr>
10164     </thead>
10165     <tbody>
10166     [% FOR loc_data IN holds_list  %]
10167         [% FOR hold_data IN loc_data.sort('callnumber') %]
10168             [%
10169                 SET hold = hold_data.hold;
10170                 SET copy_data = helpers.get_copy_bib_basics(hold.current_copy.id);
10171             %]
10172             <tr>
10173                 <td>[% copy_data.title | truncate %]</td>
10174                 <td>[% copy_data.author | truncate %]</td>
10175                 <td>[% hold.current_copy.location.name %]</td>
10176                 <td>[% hold.current_copy.call_number.label %]</td>
10177                 <td>[% hold.current_copy.barcode %]
10178                     [% FOR part IN hold.current_copy.parts %]
10179                        [% part.part.label %]
10180                     [% END %]
10181                 </td>
10182                 <td>[% hold.usr.card.barcode %]</td>
10183             </tr>
10184         [% END %]
10185     [% END %]
10186     <tbody>
10187 </table>
10188 $$
10189 );
10190
10191 INSERT INTO action_trigger.environment (
10192         event_def,
10193         path
10194     ) VALUES
10195         (35, 'current_copy.location'),
10196         (35, 'current_copy.call_number'),
10197         (35, 'usr.card'),
10198         (35, 'pickup_lib'),
10199         (35, 'current_copy.parts'),
10200         (35, 'current_copy.parts.part')
10201 ;
10202
10203 -- 0412.data.trigger.validator.HoldIsCancelled.sql
10204
10205 INSERT INTO action_trigger.validator (module, description) VALUES (
10206     'HoldIsCancelled',
10207     oils_i18n_gettext(
10208         'HoldIsCancelled',
10209         'Check whether a hold request is cancelled.',
10210         'atval',
10211         'description'
10212     )
10213 );
10214
10215 -- 0448.data.trigger.circ.staff_age_to_lost.sql
10216
10217 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES 
10218     (   'circ.staff_age_to_lost',
10219         'circ', 
10220         oils_i18n_gettext(
10221             'circ.staff_age_to_lost',
10222             'An overdue circulation should be aged to a Lost status.',
10223             'ath',
10224             'description'
10225         ), 
10226         TRUE
10227     )
10228 ;
10229
10230 INSERT INTO action_trigger.event_definition (
10231         id,
10232         active,
10233         owner,
10234         name,
10235         hook,
10236         validator,
10237         reactor,
10238         delay_field
10239     ) VALUES (
10240         36,
10241         FALSE,
10242         1,
10243         'circ.staff_age_to_lost',
10244         'circ.staff_age_to_lost',
10245         'CircIsOverdue',
10246         'MarkItemLost',
10247         'due_date'
10248     )
10249 ;
10250
10251 INSERT INTO action_trigger.hook (key,core_type,description)
10252     VALUES ('circ.recall.target', 'circ', 'A checked-out copy has been recalled for a hold.');
10253
10254 INSERT INTO action_trigger.event_definition (id, owner, name, hook, validator, reactor, group_field, template)
10255     VALUES (37, 1, 'Item Recall Email Notice', 'circ.recall.target', 'NOOP_True', 'SendEmail', 'usr', 
10256 $$
10257 [%- USE date -%]
10258 [%- user = target.0.usr -%]
10259 To: [%- params.recipient_email || user.email %]
10260 From: [%- params.sender_email || default_sender %]
10261 Subject: Item Recall Notification 
10262
10263 Dear [% user.family_name %], [% user.first_given_name %]
10264
10265 The following item which you have checked out has been recalled so that
10266 another patron can have access to the item:
10267
10268 [% FOR circ IN target %]
10269     Title: [% circ.target_copy.call_number.record.simple_record.title %] 
10270     Barcode: [% circ.target_copy.barcode %] 
10271     Now Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
10272     Library: [% circ.circ_lib.name %]
10273
10274     If this item is not returned by the new due date, fines will be assessed at
10275     the rate of [% circ.recurring_fine %] every [% circ.fine_interval %].
10276 [% END %]
10277 $$
10278 );
10279
10280 INSERT INTO action_trigger.environment (event_def, path) VALUES
10281     (37, 'target_copy.call_number.record.simple_record'),
10282     (37, 'usr'),
10283     (37, 'circ_lib.billing_address')
10284 ;
10285
10286 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'general.unknown', oils_i18n_gettext('general.unknown', 'Import or Overlay failed', 'vie', 'description') );
10287 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') );
10288 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') );
10289 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') );
10290 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') );
10291 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') );
10292 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') );
10293 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') );
10294 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.xml.malformed', oils_i18n_gettext('import.xml.malformed', 'Malformed record cause Import failure', 'vie', 'description') );
10295 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.xml.malformed', oils_i18n_gettext('overlay.xml.malformed', 'Malformed record cause Overlay failure', 'vie', 'description') );
10296 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.record.quality', oils_i18n_gettext('overlay.record.quality', 'New record had insufficient quality', 'vie', 'description') );
10297
10298 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10299     'import.item.invalid.status', oils_i18n_gettext('import.item.invalid.status', 'Invalid value for "status"', 'vie', 'description') );
10300 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10301     'import.item.invalid.price', oils_i18n_gettext('import.item.invalid.price', 'Invalid value for "price"', 'vie', 'description') );
10302 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10303     'import.item.invalid.deposit_amount', oils_i18n_gettext('import.item.invalid.deposit_amount', 'Invalid value for "deposit_amount"', 'vie', 'description') );
10304 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10305     'import.item.invalid.owning_lib', oils_i18n_gettext('import.item.invalid.owning_lib', 'Invalid value for "owning_lib"', 'vie', 'description') );
10306 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10307     'import.item.invalid.circ_lib', oils_i18n_gettext('import.item.invalid.circ_lib', 'Invalid value for "circ_lib"', 'vie', 'description') );
10308 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10309     'import.item.invalid.copy_number', oils_i18n_gettext('import.item.invalid.copy_number', 'Invalid value for "copy_number"', 'vie', 'description') );
10310 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10311     'import.item.invalid.circ_as_type', oils_i18n_gettext('import.item.invalid.circ_as_type', 'Invalid value for "circ_as_type"', 'vie', 'description') );
10312 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10313     'import.record.perm_failure', oils_i18n_gettext('import.record.perm_failure', 'Perm failure creating a record', 'vie', 'description') );
10314
10315 -- Event def for email notice for hold cancelled due to lack of target -----
10316
10317 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, template)
10318     VALUES (38, FALSE, 1, 
10319         'Hold Cancelled (No Target) Email Notification', 
10320         'hold_request.cancel.expire_no_target', 
10321         'HoldIsCancelled', 'SendEmail', '30 minutes', 'cancel_time', 'usr',
10322 $$
10323 [%- USE date -%]
10324 [%- user = target.0.usr -%]
10325 To: [%- params.recipient_email || user.email %]
10326 From: [%- params.sender_email || default_sender %]
10327 Subject: Hold Request Cancelled
10328
10329 Dear [% user.family_name %], [% user.first_given_name %]
10330 The following holds were cancelled because no items were found to fullfil the hold.
10331
10332 [% FOR hold IN target %]
10333     Title: [% hold.bib_rec.bib_record.simple_record.title %]
10334     Author: [% hold.bib_rec.bib_record.simple_record.author %]
10335     Library: [% hold.pickup_lib.name %]
10336     Request Date: [% date.format(helpers.format_date(hold.rrequest_time), '%Y-%m-%d') %]
10337 [% END %]
10338
10339 $$);
10340
10341 INSERT INTO action_trigger.environment (event_def, path) VALUES
10342     (38, 'usr'),
10343     (38, 'pickup_lib'),
10344     (38, 'bib_rec.bib_record.simple_record');
10345
10346 INSERT INTO action_trigger.event_params (event_def, param, value)
10347     VALUES (38, 'check_email_notify', 1);
10348
10349 ----------------------------------------------------------------
10350 -- Seed data for queued record/item exports
10351 ----------------------------------------------------------------
10352
10353 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
10354         'vandelay.queued_bib_record.print',
10355         'vqbr', 
10356         oils_i18n_gettext(
10357             'vandelay.queued_bib_record.print',
10358             'Print output has been requested for records in an Importer Bib Queue.',
10359             'ath',
10360             'description'
10361         ), 
10362         FALSE
10363     )
10364     ,(
10365         'vandelay.queued_bib_record.csv',
10366         'vqbr', 
10367         oils_i18n_gettext(
10368             'vandelay.queued_bib_record.csv',
10369             'CSV output has been requested for records in an Importer Bib Queue.',
10370             'ath',
10371             'description'
10372         ), 
10373         FALSE
10374     )
10375     ,(
10376         'vandelay.queued_bib_record.email',
10377         'vqbr', 
10378         oils_i18n_gettext(
10379             'vandelay.queued_bib_record.email',
10380             'An email has been requested for records in an Importer Bib Queue.',
10381             'ath',
10382             'description'
10383         ), 
10384         FALSE
10385     )
10386     ,(
10387         'vandelay.queued_auth_record.print',
10388         'vqar', 
10389         oils_i18n_gettext(
10390             'vandelay.queued_auth_record.print',
10391             'Print output has been requested for records in an Importer Authority Queue.',
10392             'ath',
10393             'description'
10394         ), 
10395         FALSE
10396     )
10397     ,(
10398         'vandelay.queued_auth_record.csv',
10399         'vqar', 
10400         oils_i18n_gettext(
10401             'vandelay.queued_auth_record.csv',
10402             'CSV output has been requested for records in an Importer Authority Queue.',
10403             'ath',
10404             'description'
10405         ), 
10406         FALSE
10407     )
10408     ,(
10409         'vandelay.queued_auth_record.email',
10410         'vqar', 
10411         oils_i18n_gettext(
10412             'vandelay.queued_auth_record.email',
10413             'An email has been requested for records in an Importer Authority Queue.',
10414             'ath',
10415             'description'
10416         ), 
10417         FALSE
10418     )
10419     ,(
10420         'vandelay.import_items.print',
10421         'vii', 
10422         oils_i18n_gettext(
10423             'vandelay.import_items.print',
10424             'Print output has been requested for Import Items from records in an Importer Bib Queue.',
10425             'ath',
10426             'description'
10427         ), 
10428         FALSE
10429     )
10430     ,(
10431         'vandelay.import_items.csv',
10432         'vii', 
10433         oils_i18n_gettext(
10434             'vandelay.import_items.csv',
10435             'CSV output has been requested for Import Items from records in an Importer Bib Queue.',
10436             'ath',
10437             'description'
10438         ), 
10439         FALSE
10440     )
10441     ,(
10442         'vandelay.import_items.email',
10443         'vii', 
10444         oils_i18n_gettext(
10445             'vandelay.import_items.email',
10446             'An email has been requested for Import Items from records in an Importer Bib Queue.',
10447             'ath',
10448             'description'
10449         ), 
10450         FALSE
10451     )
10452 ;
10453
10454 INSERT INTO action_trigger.event_definition (
10455         id,
10456         active,
10457         owner,
10458         name,
10459         hook,
10460         validator,
10461         reactor,
10462         group_field,
10463         granularity,
10464         template
10465     ) VALUES (
10466         39,
10467         TRUE,
10468         1,
10469         'Print Output for Queued Bib Records',
10470         'vandelay.queued_bib_record.print',
10471         'NOOP_True',
10472         'ProcessTemplate',
10473         'queue.owner',
10474         'print-on-demand',
10475 $$
10476 [%- USE date -%]
10477 <pre>
10478 Queue ID: [% target.0.queue.id %]
10479 Queue Name: [% target.0.queue.name %]
10480 Queue Type: [% target.0.queue.queue_type %]
10481 Complete? [% target.0.queue.complete %]
10482
10483     [% FOR vqbr IN target %]
10484 =-=-=
10485  Title of work    | [% helpers.get_queued_bib_attr('title',vqbr.attributes) %]
10486  Author of work   | [% helpers.get_queued_bib_attr('author',vqbr.attributes) %]
10487  Language of work | [% helpers.get_queued_bib_attr('language',vqbr.attributes) %]
10488  Pagination       | [% helpers.get_queued_bib_attr('pagination',vqbr.attributes) %]
10489  ISBN             | [% helpers.get_queued_bib_attr('isbn',vqbr.attributes) %]
10490  ISSN             | [% helpers.get_queued_bib_attr('issn',vqbr.attributes) %]
10491  Price            | [% helpers.get_queued_bib_attr('price',vqbr.attributes) %]
10492  Accession Number | [% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) %]
10493  TCN Value        | [% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) %]
10494  TCN Source       | [% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) %]
10495  Internal ID      | [% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) %]
10496  Publisher        | [% helpers.get_queued_bib_attr('publisher',vqbr.attributes) %]
10497  Publication Date | [% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) %]
10498  Edition          | [% helpers.get_queued_bib_attr('edition',vqbr.attributes) %]
10499  Item Barcode     | [% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) %]
10500  Import Error     | [% vqbr.import_error %]
10501  Error Detail     | [% vqbr.error_detail %]
10502  Match Count      | [% vqbr.matches.size %]
10503
10504     [% END %]
10505 </pre>
10506 $$
10507     )
10508 ;
10509
10510 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10511     39, 'attributes')
10512     ,( 39, 'queue')
10513     ,( 39, 'matches')
10514 ;
10515
10516 INSERT INTO action_trigger.event_definition (
10517         id,
10518         active,
10519         owner,
10520         name,
10521         hook,
10522         validator,
10523         reactor,
10524         group_field,
10525         granularity,
10526         template
10527     ) VALUES (
10528         40,
10529         TRUE,
10530         1,
10531         'CSV Output for Queued Bib Records',
10532         'vandelay.queued_bib_record.csv',
10533         'NOOP_True',
10534         'ProcessTemplate',
10535         'queue.owner',
10536         'print-on-demand',
10537 $$
10538 [%- USE date -%]
10539 "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"
10540 [% 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 %]"
10541 [% END %]
10542 $$
10543     )
10544 ;
10545
10546 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10547     40, 'attributes')
10548     ,( 40, 'queue')
10549     ,( 40, 'matches')
10550 ;
10551
10552 INSERT INTO action_trigger.event_definition (
10553         id,
10554         active,
10555         owner,
10556         name,
10557         hook,
10558         validator,
10559         reactor,
10560         group_field,
10561         granularity,
10562         template
10563     ) VALUES (
10564         41,
10565         TRUE,
10566         1,
10567         'Email Output for Queued Bib Records',
10568         'vandelay.queued_bib_record.email',
10569         'NOOP_True',
10570         'SendEmail',
10571         'queue.owner',
10572         NULL,
10573 $$
10574 [%- USE date -%]
10575 [%- SET user = target.0.queue.owner -%]
10576 To: [%- params.recipient_email || user.email || 'root@localhost' %]
10577 From: [%- params.sender_email || default_sender %]
10578 Subject: Bibs from Import Queue
10579
10580 Queue ID: [% target.0.queue.id %]
10581 Queue Name: [% target.0.queue.name %]
10582 Queue Type: [% target.0.queue.queue_type %]
10583 Complete? [% target.0.queue.complete %]
10584
10585     [% FOR vqbr IN target %]
10586 =-=-=
10587  Title of work    | [% helpers.get_queued_bib_attr('title',vqbr.attributes) %]
10588  Author of work   | [% helpers.get_queued_bib_attr('author',vqbr.attributes) %]
10589  Language of work | [% helpers.get_queued_bib_attr('language',vqbr.attributes) %]
10590  Pagination       | [% helpers.get_queued_bib_attr('pagination',vqbr.attributes) %]
10591  ISBN             | [% helpers.get_queued_bib_attr('isbn',vqbr.attributes) %]
10592  ISSN             | [% helpers.get_queued_bib_attr('issn',vqbr.attributes) %]
10593  Price            | [% helpers.get_queued_bib_attr('price',vqbr.attributes) %]
10594  Accession Number | [% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) %]
10595  TCN Value        | [% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) %]
10596  TCN Source       | [% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) %]
10597  Internal ID      | [% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) %]
10598  Publisher        | [% helpers.get_queued_bib_attr('publisher',vqbr.attributes) %]
10599  Publication Date | [% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) %]
10600  Edition          | [% helpers.get_queued_bib_attr('edition',vqbr.attributes) %]
10601  Item Barcode     | [% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) %]
10602
10603     [% END %]
10604
10605 $$
10606     )
10607 ;
10608
10609 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10610     41, 'attributes')
10611     ,( 41, 'queue')
10612     ,( 41, 'queue.owner')
10613 ;
10614
10615 INSERT INTO action_trigger.event_definition (
10616         id,
10617         active,
10618         owner,
10619         name,
10620         hook,
10621         validator,
10622         reactor,
10623         group_field,
10624         granularity,
10625         template
10626     ) VALUES (
10627         42,
10628         TRUE,
10629         1,
10630         'Print Output for Queued Authority Records',
10631         'vandelay.queued_auth_record.print',
10632         'NOOP_True',
10633         'ProcessTemplate',
10634         'queue.owner',
10635         'print-on-demand',
10636 $$
10637 [%- USE date -%]
10638 <pre>
10639 Queue ID: [% target.0.queue.id %]
10640 Queue Name: [% target.0.queue.name %]
10641 Queue Type: [% target.0.queue.queue_type %]
10642 Complete? [% target.0.queue.complete %]
10643
10644     [% FOR vqar IN target %]
10645 =-=-=
10646  Record Identifier | [% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) %]
10647
10648     [% END %]
10649 </pre>
10650 $$
10651     )
10652 ;
10653
10654 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10655     42, 'attributes')
10656     ,( 42, 'queue')
10657 ;
10658
10659 INSERT INTO action_trigger.event_definition (
10660         id,
10661         active,
10662         owner,
10663         name,
10664         hook,
10665         validator,
10666         reactor,
10667         group_field,
10668         granularity,
10669         template
10670     ) VALUES (
10671         43,
10672         TRUE,
10673         1,
10674         'CSV Output for Queued Authority Records',
10675         'vandelay.queued_auth_record.csv',
10676         'NOOP_True',
10677         'ProcessTemplate',
10678         'queue.owner',
10679         'print-on-demand',
10680 $$
10681 [%- USE date -%]
10682 "Record Identifier"
10683 [% FOR vqar IN target %]"[% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) | replace('"', '""') %]"
10684 [% END %]
10685 $$
10686     )
10687 ;
10688
10689 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10690     43, 'attributes')
10691     ,( 43, 'queue')
10692 ;
10693
10694 INSERT INTO action_trigger.event_definition (
10695         id,
10696         active,
10697         owner,
10698         name,
10699         hook,
10700         validator,
10701         reactor,
10702         group_field,
10703         granularity,
10704         template
10705     ) VALUES (
10706         44,
10707         TRUE,
10708         1,
10709         'Email Output for Queued Authority Records',
10710         'vandelay.queued_auth_record.email',
10711         'NOOP_True',
10712         'SendEmail',
10713         'queue.owner',
10714         NULL,
10715 $$
10716 [%- USE date -%]
10717 [%- SET user = target.0.queue.owner -%]
10718 To: [%- params.recipient_email || user.email || 'root@localhost' %]
10719 From: [%- params.sender_email || default_sender %]
10720 Subject: Authorities from Import Queue
10721
10722 Queue ID: [% target.0.queue.id %]
10723 Queue Name: [% target.0.queue.name %]
10724 Queue Type: [% target.0.queue.queue_type %]
10725 Complete? [% target.0.queue.complete %]
10726
10727     [% FOR vqar IN target %]
10728 =-=-=
10729  Record Identifier | [% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) %]
10730
10731     [% END %]
10732
10733 $$
10734     )
10735 ;
10736
10737 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10738     44, 'attributes')
10739     ,( 44, 'queue')
10740     ,( 44, 'queue.owner')
10741 ;
10742
10743 INSERT INTO action_trigger.event_definition (
10744         id,
10745         active,
10746         owner,
10747         name,
10748         hook,
10749         validator,
10750         reactor,
10751         group_field,
10752         granularity,
10753         template
10754     ) VALUES (
10755         45,
10756         TRUE,
10757         1,
10758         'Print Output for Import Items from Queued Bib Records',
10759         'vandelay.import_items.print',
10760         'NOOP_True',
10761         'ProcessTemplate',
10762         'record.queue.owner',
10763         'print-on-demand',
10764 $$
10765 [%- USE date -%]
10766 <pre>
10767 Queue ID: [% target.0.record.queue.id %]
10768 Queue Name: [% target.0.record.queue.name %]
10769 Queue Type: [% target.0.record.queue.queue_type %]
10770 Complete? [% target.0.record.queue.complete %]
10771
10772     [% FOR vii IN target %]
10773 =-=-=
10774  Import Item ID         | [% vii.id %]
10775  Title of work          | [% helpers.get_queued_bib_attr('title',vii.record.attributes) %]
10776  ISBN                   | [% helpers.get_queued_bib_attr('isbn',vii.record.attributes) %]
10777  Attribute Definition   | [% vii.definition %]
10778  Import Error           | [% vii.import_error %]
10779  Import Error Detail    | [% vii.error_detail %]
10780  Owning Library         | [% vii.owning_lib %]
10781  Circulating Library    | [% vii.circ_lib %]
10782  Call Number            | [% vii.call_number %]
10783  Copy Number            | [% vii.copy_number %]
10784  Status                 | [% vii.status.name %]
10785  Shelving Location      | [% vii.location.name %]
10786  Circulate              | [% vii.circulate %]
10787  Deposit                | [% vii.deposit %]
10788  Deposit Amount         | [% vii.deposit_amount %]
10789  Reference              | [% vii.ref %]
10790  Holdable               | [% vii.holdable %]
10791  Price                  | [% vii.price %]
10792  Barcode                | [% vii.barcode %]
10793  Circulation Modifier   | [% vii.circ_modifier %]
10794  Circulate As MARC Type | [% vii.circ_as_type %]
10795  Alert Message          | [% vii.alert_message %]
10796  Public Note            | [% vii.pub_note %]
10797  Private Note           | [% vii.priv_note %]
10798  OPAC Visible           | [% vii.opac_visible %]
10799
10800     [% END %]
10801 </pre>
10802 $$
10803     )
10804 ;
10805
10806 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10807     45, 'record')
10808     ,( 45, 'record.attributes')
10809     ,( 45, 'record.queue')
10810     ,( 45, 'record.queue.owner')
10811 ;
10812
10813 INSERT INTO action_trigger.event_definition (
10814         id,
10815         active,
10816         owner,
10817         name,
10818         hook,
10819         validator,
10820         reactor,
10821         group_field,
10822         granularity,
10823         template
10824     ) VALUES (
10825         46,
10826         TRUE,
10827         1,
10828         'CSV Output for Import Items from Queued Bib Records',
10829         'vandelay.import_items.csv',
10830         'NOOP_True',
10831         'ProcessTemplate',
10832         'record.queue.owner',
10833         'print-on-demand',
10834 $$
10835 [%- USE date -%]
10836 "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"
10837 [% 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('"', '""') %]"
10838 [% END %]
10839 $$
10840     )
10841 ;
10842
10843 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10844     46, 'record')
10845     ,( 46, 'record.attributes')
10846     ,( 46, 'record.queue')
10847     ,( 46, 'record.queue.owner')
10848 ;
10849
10850 INSERT INTO action_trigger.event_definition (
10851         id,
10852         active,
10853         owner,
10854         name,
10855         hook,
10856         validator,
10857         reactor,
10858         group_field,
10859         granularity,
10860         template
10861     ) VALUES (
10862         47,
10863         TRUE,
10864         1,
10865         'Email Output for Import Items from Queued Bib Records',
10866         'vandelay.import_items.email',
10867         'NOOP_True',
10868         'SendEmail',
10869         'record.queue.owner',
10870         NULL,
10871 $$
10872 [%- USE date -%]
10873 [%- SET user = target.0.record.queue.owner -%]
10874 To: [%- params.recipient_email || user.email || 'root@localhost' %]
10875 From: [%- params.sender_email || default_sender %]
10876 Subject: Import Items from Import Queue
10877
10878 Queue ID: [% target.0.record.queue.id %]
10879 Queue Name: [% target.0.record.queue.name %]
10880 Queue Type: [% target.0.record.queue.queue_type %]
10881 Complete? [% target.0.record.queue.complete %]
10882
10883     [% FOR vii IN target %]
10884 =-=-=
10885  Import Item ID         | [% vii.id %]
10886  Title of work          | [% helpers.get_queued_bib_attr('title',vii.record.attributes) %]
10887  ISBN                   | [% helpers.get_queued_bib_attr('isbn',vii.record.attributes) %]
10888  Attribute Definition   | [% vii.definition %]
10889  Import Error           | [% vii.import_error %]
10890  Import Error Detail    | [% vii.error_detail %]
10891  Owning Library         | [% vii.owning_lib %]
10892  Circulating Library    | [% vii.circ_lib %]
10893  Call Number            | [% vii.call_number %]
10894  Copy Number            | [% vii.copy_number %]
10895  Status                 | [% vii.status.name %]
10896  Shelving Location      | [% vii.location.name %]
10897  Circulate              | [% vii.circulate %]
10898  Deposit                | [% vii.deposit %]
10899  Deposit Amount         | [% vii.deposit_amount %]
10900  Reference              | [% vii.ref %]
10901  Holdable               | [% vii.holdable %]
10902  Price                  | [% vii.price %]
10903  Barcode                | [% vii.barcode %]
10904  Circulation Modifier   | [% vii.circ_modifier %]
10905  Circulate As MARC Type | [% vii.circ_as_type %]
10906  Alert Message          | [% vii.alert_message %]
10907  Public Note            | [% vii.pub_note %]
10908  Private Note           | [% vii.priv_note %]
10909  OPAC Visible           | [% vii.opac_visible %]
10910
10911     [% END %]
10912 $$
10913     )
10914 ;
10915
10916 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10917     47, 'record')
10918     ,( 47, 'record.attributes')
10919     ,( 47, 'record.queue')
10920     ,( 47, 'record.queue.owner')
10921 ;
10922
10923 INSERT INTO action_trigger.hook (key, core_type, description, passive)
10924 VALUES (
10925     'container.biblio_record_entry_bucket.csv',
10926     'cbreb',
10927     oils_i18n_gettext(
10928         'container.biblio_record_entry_bucket.csv',
10929         'Produce a CSV file representing a bookbag',
10930         'ath',
10931         'description'
10932     ),
10933     FALSE
10934 );
10935
10936 INSERT INTO action_trigger.reactor (module, description)
10937 VALUES (
10938     'ContainerCSV',
10939     oils_i18n_gettext(
10940         'ContainerCSV',
10941         'Facilitates produce a CSV file representing a bookbag by introducing an "items" variable into the TT environment, sorted as dictated according to user params',
10942         'atr',
10943         'description'
10944     )
10945 );
10946
10947 INSERT INTO action_trigger.event_definition (
10948     id, active, owner,
10949     name, hook, reactor,
10950     validator, template
10951 ) VALUES (
10952     48, TRUE, 1,
10953     'Bookbag CSV', 'container.biblio_record_entry_bucket.csv', 'ContainerCSV',
10954     'NOOP_True',
10955 $$
10956 [%-
10957 # target is the bookbag itself. The 'items' variable does not need to be in
10958 # the environment because a special reactor will take care of filling it in.
10959
10960 FOR item IN items;
10961     bibxml = helpers.unapi_bre(item.target_biblio_record_entry, {flesh => '{mra}'});
10962     title = "";
10963     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
10964         title = title _ part.textContent;
10965     END;
10966     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
10967     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
10968     pub_date = "";
10969     FOR pdatum IN bibxml.findnodes('//*[@tag="260"]/*[@code="c"]');
10970         IF pub_date ;
10971             pub_date = pub_date _ ", " _ pdatum.textContent;
10972         ELSE ;
10973             pub_date = pdatum.textContent;
10974         END;
10975     END;
10976     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";
10977 END -%]
10978 $$
10979 );
10980
10981 SELECT SETVAL('authority.control_set_id_seq'::TEXT, 100);
10982 SELECT SETVAL('authority.control_set_authority_field_id_seq'::TEXT, 1000);
10983 SELECT SETVAL('authority.control_set_bib_field_id_seq'::TEXT, 1000);
10984
10985 INSERT INTO authority.control_set (id, name, description) VALUES (
10986     1,
10987     oils_i18n_gettext('1','LoC','acs','name'),
10988     oils_i18n_gettext('1','Library of Congress standard authority record control semantics','acs','description')
10989 );
10990
10991 -- Entries that need to respect an NFI
10992 INSERT INTO authority.control_set_authority_field (id, control_set, main_entry, tag, sf_list, display_sf_list, name, nfi) VALUES
10993     (4, 1, NULL, '130', 'adfgklmnoprstvxyz', 'adfgklmnoprstvxyz', oils_i18n_gettext('4','Heading -- Uniform Title','acsaf','name'), '2'),
10994     (24, 1, 4, '530', 'adfgiklmnoprstvwxyz4', 'adfgiklmnoprstvxyz', oils_i18n_gettext('24','See Also From Tracing -- Uniform Title','acsaf','name'), '2'),
10995     (44, 1, 4, '730', 'adfghklmnoprstvwxyz25', 'adfghklmnoprstvxyz', oils_i18n_gettext('44','Established Heading Linking Entry -- Uniform Title','acsaf','name'), '2'),
10996     (64, 1, 4, '430', 'adfgiklmnoprstvwxyz4', 'adfgiklmnoprstvxyz', oils_i18n_gettext('64','See From Tracing -- Uniform Title','acsaf','name'), '2');
10997
10998 INSERT INTO authority.control_set_authority_field (id, control_set, main_entry, tag, sf_list, display_sf_list, name) VALUES
10999
11000 -- Main entries
11001     (1, 1, NULL, '100', 'abcdefklmnopqrstvxyz', 'abcdefklmnopqrstvxyz',
11002         oils_i18n_gettext('1','Heading -- Personal Name','acsaf','name')),
11003     (2, 1, NULL, '110', 'abcdefgklmnoprstvxyz', 'abcdefgklmnoprstvxyz',
11004         oils_i18n_gettext('2','Heading -- Corporate Name','acsaf','name')),
11005     (3, 1, NULL, '111', 'acdefgklnpqstvxyz', 'acdefgklnpqstvxyz',
11006         oils_i18n_gettext('3','Heading -- Meeting Name','acsaf','name')),
11007     (5, 1, NULL, '150', 'abvxyz', 'abvxyz',
11008         oils_i18n_gettext('5','Heading -- Topical Term','acsaf','name')),
11009     (6, 1, NULL, '151', 'avxyz', 'avxyz',
11010         oils_i18n_gettext('6','Heading -- Geographic Name','acsaf','name')),
11011     (7, 1, NULL, '155', 'avxyz', 'avxyz',
11012         oils_i18n_gettext('7','Heading -- Genre/Form Term','acsaf','name')),
11013     (8, 1, NULL, '180', 'vxyz', 'vxyz',
11014         oils_i18n_gettext('8','Heading -- General Subdivision','acsaf','name')),
11015     (9, 1, NULL, '181', 'vxyz', 'vxyz',
11016         oils_i18n_gettext('9','Heading -- Geographic Subdivision','acsaf','name')),
11017     (10, 1, NULL, '182', 'vxyz', 'vxyz',
11018         oils_i18n_gettext('10','Heading -- Chronological Subdivision','acsaf','name')),
11019     (11, 1, NULL, '185', 'vxyz', 'vxyz',
11020         oils_i18n_gettext('11','Heading -- Form Subdivision','acsaf','name')),
11021     (12, 1, NULL, '148', 'avxyz', 'avxyz',
11022         oils_i18n_gettext('12','Heading -- Chronological Term','acsaf','name')),
11023
11024 -- See Also From tracings
11025     (21, 1, 1, '500', 'abcdefiklmnopqrstvwxyz4', 'abcdefiklmnopqrstvxyz', oils_i18n_gettext('21','See Also From Tracing -- Personal Name','acsaf','name')),
11026     (22, 1, 2, '510', 'abcdefgiklmnoprstvwxyz4', 'abcdefgiklmnoprstvxyz', oils_i18n_gettext('22','See Also From Tracing -- Corporate Name','acsaf','name')),
11027     (23, 1, 3, '511', 'acdefgiklnpqstvwxyz4', 'acdefgiklnpqstvxyz', oils_i18n_gettext('23','See Also From Tracing -- Meeting Name','acsaf','name')),
11028     (25, 1, 5, '550', 'abivwxyz4', 'abivxyz', oils_i18n_gettext('25','See Also From Tracing -- Topical Term','acsaf','name')),
11029     (26, 1, 6, '551', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('26','See Also From Tracing -- Geographic Name','acsaf','name')),
11030     (27, 1, 7, '555', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('27','See Also From Tracing -- Genre/Form Term','acsaf','name')),
11031     (28, 1, 8, '580', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('28','See Also From Tracing -- General Subdivision','acsaf','name')),
11032     (29, 1, 9, '581', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('29','See Also From Tracing -- Geographic Subdivision','acsaf','name')),
11033     (30, 1, 10, '582', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('30','See Also From Tracing -- Chronological Subdivision','acsaf','name')),
11034     (31, 1, 11, '585', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('31','See Also From Tracing -- Form Subdivision','acsaf','name')),
11035     (32, 1, 12, '548', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('32','See Also From Tracing -- Chronological Term','acsaf','name')),
11036
11037 -- Linking entries
11038     (41, 1, 1, '700', 'abcdefghjklmnopqrstvwxyz25', 'abcdefghjklmnopqrstvxyz', oils_i18n_gettext('41','Established Heading Linking Entry -- Personal Name','acsaf','name')),
11039     (42, 1, 2, '710', 'abcdefghklmnoprstvwxyz25', 'abcdefghklmnoprstvxyz', oils_i18n_gettext('42','Established Heading Linking Entry -- Corporate Name','acsaf','name')),
11040     (43, 1, 3, '711', 'acdefghklnpqstvwxyz25', 'acdefghklnpqstvxyz', oils_i18n_gettext('43','Established Heading Linking Entry -- Meeting Name','acsaf','name')),
11041     (45, 1, 5, '750', 'abvwxyz25', 'abvxyz', oils_i18n_gettext('45','Established Heading Linking Entry -- Topical Term','acsaf','name')),
11042     (46, 1, 6, '751', 'avwxyz25', 'avxyz', oils_i18n_gettext('46','Established Heading Linking Entry -- Geographic Name','acsaf','name')),
11043     (47, 1, 7, '755', 'avwxyz25', 'avxyz', oils_i18n_gettext('47','Established Heading Linking Entry -- Genre/Form Term','acsaf','name')),
11044     (48, 1, 8, '780', 'vwxyz25', 'vxyz', oils_i18n_gettext('48','Subdivision Linking Entry -- General Subdivision','acsaf','name')),
11045     (49, 1, 9, '781', 'vwxyz25', 'vxyz', oils_i18n_gettext('49','Subdivision Linking Entry -- Geographic Subdivision','acsaf','name')),
11046     (50, 1, 10, '782', 'vwxyz25', 'vxyz', oils_i18n_gettext('50','Subdivision Linking Entry -- Chronological Subdivision','acsaf','name')),
11047     (51, 1, 11, '785', 'vwxyz25', 'vxyz', oils_i18n_gettext('51','Subdivision Linking Entry -- Form Subdivision','acsaf','name')),
11048     (52, 1, 12, '748', 'avwxyz25', 'avxyz', oils_i18n_gettext('52','Established Heading Linking Entry -- Chronological Term','acsaf','name')),
11049
11050 -- See From tracings
11051     (61, 1, 1, '400', 'abcdefiklmnopqrstvwxyz4', 'abcdefiklmnopqrstvxyz', oils_i18n_gettext('61','See From Tracing -- Personal Name','acsaf','name')),
11052     (62, 1, 2, '410', 'abcdefgiklmnoprstvwxyz4', 'abcdefgiklmnoprstvxyz', oils_i18n_gettext('62','See From Tracing -- Corporate Name','acsaf','name')),
11053     (63, 1, 3, '411', 'acdefgiklnpqstvwxyz4', 'acdefgiklnpqstvxyz', oils_i18n_gettext('63','See From Tracing -- Meeting Name','acsaf','name')),
11054     (65, 1, 5, '450', 'abivwxyz4', 'abivxyz', oils_i18n_gettext('65','See From Tracing -- Topical Term','acsaf','name')),
11055     (66, 1, 6, '451', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('66','See From Tracing -- Geographic Name','acsaf','name')),
11056     (67, 1, 7, '455', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('67','See From Tracing -- Genre/Form Term','acsaf','name')),
11057     (68, 1, 8, '480', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('68','See From Tracing -- General Subdivision','acsaf','name')),
11058     (69, 1, 9, '481', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('69','See From Tracing -- Geographic Subdivision','acsaf','name')),
11059     (70, 1, 10, '482', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('70','See From Tracing -- Chronological Subdivision','acsaf','name')),
11060     (71, 1, 11, '485', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('71','See From Tracing -- Form Subdivision','acsaf','name')),
11061     (72, 1, 12, '448', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('72','See From Tracing -- Chronological Term','acsaf','name'));
11062
11063 -- No linking on 4xx fields for LOC
11064 UPDATE authority.control_set_authority_field
11065     SET linking_subfield = '0' WHERE tag LIKE ANY (ARRAY['5%','7%']);
11066
11067 -- Set the default joiner for subject-ish authority fields
11068 UPDATE authority.control_set_authority_field
11069     SET joiner = ' -- ' WHERE tag LIKE ANY (ARRAY['_4_','_5_','_8_']);
11070
11071
11072 INSERT INTO authority.browse_axis (code,name,description,sorter) VALUES
11073     ('title','Title','Title axis','titlesort'),
11074     ('author','Author','Author axis','titlesort'),
11075     ('subject','Subject','Subject axis','titlesort'),
11076     ('topic','Topic','Topic Subject axis','titlesort');
11077
11078 INSERT INTO authority.browse_axis_authority_field_map (axis,field) VALUES
11079     ('author',  1 ),
11080     ('author',  2 ),
11081     ('author',  3 ),
11082     ('title',   4 ),
11083     ('topic',   5 ),
11084     ('subject', 5 ),
11085     ('subject', 6 ),
11086     ('subject', 7 ),
11087     ('subject', 12);
11088
11089 INSERT INTO authority.control_set_bib_field (tag, authority_field) 
11090     SELECT '100', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11091         UNION
11092     SELECT '600', id FROM authority.control_set_authority_field WHERE tag IN ('100','180','181','182','185')
11093         UNION
11094     SELECT '700', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11095         UNION
11096     SELECT '800', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11097         UNION
11098
11099     SELECT '110', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11100         UNION
11101     SELECT '610', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11102         UNION
11103     SELECT '710', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11104         UNION
11105     SELECT '810', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11106         UNION
11107
11108     SELECT '111', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11109         UNION
11110     SELECT '611', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11111         UNION
11112     SELECT '711', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11113         UNION
11114     SELECT '811', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11115         UNION
11116
11117     SELECT '130', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11118         UNION
11119     SELECT '240', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11120         UNION
11121     SELECT '630', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11122         UNION
11123     SELECT '730', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11124         UNION
11125     SELECT '830', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11126         UNION
11127
11128     SELECT '648', id FROM authority.control_set_authority_field WHERE tag IN ('148')
11129         UNION
11130
11131     SELECT '650', id FROM authority.control_set_authority_field WHERE tag IN ('150','180','181','182','185')
11132         UNION
11133     SELECT '651', id FROM authority.control_set_authority_field WHERE tag IN ('151','180','181','182','185')
11134         UNION
11135     SELECT '655', id FROM authority.control_set_authority_field WHERE tag IN ('155','180','181','182','185')
11136 ;
11137
11138 -- Map between authority controlled bib fields and stock indexing metabib fields
11139 INSERT INTO authority.control_set_bib_field_metabib_field_map (bib_field, metabib_field)
11140     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11141       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11142       WHERE a.tag = '100' AND m.name = 'personal'
11143
11144         UNION
11145
11146     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11147       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11148       WHERE a.tag = '110' AND m.name = 'corporate'
11149
11150         UNION
11151
11152     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11153       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11154       WHERE a.tag = '111' AND m.name = 'conference'
11155
11156         UNION
11157
11158     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11159       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11160       WHERE a.tag = '130' AND m.name = 'uniform'
11161
11162         UNION
11163
11164     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11165       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11166       WHERE a.tag = '148' AND m.name = 'temporal'
11167
11168         UNION
11169
11170     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11171       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11172       WHERE a.tag = '150' AND m.name = 'topic'
11173
11174         UNION
11175
11176     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11177       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11178       WHERE a.tag = '151' AND m.name = 'geographic'
11179
11180         UNION
11181
11182     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11183       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11184       WHERE a.tag = '155' AND m.name = 'genre' -- Just in case...
11185 ;
11186
11187 INSERT INTO authority.thesaurus (code, name, control_set) VALUES
11188     ('a', oils_i18n_gettext('a','Library of Congress Subject Headings','at','name'), 1),
11189     ('b', oils_i18n_gettext('b','LC subject headings for children''s literature','at','name'), 1), 
11190     ('c', oils_i18n_gettext('c','Medical Subject Headings','at','name'), 1),
11191     ('d', oils_i18n_gettext('d','National Agricultural Library subject authority file','at','name'), 1),
11192     ('k', oils_i18n_gettext('k','Canadian Subject Headings','at','name'), 1),
11193     ('n', oils_i18n_gettext('n','Not applicable','at','name'), 1),
11194     ('r', oils_i18n_gettext('r','Art and Architecture Thesaurus','at','name'), 1),
11195     ('s', oils_i18n_gettext('s','Sears List of Subject Headings','at','name'), 1),
11196     ('v', oils_i18n_gettext('v','Repertoire de vedettes-matiere','at','name'), 1),
11197     ('z', oils_i18n_gettext('z','Other','at','name'), 1),
11198     ('|', oils_i18n_gettext('|','No attempt to code','at','name'), NULL),
11199     (' ', oils_i18n_gettext(' ','Alternate no attempt to code','at','name'), NULL);
11200
11201 INSERT INTO action_trigger.hook ( key, core_type, description, passive ) VALUES (
11202     'reservation.available',
11203     'bresv',
11204     'A reservation is available for pickup',
11205     false
11206 );
11207
11208 INSERT INTO action_trigger.validator ( module, description ) VALUES (
11209     'ReservationIsAvailable',
11210     'Checked that a reserved resource is available for checkout'
11211 );
11212
11213 INSERT INTO container.biblio_record_entry_bucket_type (code, label) VALUES (
11214     'vandelay_queue',
11215     oils_i18n_gettext('vandelay_queue', 'Vandelay Queue', 'cbrebt', 'label')
11216 );
11217
11218 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype,fm_class) VALUES (
11219     'opac.default_sms_carrier',
11220     'sms',
11221     TRUE,
11222     oils_i18n_gettext(
11223         'opac.default_sms_carrier',
11224         'Default SMS/Text Carrier',
11225         'cust',
11226         'label'
11227     ),
11228     oils_i18n_gettext(
11229         'opac.default_sms_carrier',
11230         'Default SMS/Text Carrier',
11231         'cust',
11232         'description'
11233     ),
11234     'link',
11235     'csc'
11236 );
11237
11238 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11239     'opac.default_sms_notify',
11240     'sms',
11241     TRUE,
11242     oils_i18n_gettext(
11243         'opac.default_sms_notify',
11244         'Default SMS/Text Number',
11245         'cust',
11246         'label'
11247     ),
11248     oils_i18n_gettext(
11249         'opac.default_sms_notify',
11250         'Default SMS/Text Number',
11251         'cust',
11252         'description'
11253     ),
11254     'string'
11255 );
11256
11257 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11258     'opac.default_phone',
11259     'opac',
11260     TRUE,
11261     oils_i18n_gettext(
11262         'opac.default_phone',
11263         'Default Phone Number',
11264         'cust',
11265         'label'
11266     ),
11267     oils_i18n_gettext(
11268         'opac.default_phone',
11269         'Default Phone Number',
11270         'cust',
11271         'description'
11272     ),
11273     'string'
11274 );
11275
11276 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11277     'ui.grid_columns.circ.hold_pull_list',
11278     'gui',
11279     FALSE,
11280     oils_i18n_gettext(
11281         'ui.grid_columns.circ.hold_pull_list',
11282         'Hold Pull List',
11283         'cust',
11284         'label'
11285     ),
11286     oils_i18n_gettext(
11287         'ui.grid_columns.circ.hold_pull_list',
11288         'Hold Pull List Saved Column Settings',
11289         'cust',
11290         'description'
11291     ),
11292     'string'
11293 ), (
11294     'ui.grid_columns.actor.user.event_log',
11295     'gui',
11296     FALSE,
11297     oils_i18n_gettext(
11298         'ui.grid_columns.actor.user.event_log',
11299         'User Event Log',
11300         'cust',
11301         'label'
11302     ),
11303     oils_i18n_gettext(
11304         'ui.grid_columns.actor.user.event_log',
11305         'User Event Log Saved Column Settings',
11306         'cust',
11307         'description'
11308     ),
11309     'string'
11310 ), (
11311     'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11312     'gui',
11313     FALSE,
11314     oils_i18n_gettext(
11315         'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11316         'Circulation Policy Configuration',
11317         'cust',
11318         'label'
11319     ),
11320     oils_i18n_gettext(
11321         'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11322         'Circulation Policy Configuration Column Settings',
11323         'cust',
11324         'description'
11325     ),
11326     'string'
11327 ) ;
11328
11329 SELECT setval( 'config.sms_carrier_id_seq', 1000 );
11330 INSERT INTO config.sms_carrier VALUES
11331
11332     -- Testing
11333     (
11334         1,
11335         oils_i18n_gettext(
11336             1,
11337             'Local',
11338             'csc',
11339             'region'
11340         ),
11341         oils_i18n_gettext(
11342             1,
11343             'Test Carrier',
11344             'csc',
11345             'name'
11346         ),
11347         'opensrf+$number@localhost',
11348         FALSE
11349     ),
11350
11351     -- Canada & USA
11352     (
11353         2,
11354         oils_i18n_gettext(
11355             2,
11356             'Canada & USA',
11357             'csc',
11358             'region'
11359         ),
11360         oils_i18n_gettext(
11361             2,
11362             'Rogers Wireless',
11363             'csc',
11364             'name'
11365         ),
11366         '$number@pcs.rogers.com',
11367         TRUE
11368     ),
11369     (
11370         3,
11371         oils_i18n_gettext(
11372             3,
11373             'Canada & USA',
11374             'csc',
11375             'region'
11376         ),
11377         oils_i18n_gettext(
11378             3,
11379             'Rogers Wireless (Alternate)',
11380             'csc',
11381             'name'
11382         ),
11383         '1$number@mms.rogers.com',
11384         TRUE
11385     ),
11386     (
11387         4,
11388         oils_i18n_gettext(
11389             4,
11390             'Canada & USA',
11391             'csc',
11392             'region'
11393         ),
11394         oils_i18n_gettext(
11395             4,
11396             'Telus Mobility',
11397             'csc',
11398             'name'
11399         ),
11400         '$number@msg.telus.com',
11401         TRUE
11402     ),
11403
11404     -- Canada
11405     (
11406         5,
11407         oils_i18n_gettext(
11408             5,
11409             'Canada',
11410             'csc',
11411             'region'
11412         ),
11413         oils_i18n_gettext(
11414             5,
11415             'Koodo Mobile',
11416             'csc',
11417             'name'
11418         ),
11419         '$number@msg.telus.com',
11420         TRUE
11421     ),
11422     (
11423         6,
11424         oils_i18n_gettext(
11425             6,
11426             'Canada',
11427             'csc',
11428             'region'
11429         ),
11430         oils_i18n_gettext(
11431             6,
11432             'Fido',
11433             'csc',
11434             'name'
11435         ),
11436         '$number@fido.ca',
11437         TRUE
11438     ),
11439     (
11440         7,
11441         oils_i18n_gettext(
11442             7,
11443             'Canada',
11444             'csc',
11445             'region'
11446         ),
11447         oils_i18n_gettext(
11448             7,
11449             'Bell Mobility & Solo Mobile',
11450             'csc',
11451             'name'
11452         ),
11453         '$number@txt.bell.ca',
11454         TRUE
11455     ),
11456     (
11457         8,
11458         oils_i18n_gettext(
11459             8,
11460             'Canada',
11461             'csc',
11462             'region'
11463         ),
11464         oils_i18n_gettext(
11465             8,
11466             'Bell Mobility & Solo Mobile (Alternate)',
11467             'csc',
11468             'name'
11469         ),
11470         '$number@txt.bellmobility.ca',
11471         TRUE
11472     ),
11473     (
11474         9,
11475         oils_i18n_gettext(
11476             9,
11477             'Canada',
11478             'csc',
11479             'region'
11480         ),
11481         oils_i18n_gettext(
11482             9,
11483             'Aliant',
11484             'csc',
11485             'name'
11486         ),
11487         '$number@sms.wirefree.informe.ca',
11488         TRUE
11489     ),
11490     (
11491         10,
11492         oils_i18n_gettext(
11493             10,
11494             'Canada',
11495             'csc',
11496             'region'
11497         ),
11498         oils_i18n_gettext(
11499             10,
11500             'PC Telecom',
11501             'csc',
11502             'name'
11503         ),
11504         '$number@mobiletxt.ca',
11505         TRUE
11506     ),
11507     (
11508         11,
11509         oils_i18n_gettext(
11510             11,
11511             'Canada',
11512             'csc',
11513             'region'
11514         ),
11515         oils_i18n_gettext(
11516             11,
11517             'SaskTel',
11518             'csc',
11519             'name'
11520         ),
11521         '$number@sms.sasktel.com',
11522         TRUE
11523     ),
11524     (
11525         12,
11526         oils_i18n_gettext(
11527             12,
11528             'Canada',
11529             'csc',
11530             'region'
11531         ),
11532         oils_i18n_gettext(
11533             12,
11534             'MTS Mobility',
11535             'csc',
11536             'name'
11537         ),
11538         '$number@text.mtsmobility.com',
11539         TRUE
11540     ),
11541     (
11542         13,
11543         oils_i18n_gettext(
11544             13,
11545             'Canada',
11546             'csc',
11547             'region'
11548         ),
11549         oils_i18n_gettext(
11550             13,
11551             'Virgin Mobile',
11552             'csc',
11553             'name'
11554         ),
11555         '$number@vmobile.ca',
11556         TRUE
11557     ),
11558
11559     -- International
11560     (
11561         14,
11562         oils_i18n_gettext(
11563             14,
11564             'International',
11565             'csc',
11566             'region'
11567         ),
11568         oils_i18n_gettext(
11569             14,
11570             'Iridium',
11571             'csc',
11572             'name'
11573         ),
11574         '$number@msg.iridium.com',
11575         TRUE
11576     ),
11577     (
11578         15,
11579         oils_i18n_gettext(
11580             15,
11581             'International',
11582             'csc',
11583             'region'
11584         ),
11585         oils_i18n_gettext(
11586             15,
11587             'Globalstar',
11588             'csc',
11589             'name'
11590         ),
11591         '$number@msg.globalstarusa.com',
11592         TRUE
11593     ),
11594     (
11595         16,
11596         oils_i18n_gettext(
11597             16,
11598             'International',
11599             'csc',
11600             'region'
11601         ),
11602         oils_i18n_gettext(
11603             16,
11604             'Bulletin.net',
11605             'csc',
11606             'name'
11607         ),
11608         '$number@bulletinmessenger.net', -- International Formatted number
11609         TRUE
11610     ),
11611     (
11612         17,
11613         oils_i18n_gettext(
11614             17,
11615             'International',
11616             'csc',
11617             'region'
11618         ),
11619         oils_i18n_gettext(
11620             17,
11621             'Panacea Mobile',
11622             'csc',
11623             'name'
11624         ),
11625         '$number@api.panaceamobile.com',
11626         TRUE
11627     ),
11628
11629     -- USA
11630     (
11631         18,
11632         oils_i18n_gettext(
11633             18,
11634             'USA',
11635             'csc',
11636             'region'
11637         ),
11638         oils_i18n_gettext(
11639             18,
11640             'C Beyond',
11641             'csc',
11642             'name'
11643         ),
11644         '$number@cbeyond.sprintpcs.com',
11645         TRUE
11646     ),
11647     (
11648         19,
11649         oils_i18n_gettext(
11650             19,
11651             'Alaska, USA',
11652             'csc',
11653             'region'
11654         ),
11655         oils_i18n_gettext(
11656             19,
11657             'General Communications, Inc.',
11658             'csc',
11659             'name'
11660         ),
11661         '$number@mobile.gci.net',
11662         TRUE
11663     ),
11664     (
11665         20,
11666         oils_i18n_gettext(
11667             20,
11668             'California, USA',
11669             'csc',
11670             'region'
11671         ),
11672         oils_i18n_gettext(
11673             20,
11674             'Golden State Cellular',
11675             'csc',
11676             'name'
11677         ),
11678         '$number@gscsms.com',
11679         TRUE
11680     ),
11681     (
11682         21,
11683         oils_i18n_gettext(
11684             21,
11685             'Cincinnati, Ohio, USA',
11686             'csc',
11687             'region'
11688         ),
11689         oils_i18n_gettext(
11690             21,
11691             'Cincinnati Bell',
11692             'csc',
11693             'name'
11694         ),
11695         '$number@gocbw.com',
11696         TRUE
11697     ),
11698     (
11699         22,
11700         oils_i18n_gettext(
11701             22,
11702             'Hawaii, USA',
11703             'csc',
11704             'region'
11705         ),
11706         oils_i18n_gettext(
11707             22,
11708             'Hawaiian Telcom Wireless',
11709             'csc',
11710             'name'
11711         ),
11712         '$number@hawaii.sprintpcs.com',
11713         TRUE
11714     ),
11715     (
11716         23,
11717         oils_i18n_gettext(
11718             23,
11719             'Midwest, USA',
11720             'csc',
11721             'region'
11722         ),
11723         oils_i18n_gettext(
11724             23,
11725             'i wireless (T-Mobile)',
11726             'csc',
11727             'name'
11728         ),
11729         '$number.iws@iwspcs.net',
11730         TRUE
11731     ),
11732     (
11733         24,
11734         oils_i18n_gettext(
11735             24,
11736             'USA',
11737             'csc',
11738             'region'
11739         ),
11740         oils_i18n_gettext(
11741             24,
11742             'i-wireless (Sprint PCS)',
11743             'csc',
11744             'name'
11745         ),
11746         '$number@iwirelesshometext.com',
11747         TRUE
11748     ),
11749     (
11750         25,
11751         oils_i18n_gettext(
11752             25,
11753             'USA',
11754             'csc',
11755             'region'
11756         ),
11757         oils_i18n_gettext(
11758             25,
11759             'MetroPCS',
11760             'csc',
11761             'name'
11762         ),
11763         '$number@mymetropcs.com',
11764         TRUE
11765     ),
11766     (
11767         26,
11768         oils_i18n_gettext(
11769             26,
11770             'USA',
11771             'csc',
11772             'region'
11773         ),
11774         oils_i18n_gettext(
11775             26,
11776             'Kajeet',
11777             'csc',
11778             'name'
11779         ),
11780         '$number@mobile.kajeet.net',
11781         TRUE
11782     ),
11783     (
11784         27,
11785         oils_i18n_gettext(
11786             27,
11787             'USA',
11788             'csc',
11789             'region'
11790         ),
11791         oils_i18n_gettext(
11792             27,
11793             'Element Mobile',
11794             'csc',
11795             'name'
11796         ),
11797         '$number@SMS.elementmobile.net',
11798         TRUE
11799     ),
11800     (
11801         28,
11802         oils_i18n_gettext(
11803             28,
11804             'USA',
11805             'csc',
11806             'region'
11807         ),
11808         oils_i18n_gettext(
11809             28,
11810             'Esendex',
11811             'csc',
11812             'name'
11813         ),
11814         '$number@echoemail.net',
11815         TRUE
11816     ),
11817     (
11818         29,
11819         oils_i18n_gettext(
11820             29,
11821             'USA',
11822             'csc',
11823             'region'
11824         ),
11825         oils_i18n_gettext(
11826             29,
11827             'Boost Mobile',
11828             'csc',
11829             'name'
11830         ),
11831         '$number@myboostmobile.com',
11832         TRUE
11833     ),
11834     (
11835         30,
11836         oils_i18n_gettext(
11837             30,
11838             'USA',
11839             'csc',
11840             'region'
11841         ),
11842         oils_i18n_gettext(
11843             30,
11844             'BellSouth',
11845             'csc',
11846             'name'
11847         ),
11848         '$number@bellsouth.com',
11849         TRUE
11850     ),
11851     (
11852         31,
11853         oils_i18n_gettext(
11854             31,
11855             'USA',
11856             'csc',
11857             'region'
11858         ),
11859         oils_i18n_gettext(
11860             31,
11861             'Bluegrass Cellular',
11862             'csc',
11863             'name'
11864         ),
11865         '$number@sms.bluecell.com',
11866         TRUE
11867     ),
11868     (
11869         32,
11870         oils_i18n_gettext(
11871             32,
11872             'USA',
11873             'csc',
11874             'region'
11875         ),
11876         oils_i18n_gettext(
11877             32,
11878             'AT&T Enterprise Paging',
11879             'csc',
11880             'name'
11881         ),
11882         '$number@page.att.net',
11883         TRUE
11884     ),
11885     (
11886         33,
11887         oils_i18n_gettext(
11888             33,
11889             'USA',
11890             'csc',
11891             'region'
11892         ),
11893         oils_i18n_gettext(
11894             33,
11895             'AT&T Mobility/Wireless',
11896             'csc',
11897             'name'
11898         ),
11899         '$number@txt.att.net',
11900         TRUE
11901     ),
11902     (
11903         34,
11904         oils_i18n_gettext(
11905             34,
11906             'USA',
11907             'csc',
11908             'region'
11909         ),
11910         oils_i18n_gettext(
11911             34,
11912             'AT&T Global Smart Messaging Suite',
11913             'csc',
11914             'name'
11915         ),
11916         '$number@sms.smartmessagingsuite.com',
11917         TRUE
11918     ),
11919     (
11920         35,
11921         oils_i18n_gettext(
11922             35,
11923             'USA',
11924             'csc',
11925             'region'
11926         ),
11927         oils_i18n_gettext(
11928             35,
11929             'Alltel (Allied Wireless)',
11930             'csc',
11931             'name'
11932         ),
11933         '$number@sms.alltelwireless.com',
11934         TRUE
11935     ),
11936     (
11937         36,
11938         oils_i18n_gettext(
11939             36,
11940             'USA',
11941             'csc',
11942             'region'
11943         ),
11944         oils_i18n_gettext(
11945             36,
11946             'Alaska Communications',
11947             'csc',
11948             'name'
11949         ),
11950         '$number@msg.acsalaska.com',
11951         TRUE
11952     ),
11953     (
11954         37,
11955         oils_i18n_gettext(
11956             37,
11957             'USA',
11958             'csc',
11959             'region'
11960         ),
11961         oils_i18n_gettext(
11962             37,
11963             'Ameritech',
11964             'csc',
11965             'name'
11966         ),
11967         '$number@paging.acswireless.com',
11968         TRUE
11969     ),
11970     (
11971         38,
11972         oils_i18n_gettext(
11973             38,
11974             'USA',
11975             'csc',
11976             'region'
11977         ),
11978         oils_i18n_gettext(
11979             38,
11980             'Cingular (GoPhone prepaid)',
11981             'csc',
11982             'name'
11983         ),
11984         '$number@cingulartext.com',
11985         TRUE
11986     ),
11987     (
11988         39,
11989         oils_i18n_gettext(
11990             39,
11991             'USA',
11992             'csc',
11993             'region'
11994         ),
11995         oils_i18n_gettext(
11996             39,
11997             'Cingular (Postpaid)',
11998             'csc',
11999             'name'
12000         ),
12001         '$number@cingular.com',
12002         TRUE
12003     ),
12004     (
12005         40,
12006         oils_i18n_gettext(
12007             40,
12008             'USA',
12009             'csc',
12010             'region'
12011         ),
12012         oils_i18n_gettext(
12013             40,
12014             'Cellular One (Dobson) / O2 / Orange',
12015             'csc',
12016             'name'
12017         ),
12018         '$number@mobile.celloneusa.com',
12019         TRUE
12020     ),
12021     (
12022         41,
12023         oils_i18n_gettext(
12024             41,
12025             'USA',
12026             'csc',
12027             'region'
12028         ),
12029         oils_i18n_gettext(
12030             41,
12031             'Cellular South',
12032             'csc',
12033             'name'
12034         ),
12035         '$number@csouth1.com',
12036         TRUE
12037     ),
12038     (
12039         42,
12040         oils_i18n_gettext(
12041             42,
12042             'USA',
12043             'csc',
12044             'region'
12045         ),
12046         oils_i18n_gettext(
12047             42,
12048             'Cellcom',
12049             'csc',
12050             'name'
12051         ),
12052         '$number@cellcom.quiktxt.com',
12053         TRUE
12054     ),
12055     (
12056         43,
12057         oils_i18n_gettext(
12058             43,
12059             'USA',
12060             'csc',
12061             'region'
12062         ),
12063         oils_i18n_gettext(
12064             43,
12065             'Chariton Valley Wireless',
12066             'csc',
12067             'name'
12068         ),
12069         '$number@sms.cvalley.net',
12070         TRUE
12071     ),
12072     (
12073         44,
12074         oils_i18n_gettext(
12075             44,
12076             'USA',
12077             'csc',
12078             'region'
12079         ),
12080         oils_i18n_gettext(
12081             44,
12082             'Cricket',
12083             'csc',
12084             'name'
12085         ),
12086         '$number@sms.mycricket.com',
12087         TRUE
12088     ),
12089     (
12090         45,
12091         oils_i18n_gettext(
12092             45,
12093             'USA',
12094             'csc',
12095             'region'
12096         ),
12097         oils_i18n_gettext(
12098             45,
12099             'Cleartalk Wireless',
12100             'csc',
12101             'name'
12102         ),
12103         '$number@sms.cleartalk.us',
12104         TRUE
12105     ),
12106     (
12107         46,
12108         oils_i18n_gettext(
12109             46,
12110             'USA',
12111             'csc',
12112             'region'
12113         ),
12114         oils_i18n_gettext(
12115             46,
12116             'Edge Wireless',
12117             'csc',
12118             'name'
12119         ),
12120         '$number@sms.edgewireless.com',
12121         TRUE
12122     ),
12123     (
12124         47,
12125         oils_i18n_gettext(
12126             47,
12127             'USA',
12128             'csc',
12129             'region'
12130         ),
12131         oils_i18n_gettext(
12132             47,
12133             'Syringa Wireless',
12134             'csc',
12135             'name'
12136         ),
12137         '$number@rinasms.com',
12138         TRUE
12139     ),
12140     (
12141         48,
12142         oils_i18n_gettext(
12143             48,
12144             'USA',
12145             'csc',
12146             'region'
12147         ),
12148         oils_i18n_gettext(
12149             48,
12150             'T-Mobile',
12151             'csc',
12152             'name'
12153         ),
12154         '$number@tmomail.net',
12155         TRUE
12156     ),
12157     (
12158         49,
12159         oils_i18n_gettext(
12160             49,
12161             'USA',
12162             'csc',
12163             'region'
12164         ),
12165         oils_i18n_gettext(
12166             49,
12167             'Straight Talk / PagePlus Cellular',
12168             'csc',
12169             'name'
12170         ),
12171         '$number@vtext.com',
12172         TRUE
12173     ),
12174     (
12175         50,
12176         oils_i18n_gettext(
12177             50,
12178             'USA',
12179             'csc',
12180             'region'
12181         ),
12182         oils_i18n_gettext(
12183             50,
12184             'South Central Communications',
12185             'csc',
12186             'name'
12187         ),
12188         '$number@rinasms.com',
12189         TRUE
12190     ),
12191     (
12192         51,
12193         oils_i18n_gettext(
12194             51,
12195             'USA',
12196             'csc',
12197             'region'
12198         ),
12199         oils_i18n_gettext(
12200             51,
12201             'Simple Mobile',
12202             'csc',
12203             'name'
12204         ),
12205         '$number@smtext.com',
12206         TRUE
12207     ),
12208     (
12209         52,
12210         oils_i18n_gettext(
12211             52,
12212             'USA',
12213             'csc',
12214             'region'
12215         ),
12216         oils_i18n_gettext(
12217             52,
12218             'Sprint (PCS)',
12219             'csc',
12220             'name'
12221         ),
12222         '$number@messaging.sprintpcs.com',
12223         TRUE
12224     ),
12225     (
12226         53,
12227         oils_i18n_gettext(
12228             53,
12229             'USA',
12230             'csc',
12231             'region'
12232         ),
12233         oils_i18n_gettext(
12234             53,
12235             'Nextel',
12236             'csc',
12237             'name'
12238         ),
12239         '$number@messaging.nextel.com',
12240         TRUE
12241     ),
12242     (
12243         54,
12244         oils_i18n_gettext(
12245             54,
12246             'USA',
12247             'csc',
12248             'region'
12249         ),
12250         oils_i18n_gettext(
12251             54,
12252             'Pioneer Cellular',
12253             'csc',
12254             'name'
12255         ),
12256         '$number@zsend.com', -- nine digit number
12257         TRUE
12258     ),
12259     (
12260         55,
12261         oils_i18n_gettext(
12262             55,
12263             'USA',
12264             'csc',
12265             'region'
12266         ),
12267         oils_i18n_gettext(
12268             55,
12269             'Qwest Wireless',
12270             'csc',
12271             'name'
12272         ),
12273         '$number@qwestmp.com',
12274         TRUE
12275     ),
12276     (
12277         56,
12278         oils_i18n_gettext(
12279             56,
12280             'USA',
12281             'csc',
12282             'region'
12283         ),
12284         oils_i18n_gettext(
12285             56,
12286             'US Cellular',
12287             'csc',
12288             'name'
12289         ),
12290         '$number@email.uscc.net',
12291         TRUE
12292     ),
12293     (
12294         57,
12295         oils_i18n_gettext(
12296             57,
12297             'USA',
12298             'csc',
12299             'region'
12300         ),
12301         oils_i18n_gettext(
12302             57,
12303             'Unicel',
12304             'csc',
12305             'name'
12306         ),
12307         '$number@utext.com',
12308         TRUE
12309     ),
12310     (
12311         58,
12312         oils_i18n_gettext(
12313             58,
12314             'USA',
12315             'csc',
12316             'region'
12317         ),
12318         oils_i18n_gettext(
12319             58,
12320             'Teleflip',
12321             'csc',
12322             'name'
12323         ),
12324         '$number@teleflip.com',
12325         TRUE
12326     ),
12327     (
12328         59,
12329         oils_i18n_gettext(
12330             59,
12331             'USA',
12332             'csc',
12333             'region'
12334         ),
12335         oils_i18n_gettext(
12336             59,
12337             'Virgin Mobile',
12338             'csc',
12339             'name'
12340         ),
12341         '$number@vmobl.com',
12342         TRUE
12343     ),
12344     (
12345         60,
12346         oils_i18n_gettext(
12347             60,
12348             'USA',
12349             'csc',
12350             'region'
12351         ),
12352         oils_i18n_gettext(
12353             60,
12354             'Verizon Wireless',
12355             'csc',
12356             'name'
12357         ),
12358         '$number@vtext.com',
12359         TRUE
12360     ),
12361     (
12362         61,
12363         oils_i18n_gettext(
12364             61,
12365             'USA',
12366             'csc',
12367             'region'
12368         ),
12369         oils_i18n_gettext(
12370             61,
12371             'USA Mobility',
12372             'csc',
12373             'name'
12374         ),
12375         '$number@usamobility.net',
12376         TRUE
12377     ),
12378     (
12379         62,
12380         oils_i18n_gettext(
12381             62,
12382             'USA',
12383             'csc',
12384             'region'
12385         ),
12386         oils_i18n_gettext(
12387             62,
12388             'Viaero',
12389             'csc',
12390             'name'
12391         ),
12392         '$number@viaerosms.com',
12393         TRUE
12394     ),
12395     (
12396         63,
12397         oils_i18n_gettext(
12398             63,
12399             'USA',
12400             'csc',
12401             'region'
12402         ),
12403         oils_i18n_gettext(
12404             63,
12405             'TracFone',
12406             'csc',
12407             'name'
12408         ),
12409         '$number@mmst5.tracfone.com',
12410         TRUE
12411     ),
12412     (
12413         64,
12414         oils_i18n_gettext(
12415             64,
12416             'USA',
12417             'csc',
12418             'region'
12419         ),
12420         oils_i18n_gettext(
12421             64,
12422             'Centennial Wireless',
12423             'csc',
12424             'name'
12425         ),
12426         '$number@cwemail.com',
12427         TRUE
12428     ),
12429
12430     -- South Korea and USA
12431     (
12432         65,
12433         oils_i18n_gettext(
12434             65,
12435             'South Korea and USA',
12436             'csc',
12437             'region'
12438         ),
12439         oils_i18n_gettext(
12440             65,
12441             'Helio',
12442             'csc',
12443             'name'
12444         ),
12445         '$number@myhelio.com',
12446         TRUE
12447     )
12448 ;
12449
12450 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
12451     SELECT
12452         pgt.id, perm.id, aout.depth, TRUE
12453     FROM
12454         permission.grp_tree pgt,
12455         permission.perm_list perm,
12456         actor.org_unit_type aout
12457     WHERE
12458         pgt.name = 'Global Administrator' AND
12459         aout.name = 'Consortium' AND
12460         perm.code = 'ADMIN_SMS_CARRIER';
12461
12462 INSERT INTO action_trigger.reactor (
12463     module,
12464     description
12465 ) VALUES (
12466     'SendSMS',
12467     'Send an SMS text message based on a user-defined template'
12468 );
12469
12470 INSERT INTO action_trigger.event_definition (
12471     active,
12472     owner,
12473     name,
12474     hook,
12475     validator,
12476     reactor,
12477     cleanup_success,
12478     delay,
12479     delay_field,
12480     group_field,
12481     template
12482 ) VALUES (
12483     true,
12484     1, -- admin
12485     'Hold Ready for Pickup SMS Notification',
12486     'hold.available',
12487     'HoldIsAvailable',
12488     'SendSMS',
12489     'CreateHoldNotification',
12490     '00:30:00',
12491     'shelf_time',
12492     'sms_notify',
12493     '[%- USE date -%]
12494 [%- user = target.0.usr -%]
12495 From: [%- params.sender_email || default_sender %]
12496 To: [%- params.recipient_email || helpers.get_sms_gateway_email(target.0.sms_carrier,target.0.sms_notify) %]
12497 Subject: [% target.size %] hold(s) ready
12498
12499 [% FOR hold IN target %][%-
12500   bibxml = helpers.xml_doc( hold.current_copy.call_number.record.marc );
12501   title = "";
12502   FOR part IN bibxml.findnodes(''//*[@tag="245"]/*[@code="a"]'');
12503     title = title _ part.textContent;
12504   END;
12505   author = bibxml.findnodes(''//*[@tag="100"]/*[@code="a"]'').textContent;
12506 %][% hold.usr.first_given_name %]:[% title %] @ [% hold.pickup_lib.name %]
12507 [% END %]
12508 '
12509 );
12510
12511 INSERT INTO action_trigger.environment (
12512     event_def,
12513     path
12514 ) VALUES (
12515     currval('action_trigger.event_definition_id_seq'),
12516     'current_copy.call_number.record.simple_record'
12517 ), (
12518     currval('action_trigger.event_definition_id_seq'),
12519     'usr'
12520 ), (
12521     currval('action_trigger.event_definition_id_seq'),
12522     'pickup_lib.billing_address'
12523 );
12524
12525 INSERT INTO action_trigger.event_params (event_def, param, value)
12526     VALUES (currval('action_trigger.event_definition_id_seq'), 'check_sms_notify', 1);
12527
12528 INSERT INTO action_trigger.hook(
12529     key,
12530     core_type,
12531     description,
12532     passive
12533 ) VALUES (
12534     'acn.format.sms_text',
12535     'acn',
12536     oils_i18n_gettext(
12537         'acn.format.sms_text',
12538         'A text message has been requested for a call number.',
12539         'ath',
12540         'description'
12541     ),
12542     FALSE
12543 );
12544
12545 INSERT INTO action_trigger.event_definition (
12546     active,
12547     owner,
12548     name,
12549     hook,
12550     validator,
12551     reactor,
12552     template
12553 ) VALUES (
12554     true,
12555     1, -- admin
12556     'SMS Call Number',
12557     'acn.format.sms_text',
12558     'NOOP_True',
12559     'SendSMS',
12560     '[%- USE date -%]
12561 From: [%- params.sender_email || default_sender %]
12562 To: [%- params.recipient_email || helpers.get_sms_gateway_email(user_data.sms_carrier,user_data.sms_notify) %]
12563 Subject: Call Number
12564
12565 [%-
12566   bibxml = helpers.xml_doc( target.record.marc );
12567   title = "";
12568   FOR part IN bibxml.findnodes(''//*[@tag="245"]/*[@code="a" or @code="b"]'');
12569     title = title _ part.textContent;
12570   END;
12571   author = bibxml.findnodes(''//*[@tag="100"]/*[@code="a"]'').textContent;
12572 %]
12573 Call Number: [% target.label %]
12574 Location: [% helpers.get_most_populous_location( target.id ).name %]
12575 Library: [% target.owning_lib.name %]
12576 [%- IF title %]
12577 Title: [% title %]
12578 [%- END %]
12579 [%- IF author %]
12580 Author: [% author %]
12581 [%- END %]
12582 '
12583 );
12584
12585 INSERT INTO action_trigger.environment (
12586     event_def,
12587     path
12588 ) VALUES (
12589     currval('action_trigger.event_definition_id_seq'),
12590     'record.simple_record'
12591 ), (
12592     currval('action_trigger.event_definition_id_seq'),
12593     'owning_lib.billing_address'
12594 );
12595
12596 INSERT INTO vandelay.merge_profile (owner, name, replace_spec) 
12597     VALUES (1, 'Match-Only Merge', '901c');
12598
12599 INSERT INTO vandelay.merge_profile (owner, name, preserve_spec) 
12600     VALUES (1, 'Full Overlay', '901c');
12601
12602 -- user activity seed data --
12603
12604 INSERT INTO config.usr_activity_type (id, ewho, ewhat, ehow, egroup, label) VALUES
12605
12606      -- authen/authz actions
12607      -- note: "opensrf" is the default ingress/ehow
12608      (1,  NULL, 'login',  'opensrf',      'authen', oils_i18n_gettext(1 , 'Login via opensrf', 'cuat', 'label'))
12609     ,(2,  NULL, 'login',  'srfsh',        'authen', oils_i18n_gettext(2 , 'Login via srfsh', 'cuat', 'label'))
12610     ,(3,  NULL, 'login',  'gateway-v1',   'authen', oils_i18n_gettext(3 , 'Login via gateway-v1', 'cuat', 'label'))
12611     ,(4,  NULL, 'login',  'translator-v1','authen', oils_i18n_gettext(4 , 'Login via translator-v1', 'cuat', 'label'))
12612     ,(5,  NULL, 'login',  'xmlrpc',       'authen', oils_i18n_gettext(5 , 'Login via xmlrpc', 'cuat', 'label'))
12613     ,(6,  NULL, 'login',  'remoteauth',   'authen', oils_i18n_gettext(6 , 'Login via remoteauth', 'cuat', 'label'))
12614     ,(7,  NULL, 'login',  'sip2',         'authen', oils_i18n_gettext(7 , 'SIP2 Proxy Login', 'cuat', 'label'))
12615     ,(8,  NULL, 'login',  'apache',       'authen', oils_i18n_gettext(8 , 'Login via Apache module', 'cuat', 'label'))
12616
12617     ,(9,  NULL, 'verify', 'opensrf',      'authz',  oils_i18n_gettext(9 , 'Verification via opensrf', 'cuat', 'label'))
12618     ,(10, NULL, 'verify', 'srfsh',        'authz',  oils_i18n_gettext(10, 'Verification via srfsh', 'cuat', 'label'))
12619     ,(11, NULL, 'verify', 'gateway-v1',   'authz',  oils_i18n_gettext(11, 'Verification via gateway-v1', 'cuat', 'label'))
12620     ,(12, NULL, 'verify', 'translator-v1','authz',  oils_i18n_gettext(12, 'Verification via translator-v1', 'cuat', 'label'))
12621     ,(13, NULL, 'verify', 'xmlrpc',       'authz',  oils_i18n_gettext(13, 'Verification via xmlrpc', 'cuat', 'label'))
12622     ,(14, NULL, 'verify', 'remoteauth',   'authz',  oils_i18n_gettext(14, 'Verification via remoteauth', 'cuat', 'label'))
12623     ,(15, NULL, 'verify', 'sip2',         'authz',  oils_i18n_gettext(15, 'SIP2 User Verification', 'cuat', 'label'))
12624
12625      -- authen/authz actions w/ known uses of "who"
12626     ,(16, 'opac',        'login',  'gateway-v1',   'authen', oils_i18n_gettext(16, 'OPAC Login (jspac)', 'cuat', 'label'))
12627     ,(17, 'opac',        'login',  'apache',       'authen', oils_i18n_gettext(17, 'OPAC Login (tpac)', 'cuat', 'label'))
12628     ,(18, 'staffclient', 'login',  'gateway-v1',   'authen', oils_i18n_gettext(18, 'Staff Client Login', 'cuat', 'label'))
12629     ,(19, 'selfcheck',   'login',  'translator-v1','authen', oils_i18n_gettext(19, 'Self-Check Proxy Login', 'cuat', 'label'))
12630     ,(20, 'ums',         'login',  'xmlrpc',       'authen', oils_i18n_gettext(20, 'Unique Mgt Login', 'cuat', 'label'))
12631     ,(21, 'authproxy',   'login',  'apache',       'authen', oils_i18n_gettext(21, 'Apache Auth Proxy Login', 'cuat', 'label'))
12632     ,(22, 'libraryelf',  'login',  'xmlrpc',       'authz',  oils_i18n_gettext(22, 'LibraryElf Login', 'cuat', 'label'))
12633
12634     ,(23, 'selfcheck',   'verify', 'translator-v1','authz',  oils_i18n_gettext(23, 'Self-Check User Verification', 'cuat', 'label'))
12635     ,(24, 'ezproxy',     'verify', 'remoteauth',   'authz',  oils_i18n_gettext(24, 'EZProxy Verification', 'cuat', 'label'))
12636     -- ...
12637     ;
12638
12639 -- reserve the first 1000 slots
12640 SELECT SETVAL('config.usr_activity_type_id_seq'::TEXT, 1000);
12641
12642 INSERT INTO config.org_unit_setting_type 
12643     (name, label, description, grp, datatype) 
12644     VALUES (
12645         'circ.fines.charge_when_closed',
12646          oils_i18n_gettext(
12647             'circ.fines.charge_when_closed',
12648             'Charge fines on overdue circulations when closed',
12649             'coust', 
12650             'label'
12651         ),
12652         oils_i18n_gettext(
12653             'circ.fines.charge_when_closed',
12654             '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.',
12655             'coust', 
12656             'description'
12657         ),
12658         'circ',
12659         'bool'
12660     );
12661
12662 INSERT INTO config.org_unit_setting_type 
12663     (name, label, description, grp, datatype) 
12664     VALUES (
12665         'circ.patron.usr_activity_retrieve.max',
12666          oils_i18n_gettext(
12667             'circ.patron.usr_activity_retrieve.max',
12668             'Max user activity entries to retrieve (staff client)',
12669             'coust', 
12670             'label'
12671         ),
12672         oils_i18n_gettext(
12673             'circ.patron.usr_activity_retrieve.max',
12674             '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.',
12675             'coust', 
12676             'description'
12677         ),
12678         'gui',
12679         'integer'
12680     );
12681 -- circ export csv export --
12682
12683 INSERT INTO action_trigger.hook (key, core_type, description, passive)
12684 VALUES (
12685     'circ.format.history.csv',
12686     'circ',
12687     oils_i18n_gettext(
12688         'circ.format.history.csv',
12689         'Produce CSV of circulation history',
12690         'ath',
12691         'description'
12692     ),
12693     FALSE
12694 );
12695
12696 INSERT INTO action_trigger.event_definition (
12697     active, owner, name, hook, reactor, validator, group_field, template) 
12698 VALUES (
12699     TRUE, 1, 'Circ History CSV', 'circ.format.history.csv', 'ProcessTemplate', 'NOOP_True', 'usr',
12700 $$
12701 Title,Author,Call Number,Barcode,Format
12702 [%-
12703 FOR circ IN target;
12704     bibxml = helpers.unapi_bre(circ.target_copy.call_number.record, {flesh => '{mra}'});
12705     title = "";
12706     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
12707         title = title _ part.textContent;
12708     END;
12709     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
12710     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value') %]
12711
12712     [%- helpers.csv_datum(title) -%],
12713     [%- helpers.csv_datum(author) -%],
12714     [%- helpers.csv_datum(circ.target_copy.call_number.label) -%],
12715     [%- helpers.csv_datum(circ.target_copy.barcode) -%],
12716     [%- helpers.csv_datum(item_type) %]
12717 [%- END -%]
12718 $$
12719 );
12720
12721 INSERT INTO action_trigger.environment (event_def, path)
12722     VALUES (
12723         currval('action_trigger.event_definition_id_seq'),
12724         'target_copy.call_number'
12725     );
12726
12727 INSERT INTO actor.toolbar(id,org,label,layout) VALUES
12728     ( 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"]' ),
12729     ( 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"]' );
12730
12731 INSERT INTO config.global_flag (name, enabled, label) 
12732     VALUES (
12733         'opac.org_unit.non_inherited_visibility',
12734         FALSE,
12735         oils_i18n_gettext(
12736             'opac.org_unit.non_inherited_visibility',
12737             'Org Units Do Not Inherit Visibility',
12738             'cgf',
12739             'label'
12740         )
12741     );
12742
12743 INSERT INTO config.org_unit_setting_type ( name, label, description, datatype, grp, update_perm )
12744     VALUES (
12745         'ui.hide_copy_editor_fields',
12746         oils_i18n_gettext(
12747             'ui.hide_copy_editor_fields',
12748             'GUI: Hide these fields within the Item Attribute Editor',
12749             'coust',
12750             'label'
12751         ),
12752         oils_i18n_gettext(
12753             'ui.hide_copy_editor_fields',
12754             'This setting may be best maintained with the dedicated configuration'
12755             || ' interface within the Item Attribute Editor.  However, here it'
12756             || ' shows up as comma separated list of field identifiers to hide.',
12757             'coust',
12758             'description'
12759         ),
12760         'array',
12761         'gui',
12762         539
12763     );
12764
12765 INSERT into config.org_unit_setting_type 
12766     (name, grp, label, description, datatype) 
12767     VALUES ( 
12768         'opac.patron.auto_overide_hold_events', 
12769         'opac',
12770         oils_i18n_gettext(
12771             'opac.patron.auto_overide_hold_events',
12772             'Auto-Override Permitted Hold Blocks (Patrons)',
12773             'coust', 
12774             'label'
12775         ),
12776         oils_i18n_gettext(
12777             'opac.patron.auto_overide_hold_events',
12778             'When a patron places a hold that fails and the patron has the correct permission ' || 
12779             'to override the hold, automatically override the hold without presenting a message ' || 
12780             'to the patron and requiring that the patron make a decision to override',
12781             'coust', 
12782             'description'
12783         ),
12784         'bool'
12785     );
12786
12787 INSERT into config.org_unit_setting_type
12788     (name, grp, label, description, datatype)
12789     VALUES (
12790         'opac.patron.temporary_list_warn',
12791         'opac',
12792         oils_i18n_gettext(
12793             'opac.patron.temporary_list_warn',
12794             'Warn patrons when adding to a temporary book list',
12795             'coust',
12796             'label'
12797         ),
12798         oils_i18n_gettext(
12799             'opac.patron.temporary_list_warn',
12800             'Present a warning dialog to the patron when a patron adds a book to a temporary book bag.',
12801             'coust',
12802             'description'
12803         ),
12804         'bool'
12805     );
12806
12807 INSERT INTO config.usr_setting_type
12808     (name,grp,opac_visible,label,description,datatype)
12809 VALUES (
12810     'opac.temporary_list_no_warn',
12811     'opac',
12812     TRUE,
12813     oils_i18n_gettext(
12814         'opac.temporary_list_no_warn',
12815         'Opt out of warning when adding a book to a temporary book list',
12816         'cust',
12817         'label'
12818     ),
12819     oils_i18n_gettext(
12820         'opac.temporary_list_no_warn',
12821         'Opt out of warning when adding a book to a temporary book list',
12822         'cust',
12823         'description'
12824     ),
12825     'bool'
12826 );
12827
12828 INSERT INTO config.usr_setting_type
12829     (name,grp,opac_visible,label,description,datatype)
12830 VALUES (
12831     'opac.default_list',
12832     'opac',
12833     FALSE,
12834     oils_i18n_gettext(
12835         'opac.default_list',
12836         'Default list to use when adding to a bookbag',
12837         'cust',
12838         'label'
12839     ),
12840     oils_i18n_gettext(
12841         'opac.default_list',
12842         'Default list to use when adding to a bookbag',
12843         'cust',
12844         'description'
12845     ),
12846     'integer'
12847 );
12848
12849 INSERT INTO config.org_unit_setting_type (
12850     name, grp, label, description, datatype
12851 ) VALUES (
12852     'circ.staff.max_visible_event_age',
12853     'circ',
12854     'Maximum visible age of User Trigger Events in Staff Interfaces',
12855     '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.',
12856     'interval'
12857 );
12858
12859 -- kid's opac main search filter
12860
12861 INSERT INTO actor.search_filter_group (owner, code, label) 
12862     VALUES (1, 'kpac_main', 'Kid''s OPAC Search Filter');
12863
12864 INSERT INTO actor.search_query (label, query_text) 
12865     VALUES ('Children''s Materials', 'audience(a,b,c)');
12866 INSERT INTO actor.search_query (label, query_text) 
12867     VALUES ('Young Adult Materials', 'audience(j,d)');
12868 INSERT INTO actor.search_query (label, query_text) 
12869     VALUES ('General/Adult Materials',  'audience(e,f,g, )');
12870
12871 INSERT INTO actor.search_filter_group_entry (grp, query, pos)
12872     VALUES (
12873         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
12874         (SELECT id FROM actor.search_query WHERE label = 'Children''s Materials'),
12875         0
12876     ); INSERT INTO actor.search_filter_group_entry (grp, query, pos) VALUES (
12877         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
12878         (SELECT id FROM actor.search_query WHERE label = 'Young Adult Materials'),
12879         1
12880     );
12881 INSERT INTO actor.search_filter_group_entry (grp, query, pos) 
12882     VALUES (
12883         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
12884         (SELECT id FROM actor.search_query WHERE label = 'General/Adult Materials'),
12885         2
12886     );
12887 INSERT into config.org_unit_setting_type
12888     (name, grp, label, description, datatype)
12889     VALUES (
12890         'acq.fund.allow_rollover_without_money',
12891         'acq',
12892         oils_i18n_gettext(
12893             'acq.fund.allow_rollover_without_money',
12894             'Allow funds to be rolled over without bringing the money along',
12895             'coust',
12896             'label'
12897         ),
12898         oils_i18n_gettext(
12899             'acq.fund.allow_rollover_without_money',
12900             '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.',
12901             'coust',
12902             'description'
12903         ),
12904         'bool'
12905     );
12906
12907 INSERT INTO config.org_unit_setting_type
12908     (name, grp, label, description, datatype)
12909     VALUES (
12910         'circ.lost.xact_open_on_zero',
12911         'finance',
12912         oils_i18n_gettext(
12913             'circ.lost.xact_open_on_zero',
12914             'Leave transaction open when lost balance equals zero',
12915             'coust',
12916             'label'
12917         ),
12918         oils_i18n_gettext(
12919             'circ.lost.xact_open_on_zero',
12920             'Leave transaction open when lost balance equals zero.  This leaves the lost copy on the patron record when it is paid',
12921             'coust',
12922             'description'
12923         ),
12924         'bool'
12925     );
12926
12927 INSERT INTO config.org_unit_setting_type
12928     (name, grp, label, description, datatype)
12929     VALUES (
12930         'circ.patron_expires_soon_warning',
12931         'circ',
12932         oils_i18n_gettext(
12933             'circ.patron_expires_soon_warning',
12934             'Warn when patron account is about to expire',
12935             'coust',
12936             'label'
12937         ),
12938         oils_i18n_gettext(
12939             'circ.patron_expires_soon_warning',
12940             '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.',
12941             'coust',
12942             'description'
12943         ),
12944         'integer'
12945     );
12946
12947 INSERT INTO config.org_unit_setting_type (
12948     name, label, grp, datatype
12949 ) VALUES (
12950     'circ.fines.truncate_to_max_fine',
12951     oils_i18n_gettext(
12952         'circ.fines.truncate_to_max_fine',
12953         'Truncate fines to max fine amount',
12954         'coust',
12955         'label'
12956     ),
12957     'circ',
12958     'bool'
12959 );
12960
12961
12962 INSERT INTO config.settings_group (name, label)
12963     VALUES (
12964         'url_verify',
12965         oils_i18n_gettext(
12966             'url_verify',
12967             'URL Verify',
12968             'csg',
12969             'label'
12970         )
12971     );
12972
12973 INSERT INTO config.org_unit_setting_type
12974     (name, grp, label, description, datatype, update_perm)
12975     VALUES (
12976         'url_verify.url_verification_delay',
12977         'url_verify',
12978         oils_i18n_gettext(
12979             'url_verify.url_verification_delay',
12980             'Number of seconds to wait between URL test attempts.',
12981             'coust',
12982             'label'
12983         ),
12984         oils_i18n_gettext(
12985             'url_verify.url_verification_delay',
12986             'Throttling mechanism for batch URL verification runs.  Each running process will wait this number of seconds after a URL test before performing the next.',
12987             'coust',
12988             'description'
12989         ),
12990         'integer',
12991         544
12992     );
12993
12994 INSERT INTO config.org_unit_setting_type
12995     (name, grp, label, description, datatype, update_perm)
12996     VALUES (
12997         'url_verify.url_verification_max_redirects',
12998         'url_verify',
12999         oils_i18n_gettext(
13000             'url_verify.url_verification_max_redirects',
13001             'Maximum redirect lookups',
13002             'coust',
13003             'label'
13004         ),
13005         oils_i18n_gettext(
13006             'url_verify.url_verification_max_redirects',
13007             'For URLs returning 3XX redirects, this is the maximum number of redirects we will follow before giving up.',
13008             'coust',
13009             'description'
13010         ),
13011         'integer',
13012         544
13013     );
13014
13015 INSERT INTO config.org_unit_setting_type
13016     (name, grp, label, description, datatype, update_perm)
13017     VALUES (
13018         'url_verify.url_verification_max_wait',
13019         'url_verify',
13020         oils_i18n_gettext(
13021             'url_verify.url_verification_max_wait',
13022             'Maximum wait time (in seconds) for a URL to lookup',
13023             'coust',
13024             'label'
13025         ),
13026         oils_i18n_gettext(
13027             'url_verify.url_verification_max_wait',
13028             'If we exceed the wait time, the URL is marked as a "timeout" and the system moves on to the next URL',
13029             'coust',
13030             'description'
13031         ),
13032         'integer',
13033         544
13034     );
13035
13036 INSERT INTO config.filter_dialog_interface (key, description) VALUES (
13037     'url_verify',
13038     oils_i18n_gettext(
13039         'url_verify',
13040         'All Link Checker filter dialogs',
13041         'cfdi',
13042         'description'
13043     )
13044 );
13045
13046 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
13047     'ui.grid_columns.url_verify.select_urls',
13048     'gui',
13049     FALSE,
13050     oils_i18n_gettext(
13051         'ui.grid_columns.url_verify.select_urls',
13052         'Link Checker''s URL Selection interface''s saved columns',
13053         'cust',
13054         'label'
13055     ),
13056     oils_i18n_gettext(
13057         'ui.grid_columns.url_verify.select_urls',
13058         'Link Checker''s URL Selection interface''s saved columns',
13059         'cust',
13060         'description'
13061     ),
13062     'string'
13063 );
13064
13065 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
13066     'ui.grid_columns.url_verify.review_attempt',
13067     'gui',
13068     FALSE,
13069     oils_i18n_gettext(
13070         'ui.grid_columns.url_verify.review_attempt',
13071         'Link Checker''s Review Attempt interface''s saved columns',
13072         'cust',
13073         'label'
13074     ),
13075     oils_i18n_gettext(
13076         'ui.grid_columns.url_verify.review_attempt',
13077         'Link Checker''s Review Attempt interface''s saved columns',
13078         'cust',
13079         'description'
13080     ),
13081     'string'
13082 );
13083
13084 INSERT INTO config.org_unit_setting_type
13085     (name, grp, label, description, datatype, update_perm)
13086     VALUES (
13087         'url_verify.verification_batch_size',
13088         'url_verify',
13089         oils_i18n_gettext(
13090             'url_verify.verification_batch_size',
13091             'Number of URLs to test in parallel',
13092             'coust',
13093             'label'
13094         ),
13095         oils_i18n_gettext(
13096             'url_verify.verification_batch_size',
13097             '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.',
13098             'coust',
13099             'description'
13100         ),
13101         'integer',
13102         544
13103     );
13104
13105 INSERT INTO config.org_unit_setting_type
13106     (name, label, description, grp, datatype, fm_class) 
13107 VALUES (
13108     'acq.upload.default.create_po',
13109     oils_i18n_gettext(
13110         'acq.upload.default.create_po',
13111         'Upload Create PO',
13112         'coust',
13113         'label'
13114     ),
13115      oils_i18n_gettext(
13116         'acq.upload.default.create_po',
13117         'Create a purchase order by default during ACQ file upload',
13118         'coust',
13119         'description'
13120     ),
13121    'acq',
13122     'bool',
13123     NULL
13124 ), (
13125     'acq.upload.default.activate_po',
13126     oils_i18n_gettext(
13127         'acq.upload.default.activate_po',
13128         'Upload Activate PO',
13129         'coust',
13130         'label'
13131     ),
13132      oils_i18n_gettext(
13133         'acq.upload.default.activate_po',
13134         'Activate the purchase order by default during ACQ file upload',
13135         'coust',
13136         'description'
13137     ),
13138     'acq',
13139     'bool',
13140     NULL
13141 ), (
13142     'acq.upload.default.provider',
13143     oils_i18n_gettext(
13144         'acq.upload.default.provider',
13145         'Upload Default Provider',
13146         'coust',
13147         'label'
13148     ),
13149      oils_i18n_gettext(
13150         'acq.upload.default.provider',
13151         'Default provider to use during ACQ file upload',
13152         'coust',
13153         'description'
13154     ),
13155     'acq',
13156     'link',
13157     'acqpro'
13158 ), (
13159     'acq.upload.default.vandelay.match_set',
13160     oils_i18n_gettext(
13161         'acq.upload.default.vandelay.match_set',
13162         'Upload Default Match Set',
13163         'coust',
13164         'label'
13165     ),
13166      oils_i18n_gettext(
13167         'acq.upload.default.vandelay.match_set',
13168         'Default match set to use during ACQ file upload',
13169         'coust',
13170         'description'
13171     ),
13172     'acq',
13173     'link',
13174     'vms'
13175 ), (
13176     'acq.upload.default.vandelay.merge_profile',
13177     oils_i18n_gettext(
13178         'acq.upload.default.vandelay.merge_profile',
13179         'Upload Default Merge Profile',
13180         'coust',
13181         'label'
13182     ),
13183      oils_i18n_gettext(
13184         'acq.upload.default.vandelay.merge_profile',
13185         'Default merge profile to use during ACQ file upload',
13186         'coust',
13187         'description'
13188     ),
13189     'acq',
13190     'link',
13191     'vmp'
13192 ), (
13193     'acq.upload.default.vandelay.import_non_matching',
13194     oils_i18n_gettext(
13195         'acq.upload.default.vandelay.import_non_matching',
13196         'Upload Import Non Matching by Default',
13197         'coust',
13198         'label'
13199     ),
13200      oils_i18n_gettext(
13201         'acq.upload.default.vandelay.import_non_matching',
13202         'Import non-matching records by default during ACQ file upload',
13203         'coust',
13204         'description'
13205     ),
13206     'acq',
13207     'bool',
13208     NULL
13209 ), (
13210     'acq.upload.default.vandelay.merge_on_exact',
13211     oils_i18n_gettext(
13212         'acq.upload.default.vandelay.merge_on_exact',
13213         'Upload Merge on Exact Match by Default',
13214         'coust',
13215         'label'
13216     ),
13217      oils_i18n_gettext(
13218         'acq.upload.default.vandelay.merge_on_exact',
13219         'Merge records on exact match by default during ACQ file upload',
13220         'coust',
13221         'description'
13222     ),
13223     'acq',
13224     'bool',
13225     NULL
13226 ), (
13227     'acq.upload.default.vandelay.merge_on_best',
13228     oils_i18n_gettext(
13229         'acq.upload.default.vandelay.merge_on_best',
13230         'Upload Merge on Best Match by Default',
13231         'coust',
13232         'label'
13233     ),
13234      oils_i18n_gettext(
13235         'acq.upload.default.vandelay.merge_on_best',
13236         'Merge records on best match by default during ACQ file upload',
13237         'coust',
13238         'description'
13239     ),
13240     'acq',
13241     'bool',
13242     NULL
13243 ), (
13244     'acq.upload.default.vandelay.merge_on_single',
13245     oils_i18n_gettext(
13246         'acq.upload.default.vandelay.merge_on_single',
13247         'Upload Merge on Single Match by Default',
13248         'coust',
13249         'label'
13250     ),
13251      oils_i18n_gettext(
13252         'acq.upload.default.vandelay.merge_on_single',
13253         'Merge records on single match by default during ACQ file upload',
13254         'coust',
13255         'description'
13256     ),
13257     'acq',
13258     'bool',
13259     NULL
13260 ), (
13261     'acq.upload.default.vandelay.quality_ratio',
13262     oils_i18n_gettext(
13263         'acq.upload.default.vandelay.quality_ratio',
13264         'Upload Default Min. Quality Ratio',
13265         'coust',
13266         'label'
13267     ),
13268      oils_i18n_gettext(
13269         'acq.upload.default.vandelay.quality_ratio',
13270         'Default minimum quality ratio used during ACQ file upload',
13271         'coust',
13272         'description'
13273     ),
13274     'acq',
13275     'integer',
13276     NULL
13277 ), (
13278     'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13279     oils_i18n_gettext(
13280         'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13281         'Upload Default Insufficient Quality Fall-Thru Profile',
13282         'coust',
13283         'label'
13284     ),
13285      oils_i18n_gettext(
13286         'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13287         'Default low-quality fall through profile used during ACQ file upload',
13288         'coust',
13289         'description'
13290     ),
13291     'acq',
13292     'link',
13293     'vmp'
13294 ), (
13295     'acq.upload.default.vandelay.load_item_for_imported',
13296     oils_i18n_gettext(
13297         'acq.upload.default.vandelay.load_item_for_imported',
13298         'Upload Load Items for Imported Records by Default',
13299         'coust',
13300         'label'
13301     ),
13302      oils_i18n_gettext(
13303         'acq.upload.default.vandelay.load_item_for_imported',
13304         'Load items for imported records by default during ACQ file upload',
13305         'coust',
13306         'description'
13307     ),
13308     'acq',
13309     'bool',
13310     NULL
13311 );
13312
13313
13314 INSERT INTO config.ts_config_list(id, name) VALUES
13315     ('simple','Non-Stemmed Simple'),
13316     ('danish_nostop','Danish Stemmed'),
13317     ('dutch_nostop','Dutch Stemmed'),
13318     ('english_nostop','English Stemmed'),
13319     ('finnish_nostop','Finnish Stemmed'),
13320     ('french_nostop','French Stemmed'),
13321     ('german_nostop','German Stemmed'),
13322     ('hungarian_nostop','Hungarian Stemmed'),
13323     ('italian_nostop','Italian Stemmed'),
13324     ('norwegian_nostop','Norwegian Stemmed'),
13325     ('portuguese_nostop','Portuguese Stemmed'),
13326     ('romanian_nostop','Romanian Stemmed'),
13327     ('russian_nostop','Russian Stemmed'),
13328     ('spanish_nostop','Spanish Stemmed'),
13329     ('swedish_nostop','Swedish Stemmed'),
13330     ('turkish_nostop','Turkish Stemmed');
13331
13332 INSERT INTO config.metabib_class_ts_map(field_class, ts_config, index_weight, always) VALUES
13333     ('keyword','simple','A',true),
13334     ('keyword','english_nostop','C',true),
13335     ('title','simple','A',true),
13336     ('title','english_nostop','C',true),
13337     ('author','simple','A',true),
13338     ('author','english_nostop','C',true),
13339     ('series','simple','A',true),
13340     ('series','english_nostop','C',true),
13341     ('subject','simple','A',true),
13342     ('subject','english_nostop','C',true),
13343     ('identifier','simple','A',true);
13344
13345 INSERT INTO config.org_unit_setting_type (
13346     name, label, description, datatype, fm_class, update_perm, grp
13347 ) VALUES (
13348     'circ.hold_capture_order',
13349     oils_i18n_gettext(
13350         'circ.hold_capture_order',
13351         'Best-hold selection sort order',
13352         'coust',
13353         'label'
13354     ),
13355     oils_i18n_gettext(
13356         'circ.hold_capture_order',
13357         'Defines the sort order of holds when selecting a hold to fill using a given copy at capture time',
13358         'coust',
13359         'description'
13360     ),
13361     'link',
13362     'cbho',
13363     543,
13364     'holds'
13365 );
13366
13367 INSERT INTO config.org_unit_setting_type (
13368     name, label, description, datatype, update_perm, grp
13369 ) VALUES (
13370     'circ.hold_go_home_interval',
13371     oils_i18n_gettext(
13372         'circ.hold_go_home_interval',
13373         'Max foreign-circulation time',
13374         'coust',
13375         'label'
13376     ),
13377     oils_i18n_gettext(
13378         'circ.hold_go_home_interval',
13379         'Time a copy can spend circulating away from its circ lib before returning there to fill a hold (if one exists there)',
13380         'coust',
13381         'description'
13382     ),
13383     'interval',
13384     543,
13385     'holds'
13386 );
13387
13388
13389 INSERT INTO config.best_hold_order (
13390     name,
13391     approx, pprox, aprox, priority, cut, depth, rtime
13392 ) VALUES (
13393     'Traditional',
13394     1, 2, 3, 4, 5, 6, 7
13395 );
13396
13397 INSERT INTO config.best_hold_order (
13398     name,
13399     hprox, approx, pprox, aprox, priority, cut, depth, rtime
13400 ) VALUES (
13401     'Traditional with Holds-always-go-home',
13402     1, 2, 3, 4, 5, 6, 7, 8
13403 );
13404
13405 INSERT INTO config.best_hold_order (
13406     name,
13407     htime, approx, pprox, aprox, priority, cut, depth, rtime
13408 ) VALUES (
13409     'Traditional with Holds-go-home',
13410     1, 2, 3, 4, 5, 6, 7, 8
13411 );
13412
13413 INSERT INTO config.best_hold_order (
13414     name,
13415     priority, cut, rtime, depth, pprox, hprox, aprox, htime
13416 ) VALUES (
13417     'FIFO',
13418     1, 2, 3, 4, 5, 6, 7, 8
13419 );
13420
13421 INSERT INTO config.best_hold_order (
13422     name,
13423     hprox, priority, cut, rtime, depth, pprox, aprox, htime
13424 ) VALUES (
13425     'FIFO with Holds-always-go-home',
13426     1, 2, 3, 4, 5, 6, 7, 8
13427 );
13428
13429 INSERT INTO config.best_hold_order (
13430     name,
13431     htime, priority, cut, rtime, depth, pprox, aprox, hprox
13432 ) VALUES (
13433     'FIFO with Holds-go-home',
13434     1, 2, 3, 4, 5, 6, 7, 8
13435 );
13436
13437 INSERT INTO actor.org_unit_setting (
13438     org_unit, name, value
13439 ) VALUES (
13440     (SELECT id FROM actor.org_unit WHERE parent_ou IS NULL),
13441     'circ.hold_go_home_interval',
13442     '"6 months"'
13443 );
13444
13445 INSERT INTO action_trigger.hook (
13446         key,
13447         core_type,
13448         description,
13449         passive
13450     ) VALUES (
13451         'au.barred',
13452         'au',
13453         'A user was barred by staff',
13454         FALSE
13455     );
13456
13457 INSERT INTO action_trigger.hook (
13458         key,
13459         core_type,
13460         description,
13461         passive
13462     ) VALUES (
13463         'au.unbarred',
13464         'au',
13465         'A user was un-barred by staff',
13466         FALSE
13467     );
13468
13469 INSERT INTO action_trigger.validator (
13470         module, 
13471         description
13472     ) VALUES (
13473         'PatronBarred',
13474         'Tests if a patron is currently marked as barred'
13475     );
13476
13477 INSERT INTO action_trigger.validator (
13478         module, 
13479         description
13480     ) VALUES (
13481         'PatronNotBarred',
13482         'Tests if a patron is currently not marked as barred'
13483     );
13484
13485 INSERT INTO config.org_unit_setting_type
13486     (name, label, description, grp, datatype) 
13487 VALUES (
13488     'acq.fund.rollover_distrib_forms',
13489     oils_i18n_gettext(
13490         'acq.fund.rollover_distrib_forms',
13491         'Rollover Distribution Formulae Funds',
13492         'coust',
13493         'label'
13494     ),
13495      oils_i18n_gettext(
13496         'acq.fund.rollover_distrib_forms',
13497         'During fiscal rollover, update distribution formalae to use new funds',
13498         'coust',
13499         'description'
13500     ),
13501     'acq',
13502     'bool'
13503 );
13504
13505 INSERT INTO config.z3950_index_field_map 
13506     (id, label, metabib_field, z3950_attr_type) VALUES 
13507 (1, oils_i18n_gettext(1, 'Title',   'czifm', 'label'), 5,  'title'),
13508 (2, oils_i18n_gettext(2, 'Author',  'czifm', 'label'), 8,  'author'),
13509 (3, oils_i18n_gettext(3, 'ISBN',    'czifm', 'label'), 18, 'isbn'),
13510 (4, oils_i18n_gettext(4, 'ISSN',    'czifm', 'label'), 19, 'issn'),
13511 (5, oils_i18n_gettext(5, 'LCCN',    'czifm', 'label'), 30, 'lccn');
13512
13513 INSERT INTO config.z3950_index_field_map 
13514     (id, label, record_attr, z3950_attr_type) VALUES 
13515 (6, oils_i18n_gettext(6, 'Pubdate',  'czifm', 'label'),'pubdate', 'pubdate'),
13516 (7, oils_i18n_gettext(7, 'Item Type', 'czifm', 'label'),'item_type', 'item_type');
13517
13518
13519 -- let's leave room for more stock mappings
13520 SELECT SETVAL('config.z3950_index_field_map_id_seq'::TEXT, 1000);
13521
13522 INSERT INTO config.org_unit_setting_type
13523     (name, grp, label, description, datatype)
13524     VALUES (
13525         'cat.z3950.batch.max_parallel',
13526         'cat',
13527         oils_i18n_gettext(
13528             'cat.z3950.batch.max_parallel',
13529             'Maximum Parallel Z39.50 Batch Searches',
13530             'coust',
13531             'label'
13532         ),
13533         oils_i18n_gettext(
13534             'cat.z3950.batch.max_parallel',
13535             'The maximum number of Z39.50 searches that can be in-flight at any given time when performing batch Z39.50 searches',
13536             'coust',
13537             'description'
13538         ),
13539         'integer'
13540     );
13541
13542 INSERT INTO config.org_unit_setting_type
13543     (name, grp, label, description, datatype)
13544     VALUES (
13545         'cat.z3950.batch.max_results',
13546         'cat',
13547         oils_i18n_gettext(
13548             'cat.z3950.batch.max_results',
13549             'Maximum Z39.50 Batch Search Results',
13550             'coust',
13551             'label'
13552         ),
13553         oils_i18n_gettext(
13554             'cat.z3950.batch.max_results',
13555             'The maximum number of search results to retrieve and queue for each record + Z39 source during batch Z39.50 searches',
13556             'coust',
13557             'description'
13558         ),
13559         'integer'
13560     );
13561
13562 -- long overdue stuff...
13563
13564 INSERT INTO config.org_unit_setting_type 
13565     (name, grp, datatype, label, description) VALUES 
13566 (
13567     'circ.longoverdue_immediately_available',
13568     'circ', 'bool',
13569     oils_i18n_gettext(
13570         'circ.longoverdue_immediately_available',
13571         'Long-Overdue Items Usable on Checkin',
13572         'coust',
13573         'label'
13574     ),
13575     oils_i18n_gettext(
13576         'circ.longoverdue_immediately_available',
13577         'Long-overdue items are usable on checkin instead of going "home" first',
13578         'coust',
13579         'description'
13580     )
13581 ), (
13582     'circ.longoverdue_materials_processing_fee',
13583     'finance', 'currency',
13584     oils_i18n_gettext(
13585         'circ.longoverdue_materials_processing_fee',
13586         'Long-Overdue Materials Processing Fee',
13587         'coust',
13588         'label'
13589     ),
13590     oils_i18n_gettext(
13591         'circ.longoverdue_materials_processing_fee',
13592         'Long-Overdue Materials Processing Fee',
13593         'coust',
13594         'description'
13595     )
13596 ), (
13597     'circ.max_accept_return_of_longoverdue',
13598     'circ', 'interval',
13599     oils_i18n_gettext(
13600         'circ.max_accept_return_of_longoverdue',
13601         'Long-Overdue Max Return Interval',
13602         'coust',
13603         'label'
13604     ),
13605     oils_i18n_gettext(
13606         'circ.max_accept_return_of_longoverdue',
13607         'Long-overdue check-in processing (voiding fees, re-instating ' ||
13608             'overdues, etc.) will not take place for items that have been ' ||
13609             'overdue for (or have last activity older than) this amount of time',
13610         'coust',
13611         'description'
13612     )
13613 ), (
13614     'circ.restore_overdue_on_longoverdue_return',
13615     'circ', 'bool',
13616     oils_i18n_gettext(
13617         'circ.restore_overdue_on_longoverdue_return',
13618         'Restore Overdues on Long-Overdue Item Return',
13619         'coust',
13620         'label'
13621     ),
13622     oils_i18n_gettext(
13623         'circ.restore_overdue_on_longoverdue_return',
13624         'Restore Overdues on Long-Overdue Item Return',
13625         'coust',
13626         'description'
13627     )
13628 ), (
13629     'circ.void_longoverdue_on_checkin',
13630     'circ', 'bool',
13631     oils_i18n_gettext(
13632         'circ.void_longoverdue_on_checkin',
13633         'Void Long-Overdue Item Billing When Returned',
13634         'coust',
13635         'label'
13636     ),
13637     oils_i18n_gettext(
13638         'circ.void_longoverdue_on_checkin',
13639         'Void Long-Overdue Item Billing When Returned',
13640         'coust',
13641         'description'
13642     )
13643 ), (
13644     'circ.void_longoverdue_proc_fee_on_checkin',
13645     'circ', 'bool',
13646     oils_i18n_gettext(
13647         'circ.void_longoverdue_proc_fee_on_checkin',
13648         'Void Processing Fee on Long-Overdue Item Return',
13649         'coust',
13650         'label'
13651     ),
13652     oils_i18n_gettext(
13653         'circ.void_longoverdue_proc_fee_on_checkin',
13654         'Void Processing Fee on Long-Overdue Item Return',
13655         'coust',
13656         'description'
13657     )
13658 ), (
13659     'circ.void_overdue_on_longoverdue',
13660     'finance', 'bool',
13661     oils_i18n_gettext(
13662         'circ.void_overdue_on_longoverdue',
13663         'Void Overdue Fines When Items are Marked Long-Overdue',
13664         'coust',
13665         'label'
13666     ),
13667     oils_i18n_gettext(
13668         'circ.void_overdue_on_longoverdue',
13669         'Void Overdue Fines When Items are Marked Long-Overdue',
13670         'coust',
13671         'description'
13672     )
13673 ), (
13674     'circ.longoverdue.xact_open_on_zero',
13675     'finance', 'bool',
13676     oils_i18n_gettext(
13677         'circ.longoverdue.xact_open_on_zero',
13678         'Leave transaction open when long overdue balance equals zero',
13679         'coust',
13680         'label'
13681     ),
13682     oils_i18n_gettext(
13683         'circ.longoverdue.xact_open_on_zero',
13684         'Leave transaction open when long-overdue balance equals zero.  ' ||
13685             'This leaves the lost copy on the patron record when it is paid',
13686         'coust',
13687         'description'
13688     )
13689 ), (
13690     'circ.longoverdue.use_last_activity_date_on_return',
13691     'circ', 'bool',
13692     oils_i18n_gettext(
13693         'circ.longoverdue.use_last_activity_date_on_return',
13694         'Long-Overdue Check-In Interval Uses Last Activity Date',
13695         'coust',
13696         'label'
13697     ),
13698     oils_i18n_gettext(
13699         'circ.longoverdue.use_last_activity_date_on_return',
13700         'Use the long-overdue last-activity date instead of the due_date to ' ||
13701             'determine whether the item has been checked out too long to ' ||
13702             'perform long-overdue check-in processing.  If set, the system ' ||
13703             'will first check the last payment time, followed by the last ' ||
13704             'billing time, followed by the due date.  See also ' ||
13705             'circ.max_accept_return_of_longoverdue',
13706         'coust',
13707         'description'
13708     )
13709 );
13710
13711 -- mark long-overdue reactor
13712
13713 INSERT INTO action_trigger.reactor (module, description) VALUES
13714 (   'MarkItemLongOverdue',
13715     oils_i18n_gettext(
13716         'MarkItemLongOverdue',
13717         'Marks a circulating item as long-overdue and applies configured ' ||
13718         'penalties.  Also creates events for the longoverdue.auto hook',
13719         'atreact',
13720         'description'
13721     )
13722 );
13723
13724 INSERT INTO action_trigger.validator (module, description) VALUES (
13725     'PatronNotInCollections', 
13726     'Event is valid if the linked patron is not in collections processing ' ||
13727         'at the context org unit'
13728 );
13729
13730 INSERT INTO action_trigger.event_definition 
13731     (id, active, owner, name, hook, validator, reactor, delay, delay_field) 
13732 VALUES (
13733     49, FALSE, 1, '6 Month Overdue Mark Long-Overdue', 
13734     'checkout.due', 'PatronNotInCollections', 
13735     'MarkItemLongOverdue', '6 months', 'due_date'
13736 );
13737
13738 INSERT INTO action_trigger.event_params (event_def, param, value) VALUES
13739     (49, 'editor', '''1''');
13740
13741 -- new longoverdue and longervdue.auto hook.
13742
13743 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
13744     'longoverdue',
13745     'circ',
13746     'Circulating Item marked long-overdue'
13747 );
13748
13749 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
13750     'longoverdue.auto',
13751     'circ',
13752     'Circulating Item automatically marked long-overdue'
13753 );
13754
13755 -- sample longoverdue.auto notification reactor
13756
13757 INSERT INTO action_trigger.event_definition 
13758     (id, active, owner, name, hook, validator, reactor, group_field, template) 
13759     VALUES (
13760         50, FALSE, 1, '6 Month Long Overdue Notice', 
13761         'longoverdue.auto', 'NOOP_True', 'SendEmail', 'usr',
13762 $$
13763 [%- USE date -%]
13764 [%- user = target.0.usr -%]
13765 To: [%- params.recipient_email || user.email %]
13766 From: [%- params.sender_email || default_sender %]
13767 Subject: Overdue Items Marked Long Overdue
13768
13769 Dear [% user.family_name %], [% user.first_given_name %]
13770 The following items are 6 months overdue and have been marked Long Overdue.
13771
13772 [% FOR circ IN target %]
13773     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
13774     Title: [% copy_details.title %], by [% copy_details.author %]
13775     Call Number: [% circ.target_copy.call_number.label %]
13776     Shelving Location: [% circ.target_copy.location.name %]
13777     Barcode: [% circ.target_copy.barcode %]
13778     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
13779     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
13780     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
13781     Library: [% circ.circ_lib.name %]
13782
13783 [% END %]
13784 $$);
13785
13786 -- ENV for above
13787
13788 INSERT INTO action_trigger.environment (event_def, path) VALUES 
13789     (50, 'target_copy.call_number'),
13790     (50, 'usr'),
13791     (50, 'billable_transaction.summary'),
13792     (50, 'circ_lib.billing_address'),
13793     (50, 'target_copy.location');
13794
13795 -- OUS's for patron self-reg
13796 INSERT INTO config.org_unit_setting_type
13797     (name, grp, datatype, label, description)
13798 VALUES (
13799     'opac.allow_pending_user',
13800     'opac',
13801     'bool',
13802     oils_i18n_gettext(
13803         'opac.allow_pending_user',
13804         'Allow Patron Self-Registration',
13805         'coust',
13806         'label'
13807     ),
13808     oils_i18n_gettext(
13809         'opac.allow_pending_user',
13810         'Allow patrons to self-register, creating pending user accounts',
13811         'coust',
13812         'description'
13813     )
13814 ), (
13815     'opac.pending_user_expire_interval',
13816     'opac',
13817     'interval',
13818     oils_i18n_gettext(
13819         'opac.pending_user_expire_interval',
13820         'Patron Self-Reg. Expire Interval',
13821         'coust',
13822         'label'
13823     ),
13824     oils_i18n_gettext(
13825         'opac.pending_user_expire_interval',
13826         'If set, this is the amount of time a pending user account will ' ||
13827         'be allowed to sit in the database.  After this time, the pending ' ||
13828         'user information will be purged',
13829         'coust',
13830         'description'
13831     )
13832 ), (
13833     'ui.patron.edit.aua.county.show',
13834     'gui',
13835     'bool',
13836     oils_i18n_gettext(
13837         'ui.patron.edit.aua.county.require',
13838         'Show county field on patron registration',
13839         'coust',
13840         'label'
13841     ),
13842     oils_i18n_gettext(
13843         'ui.patron.edit.aua.county.require',
13844         'The county field will be shown on the patron registration screen',
13845         'coust',
13846         'description'
13847     )
13848 );
13849
13850 -- vandelay item import defaults
13851 INSERT INTO config.org_unit_setting_type
13852     (grp, name, label, description, datatype, fm_class)
13853 VALUES (
13854     'vandelay',
13855     'vandelay.item.barcode.auto',
13856     oils_i18n_gettext(
13857         'vandelay.item.barcode.auto',
13858         'Vandelay Generate Default Barcodes',
13859         'coust', 'label'),
13860     oils_i18n_gettext(
13861         'vandelay.item.barcode.auto',
13862         'Auto-generate deault item barcodes when no item barcode is present',
13863         'coust', 'label'),
13864     'bool',
13865     NULL
13866 ), (
13867     'vandelay',
13868     'vandelay.item.barcode.prefix',
13869     oils_i18n_gettext(
13870         'vandelay.item.barcode.prefix',
13871         'Vandelay Default Barcode Prefix',
13872         'coust', 'label'),
13873     oils_i18n_gettext(
13874         'vandelay.item.barcode.prefix',
13875         'Apply this prefix to any auto-generated item barcodes',
13876         'coust', 'label'),
13877     'string',
13878     NULL
13879 ), (
13880     'vandelay',
13881     'vandelay.item.call_number.auto',
13882     oils_i18n_gettext(
13883         'vandelay.item.call_number.auto',
13884         'Vandelay Generate Default Call Numbers',
13885         'coust', 'label'),
13886     oils_i18n_gettext(
13887         'vandelay.item.call_number.auto',
13888         'Auto-generate default item call numbers when no item call number is present',
13889         'coust', 'label'),
13890     'bool',
13891     NULL
13892 ), (
13893     'vandelay',
13894     'vandelay.item.call_number.prefix',
13895     oils_i18n_gettext(
13896         'vandelay.item.call_number.prefix',
13897         'Vandelay Default Call Number Prefix',
13898         'coust', 'label'),
13899     oils_i18n_gettext(
13900         'vandelay.item.call_number.prefix',
13901         'Apply this prefix to any auto-generated item call numbers',
13902         'coust', 'label'),
13903     'string',
13904     NULL
13905 ), (
13906     'vandelay',
13907     'vandelay.item.copy_location.default',
13908     oils_i18n_gettext(
13909         'vandelay.item.copy_location.default',
13910         'Vandelay Default Copy Location',
13911         'coust', 'label'),
13912     oils_i18n_gettext(
13913         'vandelay.item.copy_location.default',
13914         'Default copy location value for imported items',
13915         'coust', 'label'),
13916     'link',
13917     'acpl'
13918 ), (
13919     'vandelay',
13920     'vandelay.item.circ_modifier.default',
13921     oils_i18n_gettext(
13922         'vandelay.item.circ_modifier.default',
13923         'Vandelay Default Circulation Modifier',
13924         'coust', 'label'),
13925     oils_i18n_gettext(
13926         'vandelay.item.circ_modifier.default',
13927         'Default circulation modifier value for imported items',
13928         'coust', 'label'),
13929     'link',
13930     'ccm'
13931 );
13932
13933
13934 INSERT into config.org_unit_setting_type 
13935     (name, grp, label, description, datatype)
13936 VALUES ( 
13937     'opac.holds.org_unit_not_pickup_lib', 
13938     'opac',
13939     oils_i18n_gettext('opac.holds.org_unit_not_pickup_lib',
13940         'OPAC: Org Unit is not a hold pickup library',
13941         'coust', 'label'),
13942     oils_i18n_gettext('opac.holds.org_unit_not_pickup_lib',
13943         'If set, this org unit will not be offered to the patron as an '||
13944         'option for a hold pickup location.  This setting has no affect '||
13945         'on searching or hold targeting',
13946         'coust', 'description'),
13947     'bool'
13948 );
13949
13950
13951 INSERT INTO config.standing_penalty
13952     (id, name, label, block_list, staff_alert)
13953 VALUES (
13954     35,
13955     'PATRON_EXCEEDS_LONGOVERDUE_COUNT',
13956     oils_i18n_gettext(
13957         35,
13958         'Patron Exceeds Max Long-Overdue Threshold',
13959         'csp',
13960         'label'
13961     ),
13962     'CIRC|FULFILL|HOLD|CAPTURE|RENEW',
13963     TRUE
13964 );
13965
13966
13967 INSERT INTO config.org_unit_setting_type
13968     (name, grp, datatype, label, description)
13969 VALUES (
13970     'opac.self_register.timeout',
13971     'opac',
13972     'integer',
13973     oils_i18n_gettext(
13974         'opac.self_register.timeout',
13975         'Patron Self-Reg. Display Timeout',
13976         'coust',
13977         'label'
13978     ),
13979     oils_i18n_gettext(
13980         'opac.self_register.timeout',
13981         'Number of seconds to wait before reloading the patron self-'||
13982         'registration interface to clear sensitive data',
13983         'coust',
13984         'description'
13985     )
13986 );
13987
13988
13989 INSERT INTO config.org_unit_setting_type 
13990     (name, grp, datatype, label, description)
13991 VALUES (
13992     'ui.circ.items_out.longoverdue', 'gui', 'integer',
13993     oils_i18n_gettext(
13994         'ui.circ.items_out.longoverdue',
13995         'Items Out Long-Overdue display setting',
13996         'coust',
13997         'label'
13998     ),
13999     oils_i18n_gettext(
14000         'ui.circ.items_out.longoverdue',
14001 'Value is a numeric code, describing which list the circulation '||
14002 'should appear while checked out and whether the circulation should '||
14003 'continue to appear in the bottom list, when checked in with '||
14004 'oustanding fines.  '||
14005 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14006 '5 = top list, do not display.  6 = bottom list, do not display.',
14007         'coust',
14008         'description'
14009     )
14010 ), (
14011     'ui.circ.items_out.lost', 'gui', 'integer',
14012     oils_i18n_gettext(
14013         'ui.circ.items_out.lost',
14014         'Items Out Lost display setting',
14015         'coust',
14016         'label'
14017     ),
14018     oils_i18n_gettext(
14019         'ui.circ.items_out.lost',
14020 'Value is a numeric code, describing which list the circulation '||
14021 'should appear while checked out and whether the circulation should '||
14022 'continue to appear in the bottom list, when checked in with '||
14023 'oustanding fines.  '||
14024 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14025 '5 = top list, do not display.  6 = bottom list, do not display.',
14026         'coust',
14027         'description'
14028     )
14029 ), (
14030     'ui.circ.items_out.claimsreturned', 'gui', 'integer',
14031     oils_i18n_gettext(
14032         'ui.circ.items_out.claimsreturned',
14033         'Items Out Claims Returned display setting',
14034         'coust',
14035         'label'
14036     ),
14037     oils_i18n_gettext(
14038         'ui.circ.items_out.claimsreturned',
14039 'Value is a numeric code, describing which list the circulation '||
14040 'should appear while checked out and whether the circulation should '||
14041 'continue to appear in the bottom list, when checked in with '||
14042 'oustanding fines.  '||
14043 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14044 '5 = top list, do not display.  6 = bottom list, do not display.',
14045         'coust',
14046         'description'
14047     )
14048 );
14049
14050 -- YAOUS patron credit disable
14051 INSERT INTO config.org_unit_setting_type 
14052     (grp, name, datatype, label, description) 
14053 VALUES (
14054     'finance',
14055     'circ.disable_patron_credit',
14056     'bool',
14057     oils_i18n_gettext(
14058         'circ.disable_patron_credit',
14059         'Disable Patron Credit',
14060         'coust',
14061         'label'
14062     ),
14063     oils_i18n_gettext(
14064         'circ.disable_patron_credit',
14065         'Do not allow patrons to accrue credit or pay fines/fees with accrued credit',
14066         'coust',
14067         'description'
14068     )
14069 );
14070
14071 INSERT INTO config.floating_group(name) VALUES ('Everywhere');
14072 INSERT INTO config.floating_group_member(floating_group, org_unit) VALUES (1, 1);
14073
14074 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
14075     'opac.metarecord.holds.format_attr', 
14076     oils_i18n_gettext(
14077         'opac.metarecord.holds.format_attr',
14078         'OPAC Metarecord Hold Formats Attribute', 
14079         'cgf',
14080         'label'
14081     ),
14082     'mr_hold_format', 
14083     TRUE
14084 );
14085
14086 -- until we have a custom attribute for the selector, 
14087 -- default to the icon_format attribute
14088 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
14089     'opac.format_selector.attr', 
14090     oils_i18n_gettext(
14091         'opac.format_selector.attr', 
14092         'OPAC Format Selector Attribute', 
14093         'cgf',
14094         'label'
14095     ),
14096     'search_format', 
14097     TRUE
14098 );
14099
14100
14101