]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/sql/Pg/950.data.seed-values.sql
LP#1234220 hold ratio renewal override perms
[working/Evergreen.git] / Open-ILS / src / sql / Pg / 950.data.seed-values.sql
1 --002.schema.config.sql:
2 INSERT INTO config.bib_source (id, quality, source, transcendant, can_have_copies) VALUES 
3     (1, 90, oils_i18n_gettext(1, 'oclc', 'cbs', 'source'), FALSE, TRUE);
4 INSERT INTO config.bib_source (id, quality, source, transcendant, can_have_copies) VALUES 
5     (2, 10, oils_i18n_gettext(2, 'System Local', 'cbs', 'source'), FALSE, TRUE);
6 INSERT INTO config.bib_source (id, quality, source, transcendant, can_have_copies) VALUES 
7     (3, 1, oils_i18n_gettext(3, 'Project Gutenberg', 'cbs', 'source'), TRUE, TRUE);
8 SELECT SETVAL('config.bib_source_id_seq'::TEXT, 100);
9
10 INSERT INTO biblio.peer_type (id,name) VALUES
11     (1,oils_i18n_gettext(1,'Bound Volume','bpt','name')),
12     (2,oils_i18n_gettext(2,'Bilingual','bpt','name')),
13     (3,oils_i18n_gettext(3,'Back-to-back','bpt','name')),
14     (4,oils_i18n_gettext(4,'Set','bpt','name')),
15     (5,oils_i18n_gettext(5,'e-Reader Preload','bpt','name')); 
16 SELECT SETVAL('biblio.peer_type_id_seq'::TEXT, 100);
17
18 INSERT INTO config.standing (id, value) VALUES (1, oils_i18n_gettext(1, 'Good', 'cst', 'value'));
19 INSERT INTO config.standing (id, value) VALUES (2, oils_i18n_gettext(2, 'Barred', 'cst', 'value'));
20 SELECT SETVAL('config.standing_id_seq'::TEXT, 100);
21
22 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
23         VALUES (1,'PATRON_EXCEEDS_FINES',oils_i18n_gettext(1, 'Patron exceeds fine threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
24 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
25         VALUES (2,'PATRON_EXCEEDS_OVERDUE_COUNT',oils_i18n_gettext(2, 'Patron exceeds max overdue item threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
26 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
27         VALUES (3,'PATRON_EXCEEDS_CHECKOUT_COUNT',oils_i18n_gettext(3, 'Patron exceeds max checked out item threshold', 'csp', 'label'),'CIRC|FULFILL', TRUE);
28 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
29         VALUES (4,'PATRON_EXCEEDS_COLLECTIONS_WARNING',oils_i18n_gettext(4, 'Patron exceeds pre-collections warning fine threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
30 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert)
31         VALUES (5,'PATRON_EXCEEDS_LOST_COUNT',oils_i18n_gettext(5, 'Patron exceeds max lost item threshold', 'csp', 'label'),'CIRC|FULFILL|HOLD|CAPTURE|RENEW', TRUE);
32
33 INSERT INTO config.standing_penalty (id,name,label,staff_alert) VALUES (20,'ALERT_NOTE',oils_i18n_gettext(20, 'Alerting Note, no blocks', 'csp', 'label'),TRUE);
34 INSERT INTO config.standing_penalty (id,name,label) VALUES (21,'SILENT_NOTE',oils_i18n_gettext(21, 'Note, no blocks', 'csp', 'label'));
35 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (22,'STAFF_C',oils_i18n_gettext(22, 'Alerting block on Circ', 'csp', 'label'),'CIRC', TRUE);
36 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (23,'STAFF_CH',oils_i18n_gettext(23, 'Alerting block on Circ and Hold', 'csp', 'label'),'CIRC|HOLD', TRUE);
37 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (24,'STAFF_CR',oils_i18n_gettext(24, 'Alerting block on Circ and Renew', 'csp', 'label'),'CIRC|RENEW', TRUE);
38 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (25,'STAFF_CHR',oils_i18n_gettext(25, 'Alerting block on Circ, Hold and Renew', 'csp', 'label'),'CIRC|HOLD|RENEW', TRUE);
39 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (26,'STAFF_HR',oils_i18n_gettext(26, 'Alerting block on Hold and Renew', 'csp', 'label'),'HOLD|RENEW', TRUE);
40 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (27,'STAFF_H',oils_i18n_gettext(27, 'Alerting block on Hold', 'csp', 'label'),'HOLD', TRUE);
41 INSERT INTO config.standing_penalty (id,name,label,block_list,staff_alert) VALUES (28,'STAFF_R',oils_i18n_gettext(28, 'Alerting block on Renew', 'csp', 'label'),'RENEW', TRUE);
42 INSERT INTO config.standing_penalty (id,name,label) VALUES (29,'INVALID_PATRON_ADDRESS',oils_i18n_gettext(29, 'Patron has an invalid address', 'csp', 'label'));
43 INSERT INTO config.standing_penalty (id,name,label) VALUES (30,'PATRON_IN_COLLECTIONS',oils_i18n_gettext(30, 'Patron has been referred to a collections agency', 'csp', 'label'));
44 INSERT INTO config.standing_penalty (id, name, label, staff_alert, org_depth) VALUES
45     (
46         31,
47         'INVALID_PATRON_EMAIL_ADDRESS',
48         oils_i18n_gettext(
49             31,
50             'Patron had an invalid email address',
51             'csp',
52             'label'
53         ),
54         TRUE,
55         0
56     ),
57     (
58         32,
59         'INVALID_PATRON_DAY_PHONE',
60         oils_i18n_gettext(
61             32,
62             'Patron had an invalid daytime phone number',
63             'csp',
64             'label'
65         ),
66         TRUE,
67         0
68     ),
69     (
70         33,
71         'INVALID_PATRON_EVENING_PHONE',
72         oils_i18n_gettext(
73             33,
74             'Patron had an invalid evening phone number',
75             'csp',
76             'label'
77         ),
78         TRUE,
79         0
80     ),
81     (
82         34,
83         'INVALID_PATRON_OTHER_PHONE',
84         oils_i18n_gettext(
85             34,
86             'Patron had an invalid other phone number',
87             'csp',
88             'label'
89         ),
90         TRUE,
91         0
92     );
93
94
95 SELECT SETVAL('config.standing_penalty_id_seq', 100);
96
97 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'identifier', oils_i18n_gettext('identifier', 'Identifier', 'cmc', 'label') );
98 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'keyword', oils_i18n_gettext('keyword', 'Keyword', 'cmc', 'label') );
99 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'title', oils_i18n_gettext('title', 'Title', 'cmc', 'label') );
100 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'author', oils_i18n_gettext('author', 'Author', 'cmc', 'label') );
101 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'subject', oils_i18n_gettext('subject', 'Subject', 'cmc', 'label') );
102 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'series', oils_i18n_gettext('series', 'Series', 'cmc', 'label') );
103
104 -- enable combined search for only the subject class by default
105 UPDATE config.metabib_class SET combined = TRUE WHERE name = 'subject';
106
107 -- some more from 002.schema.config.sql:
108 INSERT INTO config.xml_transform VALUES ( 'marcxml', 'http://www.loc.gov/MARC21/slim', 'marc', '---' );
109 INSERT INTO config.xml_transform VALUES ( 'mods', 'http://www.loc.gov/mods/', 'mods', '');
110 INSERT INTO config.xml_transform VALUES ( 'mods3', 'http://www.loc.gov/mods/v3', 'mods3', '');
111 INSERT INTO config.xml_transform VALUES ( 'mods32', 'http://www.loc.gov/mods/v3', 'mods32', '');
112 INSERT INTO config.xml_transform VALUES ( 'mods33', 'http://www.loc.gov/mods/v3', 'mods33', '');
113 INSERT INTO config.xml_transform VALUES ( 'marc21expand880', 'http://www.loc.gov/MARC21/slim', 'marc', '' );
114
115 -- Index Definitions
116 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath, browse_field ) VALUES
117     (1, 'series', 'seriestitle', oils_i18n_gettext(1, 'Series Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:relatedItem[@type="series"]/mods32:titleInfo[not(@type="nfi")]$$, TRUE, '//@xlink:href', FALSE );
118
119 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath ) VALUES 
120     (2, 'title', 'abbreviated', oils_i18n_gettext(2, 'Abbreviated Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and (@type='abbreviated')]$$, '//@xlink:href' );
121 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
122     (3, 'title', 'translated', oils_i18n_gettext(3, 'Translated Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and (@type='translated-nfi')]$$, '//@xlink:href', $$*[local-name() != "nonSort"]$$ );
123 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
124     (4, 'title', 'alternative', oils_i18n_gettext(4, 'Alternate Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and starts-with(@type,'alternative')]$$, '//@xlink:href', $$*[local-name() != "nonSort"]$$ );
125 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_sort_xpath ) VALUES 
126     (5, 'title', 'uniform', oils_i18n_gettext(5, 'Uniform Title', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleInfo[mods32:title and (@type='uniform-nfi')]$$, '//@xlink:href', $$*[local-name() != "nonSort"]$$ );
127 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, authority_xpath, browse_field ) VALUES
128     (6, 'title', 'proper', oils_i18n_gettext(6, 'Title Proper', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleNonfiling[mods32:title and not (@type)]$$, '//@xlink:href', FALSE );
129
130 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field , authority_xpath, browse_xpath) VALUES 
131     (7, 'author', 'corporate', oils_i18n_gettext(7, 'Corporate Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='corporate' and (mods32:role/mods32:roleTerm[text()='creator'] or mods32:role/mods32:roleTerm[text()='aut'] or mods32:role/mods32:roleTerm[text()='cre'])]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
132 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
133     (8, 'author', 'personal', oils_i18n_gettext(8, 'Personal Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='personal' and mods32:role/mods32:roleTerm[text()='creator']]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
134 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
135     (9, 'author', 'conference', oils_i18n_gettext(9, 'Conference Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='conference' and mods32:role/mods32:roleTerm[text()='creator']]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
136 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath, browse_xpath ) VALUES 
137     (10, 'author', 'other', oils_i18n_gettext(10, 'Other Author', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:name[@type='personal' and not(mods32:role/mods32:roleTerm[text()='creator'])]$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href',$$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
138
139 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
140     (11, 'subject', 'geographic', oils_i18n_gettext(11, 'Geographic Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:geographic$$, TRUE, '//@xlink:href' );
141 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_xpath, facet_field, authority_xpath ) VALUES 
142     (12, 'subject', 'name', oils_i18n_gettext(12, 'Name Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:name$$, $$//*[local-name()='namePart']$$, TRUE, '//@xlink:href' ); -- /* to fool vim */;
143 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
144     (13, 'subject', 'temporal', oils_i18n_gettext(13, 'Temporal Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:temporal$$, TRUE, '//@xlink:href' );
145 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, facet_field, authority_xpath ) VALUES 
146     (14, 'subject', 'topic', oils_i18n_gettext(14, 'Topic Subject', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject/mods32:topic$$, TRUE, '//@xlink:href' );
147 --INSERT INTO config.metabib_field ( id, field_class, name, format, xpath ) VALUES 
148 --  ( id, field_class, name, xpath ) VALUES ( 'subject', 'genre', 'mods32', $$//mods32:mods/mods32:genre$$ );
149 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES 
150     (15, 'keyword', 'keyword', oils_i18n_gettext(15, 'General Keywords', 'cmf', 'label'), 'mods32', $$//mods32:mods/*[not(local-name()='originInfo')]$$, FALSE ); -- /* to fool vim */;
151 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
152     (16, 'subject', 'complete', oils_i18n_gettext(16, 'All Subjects', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:subject$$, FALSE );
153
154 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
155     (17, 'identifier', 'accession', oils_i18n_gettext(17, 'Accession Number', 'cmf', 'label'), 'marcxml', $$//marc:controlfield[@tag='001']$$, FALSE );
156 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
157     (18, 'identifier', 'isbn', oils_i18n_gettext(18, 'ISBN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='020']/marc:subfield[@code='a' or @code='z']$$, FALSE );
158 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
159     (19, 'identifier', 'issn', oils_i18n_gettext(19, 'ISSN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='022']/marc:subfield[@code='a' or @code='z']$$, FALSE );
160 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
161     (20, 'identifier', 'upc', oils_i18n_gettext(20, 'UPC', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='1']/marc:subfield[@code='a' or @code='z']$$, FALSE );
162 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
163     (21, 'identifier', 'ismn', oils_i18n_gettext(21, 'ISMN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='2']/marc:subfield[@code='a' or @code='z']$$, FALSE );
164 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
165     (22, 'identifier', 'ean', oils_i18n_gettext(22, 'EAN', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='3']/marc:subfield[@code='a' or @code='z']$$, FALSE );
166 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
167     (23, 'identifier', 'isrc', oils_i18n_gettext(23, 'ISRC', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='0']/marc:subfield[@code='a' or @code='z']$$, FALSE );
168 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
169     (24, 'identifier', 'sici', oils_i18n_gettext(24, 'SICI', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='024' and @ind1='4']/marc:subfield[@code='a' or @code='z']$$, FALSE );
170 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
171     (25, 'identifier', 'bibcn', oils_i18n_gettext(25, 'Local Free-Text Call Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='099']$$, FALSE );
172 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
173     (26, 'identifier', 'tcn', oils_i18n_gettext(26, 'Title Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='901']/marc:subfield[@code='a']$$, FALSE );
174 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field ) VALUES
175     (27, 'identifier', 'bibid', oils_i18n_gettext(27, 'Internal ID', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='901']/marc:subfield[@code='c']$$, FALSE );
176 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, facet_field, browse_field) VALUES
177     (28, 'identifier', 'authority_id', oils_i18n_gettext(28, 'Authority Record ID', 'cmf', 'label'), 'marcxml', '//marc:datafield/marc:subfield[@code="0"]', FALSE, TRUE, FALSE);
178 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field) VALUES
179     (29, 'identifier', 'scn', oils_i18n_gettext(29, 'System Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='035']/marc:subfield[@code="a"]$$, FALSE);
180 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, browse_field) VALUES
181     (30, 'identifier', 'lccn', oils_i18n_gettext(30, 'LC Control Number', 'cmf', 'label'), 'marcxml', $$//marc:datafield[@tag='010']/marc:subfield[@code="a" or @code='z']$$, FALSE);
182 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, authority_xpath, browse_field, browse_sort_xpath ) VALUES
183     (31, 'title', 'browse', oils_i18n_gettext(31, 'Title Proper (Browse)', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:titleBrowse$$, FALSE, '//@xlink:href', TRUE, $$*[local-name() != "nonSort"]$$ );
184 INSERT INTO config.metabib_field ( id, field_class, name, label, format, xpath, search_field, authority_xpath, browse_field, browse_sort_xpath ) VALUES
185     (32, 'series', 'browse', oils_i18n_gettext(32, 'Series Title (Browse)', 'cmf', 'label'), 'mods32', $$//mods32:mods/mods32:relatedItem[@type="series"]/mods32:titleInfo[@type="nfi"]$$, FALSE, '//@xlink:href', TRUE, $$*[local-name() != "nonSort"]$$ );
186
187 UPDATE config.metabib_field SET joiner = ' -- ' WHERE field_class = 'subject' AND name NOT IN ('name', 'complete');
188
189 SELECT SETVAL('config.metabib_field_id_seq', GREATEST(1000, (SELECT MAX(id) FROM config.metabib_field)));
190
191 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('kw','keyword');
192 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.keyword','keyword');
193 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.publisher','keyword');
194 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.subjecttitle','keyword');
195 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.genre','keyword');
196 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.edition','keyword');
197 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('srw.serverchoice','keyword');
198
199 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('id','identifier');
200 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.identifier','identifier');
201 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.isbn','identifier', 18);
202 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.issn','identifier', 19);
203 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.upc','identifier', 20);
204 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.callnumber','identifier', 25);
205 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.tcn','identifier', 26);
206 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('eg.bibid','identifier', 27);
207
208 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('au','author');
209 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('name','author');
210 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('creator','author');
211 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.author','author');
212 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.name','author');
213 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.creator','author');
214 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.contributor','author');
215 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('bib.name','author');
216 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonal','author',8);
217 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonalfamily','author',8);
218 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namepersonalgiven','author',8);
219 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.namecorporate','author',7);
220 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.nameconference','author',9);
221
222 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('ti','title');
223 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.title','title');
224 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.title','title');
225 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleabbreviated','title',2);
226 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleuniform','title',5);
227 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titletranslated','title',3);
228 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titlealternative','title',4);
229 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.title','title',2);
230
231 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('su','subject');
232 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.subject','subject');
233 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('dc.subject','subject');
234 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectplace','subject',11);
235 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectname','subject',12);
236 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.subjectoccupation','subject',16);
237
238 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('se','series');
239 INSERT INTO config.metabib_search_alias (alias,field_class) VALUES ('eg.series','series');
240 INSERT INTO config.metabib_search_alias (alias,field_class,field) VALUES ('bib.titleseries','series',1);
241
242
243 INSERT INTO config.non_cataloged_type ( id, owning_lib, name ) VALUES ( 1, 1, oils_i18n_gettext(1, 'Paperback Book', 'cnct', 'name') );
244 SELECT SETVAL('config.non_cataloged_type_id_seq'::TEXT, 100);
245
246 INSERT INTO config.identification_type ( id, name ) VALUES 
247     ( 1, oils_i18n_gettext(1, 'Drivers License', 'cit', 'name') );
248 INSERT INTO config.identification_type ( id, name ) VALUES 
249     ( 2, oils_i18n_gettext(2, 'SSN', 'cit', 'name') );
250 INSERT INTO config.identification_type ( id, name ) VALUES 
251     ( 3, oils_i18n_gettext(3, 'Other', 'cit', 'name') );
252 SELECT SETVAL('config.identification_type_id_seq'::TEXT, 100);
253
254 INSERT INTO config.rule_circ_duration VALUES 
255     (1, oils_i18n_gettext(1, '7_days_0_renew', 'crcd', 'name'), '7 days', '7 days', '7 days', 0);
256 INSERT INTO config.rule_circ_duration VALUES 
257     (2, oils_i18n_gettext(2, '28_days_2_renew', 'crcd', 'name'), '28 days', '28 days', '28 days', 2);
258 INSERT INTO config.rule_circ_duration VALUES 
259     (3, oils_i18n_gettext(3, '3_months_0_renew', 'crcd', 'name'), '3 months', '3 months', '3 months', 0);
260 INSERT INTO config.rule_circ_duration VALUES 
261     (4, oils_i18n_gettext(4, '3_days_1_renew', 'crcd', 'name'), '3 days', '3 days', '3 days', 1);
262 INSERT INTO config.rule_circ_duration VALUES 
263     (5, oils_i18n_gettext(5, '2_months_2_renew', 'crcd', 'name'), '2 months', '2 months', '2 months', 2);
264 INSERT INTO config.rule_circ_duration VALUES 
265     (6, oils_i18n_gettext(6, '35_days_1_renew', 'crcd', 'name'), '35 days', '35 days', '35 days', 1);
266 INSERT INTO config.rule_circ_duration VALUES 
267     (7, oils_i18n_gettext(7, '7_days_2_renew', 'crcd', 'name'), '7 days', '7 days', '7 days', 2);
268 INSERT INTO config.rule_circ_duration VALUES 
269     (8, oils_i18n_gettext(8, '1_hour_2_renew', 'crcd', 'name'), '1 hour', '1 hour', '1 hour', 2);
270 INSERT INTO config.rule_circ_duration VALUES 
271     (9, oils_i18n_gettext(9, '28_days_0_renew', 'crcd', 'name'), '28 days', '28 days', '28 days', 0);
272 INSERT INTO config.rule_circ_duration VALUES 
273     (10, oils_i18n_gettext(10, '14_days_2_renew', 'crcd', 'name'), '14 days', '14 days', '14 days', 2);
274 INSERT INTO config.rule_circ_duration VALUES 
275     (11, oils_i18n_gettext(11, 'default', 'crcd', 'name'), '21 days', '14 days', '7 days', 2);
276 SELECT SETVAL('config.rule_circ_duration_id_seq'::TEXT, 100);
277
278 INSERT INTO config.rule_max_fine VALUES 
279     (1, oils_i18n_gettext(1, 'default', 'crmf', 'name'), 5.00);
280 INSERT INTO config.rule_max_fine VALUES 
281     (2, oils_i18n_gettext(2, 'overdue_min', 'crmf', 'name'), 5.00);
282 INSERT INTO config.rule_max_fine VALUES 
283     (3, oils_i18n_gettext(3, 'overdue_mid', 'crmf', 'name'), 10.00);
284 INSERT INTO config.rule_max_fine VALUES 
285     (4, oils_i18n_gettext(4, 'overdue_max', 'crmf', 'name'), 100.00);
286 INSERT INTO config.rule_max_fine VALUES 
287     (5, oils_i18n_gettext(5, 'overdue_equip_min', 'crmf', 'name'), 25.00);
288 INSERT INTO config.rule_max_fine VALUES 
289     (6, oils_i18n_gettext(6, 'overdue_equip_mid', 'crmf', 'name'), 25.00);
290 INSERT INTO config.rule_max_fine VALUES 
291     (7, oils_i18n_gettext(7, 'overdue_equip_max', 'crmf', 'name'), 100.00);
292 SELECT SETVAL('config.rule_max_fine_id_seq'::TEXT, 100);
293
294 INSERT INTO config.rule_recurring_fine VALUES 
295     (1, oils_i18n_gettext(1, 'default', 'crrf', 'name'), 0.50, 0.10, 0.05, '1 day', '1 day');
296 INSERT INTO config.rule_recurring_fine VALUES 
297     (2, oils_i18n_gettext(2, '10_cent_per_day', 'crrf', 'name'), 0.50, 0.10, 0.10, '1 day', '1 day');
298 INSERT INTO config.rule_recurring_fine VALUES 
299     (3, oils_i18n_gettext(3, '50_cent_per_day', 'crrf', 'name'), 0.50, 0.50, 0.50, '1 day', '1 day');
300 SELECT SETVAL('config.rule_recurring_fine_id_seq'::TEXT, 100);
301
302 INSERT INTO config.rule_age_hold_protect VALUES
303         (1, oils_i18n_gettext(1, '3month', 'crahp', 'name'), '3 months', 0);
304 INSERT INTO config.rule_age_hold_protect VALUES
305         (2, oils_i18n_gettext(2, '6month', 'crahp', 'name'), '6 months', 2);
306 SELECT SETVAL('config.rule_age_hold_protect_id_seq'::TEXT, 100);
307
308 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active) VALUES (0,oils_i18n_gettext(0, 'Available', 'ccs', 'name'),'t','t','t');
309 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active,restrict_copy_delete) VALUES (1,oils_i18n_gettext(1, 'Checked out', 'ccs', 'name'),'t','t','t','t');
310 INSERT INTO config.copy_status (id,name) VALUES (2,oils_i18n_gettext(2, 'Bindery', 'ccs', 'name'));
311 INSERT INTO config.copy_status (id,name,restrict_copy_delete) VALUES (3,oils_i18n_gettext(3, 'Lost', 'ccs', 'name'),'t');
312 INSERT INTO config.copy_status (id,name) VALUES (4,oils_i18n_gettext(4, 'Missing', 'ccs', 'name'));
313 INSERT INTO config.copy_status (id,name,holdable,opac_visible) VALUES (5,oils_i18n_gettext(5, 'In process', 'ccs', 'name'),'t','t');
314 INSERT INTO config.copy_status (id,name,holdable,opac_visible,restrict_copy_delete) VALUES (6,oils_i18n_gettext(6, 'In transit', 'ccs', 'name'),'t','t','t');
315 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active) VALUES (7,oils_i18n_gettext(7, 'Reshelving', 'ccs', 'name'),'t','t','t');
316 INSERT INTO config.copy_status (id,name,holdable,opac_visible,copy_active,restrict_copy_delete) VALUES (8,oils_i18n_gettext(8, 'On holds shelf', 'ccs', 'name'),'t','t','t','t');
317 INSERT INTO config.copy_status (id,name,holdable,opac_visible) VALUES (9,oils_i18n_gettext(9, 'On order', 'ccs', 'name'),'t','t');
318 INSERT INTO config.copy_status (id,name,copy_active) VALUES (10,oils_i18n_gettext(10, 'ILL', 'ccs', 'name'),'t');
319 INSERT INTO config.copy_status (id,name) VALUES (11,oils_i18n_gettext(11, 'Cataloging', 'ccs', 'name'));
320 INSERT INTO config.copy_status (id,name,opac_visible,copy_active) VALUES (12,oils_i18n_gettext(12, 'Reserves', 'ccs', 'name'),'t','t');
321 INSERT INTO config.copy_status (id,name) VALUES (13,oils_i18n_gettext(13, 'Discard/Weed', 'ccs', 'name'));
322 INSERT INTO config.copy_status (id,name) VALUES (14,oils_i18n_gettext(14, 'Damaged', 'ccs', 'name'));
323 INSERT INTO config.copy_status (id,name,copy_active) VALUES (15,oils_i18n_gettext(15, 'On reservation shelf', 'ccs', 'name'),'t');
324 INSERT INTO config.copy_status
325     (id, name, holdable, opac_visible, copy_active, restrict_copy_delete)
326     VALUES (16, oils_i18n_gettext(16, 'Long Overdue', 'ccs', 'name'), 'f', 'f', 'f', 't');
327 INSERT INTO config.copy_status
328 (id, name, holdable, opac_visible, copy_active, restrict_copy_delete)
329 VALUES (17, 'Lost and Paid', FALSE, FALSE, FALSE, TRUE);
330
331
332 SELECT SETVAL('config.copy_status_id_seq'::TEXT, 100);
333
334 INSERT INTO config.net_access_level (id, name) VALUES 
335     (1, oils_i18n_gettext(1, 'Filtered', 'cnal', 'name'));
336 INSERT INTO config.net_access_level (id, name) VALUES 
337     (2, oils_i18n_gettext(2, 'Unfiltered', 'cnal', 'name'));
338 INSERT INTO config.net_access_level (id, name) VALUES 
339     (3, oils_i18n_gettext(3, 'No Access', 'cnal', 'name'));
340 SELECT SETVAL('config.net_access_level_id_seq'::TEXT, 100);
341
342 -- available locales
343 INSERT INTO config.i18n_locale (code,marc_code,name,description)
344     VALUES ('en-US', 'eng', oils_i18n_gettext('en-US', 'English (US)', 'i18n_l', 'name'),
345         oils_i18n_gettext('en-US', 'American English', 'i18n_l', 'description'));
346 INSERT INTO config.i18n_locale (code,marc_code,name,description)
347     VALUES ('cs-CZ', 'cze', oils_i18n_gettext('cs-CZ', 'Czech', 'i18n_l', 'name'),
348         oils_i18n_gettext('cs-CZ', 'Czech', 'i18n_l', 'description'));
349 INSERT INTO config.i18n_locale (code,marc_code,name,description)
350     VALUES ('en-CA', 'eng', oils_i18n_gettext('en-CA', 'English (Canada)', 'i18n_l', 'name'),
351         oils_i18n_gettext('en-CA', 'Canadian English', 'i18n_l', 'description'));
352 INSERT INTO config.i18n_locale (code,marc_code,name,description)
353     VALUES ('fi-FI', 'fin', oils_i18n_gettext('fi-FI', 'Finnish', 'i18n_l', 'name'),
354         oils_i18n_gettext('fi-FI', 'Finnish', 'i18n_l', 'description'));
355 INSERT INTO config.i18n_locale (code,marc_code,name,description)
356     VALUES ('fr-CA', 'fre', oils_i18n_gettext('fr-CA', 'French (Canada)', 'i18n_l', 'name'),
357         oils_i18n_gettext('fr-CA', 'Canadian French', 'i18n_l', 'description'));
358 INSERT INTO config.i18n_locale (code,marc_code,name,description)
359     VALUES ('hy-AM', 'arm', oils_i18n_gettext('hy-AM', 'Armenian', 'i18n_l', 'name'),
360         oils_i18n_gettext('hy-AM', 'Armenian', 'i18n_l', 'description'));
361 --INSERT INTO config.i18n_locale (code,marc_code,name,description)
362 --    VALUES ('es-US', 'spa', oils_i18n_gettext('es-US', 'Spanish (US)', 'i18n_l', 'name'),
363 --      oils_i18n_gettext('es-US', 'American Spanish', 'i18n_l', 'description'));
364 --INSERT INTO config.i18n_locale (code,marc_code,name,description)
365 --    VALUES ('es-MX', 'spa', oils_i18n_gettext('es-MX', 'Spanish (Mexico)', 'i18n_l', 'name'),
366 --      oils_i18n_gettext('es-MX', 'Mexican Spanish', 'i18n_l', 'description'));
367 INSERT INTO config.i18n_locale (code,marc_code,name,description)
368     VALUES ('ru-RU', 'rus', oils_i18n_gettext('ru-RU', 'Russian', 'i18n_l', 'name'),
369         oils_i18n_gettext('ru-RU', 'Russian', 'i18n_l', 'description'));
370
371 -- Z39.50 server attributes
372
373 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
374         VALUES ('loc', oils_i18n_gettext('loc', 'Library of Congress', 'czs', 'label'), 'lx2.loc.gov', 210, 'LCDB', FALSE);
375 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
376         VALUES ('oclc', oils_i18n_gettext('oclc', 'OCLC', 'czs', 'label'), 'zcat.oclc.org', 210, 'OLUCWorldCat', TRUE);
377 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
378         VALUES ('biblios', oils_i18n_gettext('biblios','‡biblios.net', 'czs', 'label'), 'z3950.biblios.net', 210, 'bibliographic', FALSE);
379
380 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
381         VALUES (1, 'loc','tcn', oils_i18n_gettext(1, 'Title Control Number', 'cza', 'label'), 12, 1);
382 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
383         VALUES (2, 'loc', 'isbn', oils_i18n_gettext(2, 'ISBN', 'cza', 'label'), 7, 6);
384 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
385         VALUES (3, 'loc', 'lccn', oils_i18n_gettext(3, 'LCCN', 'cza', 'label'), 9, 6);
386 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
387         VALUES (4, 'loc', 'author', oils_i18n_gettext(4, 'Author', 'cza', 'label'), 1003, 6);
388 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
389         VALUES (5, 'loc', 'title', oils_i18n_gettext(5, 'Title', 'cza', 'label'), 4, 6);
390 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
391         VALUES (6, 'loc', 'issn', oils_i18n_gettext(6, 'ISSN', 'cza', 'label'), 8, 1);
392 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
393         VALUES (7, 'loc', 'publisher', oils_i18n_gettext(7, 'Publisher', 'cza', 'label'), 1018, 6);
394 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
395         VALUES (8, 'loc', 'pubdate', oils_i18n_gettext(8, 'Publication Date', 'cza', 'label'), 31, 1);
396 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
397         VALUES (9, 'loc', 'item_type', oils_i18n_gettext(9, 'Item Type', 'cza', 'label'), 1001, 1);
398
399 UPDATE config.z3950_attr SET truncation = 1 WHERE source = 'loc';
400
401 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
402         VALUES (10, 'oclc', 'tcn', oils_i18n_gettext(10, 'Title Control Number', 'cza', 'label'), 12, 1);
403 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
404         VALUES (11, 'oclc', 'isbn', oils_i18n_gettext(11, 'ISBN', 'cza', 'label'), 7, 6);
405 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
406         VALUES (12, 'oclc', 'lccn', oils_i18n_gettext(12, 'LCCN', 'cza', 'label'), 9, 1);
407 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
408         VALUES (13, 'oclc', 'author', oils_i18n_gettext(13, 'Author', 'cza', 'label'), 1003, 6);
409 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
410         VALUES (14, 'oclc', 'title', oils_i18n_gettext(14, 'Title', 'cza', 'label'), 4, 6);
411 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
412         VALUES (15, 'oclc', 'issn', oils_i18n_gettext(15, 'ISSN', 'cza', 'label'), 8, 1);
413 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
414         VALUES (16, 'oclc', 'publisher', oils_i18n_gettext(16, 'Publisher', 'cza', 'label'), 1018, 6);
415 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
416         VALUES (17, 'oclc', 'pubdate', oils_i18n_gettext(17, 'Publication Date', 'cza', 'label'), 31, 1);
417 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
418         VALUES (18, 'oclc', 'item_type', oils_i18n_gettext(18, 'Item Type', 'cza', 'label'), 1001, 1);
419
420 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
421         VALUES (19, 'biblios','tcn', oils_i18n_gettext(19, 'Title Control Number', 'cza', 'label'), 12, 1);
422 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
423         VALUES (20, 'biblios', 'isbn', oils_i18n_gettext(20, 'ISBN', 'cza', 'label'), 7, 6);
424 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
425         VALUES (21, 'biblios', 'lccn', oils_i18n_gettext(21, 'LCCN', 'cza', 'label'), 9, 1);
426 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
427         VALUES (22, 'biblios', 'author', oils_i18n_gettext(22, 'Author', 'cza', 'label'), 1003, 6);
428 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
429         VALUES (23, 'biblios', 'title', oils_i18n_gettext(23, 'Title', 'cza', 'label'), 4, 6);
430 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
431         VALUES (24, 'biblios', 'issn', oils_i18n_gettext(24, 'ISSN', 'cza', 'label'), 8, 1);
432 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
433         VALUES (25, 'biblios', 'publisher', oils_i18n_gettext(25, 'Publisher', 'cza', 'label'), 1018, 6);
434 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
435         VALUES (26, 'biblios', 'pubdate', oils_i18n_gettext(26, 'Publication Date', 'cza', 'label'), 31, 1);
436 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
437         VALUES (27, 'biblios', 'item_type', oils_i18n_gettext(27, 'Item Type', 'cza', 'label'), 1001, 1);
438
439 UPDATE config.z3950_attr SET truncation = 1 WHERE source = 'biblios';
440
441 SELECT SETVAL('config.z3950_attr_id_seq'::TEXT, 100);
442
443 --005.schema.actors.sql:
444
445 -- The PINES levels
446 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent, can_have_users, can_have_vols) VALUES 
447     ( 1, oils_i18n_gettext(1, 'Consortium', 'aout', 'name'),
448         oils_i18n_gettext(1, 'Everywhere', 'aout', 'opac_label'), 0, NULL, FALSE, FALSE );
449 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent, can_have_users, can_have_vols) VALUES 
450     ( 2, oils_i18n_gettext(2, 'System', 'aout', 'name'),
451         oils_i18n_gettext(2, 'Local Library System', 'aout', 'opac_label'), 1, 1, FALSE, FALSE );
452 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
453     ( 3, oils_i18n_gettext(3, 'Branch', 'aout', 'name'),
454         oils_i18n_gettext(3, 'This Branch', 'aout', 'opac_label'), 2, 2 );
455 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
456     ( 4, oils_i18n_gettext(4, 'Sub-library', 'aout', 'name'),
457         oils_i18n_gettext(4, 'This Specialized Library', 'aout', 'opac_label'), 3, 3 );
458 INSERT INTO actor.org_unit_type (id, name, opac_label, depth, parent) VALUES 
459     ( 5, oils_i18n_gettext(5, 'Bookmobile', 'aout', 'name'),
460         oils_i18n_gettext(5, 'Your Bookmobile', 'aout', 'opac_label'), 3, 3 );
461 SELECT SETVAL('actor.org_unit_type_id_seq'::TEXT, 100);
462
463 -- We need one actor.org_unit to own many things
464 INSERT INTO actor.org_unit (id, parent_ou, ou_type, shortname, name) VALUES 
465     (1, NULL, 1, 'CONS', oils_i18n_gettext(1, 'Example Consortium', 'aou', 'name'));
466 SELECT SETVAL('actor.org_unit_id_seq'::TEXT, 100);
467
468 INSERT INTO config.billing_type (id, name, owner) VALUES
469         ( 1, oils_i18n_gettext(1, 'Overdue Materials', 'cbt', 'name'), 1);
470 INSERT INTO config.billing_type (id, name, owner) VALUES
471         ( 2, oils_i18n_gettext(2, 'Long Overdue Collection Fee', 'cbt', 'name'), 1);
472 INSERT INTO config.billing_type (id, name, owner) VALUES
473         ( 3, oils_i18n_gettext(3, 'Lost Materials', 'cbt', 'name'), 1);
474 INSERT INTO config.billing_type (id, name, owner) VALUES
475         ( 4, oils_i18n_gettext(4, 'Lost Materials Processing Fee', 'cbt', 'name'), 1);
476 INSERT INTO config.billing_type (id, name, owner) VALUES
477         ( 5, oils_i18n_gettext(5, 'System: Deposit', 'cbt', 'name'), 1);
478 INSERT INTO config.billing_type (id, name, owner) VALUES
479         ( 6, oils_i18n_gettext(6, 'System: Rental', 'cbt', 'name'), 1);
480 INSERT INTO config.billing_type (id, name, owner) VALUES
481         ( 7, oils_i18n_gettext(7, 'Damaged Item', 'cbt', 'name'), 1);
482 INSERT INTO config.billing_type (id, name, owner) VALUES
483         ( 8, oils_i18n_gettext(8, 'Damaged Item Processing Fee', 'cbt', 'name'), 1);
484 INSERT INTO config.billing_type (id, name, owner) VALUES
485         ( 9, oils_i18n_gettext(9, 'Notification Fee', 'cbt', 'name'), 1);
486 INSERT INTO config.billing_type (id, owner, name) VALUES
487     (10, 1, oils_i18n_gettext(10, 'Long-Overdue Materials', 'cbt', 'name'));
488 INSERT INTO config.billing_type (id, owner, name) VALUES
489     (11, 1, oils_i18n_gettext(11, 'Long-Overdue Materials Processing Fee', 'cbt', 'name'));
490
491
492 INSERT INTO config.billing_type (id, name, owner) VALUES ( 101, oils_i18n_gettext(101, 'Misc', 'cbt', 'name'), 1);
493
494 SELECT SETVAL('config.billing_type_id_seq'::TEXT, 101);
495
496 --006.data.permissions.sql:
497 INSERT INTO permission.perm_list ( id, code, description ) VALUES
498  ( -1, 'EVERYTHING', oils_i18n_gettext( -1, 
499     'EVERYTHING', 'ppl', 'description' )),
500  ( 1, 'OPAC_LOGIN', oils_i18n_gettext( 1, 
501     'Allow a user to log in to the OPAC', 'ppl', 'description' )),
502  ( 2, 'STAFF_LOGIN', oils_i18n_gettext( 2, 
503     'Allow a user to log in to the staff client', 'ppl', 'description' )),
504  ( 3, 'MR_HOLDS', oils_i18n_gettext( 3, 
505     'Allow a user to create a metarecord holds', 'ppl', 'description' )),
506  ( 4, 'TITLE_HOLDS', oils_i18n_gettext( 4, 
507     'Allow a user to place a hold at the title level', 'ppl', 'description' )),
508  ( 5, 'VOLUME_HOLDS', oils_i18n_gettext( 5, 
509     'Allow a user to place a volume level hold', 'ppl', 'description' )),
510  ( 6, 'COPY_HOLDS', oils_i18n_gettext( 6, 
511     'Allow a user to place a hold on a specific copy', 'ppl', 'description' )),
512  ( 7, 'REQUEST_HOLDS', oils_i18n_gettext( 7, 
513     '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' )),
514  ( 8, 'REQUEST_HOLDS_OVERRIDE', oils_i18n_gettext( 8, 
515     '* no longer applicable', 'ppl', 'description' )),
516  ( 9, 'VIEW_HOLD', oils_i18n_gettext( 9, 
517     'Allow a user to view another user''s holds', 'ppl', 'description' )),
518  ( 10, 'DELETE_HOLDS', oils_i18n_gettext( 10, 
519     '* no longer applicable', 'ppl', 'description' )),
520  ( 11, 'UPDATE_HOLD', oils_i18n_gettext( 11, 
521     'Allow a user to update another user''s hold', 'ppl', 'description' )),
522  ( 12, 'RENEW_CIRC', oils_i18n_gettext( 12, 
523     'Allow a user to renew items', 'ppl', 'description' )),
524  ( 13, 'VIEW_USER_FINES_SUMMARY', oils_i18n_gettext( 13, 
525     'Allow a user to view bill details', 'ppl', 'description' )),
526  ( 14, 'VIEW_USER_TRANSACTIONS', oils_i18n_gettext( 14, 
527     'Allow a user to see another user''s grocery or circulation transactions in the Bills Interface; duplicate of VIEW_TRANSACTION', 'ppl', 'description' )),
528  ( 15, 'UPDATE_MARC', oils_i18n_gettext( 15, 
529     'Allow a user to edit a MARC record', 'ppl', 'description' )),
530  ( 16, 'CREATE_MARC', oils_i18n_gettext( 16, 
531     'Allow a user to create new MARC records', 'ppl', 'description' )),
532  ( 17, 'IMPORT_MARC', oils_i18n_gettext( 17, 
533     'Allow a user to import a MARC record via the Z39.50 interface', 'ppl', 'description' )),
534  ( 18, 'CREATE_VOLUME', oils_i18n_gettext( 18, 
535     'Allow a user to create a volume', 'ppl', 'description' )),
536  ( 19, 'UPDATE_VOLUME', oils_i18n_gettext( 19, 
537     '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' )),
538  ( 20, 'DELETE_VOLUME', oils_i18n_gettext( 20, 
539     'Allow a user to delete a volume', 'ppl', 'description' )),
540  ( 21, 'CREATE_COPY', oils_i18n_gettext( 21, 
541     'Allow a user to create a new copy object', 'ppl', 'description' )),
542  ( 22, 'UPDATE_COPY', oils_i18n_gettext( 22, 
543     'Allow a user to edit a copy', 'ppl', 'description' )),
544  ( 23, 'DELETE_COPY', oils_i18n_gettext( 23, 
545     'Allow a user to delete a copy', 'ppl', 'description' )),
546  ( 24, 'RENEW_HOLD_OVERRIDE', oils_i18n_gettext( 24, 
547     'Allow a user to continue to renew an item even if it is required for a hold', 'ppl', 'description' )),
548  ( 25, 'CREATE_USER', oils_i18n_gettext( 25, 
549     'Allow a user to create another user', 'ppl', 'description' )),
550  ( 26, 'UPDATE_USER', oils_i18n_gettext( 26, 
551     'Allow a user to edit a user''s record', 'ppl', 'description' )),
552  ( 27, 'DELETE_USER', oils_i18n_gettext( 27, 
553     'Allow a user to mark a user as deleted', 'ppl', 'description' )),
554  ( 28, 'VIEW_USER', oils_i18n_gettext( 28, 
555     'Allow a user to view another user''s Patron Record', 'ppl', 'description' )),
556  ( 29, 'COPY_CHECKIN', oils_i18n_gettext( 29, 
557     'Allow a user to check in a copy', 'ppl', 'description' )),
558  ( 30, 'CREATE_TRANSIT', oils_i18n_gettext( 30, 
559     'Allow a user to place an item in transit', 'ppl', 'description' )),
560  ( 31, 'VIEW_PERMISSION', oils_i18n_gettext( 31, 
561     'Allow a user to view user permissions within the user permissions editor', 'ppl', 'description' )),
562  ( 32, 'CHECKIN_BYPASS_HOLD_FULFILL', oils_i18n_gettext( 32, 
563     '* no longer applicable', 'ppl', 'description' )),
564  ( 33, 'CREATE_PAYMENT', oils_i18n_gettext( 33, 
565     'Allow a user to record payments in the Billing Interface', 'ppl', 'description' )),
566  ( 34, 'SET_CIRC_LOST', oils_i18n_gettext( 34, 
567     'Allow a user to mark an item as ''lost''', 'ppl', 'description' )),
568  ( 35, 'SET_CIRC_MISSING', oils_i18n_gettext( 35, 
569     'Allow a user to mark an item as ''missing''', 'ppl', 'description' )),
570  ( 36, 'SET_CIRC_CLAIMS_RETURNED', oils_i18n_gettext( 36, 
571     'Allow a user to mark an item as ''claims returned''', 'ppl', 'description' )),
572  ( 37, 'CREATE_TRANSACTION', oils_i18n_gettext( 37, 
573     'Allow a user to create a new billable transaction', 'ppl', 'description' )),
574  ( 38, 'VIEW_TRANSACTION', oils_i18n_gettext( 38, 
575     'Allow a user may view another user''s transactions', 'ppl', 'description' )),
576  ( 39, 'CREATE_BILL', oils_i18n_gettext( 39, 
577     'Allow a user to create a new bill on a transaction', 'ppl', 'description' )),
578  ( 40, 'VIEW_CONTAINER', oils_i18n_gettext( 40, 
579     'Allow a user to view another user''s containers (buckets)', 'ppl', 'description' )),
580  ( 41, 'CREATE_CONTAINER', oils_i18n_gettext( 41, 
581     'Allow a user to create a new container for another user', 'ppl', 'description' )),
582  ( 42, 'UPDATE_ORG_UNIT', oils_i18n_gettext( 42, 
583     'Allow a user to change the settings for an organization unit', 'ppl', 'description' )),
584  ( 43, 'VIEW_CIRCULATIONS', oils_i18n_gettext( 43, 
585     'Allow a user to see what another user has checked out', 'ppl', 'description' )),
586  ( 44, 'DELETE_CONTAINER', oils_i18n_gettext( 44, 
587     'Allow a user to delete another user''s container', 'ppl', 'description' )),
588  ( 45, 'CREATE_CONTAINER_ITEM', oils_i18n_gettext( 45, 
589     'Allow a user to create a container item for another user', 'ppl', 'description' )),
590  ( 46, 'CREATE_USER_GROUP_LINK', oils_i18n_gettext( 46, 
591     'Allow a user to add other users to permission groups', 'ppl', 'description' )),
592  ( 47, 'REMOVE_USER_GROUP_LINK', oils_i18n_gettext( 47, 
593     'Allow a user to remove other users from permission groups', 'ppl', 'description' )),
594  ( 48, 'VIEW_PERM_GROUPS', oils_i18n_gettext( 48, 
595     'Allow a user to view other users'' permission groups', 'ppl', 'description' )),
596  ( 49, 'VIEW_PERMIT_CHECKOUT', oils_i18n_gettext( 49, 
597     'Allow a user to determine whether another user can check out an item', 'ppl', 'description' )),
598  ( 50, 'UPDATE_BATCH_COPY', oils_i18n_gettext( 50, 
599     'Allow a user to edit copies in batch', 'ppl', 'description' )),
600  ( 51, 'CREATE_PATRON_STAT_CAT', oils_i18n_gettext( 51, 
601     'User may create a new patron statistical category', 'ppl', 'description' )),
602  ( 52, 'CREATE_COPY_STAT_CAT', oils_i18n_gettext( 52, 
603     'User may create a copy statistical category', 'ppl', 'description' )),
604  ( 53, 'CREATE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 53, 
605     'User may create an entry in a patron statistical category', 'ppl', 'description' )),
606  ( 54, 'CREATE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 54, 
607     'User may create an entry in a copy statistical category', 'ppl', 'description' )),
608  ( 55, 'UPDATE_PATRON_STAT_CAT', oils_i18n_gettext( 55, 
609     'User may update a patron statistical category', 'ppl', 'description' )),
610  ( 56, 'UPDATE_COPY_STAT_CAT', oils_i18n_gettext( 56, 
611     'User may update a copy statistical category', 'ppl', 'description' )),
612  ( 57, 'UPDATE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 57, 
613     'User may update an entry in a patron statistical category', 'ppl', 'description' )),
614  ( 58, 'UPDATE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 58, 
615     'User may update an entry in a copy statistical category', 'ppl', 'description' )),
616  ( 59, 'CREATE_PATRON_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 59, 
617     'User may link another user to an entry in a statistical category', 'ppl', 'description' )),
618  ( 60, 'CREATE_COPY_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 60, 
619     'User may link a copy to an entry in a statistical category', 'ppl', 'description' )),
620  ( 61, 'DELETE_PATRON_STAT_CAT', oils_i18n_gettext( 61, 
621     'User may delete a patron statistical category', 'ppl', 'description' )),
622  ( 62, 'DELETE_COPY_STAT_CAT', oils_i18n_gettext( 62, 
623     'User may delete a copy statistical category', 'ppl', 'description' )),
624  ( 63, 'DELETE_PATRON_STAT_CAT_ENTRY', oils_i18n_gettext( 63, 
625     'User may delete an entry from a patron statistical category', 'ppl', 'description' )),
626  ( 64, 'DELETE_COPY_STAT_CAT_ENTRY', oils_i18n_gettext( 64, 
627     'User may delete an entry from a copy statistical category', 'ppl', 'description' )),
628  ( 65, 'DELETE_PATRON_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 65, 
629     'User may delete a patron statistical category entry map', 'ppl', 'description' )),
630  ( 66, 'DELETE_COPY_STAT_CAT_ENTRY_MAP', oils_i18n_gettext( 66, 
631     'User may delete a copy statistical category entry map', 'ppl', 'description' )),
632  ( 67, 'CREATE_NON_CAT_TYPE', oils_i18n_gettext( 67, 
633     'Allow a user to create a new non-cataloged item type', 'ppl', 'description' )),
634  ( 68, 'UPDATE_NON_CAT_TYPE', oils_i18n_gettext( 68, 
635     'Allow a user to update a non-cataloged item type', 'ppl', 'description' )),
636  ( 69, 'CREATE_IN_HOUSE_USE', oils_i18n_gettext( 69, 
637     'Allow a user to create a new in-house-use ', 'ppl', 'description' )),
638  ( 70, 'COPY_CHECKOUT', oils_i18n_gettext( 70, 
639     'Allow a user to check out a copy', 'ppl', 'description' )),
640  ( 71, 'CREATE_COPY_LOCATION', oils_i18n_gettext( 71, 
641     'Allow a user to create a new copy location', 'ppl', 'description' )),
642  ( 72, 'UPDATE_COPY_LOCATION', oils_i18n_gettext( 72, 
643     'Allow a user to update a copy location', 'ppl', 'description' )),
644  ( 73, 'DELETE_COPY_LOCATION', oils_i18n_gettext( 73, 
645     'Allow a user to delete a copy location', 'ppl', 'description' )),
646  ( 74, 'CREATE_COPY_TRANSIT', oils_i18n_gettext( 74, 
647     'Allow a user to create a transit_copy object for transiting a copy', 'ppl', 'description' )),
648  ( 75, 'COPY_TRANSIT_RECEIVE', oils_i18n_gettext( 75, 
649     'Allow a user to close out a transit on a copy', 'ppl', 'description' )),
650  ( 76, 'VIEW_HOLD_PERMIT', oils_i18n_gettext( 76, 
651     'Allow a user to see if another user has permission to place a hold on a given copy', 'ppl', 'description' )),
652  ( 77, 'VIEW_COPY_CHECKOUT_HISTORY', oils_i18n_gettext( 77, 
653     'Allow a user to view which users have checked out a given copy', 'ppl', 'description' )),
654  ( 78, 'REMOTE_Z3950_QUERY', oils_i18n_gettext( 78, 
655     'Allow a user to perform Z39.50 queries against remote servers', 'ppl', 'description' )),
656  ( 79, 'REGISTER_WORKSTATION', oils_i18n_gettext( 79, 
657     'Allow a user to register a new workstation', 'ppl', 'description' )),
658  ( 80, 'VIEW_COPY_NOTES', oils_i18n_gettext( 80, 
659     'Allow a user to view all notes attached to a copy', 'ppl', 'description' )),
660  ( 81, 'VIEW_VOLUME_NOTES', oils_i18n_gettext( 81, 
661     'Allow a user to view all notes attached to a volume', 'ppl', 'description' )),
662  ( 82, 'VIEW_TITLE_NOTES', oils_i18n_gettext( 82, 
663     'Allow a user to view all notes attached to a title', 'ppl', 'description' )),
664  ( 83, 'CREATE_COPY_NOTE', oils_i18n_gettext( 83, 
665     'Allow a user to create a new copy note', 'ppl', 'description' )),
666  ( 84, 'CREATE_VOLUME_NOTE', oils_i18n_gettext( 84, 
667     'Allow a user to create a new volume note', 'ppl', 'description' )),
668  ( 85, 'CREATE_TITLE_NOTE', oils_i18n_gettext( 85, 
669     'Allow a user to create a new title note', 'ppl', 'description' )),
670  ( 86, 'DELETE_COPY_NOTE', oils_i18n_gettext( 86, 
671     'Allow a user to delete another user''s copy notes', 'ppl', 'description' )),
672  ( 87, 'DELETE_VOLUME_NOTE', oils_i18n_gettext( 87, 
673     'Allow a user to delete another user''s volume note', 'ppl', 'description' )),
674  ( 88, 'DELETE_TITLE_NOTE', oils_i18n_gettext( 88, 
675     'Allow a user to delete another user''s title note', 'ppl', 'description' )),
676  ( 89, 'UPDATE_CONTAINER', oils_i18n_gettext( 89, 
677     'Allow a user to update another user''s container', 'ppl', 'description' )),
678  ( 90, 'CREATE_MY_CONTAINER', oils_i18n_gettext( 90, 
679     'Allow a user to create a container for themselves', 'ppl', 'description' )),
680  ( 91, 'VIEW_HOLD_NOTIFICATION', oils_i18n_gettext( 91, 
681     'Allow a user to view notifications attached to a hold', 'ppl', 'description' )),
682  ( 92, 'CREATE_HOLD_NOTIFICATION', oils_i18n_gettext( 92, 
683     'Allow a user to create new hold notifications', 'ppl', 'description' )),
684  ( 93, 'UPDATE_ORG_SETTING', oils_i18n_gettext( 93, 
685     'Allow a user to update an organization unit setting', 'ppl', 'description' )),
686  ( 94, 'OFFLINE_UPLOAD', oils_i18n_gettext( 94, 
687     'Allow a user to upload an offline script', 'ppl', 'description' )),
688  ( 95, 'OFFLINE_VIEW', oils_i18n_gettext( 95, 
689     'Allow a user to view uploaded offline script information', 'ppl', 'description' )),
690  ( 96, 'OFFLINE_EXECUTE', oils_i18n_gettext( 96, 
691     'Allow a user to execute an offline script batch', 'ppl', 'description' )),
692  ( 97, 'CIRC_OVERRIDE_DUE_DATE', oils_i18n_gettext( 97, 
693     'Allow a user to change the due date on an item to any date', 'ppl', 'description' )),
694  ( 98, 'CIRC_PERMIT_OVERRIDE', oils_i18n_gettext( 98, 
695     'Allow a user to bypass the circulation permit call for check out', 'ppl', 'description' )),
696  ( 99, 'COPY_IS_REFERENCE.override', oils_i18n_gettext( 99, 
697     'Allow a user to override the copy_is_reference event', 'ppl', 'description' )),
698  ( 100, 'VOID_BILLING', oils_i18n_gettext( 100, 
699     'Allow a user to void a bill', 'ppl', 'description' )),
700  ( 101, 'CIRC_CLAIMS_RETURNED.override', oils_i18n_gettext( 101, 
701     'Allow a user to check in or check out an item that has a status of ''claims returned''', 'ppl', 'description' )),
702  ( 102, 'COPY_BAD_STATUS.override', oils_i18n_gettext( 102, 
703     'Allow a user to check out an item in a non-circulatable status', 'ppl', 'description' )),
704  ( 103, 'COPY_ALERT_MESSAGE.override', oils_i18n_gettext( 103, 
705     'Allow a user to check in/out an item that has an alert message', 'ppl', 'description' )),
706  ( 104, 'COPY_STATUS_LOST.override', oils_i18n_gettext( 104, 
707     'Allow a user to remove the lost status from a copy', 'ppl', 'description' )),
708  ( 105, 'COPY_STATUS_MISSING.override', oils_i18n_gettext( 105, 
709     'Allow a user to change the missing status on a copy', 'ppl', 'description' )),
710  ( 106, 'ABORT_TRANSIT', oils_i18n_gettext( 106, 
711     'Allow a user to abort a copy transit if the user is at the transit destination or source', 'ppl', 'description' )),
712  ( 107, 'ABORT_REMOTE_TRANSIT', oils_i18n_gettext( 107, 
713     'Allow a user to abort a copy transit if the user is not at the transit source or dest', 'ppl', 'description' )),
714  ( 108, 'VIEW_ZIP_DATA', oils_i18n_gettext( 108, 
715     'Allow a user to query the ZIP code data method', 'ppl', 'description' )),
716  ( 109, 'CANCEL_HOLDS', oils_i18n_gettext( 109, 
717     'Allow a user to cancel holds', 'ppl', 'description' )),
718  ( 110, 'CREATE_DUPLICATE_HOLDS', oils_i18n_gettext( 110, 
719     'Allow a user to create duplicate holds (two or more holds on the same title)', 'ppl', 'description' )),
720  ( 111, 'actor.org_unit.closed_date.delete', oils_i18n_gettext( 111, 
721     'Allow a user to remove a closed date interval for a given location', 'ppl', 'description' )),
722  ( 112, 'actor.org_unit.closed_date.update', oils_i18n_gettext( 112, 
723     'Allow a user to update a closed date interval for a given location', 'ppl', 'description' )),
724  ( 113, 'actor.org_unit.closed_date.create', oils_i18n_gettext( 113, 
725     'Allow a user to create a new closed date for a location', 'ppl', 'description' )),
726  ( 114, 'DELETE_NON_CAT_TYPE', oils_i18n_gettext( 114, 
727     'Allow a user to delete a non cataloged type', 'ppl', 'description' )),
728  ( 115, 'money.collections_tracker.create', oils_i18n_gettext( 115, 
729     'Allow a user to put someone into collections', 'ppl', 'description' )),
730  ( 116, 'money.collections_tracker.delete', oils_i18n_gettext( 116, 
731     'Allow a user to remove someone from collections', 'ppl', 'description' )),
732  ( 117, 'BAR_PATRON', oils_i18n_gettext( 117, 
733     'Allow a user to bar a patron', 'ppl', 'description' )),
734  ( 118, 'UNBAR_PATRON', oils_i18n_gettext( 118, 
735     'Allow a user to un-bar a patron', 'ppl', 'description' )),
736  ( 119, 'DELETE_WORKSTATION', oils_i18n_gettext( 119, 
737     'Allow a user to remove an existing workstation so a new one can replace it', 'ppl', 'description' )),
738  ( 120, 'group_application.user', oils_i18n_gettext( 120, 
739     'Allow a user to add/remove users to/from the "User" group', 'ppl', 'description' )),
740  ( 121, 'group_application.user.patron', oils_i18n_gettext( 121, 
741     'Allow a user to add/remove users to/from the "Patron" group', 'ppl', 'description' )),
742  ( 122, 'group_application.user.staff', oils_i18n_gettext( 122, 
743     'Allow a user to add/remove users to/from the "Staff" group', 'ppl', 'description' )),
744  ( 123, 'group_application.user.staff.circ', oils_i18n_gettext( 123, 
745     'Allow a user to add/remove users to/from the "Circulator" group', 'ppl', 'description' )),
746  ( 124, 'group_application.user.staff.cat', oils_i18n_gettext( 124, 
747     'Allow a user to add/remove users to/from the "Cataloger" group', 'ppl', 'description' )),
748  ( 125, 'group_application.user.staff.admin.global_admin', oils_i18n_gettext( 125, 
749     'Allow a user to add/remove users to/from the "GlobalAdmin" group', 'ppl', 'description' )),
750  ( 126, 'group_application.user.staff.admin.local_admin', oils_i18n_gettext( 126, 
751     'Allow a user to add/remove users to/from the "LocalAdmin" group', 'ppl', 'description' )),
752  ( 127, 'group_application.user.staff.admin.lib_manager', oils_i18n_gettext( 127, 
753     'Allow a user to add/remove users to/from the "LibraryManager" group', 'ppl', 'description' )),
754  ( 128, 'group_application.user.staff.cat.cat1', oils_i18n_gettext( 128, 
755     'Allow a user to add/remove users to/from the "Cat1" group', 'ppl', 'description' )),
756  ( 129, 'group_application.user.staff.supercat', oils_i18n_gettext( 129, 
757     'Allow a user to add/remove users to/from the "Supercat" group', 'ppl', 'description' )),
758  ( 130, 'group_application.user.sip_client', oils_i18n_gettext( 130, 
759     'Allow a user to add/remove users to/from the "SIP-Client" group', 'ppl', 'description' )),
760  ( 131, 'group_application.user.vendor', oils_i18n_gettext( 131, 
761     'Allow a user to add/remove users to/from the "Vendor" group', 'ppl', 'description' )),
762  ( 132, 'ITEM_AGE_PROTECTED.override', oils_i18n_gettext( 132, 
763     'Allow a user to place a hold on an age-protected item', 'ppl', 'description' )),
764  ( 133, 'MAX_RENEWALS_REACHED.override', oils_i18n_gettext( 133, 
765     'Allow a user to renew an item past the maximum renewal count', 'ppl', 'description' )),
766  ( 134, 'PATRON_EXCEEDS_CHECKOUT_COUNT.override', oils_i18n_gettext( 134, 
767     'Allow staff to override checkout count failure', 'ppl', 'description' )),
768  ( 135, 'PATRON_EXCEEDS_OVERDUE_COUNT.override', oils_i18n_gettext( 135, 
769     'Allow staff to override overdue count failure', 'ppl', 'description' )),
770  ( 136, 'PATRON_EXCEEDS_FINES.override', oils_i18n_gettext( 136, 
771     'Allow staff to override fine amount checkout failure', 'ppl', 'description' )),
772  ( 137, 'CIRC_EXCEEDS_COPY_RANGE.override', oils_i18n_gettext( 137, 
773     'Allow staff to override circulation copy range failure', 'ppl', 'description' )),
774  ( 138, 'ITEM_ON_HOLDS_SHELF.override', oils_i18n_gettext( 138, 
775     'Allow staff to override item on holds shelf failure', 'ppl', 'description' )),
776  ( 139, 'COPY_NOT_AVAILABLE.override', oils_i18n_gettext( 139, 
777     'Allow staff to force checkout of Missing/Lost type items', 'ppl', 'description' )),
778  ( 140, 'HOLD_EXISTS.override', oils_i18n_gettext( 140, 
779     'Allow a user to place multiple holds on a single title', 'ppl', 'description' )),
780  ( 141, 'RUN_REPORTS', oils_i18n_gettext( 141, 
781     'Allow a user to run reports', 'ppl', 'description' )),
782  ( 142, 'SHARE_REPORT_FOLDER', oils_i18n_gettext( 142, 
783     'Allow a user to share report his own folders', 'ppl', 'description' )),
784  ( 143, 'VIEW_REPORT_OUTPUT', oils_i18n_gettext( 143, 
785     'Allow a user to view report output', 'ppl', 'description' )),
786  ( 144, 'COPY_CIRC_NOT_ALLOWED.override', oils_i18n_gettext( 144, 
787     'Allow a user to checkout an item that is marked as non-circ', 'ppl', 'description' )),
788  ( 145, 'DELETE_CONTAINER_ITEM', oils_i18n_gettext( 145, 
789     'Allow a user to delete an item out of another user''s container', 'ppl', 'description' )),
790  ( 146, 'ASSIGN_WORK_ORG_UNIT', oils_i18n_gettext( 146, 
791     'Allow a staff member to define where another staff member has their permissions', 'ppl', 'description' )),
792  ( 147, 'CREATE_FUNDING_SOURCE', oils_i18n_gettext( 147, 
793     'Allow a user to create a new funding source', 'ppl', 'description' )),
794  ( 148, 'DELETE_FUNDING_SOURCE', oils_i18n_gettext( 148, 
795     'Allow a user to delete a funding source', 'ppl', 'description' )),
796  ( 149, 'VIEW_FUNDING_SOURCE', oils_i18n_gettext( 149, 
797     'Allow a user to view a funding source', 'ppl', 'description' )),
798  ( 150, 'UPDATE_FUNDING_SOURCE', oils_i18n_gettext( 150, 
799     'Allow a user to update a funding source', 'ppl', 'description' )),
800  ( 151, 'CREATE_FUND', oils_i18n_gettext( 151, 
801     'Allow a user to create a new fund', 'ppl', 'description' )),
802  ( 152, 'DELETE_FUND', oils_i18n_gettext( 152, 
803     'Allow a user to delete a fund', 'ppl', 'description' )),
804  ( 153, 'VIEW_FUND', oils_i18n_gettext( 153, 
805     'Allow a user to view a fund', 'ppl', 'description' )),
806  ( 154, 'UPDATE_FUND', oils_i18n_gettext( 154, 
807     'Allow a user to update a fund', 'ppl', 'description' )),
808  ( 155, 'CREATE_FUND_ALLOCATION', oils_i18n_gettext( 155, 
809     'Allow a user to create a new fund allocation', 'ppl', 'description' )),
810  ( 156, 'DELETE_FUND_ALLOCATION', oils_i18n_gettext( 156, 
811     'Allow a user to delete a fund allocation', 'ppl', 'description' )),
812  ( 157, 'VIEW_FUND_ALLOCATION', oils_i18n_gettext( 157, 
813     'Allow a user to view a fund allocation', 'ppl', 'description' )),
814  ( 158, 'UPDATE_FUND_ALLOCATION', oils_i18n_gettext( 158, 
815     'Allow a user to update a fund allocation', 'ppl', 'description' )),
816  ( 159, 'GENERAL_ACQ', oils_i18n_gettext( 159, 
817     'Lowest level permission required to access the ACQ interface', 'ppl', 'description' )),
818  ( 160, 'CREATE_PROVIDER', oils_i18n_gettext( 160, 
819     'Allow a user to create a new provider', 'ppl', 'description' )),
820  ( 161, 'DELETE_PROVIDER', oils_i18n_gettext( 161, 
821     'Allow a user to delete a provider', 'ppl', 'description' )),
822  ( 162, 'VIEW_PROVIDER', oils_i18n_gettext( 162, 
823     'Allow a user to view a provider', 'ppl', 'description' )),
824  ( 163, 'UPDATE_PROVIDER', oils_i18n_gettext( 163, 
825     'Allow a user to update a provider', 'ppl', 'description' )),
826  ( 164, 'ADMIN_FUNDING_SOURCE', oils_i18n_gettext( 164, 
827     'Allow a user to create/view/update/delete a funding source', 'ppl', 'description' )),
828  ( 165, 'ADMIN_FUND', oils_i18n_gettext( 165, 
829     '(Deprecated) Allow a user to create/view/update/delete a fund', 'ppl', 'description' )),
830  ( 166, 'MANAGE_FUNDING_SOURCE', oils_i18n_gettext( 166, 
831     'Allow a user to view/credit/debit a funding source', 'ppl', 'description' )),
832  ( 167, 'MANAGE_FUND', oils_i18n_gettext( 167, 
833     'Allow a user to view/credit/debit a fund', 'ppl', 'description' )),
834  ( 168, 'CREATE_PICKLIST', oils_i18n_gettext( 168, 
835     'Allows a user to create a picklist', 'ppl', 'description' )),
836  ( 169, 'ADMIN_PROVIDER', oils_i18n_gettext( 169, 
837     'Allow a user to create/view/update/delete a provider', 'ppl', 'description' )),
838  ( 170, 'MANAGE_PROVIDER', oils_i18n_gettext( 170, 
839     'Allow a user to view and purchase from a provider', 'ppl', 'description' )),
840  ( 171, 'VIEW_PICKLIST', oils_i18n_gettext( 171, 
841     'Allow a user to view another users picklist', 'ppl', 'description' )),
842  ( 172, 'DELETE_RECORD', oils_i18n_gettext( 172, 
843     'Allow a staff member to directly remove a bibliographic record', 'ppl', 'description' )),
844  ( 173, 'ADMIN_CURRENCY_TYPE', oils_i18n_gettext( 173, 
845     'Allow a user to create/view/update/delete a currency_type', 'ppl', 'description' )),
846  ( 174, 'MARK_BAD_DEBT', oils_i18n_gettext( 174, 
847     'Allow a user to mark a transaction as bad (unrecoverable) debt', 'ppl', 'description' )),
848  ( 175, 'VIEW_BILLING_TYPE', oils_i18n_gettext( 175, 
849     'Allow a user to view billing types', 'ppl', 'description' )),
850  ( 176, 'MARK_ITEM_AVAILABLE', oils_i18n_gettext( 176, 
851     'Allow a user to mark an item status as ''available''', 'ppl', 'description' )),
852  ( 177, 'MARK_ITEM_CHECKED_OUT', oils_i18n_gettext( 177, 
853     'Allow a user to mark an item status as ''checked out''', 'ppl', 'description' )),
854  ( 178, 'MARK_ITEM_BINDERY', oils_i18n_gettext( 178, 
855     'Allow a user to mark an item status as ''bindery''', 'ppl', 'description' )),
856  ( 179, 'MARK_ITEM_LOST', oils_i18n_gettext( 179, 
857     'Allow a user to mark an item status as ''lost''', 'ppl', 'description' )),
858  ( 180, 'MARK_ITEM_MISSING', oils_i18n_gettext( 180, 
859     'Allow a user to mark an item status as ''missing''', 'ppl', 'description' )),
860  ( 181, 'MARK_ITEM_IN_PROCESS', oils_i18n_gettext( 181, 
861     'Allow a user to mark an item status as ''in process''', 'ppl', 'description' )),
862  ( 182, 'MARK_ITEM_IN_TRANSIT', oils_i18n_gettext( 182, 
863     'Allow a user to mark an item status as ''in transit''', 'ppl', 'description' )),
864  ( 183, 'MARK_ITEM_RESHELVING', oils_i18n_gettext( 183, 
865     'Allow a user to mark an item status as ''reshelving''', 'ppl', 'description' )),
866  ( 184, 'MARK_ITEM_ON_HOLDS_SHELF', oils_i18n_gettext( 184, 
867     'Allow a user to mark an item status as ''on holds shelf''', 'ppl', 'description' )),
868  ( 185, 'MARK_ITEM_ON_ORDER', oils_i18n_gettext( 185, 
869     'Allow a user to mark an item status as ''on order''', 'ppl', 'description' )),
870  ( 186, 'MARK_ITEM_ILL', oils_i18n_gettext( 186, 
871     'Allow a user to mark an item status as ''inter-library loan''', 'ppl', 'description' )),
872  ( 187, 'group_application.user.staff.acq', oils_i18n_gettext( 187, 
873     'Allows a user to add/remove/edit users in the "ACQ" group', 'ppl', 'description' )),
874  ( 188, 'CREATE_PURCHASE_ORDER', oils_i18n_gettext( 188, 
875     'Allows a user to create a purchase order', 'ppl', 'description' )),
876  ( 189, 'VIEW_PURCHASE_ORDER', oils_i18n_gettext( 189, 
877     'Allows a user to view a purchase order', 'ppl', 'description' )),
878  ( 190, 'IMPORT_ACQ_LINEITEM_BIB_RECORD', oils_i18n_gettext( 190, 
879     'Allows a user to import a bib record from the acq staging area (on-order record) into the ILS bib data set', 'ppl', 'description' )),
880  ( 191, 'RECEIVE_PURCHASE_ORDER', oils_i18n_gettext( 191, 
881     'Allows a user to mark a purchase order, lineitem, or individual copy as received', 'ppl', 'description' )),
882  ( 192, 'VIEW_ORG_SETTINGS', oils_i18n_gettext( 192, 
883     'Allows a user to view all org settings at the specified level', 'ppl', 'description' )),
884  ( 193, 'CREATE_MFHD_RECORD', oils_i18n_gettext( 193, 
885     'Allows a user to create a new MFHD record', 'ppl', 'description' )),
886  ( 194, 'UPDATE_MFHD_RECORD', oils_i18n_gettext( 194, 
887     'Allows a user to update an MFHD record', 'ppl', 'description' )),
888  ( 195, 'DELETE_MFHD_RECORD', oils_i18n_gettext( 195, 
889     'Allows a user to delete an MFHD record', 'ppl', 'description' )),
890  ( 196, 'ADMIN_ACQ_FUND', oils_i18n_gettext( 196, 
891     'Allow a user to create/view/update/delete a fund', 'ppl', 'description' )),
892  ( 197, 'group_application.user.staff.acq_admin', oils_i18n_gettext( 197, 
893     'Allows a user to add/remove/edit users in the "Acquisitions Administrators" group', 'ppl', 'description' )),
894  ( 198, 'SET_CIRC_CLAIMS_RETURNED.override', oils_i18n_gettext( 198, 
895     'Allows staff to override the max claims returned value for a patron', 'ppl', 'description' )),
896  ( 199, 'UPDATE_PATRON_CLAIM_RETURN_COUNT', oils_i18n_gettext( 199, 
897     'Allows staff to manually change a patron''s claims returned count', 'ppl', 'description' )),
898  ( 200, 'UPDATE_BILL_NOTE', oils_i18n_gettext( 200, 
899     'Allows staff to edit the note for a bill on a transaction', 'ppl', 'description' )),
900  ( 201, 'UPDATE_PAYMENT_NOTE', oils_i18n_gettext( 201, 
901     'Allows staff to edit the note for a payment on a transaction', 'ppl', 'description' )),
902  ( 202, 'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT', oils_i18n_gettext( 202, 
903     'Allows staff to manually change a patron''s claims never checkout out count', 'ppl', 'description' )),
904  ( 203, 'ADMIN_COPY_LOCATION_ORDER', oils_i18n_gettext( 203, 
905     'Allow a user to create/view/update/delete a copy location order', 'ppl', 'description' )),
906  ( 204, 'ASSIGN_GROUP_PERM', oils_i18n_gettext( 204, 
907     'ASSIGN_GROUP_PERM', 'ppl', 'description' )),
908  ( 205, 'CREATE_AUDIENCE', oils_i18n_gettext( 205, 
909     'CREATE_AUDIENCE', 'ppl', 'description' )),
910  ( 206, 'CREATE_BIB_LEVEL', oils_i18n_gettext( 206, 
911     'CREATE_BIB_LEVEL', 'ppl', 'description' )),
912  ( 207, 'CREATE_CIRC_DURATION', oils_i18n_gettext( 207, 
913     'CREATE_CIRC_DURATION', 'ppl', 'description' )),
914  ( 208, 'CREATE_CIRC_MOD', oils_i18n_gettext( 208, 
915     'CREATE_CIRC_MOD', 'ppl', 'description' )),
916  ( 209, 'CREATE_COPY_STATUS', oils_i18n_gettext( 209, 
917     'CREATE_COPY_STATUS', 'ppl', 'description' )),
918  ( 210, 'CREATE_HOURS_OF_OPERATION', oils_i18n_gettext( 210, 
919     'CREATE_HOURS_OF_OPERATION', 'ppl', 'description' )),
920  ( 211, 'CREATE_ITEM_FORM', oils_i18n_gettext( 211, 
921     'CREATE_ITEM_FORM', 'ppl', 'description' )),
922  ( 212, 'CREATE_ITEM_TYPE', oils_i18n_gettext( 212, 
923     'CREATE_ITEM_TYPE', 'ppl', 'description' )),
924  ( 213, 'CREATE_LANGUAGE', oils_i18n_gettext( 213, 
925     'CREATE_LANGUAGE', 'ppl', 'description' )),
926  ( 214, 'CREATE_LASSO', oils_i18n_gettext( 214, 
927     'CREATE_LASSO', 'ppl', 'description' )),
928  ( 215, 'CREATE_LASSO_MAP', oils_i18n_gettext( 215, 
929     'CREATE_LASSO_MAP', 'ppl', 'description' )),
930  ( 216, 'CREATE_LIT_FORM', oils_i18n_gettext( 216, 
931     'CREATE_LIT_FORM', 'ppl', 'description' )),
932  ( 217, 'CREATE_METABIB_FIELD', oils_i18n_gettext( 217, 
933     'CREATE_METABIB_FIELD', 'ppl', 'description' )),
934  ( 218, 'CREATE_NET_ACCESS_LEVEL', oils_i18n_gettext( 218, 
935     'CREATE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
936  ( 219, 'CREATE_ORG_ADDRESS', oils_i18n_gettext( 219, 
937     'CREATE_ORG_ADDRESS', 'ppl', 'description' )),
938  ( 220, 'CREATE_ORG_TYPE', oils_i18n_gettext( 220, 
939     'CREATE_ORG_TYPE', 'ppl', 'description' )),
940  ( 221, 'CREATE_ORG_UNIT', oils_i18n_gettext( 221, 
941     'CREATE_ORG_UNIT', 'ppl', 'description' )),
942  ( 222, 'CREATE_ORG_UNIT_CLOSING', oils_i18n_gettext( 222, 
943     'CREATE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
944  ( 223, 'CREATE_PERM', oils_i18n_gettext( 223, 
945     'CREATE_PERM', 'ppl', 'description' )),
946  ( 224, 'CREATE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 224, 
947     'CREATE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
948  ( 225, 'CREATE_SURVEY', oils_i18n_gettext( 225, 
949     'CREATE_SURVEY', 'ppl', 'description' )),
950  ( 226, 'CREATE_VR_FORMAT', oils_i18n_gettext( 226, 
951     'CREATE_VR_FORMAT', 'ppl', 'description' )),
952  ( 227, 'CREATE_XML_TRANSFORM', oils_i18n_gettext( 227, 
953     'CREATE_XML_TRANSFORM', 'ppl', 'description' )),
954  ( 228, 'DELETE_AUDIENCE', oils_i18n_gettext( 228, 
955     'DELETE_AUDIENCE', 'ppl', 'description' )),
956  ( 229, 'DELETE_BIB_LEVEL', oils_i18n_gettext( 229, 
957     'DELETE_BIB_LEVEL', 'ppl', 'description' )),
958  ( 230, 'DELETE_CIRC_DURATION', oils_i18n_gettext( 230, 
959     'DELETE_CIRC_DURATION', 'ppl', 'description' )),
960  ( 231, 'DELETE_CIRC_MOD', oils_i18n_gettext( 231, 
961     'DELETE_CIRC_MOD', 'ppl', 'description' )),
962  ( 232, 'DELETE_COPY_STATUS', oils_i18n_gettext( 232, 
963     'DELETE_COPY_STATUS', 'ppl', 'description' )),
964  ( 233, 'DELETE_HOURS_OF_OPERATION', oils_i18n_gettext( 233, 
965     'DELETE_HOURS_OF_OPERATION', 'ppl', 'description' )),
966  ( 234, 'DELETE_ITEM_FORM', oils_i18n_gettext( 234, 
967     'DELETE_ITEM_FORM', 'ppl', 'description' )),
968  ( 235, 'DELETE_ITEM_TYPE', oils_i18n_gettext( 235, 
969     'DELETE_ITEM_TYPE', 'ppl', 'description' )),
970  ( 236, 'DELETE_LANGUAGE', oils_i18n_gettext( 236, 
971     'DELETE_LANGUAGE', 'ppl', 'description' )),
972  ( 237, 'DELETE_LASSO', oils_i18n_gettext( 237, 
973     'DELETE_LASSO', 'ppl', 'description' )),
974  ( 238, 'DELETE_LASSO_MAP', oils_i18n_gettext( 238, 
975     'DELETE_LASSO_MAP', 'ppl', 'description' )),
976  ( 239, 'DELETE_LIT_FORM', oils_i18n_gettext( 239, 
977     'DELETE_LIT_FORM', 'ppl', 'description' )),
978  ( 240, 'DELETE_METABIB_FIELD', oils_i18n_gettext( 240, 
979     'DELETE_METABIB_FIELD', 'ppl', 'description' )),
980  ( 241, 'DELETE_NET_ACCESS_LEVEL', oils_i18n_gettext( 241, 
981     'DELETE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
982  ( 242, 'DELETE_ORG_ADDRESS', oils_i18n_gettext( 242, 
983     'DELETE_ORG_ADDRESS', 'ppl', 'description' )),
984  ( 243, 'DELETE_ORG_TYPE', oils_i18n_gettext( 243, 
985     'DELETE_ORG_TYPE', 'ppl', 'description' )),
986  ( 244, 'DELETE_ORG_UNIT', oils_i18n_gettext( 244, 
987     'DELETE_ORG_UNIT', 'ppl', 'description' )),
988  ( 245, 'DELETE_ORG_UNIT_CLOSING', oils_i18n_gettext( 245, 
989     'DELETE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
990  ( 246, 'DELETE_PERM', oils_i18n_gettext( 246, 
991     'DELETE_PERM', 'ppl', 'description' )),
992  ( 247, 'DELETE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 247, 
993     'DELETE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
994  ( 248, 'DELETE_SURVEY', oils_i18n_gettext( 248, 
995     'DELETE_SURVEY', 'ppl', 'description' )),
996  ( 249, 'DELETE_TRANSIT', oils_i18n_gettext( 249, 
997     'DELETE_TRANSIT', 'ppl', 'description' )),
998  ( 250, 'DELETE_VR_FORMAT', oils_i18n_gettext( 250, 
999     'DELETE_VR_FORMAT', 'ppl', 'description' )),
1000  ( 251, 'DELETE_XML_TRANSFORM', oils_i18n_gettext( 251, 
1001     'DELETE_XML_TRANSFORM', 'ppl', 'description' )),
1002  ( 252, 'REMOVE_GROUP_PERM', oils_i18n_gettext( 252, 
1003     'REMOVE_GROUP_PERM', 'ppl', 'description' )),
1004  ( 253, 'TRANSIT_COPY', oils_i18n_gettext( 253, 
1005     'TRANSIT_COPY', 'ppl', 'description' )),
1006  ( 254, 'UPDATE_AUDIENCE', oils_i18n_gettext( 254, 
1007     'UPDATE_AUDIENCE', 'ppl', 'description' )),
1008  ( 255, 'UPDATE_BIB_LEVEL', oils_i18n_gettext( 255, 
1009     'UPDATE_BIB_LEVEL', 'ppl', 'description' )),
1010  ( 256, 'UPDATE_CIRC_DURATION', oils_i18n_gettext( 256, 
1011     'UPDATE_CIRC_DURATION', 'ppl', 'description' )),
1012  ( 257, 'UPDATE_CIRC_MOD', oils_i18n_gettext( 257, 
1013     'UPDATE_CIRC_MOD', 'ppl', 'description' )),
1014  ( 258, 'UPDATE_COPY_NOTE', oils_i18n_gettext( 258, 
1015     'UPDATE_COPY_NOTE', 'ppl', 'description' )),
1016  ( 259, 'UPDATE_COPY_STATUS', oils_i18n_gettext( 259, 
1017     'UPDATE_COPY_STATUS', 'ppl', 'description' )),
1018  ( 260, 'UPDATE_GROUP_PERM', oils_i18n_gettext( 260, 
1019     'UPDATE_GROUP_PERM', 'ppl', 'description' )),
1020  ( 261, 'UPDATE_HOURS_OF_OPERATION', oils_i18n_gettext( 261, 
1021     'UPDATE_HOURS_OF_OPERATION', 'ppl', 'description' )),
1022  ( 262, 'UPDATE_ITEM_FORM', oils_i18n_gettext( 262, 
1023     'UPDATE_ITEM_FORM', 'ppl', 'description' )),
1024  ( 263, 'UPDATE_ITEM_TYPE', oils_i18n_gettext( 263, 
1025     'UPDATE_ITEM_TYPE', 'ppl', 'description' )),
1026  ( 264, 'UPDATE_LANGUAGE', oils_i18n_gettext( 264, 
1027     'UPDATE_LANGUAGE', 'ppl', 'description' )),
1028  ( 265, 'UPDATE_LASSO', oils_i18n_gettext( 265, 
1029     'UPDATE_LASSO', 'ppl', 'description' )),
1030  ( 266, 'UPDATE_LASSO_MAP', oils_i18n_gettext( 266, 
1031     'UPDATE_LASSO_MAP', 'ppl', 'description' )),
1032  ( 267, 'UPDATE_LIT_FORM', oils_i18n_gettext( 267, 
1033     'UPDATE_LIT_FORM', 'ppl', 'description' )),
1034  ( 268, 'UPDATE_METABIB_FIELD', oils_i18n_gettext( 268, 
1035     'UPDATE_METABIB_FIELD', 'ppl', 'description' )),
1036  ( 269, 'UPDATE_NET_ACCESS_LEVEL', oils_i18n_gettext( 269, 
1037     'UPDATE_NET_ACCESS_LEVEL', 'ppl', 'description' )),
1038  ( 270, 'UPDATE_ORG_ADDRESS', oils_i18n_gettext( 270, 
1039     'UPDATE_ORG_ADDRESS', 'ppl', 'description' )),
1040  ( 271, 'UPDATE_ORG_TYPE', oils_i18n_gettext( 271, 
1041     'UPDATE_ORG_TYPE', 'ppl', 'description' )),
1042  ( 272, 'UPDATE_ORG_UNIT_CLOSING', oils_i18n_gettext( 272, 
1043     'UPDATE_ORG_UNIT_CLOSING', 'ppl', 'description' )),
1044  ( 273, 'UPDATE_PERM', oils_i18n_gettext( 273, 
1045     'UPDATE_PERM', 'ppl', 'description' )),
1046  ( 274, 'UPDATE_RELEVANCE_ADJUSTMENT', oils_i18n_gettext( 274, 
1047     'UPDATE_RELEVANCE_ADJUSTMENT', 'ppl', 'description' )),
1048  ( 275, 'UPDATE_SURVEY', oils_i18n_gettext( 275, 
1049     'UPDATE_SURVEY', 'ppl', 'description' )),
1050  ( 276, 'UPDATE_TRANSIT', oils_i18n_gettext( 276, 
1051     'UPDATE_TRANSIT', 'ppl', 'description' )),
1052  ( 277, 'UPDATE_VOLUME_NOTE', oils_i18n_gettext( 277, 
1053     'UPDATE_VOLUME_NOTE', 'ppl', 'description' )),
1054  ( 278, 'UPDATE_VR_FORMAT', oils_i18n_gettext( 278, 
1055     'UPDATE_VR_FORMAT', 'ppl', 'description' )),
1056  ( 279, 'UPDATE_XML_TRANSFORM', oils_i18n_gettext( 279, 
1057     'UPDATE_XML_TRANSFORM', 'ppl', 'description' )),
1058  ( 280, 'MERGE_BIB_RECORDS', oils_i18n_gettext( 280, 
1059     'MERGE_BIB_RECORDS', 'ppl', 'description' )),
1060  ( 281, 'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF', oils_i18n_gettext( 281, 
1061     'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF', 'ppl', 'description' )),
1062  ( 282, 'CREATE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 282, 
1063     'CREATE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1064  ( 283, 'CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 283, 
1065     'CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1066  ( 284, 'CREATE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 284, 
1067     'CREATE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1068  ( 285, 'CREATE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 285, 
1069     'CREATE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1070  ( 286, 'CREATE_BIB_IMPORT_FIELD_DEF', oils_i18n_gettext( 286, 
1071     'CREATE_BIB_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1072  ( 287, 'CREATE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 287, 
1073     'CREATE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1074  ( 288, 'CREATE_LOCALE', oils_i18n_gettext( 288, 
1075     'CREATE_LOCALE', 'ppl', 'description' )),
1076  ( 289, 'CREATE_MARC_CODE', oils_i18n_gettext( 289, 
1077     'CREATE_MARC_CODE', 'ppl', 'description' )),
1078  ( 290, 'CREATE_TRANSLATION', oils_i18n_gettext( 290, 
1079     'CREATE_TRANSLATION', 'ppl', 'description' )),
1080  ( 291, 'DELETE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 291, 
1081     'DELETE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1082  ( 292, 'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 292, 
1083     'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1084  ( 293, 'DELETE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 293, 
1085     'DELETE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1086  ( 294, 'DELETE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 294, 
1087     'DELETE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1088  ( 295, 'DELETE_BIB_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 295, 
1089     'DELETE_BIB_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1090  ( 296, 'DELETE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 296, 
1091     'DELETE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1092  ( 297, 'DELETE_LOCALE', oils_i18n_gettext( 297, 
1093     'DELETE_LOCALE', 'ppl', 'description' )),
1094  ( 298, 'DELETE_MARC_CODE', oils_i18n_gettext( 298, 
1095     'DELETE_MARC_CODE', 'ppl', 'description' )),
1096  ( 299, 'DELETE_TRANSLATION', oils_i18n_gettext( 299, 
1097     'DELETE_TRANSLATION', 'ppl', 'description' )),
1098  ( 300, 'UPDATE_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 300, 
1099     'UPDATE_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1100  ( 301, 'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 301, 
1101     'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1102  ( 302, 'UPDATE_AUTHORITY_IMPORT_QUEUE', oils_i18n_gettext( 302, 
1103     'UPDATE_AUTHORITY_IMPORT_QUEUE', 'ppl', 'description' )),
1104  ( 303, 'UPDATE_AUTHORITY_RECORD_NOTE', oils_i18n_gettext( 303, 
1105     'UPDATE_AUTHORITY_RECORD_NOTE', 'ppl', 'description' )),
1106  ( 304, 'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF', oils_i18n_gettext( 304, 
1107     'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF', 'ppl', 'description' )),
1108  ( 305, 'UPDATE_BIB_IMPORT_QUEUE', oils_i18n_gettext( 305, 
1109     'UPDATE_BIB_IMPORT_QUEUE', 'ppl', 'description' )),
1110  ( 306, 'UPDATE_LOCALE', oils_i18n_gettext( 306, 
1111     'UPDATE_LOCALE', 'ppl', 'description' )),
1112  ( 307, 'UPDATE_MARC_CODE', oils_i18n_gettext( 307, 
1113     'UPDATE_MARC_CODE', 'ppl', 'description' )),
1114  ( 308, 'UPDATE_TRANSLATION', oils_i18n_gettext( 308, 
1115     'UPDATE_TRANSLATION', 'ppl', 'description' )),
1116  ( 309, 'VIEW_ACQ_FUNDING_SOURCE', oils_i18n_gettext( 309, 
1117     'VIEW_ACQ_FUNDING_SOURCE', 'ppl', 'description' )),
1118  ( 310, 'VIEW_AUTHORITY_RECORD_NOTES', oils_i18n_gettext( 310, 
1119     'VIEW_AUTHORITY_RECORD_NOTES', 'ppl', 'description' )),
1120  ( 311, 'CREATE_IMPORT_ITEM', oils_i18n_gettext( 311, 
1121     'CREATE_IMPORT_ITEM', 'ppl', 'description' )),
1122  ( 312, 'CREATE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 312, 
1123     'CREATE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1124  ( 313, 'CREATE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 313, 
1125     'CREATE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1126  ( 314, 'DELETE_IMPORT_ITEM', oils_i18n_gettext( 314, 
1127     'DELETE_IMPORT_ITEM', 'ppl', 'description' )),
1128  ( 315, 'DELETE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 315, 
1129     'DELETE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1130  ( 316, 'DELETE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 316, 
1131     'DELETE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1132  ( 317, 'UPDATE_IMPORT_ITEM', oils_i18n_gettext( 317, 
1133     'UPDATE_IMPORT_ITEM', 'ppl', 'description' )),
1134  ( 318, 'UPDATE_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 318, 
1135     'UPDATE_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1136  ( 319, 'UPDATE_IMPORT_TRASH_FIELD', oils_i18n_gettext( 319, 
1137     'UPDATE_IMPORT_TRASH_FIELD', 'ppl', 'description' )),
1138  ( 320, 'UPDATE_ORG_UNIT_SETTING_ALL', oils_i18n_gettext( 320, 
1139     'UPDATE_ORG_UNIT_SETTING_ALL', 'ppl', 'description' )),
1140  ( 321, 'UPDATE_ORG_UNIT_SETTING.circ.lost_materials_processing_fee', oils_i18n_gettext( 321, 
1141     'UPDATE_ORG_UNIT_SETTING.circ.lost_materials_processing_fee', 'ppl', 'description' )),
1142  ( 322, 'UPDATE_ORG_UNIT_SETTING.cat.default_item_price', oils_i18n_gettext( 322, 
1143     'UPDATE_ORG_UNIT_SETTING.cat.default_item_price', 'ppl', 'description' )),
1144  ( 323, 'UPDATE_ORG_UNIT_SETTING.auth.opac_timeout', oils_i18n_gettext( 323, 
1145     'UPDATE_ORG_UNIT_SETTING.auth.opac_timeout', 'ppl', 'description' )),
1146  ( 324, 'UPDATE_ORG_UNIT_SETTING.auth.staff_timeout', oils_i18n_gettext( 324, 
1147     'UPDATE_ORG_UNIT_SETTING.auth.staff_timeout', 'ppl', 'description' )),
1148  ( 325, 'UPDATE_ORG_UNIT_SETTING.org.bounced_emails', oils_i18n_gettext( 325, 
1149     'UPDATE_ORG_UNIT_SETTING.org.bounced_emails', 'ppl', 'description' )),
1150  ( 326, 'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_alert_interval', oils_i18n_gettext( 326, 
1151     'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_alert_interval', 'ppl', 'description' )),
1152  ( 327, 'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_interval', oils_i18n_gettext( 327, 
1153     'UPDATE_ORG_UNIT_SETTING.circ.hold_expire_interval', 'ppl', 'description' )),
1154  ( 328, 'UPDATE_ORG_UNIT_SETTING.credit.payments.allow', oils_i18n_gettext( 328, 
1155     'UPDATE_ORG_UNIT_SETTING.credit.payments.allow', 'ppl', 'description' )),
1156  ( 329, 'UPDATE_ORG_UNIT_SETTING.circ.void_overdue_on_lost', oils_i18n_gettext( 329, 
1157     'UPDATE_ORG_UNIT_SETTING.circ.void_overdue_on_lost', 'ppl', 'description' )),
1158  ( 330, 'UPDATE_ORG_UNIT_SETTING.circ.hold_stalling.soft', oils_i18n_gettext( 330, 
1159     'UPDATE_ORG_UNIT_SETTING.circ.hold_stalling.soft', 'ppl', 'description' )),
1160  ( 331, 'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.hard', oils_i18n_gettext( 331, 
1161     'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.hard', 'ppl', 'description' )),
1162  ( 332, 'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.soft', oils_i18n_gettext( 332, 
1163     'UPDATE_ORG_UNIT_SETTING.circ.hold_boundary.soft', 'ppl', 'description' )),
1164  ( 333, 'UPDATE_ORG_UNIT_SETTING.opac.barcode_regex', oils_i18n_gettext( 333, 
1165     'UPDATE_ORG_UNIT_SETTING.opac.barcode_regex', 'ppl', 'description' )),
1166  ( 334, 'UPDATE_ORG_UNIT_SETTING.global.password_regex', oils_i18n_gettext( 334, 
1167     'UPDATE_ORG_UNIT_SETTING.global.password_regex', 'ppl', 'description' )),
1168  ( 335, 'UPDATE_ORG_UNIT_SETTING.circ.item_checkout_history.max', oils_i18n_gettext( 335, 
1169     'UPDATE_ORG_UNIT_SETTING.circ.item_checkout_history.max', 'ppl', 'description' )),
1170  ( 336, 'UPDATE_ORG_UNIT_SETTING.circ.reshelving_complete.interval', oils_i18n_gettext( 336, 
1171     'UPDATE_ORG_UNIT_SETTING.circ.reshelving_complete.interval', 'ppl', 'description' )),
1172  ( 337, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.patron_login_timeout', oils_i18n_gettext( 337, 
1173     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.patron_login_timeout', 'ppl', 'description' )),
1174  ( 338, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.alert_on_checkout_event', oils_i18n_gettext( 338, 
1175     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.alert_on_checkout_event', 'ppl', 'description' )),
1176  ( 339, 'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.require_patron_password', oils_i18n_gettext( 339, 
1177     'UPDATE_ORG_UNIT_SETTING.circ.selfcheck.require_patron_password', 'ppl', 'description' )),
1178  ( 340, 'UPDATE_ORG_UNIT_SETTING.global.juvenile_age_threshold', oils_i18n_gettext( 340, 
1179     'UPDATE_ORG_UNIT_SETTING.global.juvenile_age_threshold', 'ppl', 'description' )),
1180  ( 341, 'UPDATE_ORG_UNIT_SETTING.cat.bib.keep_on_empty', oils_i18n_gettext( 341, 
1181     'UPDATE_ORG_UNIT_SETTING.cat.bib.keep_on_empty', 'ppl', 'description' )),
1182  ( 342, 'UPDATE_ORG_UNIT_SETTING.cat.bib.alert_on_empty', oils_i18n_gettext( 342, 
1183     'UPDATE_ORG_UNIT_SETTING.cat.bib.alert_on_empty', 'ppl', 'description' )),
1184  ( 343, 'UPDATE_ORG_UNIT_SETTING.patron.password.use_phone', oils_i18n_gettext( 343, 
1185     'UPDATE_ORG_UNIT_SETTING.patron.password.use_phone', 'ppl', 'description' )),
1186  ( 344, 'HOLD_ITEM_CHECKED_OUT.override', oils_i18n_gettext( 344, 
1187     'Allows a user to place a hold on an item that they already have checked out', 'ppl', 'description' )),
1188  ( 345, 'ADMIN_ACQ_CANCEL_CAUSE', oils_i18n_gettext( 345, 
1189     'Allow a user to create/update/delete reasons for order cancellations', 'ppl', 'description' )),
1190  ( 346, 'ACQ_XFER_MANUAL_DFUND_AMOUNT', oils_i18n_gettext( 346, 
1191     'Allow a user to transfer different amounts of money out of one fund and into another', 'ppl', 'description' )),
1192  ( 347, 'OVERRIDE_HOLD_HAS_LOCAL_COPY', oils_i18n_gettext( 347, 
1193     'Allow a user to override the circ.holds.hold_has_copy_at.block setting', 'ppl', 'description' )),
1194  ( 348, 'UPDATE_PICKUP_LIB_FROM_TRANSIT', oils_i18n_gettext( 348, 
1195     'Allow a user to change the pickup and transit destination for a captured hold item already in transit', 'ppl', 'description' )),
1196  ( 349, 'COPY_NEEDED_FOR_HOLD.override', oils_i18n_gettext( 349, 
1197     'Allow a user to force renewal of an item that could fulfill a hold request', 'ppl', 'description' )),
1198  ( 350, 'MERGE_AUTH_RECORDS', oils_i18n_gettext( 350, 
1199     'Allow a user to merge authority records together', 'ppl', 'description' )),
1200  ( 351, 'ALLOW_ALT_TCN', oils_i18n_gettext( 351, 
1201     'Allows staff to import a record using an alternate TCN to avoid conflicts', 'ppl', 'description' )),
1202  ( 352, 'ADMIN_TRIGGER_EVENT_DEF', oils_i18n_gettext( 352, 
1203     'Allow a user to administer trigger event definitions', 'ppl', 'description' )),
1204  ( 353, 'ADMIN_TRIGGER_CLEANUP', oils_i18n_gettext( 353, 
1205     'Allow a user to create, delete, and update trigger cleanup entries', 'ppl', 'description' )),
1206  ( 354, 'CREATE_TRIGGER_CLEANUP', oils_i18n_gettext( 354, 
1207     'Allow a user to create trigger cleanup entries', 'ppl', 'description' )),
1208  ( 355, 'DELETE_TRIGGER_CLEANUP', oils_i18n_gettext( 355, 
1209     'Allow a user to delete trigger cleanup entries', 'ppl', 'description' )),
1210  ( 356, 'UPDATE_TRIGGER_CLEANUP', oils_i18n_gettext( 356, 
1211     'Allow a user to update trigger cleanup entries', 'ppl', 'description' )),
1212  ( 357, 'CREATE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 357, 
1213     'Allow a user to create trigger event definitions', 'ppl', 'description' )),
1214  ( 358, 'DELETE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 358, 
1215     'Allow a user to delete trigger event definitions', 'ppl', 'description' )),
1216  ( 359, 'UPDATE_TRIGGER_EVENT_DEF', oils_i18n_gettext( 359, 
1217     'Allow a user to update trigger event definitions', 'ppl', 'description' )),
1218  ( 360, 'VIEW_TRIGGER_EVENT_DEF', oils_i18n_gettext( 360, 
1219     'Allow a user to view trigger event definitions', 'ppl', 'description' )),
1220  ( 361, 'ADMIN_TRIGGER_HOOK', oils_i18n_gettext( 361, 
1221     'Allow a user to create, update, and delete trigger hooks', 'ppl', 'description' )),
1222  ( 362, 'CREATE_TRIGGER_HOOK', oils_i18n_gettext( 362, 
1223     'Allow a user to create trigger hooks', 'ppl', 'description' )),
1224  ( 363, 'DELETE_TRIGGER_HOOK', oils_i18n_gettext( 363, 
1225     'Allow a user to delete trigger hooks', 'ppl', 'description' )),
1226  ( 364, 'UPDATE_TRIGGER_HOOK', oils_i18n_gettext( 364, 
1227     'Allow a user to update trigger hooks', 'ppl', 'description' )),
1228  ( 365, 'ADMIN_TRIGGER_REACTOR', oils_i18n_gettext( 365, 
1229     'Allow a user to create, update, and delete trigger reactors', 'ppl', 'description' )),
1230  ( 366, 'CREATE_TRIGGER_REACTOR', oils_i18n_gettext( 366, 
1231     'Allow a user to create trigger reactors', 'ppl', 'description' )),
1232  ( 367, 'DELETE_TRIGGER_REACTOR', oils_i18n_gettext( 367, 
1233     'Allow a user to delete trigger reactors', 'ppl', 'description' )),
1234  ( 368, 'UPDATE_TRIGGER_REACTOR', oils_i18n_gettext( 368, 
1235     'Allow a user to update trigger reactors', 'ppl', 'description' )),
1236  ( 369, 'ADMIN_TRIGGER_TEMPLATE_OUTPUT', oils_i18n_gettext( 369, 
1237     'Allow a user to delete trigger template output', 'ppl', 'description' )),
1238  ( 370, 'DELETE_TRIGGER_TEMPLATE_OUTPUT', oils_i18n_gettext( 370, 
1239     'Allow a user to delete trigger template output', 'ppl', 'description' )),
1240  ( 371, 'ADMIN_TRIGGER_VALIDATOR', oils_i18n_gettext( 371, 
1241     'Allow a user to create, update, and delete trigger validators', 'ppl', 'description' )),
1242  ( 372, 'CREATE_TRIGGER_VALIDATOR', oils_i18n_gettext( 372, 
1243     'Allow a user to create trigger validators', 'ppl', 'description' )),
1244  ( 373, 'DELETE_TRIGGER_VALIDATOR', oils_i18n_gettext( 373, 
1245     'Allow a user to delete trigger validators', 'ppl', 'description' )),
1246  ( 374, 'UPDATE_TRIGGER_VALIDATOR', oils_i18n_gettext( 374, 
1247     'Allow a user to update trigger validators', 'ppl', 'description' )),
1248  ( 376, 'ADMIN_BOOKING_RESOURCE', oils_i18n_gettext( 376, 
1249     'Enables the user to create/update/delete booking resources', 'ppl', 'description' )),
1250  ( 377, 'ADMIN_BOOKING_RESOURCE_TYPE', oils_i18n_gettext( 377, 
1251     'Enables the user to create/update/delete booking resource types', 'ppl', 'description' )),
1252  ( 378, 'ADMIN_BOOKING_RESOURCE_ATTR', oils_i18n_gettext( 378, 
1253     'Enables the user to create/update/delete booking resource attributes', 'ppl', 'description' )),
1254  ( 379, 'ADMIN_BOOKING_RESOURCE_ATTR_MAP', oils_i18n_gettext( 379, 
1255     'Enables the user to create/update/delete booking resource attribute maps', 'ppl', 'description' )),
1256  ( 380, 'ADMIN_BOOKING_RESOURCE_ATTR_VALUE', oils_i18n_gettext( 380, 
1257     'Enables the user to create/update/delete booking resource attribute values', 'ppl', 'description' )),
1258  ( 381, 'ADMIN_BOOKING_RESERVATION', oils_i18n_gettext( 381, 
1259     'Enables the user to create/update/delete booking reservations', 'ppl', 'description' )),
1260  ( 382, 'ADMIN_BOOKING_RESERVATION_ATTR_VALUE_MAP', oils_i18n_gettext( 382, 
1261     'Enables the user to create/update/delete booking reservation attribute value maps', 'ppl', 'description' )),
1262  ( 383, 'RETRIEVE_RESERVATION_PULL_LIST', oils_i18n_gettext( 383, 
1263     'Allows a user to retrieve a booking reservation pull list', 'ppl', 'description' )),
1264  ( 384, 'CAPTURE_RESERVATION', oils_i18n_gettext( 384, 
1265     'Allows a user to capture booking reservations', 'ppl', 'description' )),
1266  ( 385, 'UPDATE_RECORD', oils_i18n_gettext( 385, 
1267     'UPDATE_RECORD', 'ppl', 'description' )),
1268  ( 386, 'UPDATE_ORG_UNIT_SETTING.circ.block_renews_for_holds', oils_i18n_gettext( 386, 
1269     'UPDATE_ORG_UNIT_SETTING.circ.block_renews_for_holds', 'ppl', 'description' )),
1270  ( 387, 'MERGE_USERS', oils_i18n_gettext( 387, 
1271     'Allows user records to be merged', 'ppl', 'description' )),
1272  ( 388, 'ISSUANCE_HOLDS', oils_i18n_gettext( 388, 
1273     'Allow a user to place holds on serials issuances', 'ppl', 'description' )),
1274  ( 389, 'VIEW_CREDIT_CARD_PROCESSING', oils_i18n_gettext( 389, 
1275     'View org unit settings related to credit card processing', 'ppl', 'description' )),
1276  ( 390, 'ADMIN_CREDIT_CARD_PROCESSING', oils_i18n_gettext( 390, 
1277     'Update org unit settings related to credit card processing', 'ppl', 'description' )),
1278  ( 391, 'ADMIN_ACQ_CLAIM', oils_i18n_gettext( 391, 
1279     'ADMIN_ACQ_CLAIM', 'ppl', 'description' )),
1280  ( 392, 'ADMIN_ACQ_CLAIM_EVENT_TYPE', oils_i18n_gettext( 392, 
1281     'ADMIN_ACQ_CLAIM_EVENT_TYPE', 'ppl', 'description' )),
1282  ( 393, 'ADMIN_ACQ_CLAIM_TYPE', oils_i18n_gettext( 393, 
1283     'ADMIN_ACQ_CLAIM_TYPE', 'ppl', 'description' )),
1284  ( 394, 'ADMIN_ACQ_DISTRIB_FORMULA', oils_i18n_gettext( 394, 
1285     'ADMIN_ACQ_DISTRIB_FORMULA', 'ppl', 'description' )),
1286  ( 395, 'ADMIN_ACQ_FISCAL_YEAR', oils_i18n_gettext( 395, 
1287     'ADMIN_ACQ_FISCAL_YEAR', 'ppl', 'description' )),
1288  ( 396, 'ADMIN_ACQ_FUND_ALLOCATION_PERCENT', oils_i18n_gettext( 396, 
1289     'ADMIN_ACQ_FUND_ALLOCATION_PERCENT', 'ppl', 'description' )),
1290  ( 397, 'ADMIN_ACQ_FUND_TAG', oils_i18n_gettext( 397, 
1291     'ADMIN_ACQ_FUND_TAG', 'ppl', 'description' )),
1292  ( 398, 'ADMIN_ACQ_LINEITEM_ALERT_TEXT', oils_i18n_gettext( 398, 
1293     'ADMIN_ACQ_LINEITEM_ALERT_TEXT', 'ppl', 'description' )),
1294  ( 399, 'ADMIN_AGE_PROTECT_RULE', oils_i18n_gettext( 399, 
1295     'ADMIN_AGE_PROTECT_RULE', 'ppl', 'description' )),
1296  ( 400, 'ADMIN_ASSET_COPY_TEMPLATE', oils_i18n_gettext( 400, 
1297     'ADMIN_ASSET_COPY_TEMPLATE', 'ppl', 'description' )),
1298  ( 401, 'ADMIN_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext( 401, 
1299     'ADMIN_BOOKING_RESERVATION_ATTR_MAP', 'ppl', 'description' )),
1300  ( 402, 'ADMIN_CIRC_MATRIX_MATCHPOINT', oils_i18n_gettext( 402, 
1301     'ADMIN_CIRC_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1302  ( 403, 'ADMIN_CIRC_MOD', oils_i18n_gettext( 403, 
1303     'ADMIN_CIRC_MOD', 'ppl', 'description' )),
1304  ( 404, 'ADMIN_CLAIM_POLICY', oils_i18n_gettext( 404, 
1305     'ADMIN_CLAIM_POLICY', 'ppl', 'description' )),
1306  ( 405, 'ADMIN_CONFIG_REMOTE_ACCOUNT', oils_i18n_gettext( 405, 
1307     'ADMIN_CONFIG_REMOTE_ACCOUNT', 'ppl', 'description' )),
1308  ( 406, 'ADMIN_FIELD_DOC', oils_i18n_gettext( 406, 
1309     'ADMIN_FIELD_DOC', 'ppl', 'description' )),
1310  ( 407, 'ADMIN_GLOBAL_FLAG', oils_i18n_gettext( 407, 
1311     'ADMIN_GLOBAL_FLAG', 'ppl', 'description' )),
1312  ( 408, 'ADMIN_GROUP_PENALTY_THRESHOLD', oils_i18n_gettext( 408, 
1313     'ADMIN_GROUP_PENALTY_THRESHOLD', 'ppl', 'description' )),
1314  ( 409, 'ADMIN_HOLD_CANCEL_CAUSE', oils_i18n_gettext( 409, 
1315     'ADMIN_HOLD_CANCEL_CAUSE', 'ppl', 'description' )),
1316  ( 410, 'ADMIN_HOLD_MATRIX_MATCHPOINT', oils_i18n_gettext( 410, 
1317     'ADMIN_HOLD_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1318  ( 411, 'ADMIN_IDENT_TYPE', oils_i18n_gettext( 411, 
1319     'ADMIN_IDENT_TYPE', 'ppl', 'description' )),
1320  ( 412, 'ADMIN_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext( 412, 
1321     'ADMIN_IMPORT_ITEM_ATTR_DEF', 'ppl', 'description' )),
1322  ( 413, 'ADMIN_INDEX_NORMALIZER', oils_i18n_gettext( 413, 
1323     'ADMIN_INDEX_NORMALIZER', 'ppl', 'description' )),
1324  ( 414, 'ADMIN_INVOICE', oils_i18n_gettext( 414, 
1325     'ADMIN_INVOICE', 'ppl', 'description' )),
1326  ( 415, 'ADMIN_INVOICE_METHOD', oils_i18n_gettext( 415, 
1327     'ADMIN_INVOICE_METHOD', 'ppl', 'description' )),
1328  ( 416, 'ADMIN_INVOICE_PAYMENT_METHOD', oils_i18n_gettext( 416, 
1329     'ADMIN_INVOICE_PAYMENT_METHOD', 'ppl', 'description' )),
1330  ( 417, 'ADMIN_LINEITEM_MARC_ATTR_DEF', oils_i18n_gettext( 417, 
1331     'ADMIN_LINEITEM_MARC_ATTR_DEF', 'ppl', 'description' )),
1332  ( 418, 'ADMIN_MARC_CODE', oils_i18n_gettext( 418, 
1333     'ADMIN_MARC_CODE', 'ppl', 'description' )),
1334  ( 419, 'ADMIN_MAX_FINE_RULE', oils_i18n_gettext( 419, 
1335     'ADMIN_MAX_FINE_RULE', 'ppl', 'description' )),
1336  ( 420, 'ADMIN_MERGE_PROFILE', oils_i18n_gettext( 420, 
1337     'ADMIN_MERGE_PROFILE', 'ppl', 'description' )),
1338  ( 421, 'ADMIN_ORG_UNIT_SETTING_TYPE', oils_i18n_gettext( 421, 
1339     'ADMIN_ORG_UNIT_SETTING_TYPE', 'ppl', 'description' )),
1340  ( 422, 'ADMIN_RECURRING_FINE_RULE', oils_i18n_gettext( 422, 
1341     'ADMIN_RECURRING_FINE_RULE', 'ppl', 'description' )),
1342  ( 423, 'ADMIN_SERIAL_SUBSCRIPTION', oils_i18n_gettext( 423, 
1343     'ADMIN_SERIAL_SUBSCRIPTION', 'ppl', 'description' )),
1344  ( 424, 'ADMIN_STANDING_PENALTY', oils_i18n_gettext( 424, 
1345     'ADMIN_STANDING_PENALTY', 'ppl', 'description' )),
1346  ( 425, 'ADMIN_SURVEY', oils_i18n_gettext( 425, 
1347     'ADMIN_SURVEY', 'ppl', 'description' )),
1348  ( 426, 'ADMIN_USER_REQUEST_TYPE', oils_i18n_gettext( 426, 
1349     'ADMIN_USER_REQUEST_TYPE', 'ppl', 'description' )),
1350  ( 427, 'ADMIN_USER_SETTING_GROUP', oils_i18n_gettext( 427, 
1351     'ADMIN_USER_SETTING_GROUP', 'ppl', 'description' )),
1352  ( 428, 'ADMIN_USER_SETTING_TYPE', oils_i18n_gettext( 428, 
1353     'ADMIN_USER_SETTING_TYPE', 'ppl', 'description' )),
1354  ( 429, 'ADMIN_Z3950_SOURCE', oils_i18n_gettext( 429, 
1355     'ADMIN_Z3950_SOURCE', 'ppl', 'description' )),
1356  ( 430, 'CREATE_BIB_BTYPE', oils_i18n_gettext( 430, 
1357     'CREATE_BIB_BTYPE', 'ppl', 'description' )),
1358  ( 431, 'CREATE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 431, 
1359     'CREATE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1360  ( 432, 'CREATE_BIB_SOURCE', oils_i18n_gettext( 432, 
1361     'CREATE_BIB_SOURCE', 'ppl', 'description' )),
1362  ( 433, 'CREATE_BILLING_TYPE', oils_i18n_gettext( 433, 
1363     'CREATE_BILLING_TYPE', 'ppl', 'description' )),
1364  ( 434, 'CREATE_CN_BTYPE', oils_i18n_gettext( 434, 
1365     'CREATE_CN_BTYPE', 'ppl', 'description' )),
1366  ( 435, 'CREATE_COPY_BTYPE', oils_i18n_gettext( 435, 
1367     'CREATE_COPY_BTYPE', 'ppl', 'description' )),
1368  ( 436, 'CREATE_INVOICE', oils_i18n_gettext( 436, 
1369     'CREATE_INVOICE', 'ppl', 'description' )),
1370  ( 437, 'CREATE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 437, 
1371     'CREATE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1372  ( 438, 'CREATE_INVOICE_METHOD', oils_i18n_gettext( 438, 
1373     'CREATE_INVOICE_METHOD', 'ppl', 'description' )),
1374  ( 439, 'CREATE_MERGE_PROFILE', oils_i18n_gettext( 439, 
1375     'CREATE_MERGE_PROFILE', 'ppl', 'description' )),
1376  ( 440, 'CREATE_METABIB_CLASS', oils_i18n_gettext( 440, 
1377     'CREATE_METABIB_CLASS', 'ppl', 'description' )),
1378  ( 441, 'CREATE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 441, 
1379     'CREATE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1380  ( 442, 'CREATE_USER_BTYPE', oils_i18n_gettext( 442, 
1381     'CREATE_USER_BTYPE', 'ppl', 'description' )),
1382  ( 443, 'DELETE_BIB_BTYPE', oils_i18n_gettext( 443, 
1383     'DELETE_BIB_BTYPE', 'ppl', 'description' )),
1384  ( 444, 'DELETE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 444, 
1385     'DELETE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1386  ( 445, 'DELETE_BIB_SOURCE', oils_i18n_gettext( 445, 
1387     'DELETE_BIB_SOURCE', 'ppl', 'description' )),
1388  ( 446, 'DELETE_BILLING_TYPE', oils_i18n_gettext( 446, 
1389     'DELETE_BILLING_TYPE', 'ppl', 'description' )),
1390  ( 447, 'DELETE_CN_BTYPE', oils_i18n_gettext( 447, 
1391     'DELETE_CN_BTYPE', 'ppl', 'description' )),
1392  ( 448, 'DELETE_COPY_BTYPE', oils_i18n_gettext( 448, 
1393     'DELETE_COPY_BTYPE', 'ppl', 'description' )),
1394  ( 449, 'DELETE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 449, 
1395     'DELETE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1396  ( 450, 'DELETE_INVOICE_METHOD', oils_i18n_gettext( 450, 
1397     'DELETE_INVOICE_METHOD', 'ppl', 'description' )),
1398  ( 451, 'DELETE_MERGE_PROFILE', oils_i18n_gettext( 451, 
1399     'DELETE_MERGE_PROFILE', 'ppl', 'description' )),
1400  ( 452, 'DELETE_METABIB_CLASS', oils_i18n_gettext( 452, 
1401     'DELETE_METABIB_CLASS', 'ppl', 'description' )),
1402  ( 453, 'DELETE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 453, 
1403     'DELETE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1404  ( 454, 'DELETE_USER_BTYPE', oils_i18n_gettext( 454, 
1405     'DELETE_USER_BTYPE', 'ppl', 'description' )),
1406  ( 455, 'MANAGE_CLAIM', oils_i18n_gettext( 455, 
1407     'MANAGE_CLAIM', 'ppl', 'description' )),
1408  ( 456, 'UPDATE_BIB_BTYPE', oils_i18n_gettext( 456, 
1409     'UPDATE_BIB_BTYPE', 'ppl', 'description' )),
1410  ( 457, 'UPDATE_BIBLIO_FINGERPRINT', oils_i18n_gettext( 457, 
1411     'UPDATE_BIBLIO_FINGERPRINT', 'ppl', 'description' )),
1412  ( 458, 'UPDATE_BIB_SOURCE', oils_i18n_gettext( 458, 
1413     'UPDATE_BIB_SOURCE', 'ppl', 'description' )),
1414  ( 459, 'UPDATE_BILLING_TYPE', oils_i18n_gettext( 459, 
1415     'UPDATE_BILLING_TYPE', 'ppl', 'description' )),
1416  ( 460, 'UPDATE_CN_BTYPE', oils_i18n_gettext( 460, 
1417     'UPDATE_CN_BTYPE', 'ppl', 'description' )),
1418  ( 461, 'UPDATE_COPY_BTYPE', oils_i18n_gettext( 461, 
1419     'UPDATE_COPY_BTYPE', 'ppl', 'description' )),
1420  ( 462, 'UPDATE_INVOICE_ITEM_TYPE', oils_i18n_gettext( 462, 
1421     'UPDATE_INVOICE_ITEM_TYPE', 'ppl', 'description' )),
1422  ( 463, 'UPDATE_INVOICE_METHOD', oils_i18n_gettext( 463, 
1423     'UPDATE_INVOICE_METHOD', 'ppl', 'description' )),
1424  ( 464, 'UPDATE_MERGE_PROFILE', oils_i18n_gettext( 464, 
1425     'UPDATE_MERGE_PROFILE', 'ppl', 'description' )),
1426  ( 465, 'UPDATE_METABIB_CLASS', oils_i18n_gettext( 465, 
1427     'UPDATE_METABIB_CLASS', 'ppl', 'description' )),
1428  ( 466, 'UPDATE_METABIB_SEARCH_ALIAS', oils_i18n_gettext( 466, 
1429     'UPDATE_METABIB_SEARCH_ALIAS', 'ppl', 'description' )),
1430  ( 467, 'UPDATE_USER_BTYPE', oils_i18n_gettext( 467, 
1431     'UPDATE_USER_BTYPE', 'ppl', 'description' )),
1432  ( 468, 'user_request.create', oils_i18n_gettext( 468, 
1433     'user_request.create', 'ppl', 'description' )),
1434  ( 469, 'user_request.delete', oils_i18n_gettext( 469, 
1435     'user_request.delete', 'ppl', 'description' )),
1436  ( 470, 'user_request.update', oils_i18n_gettext( 470, 
1437     'user_request.update', 'ppl', 'description' )),
1438  ( 471, 'user_request.view', oils_i18n_gettext( 471, 
1439     'user_request.view', 'ppl', 'description' )),
1440  ( 472, 'VIEW_ACQ_FUND_ALLOCATION_PERCENT', oils_i18n_gettext( 472, 
1441     'VIEW_ACQ_FUND_ALLOCATION_PERCENT', 'ppl', 'description' )),
1442  ( 473, 'VIEW_CIRC_MATRIX_MATCHPOINT', oils_i18n_gettext( 473, 
1443     'VIEW_CIRC_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1444  ( 474, 'VIEW_CLAIM', oils_i18n_gettext( 474, 
1445     'VIEW_CLAIM', 'ppl', 'description' )),
1446  ( 475, 'VIEW_GROUP_PENALTY_THRESHOLD', oils_i18n_gettext( 475, 
1447     'VIEW_GROUP_PENALTY_THRESHOLD', 'ppl', 'description' )),
1448  ( 476, 'VIEW_HOLD_MATRIX_MATCHPOINT', oils_i18n_gettext( 476, 
1449     'VIEW_HOLD_MATRIX_MATCHPOINT', 'ppl', 'description' )),
1450  ( 477, 'VIEW_INVOICE', oils_i18n_gettext( 477, 
1451     'VIEW_INVOICE', 'ppl', 'description' )),
1452  ( 478, 'VIEW_MERGE_PROFILE', oils_i18n_gettext( 478, 
1453     'VIEW_MERGE_PROFILE', 'ppl', 'description' )),
1454  ( 479, 'VIEW_SERIAL_SUBSCRIPTION', oils_i18n_gettext( 479, 
1455     'VIEW_SERIAL_SUBSCRIPTION', 'ppl', 'description' )),
1456  ( 480, 'VIEW_STANDING_PENALTY', oils_i18n_gettext( 480, 
1457     'VIEW_STANDING_PENALTY', 'ppl', 'description' )),
1458  ( 481, 'ADMIN_SERIAL_CAPTION_PATTERN', oils_i18n_gettext( 481, 
1459     'ADMIN_SERIAL_CAPTION_PATTERN', 'ppl', 'description' )),
1460  ( 482, 'ADMIN_SERIAL_DISTRIBUTION', oils_i18n_gettext( 482, 
1461     'ADMIN_SERIAL_DISTRIBUTION', 'ppl', 'description' )),
1462  ( 483, 'ADMIN_SERIAL_STREAM', oils_i18n_gettext( 483, 
1463     'ADMIN_SERIAL_STREAM', 'ppl', 'description' )),
1464  ( 484, 'RECEIVE_SERIAL', oils_i18n_gettext(484,
1465         'Receive serial items', 'ppl', 'description')),
1466  ( 485, 'CREATE_VOLUME_SUFFIX', oils_i18n_gettext(485,
1467     'Create suffix label definition.', 'ppl', 'description')),
1468  ( 486, 'UPDATE_VOLUME_SUFFIX', oils_i18n_gettext(486,
1469     'Update suffix label definition.', 'ppl', 'description')),
1470  ( 487, 'DELETE_VOLUME_SUFFIX', oils_i18n_gettext(487,
1471     'Delete suffix label definition.', 'ppl', 'description')),
1472  ( 488, 'CREATE_VOLUME_PREFIX', oils_i18n_gettext(488,
1473     'Create prefix label definition.', 'ppl', 'description')),
1474  ( 489, 'UPDATE_VOLUME_PREFIX', oils_i18n_gettext(489,
1475     'Update prefix label definition.', 'ppl', 'description')),
1476  ( 490, 'DELETE_VOLUME_PREFIX', oils_i18n_gettext(490,
1477     'Delete prefix label definition.', 'ppl', 'description')),
1478  ( 491, 'CREATE_MONOGRAPH_PART', oils_i18n_gettext(491,
1479     'Create monograph part definition.', 'ppl', 'description')),
1480  ( 492, 'UPDATE_MONOGRAPH_PART', oils_i18n_gettext(492,
1481     'Update monograph part definition.', 'ppl', 'description')),
1482  ( 493, 'DELETE_MONOGRAPH_PART', oils_i18n_gettext(493,
1483     'Delete monograph part definition.', 'ppl', 'description')),
1484  ( 494, 'ADMIN_CODED_VALUE', oils_i18n_gettext(494,
1485     'Create/Update/Delete SVF Record Attribute Coded Value Map', 'ppl', 'description')),
1486  ( 495, 'ADMIN_SERIAL_ITEM', oils_i18n_gettext(495,
1487     'Create/Retrieve/Update/Delete Serial Item', 'ppl', 'description')),
1488  ( 496, 'ADMIN_SVF', oils_i18n_gettext(496,
1489     'Create/Update/Delete SVF Record Attribute Defintion', 'ppl', 'description')),
1490  ( 497, 'CREATE_BIB_PTYPE', oils_i18n_gettext(497,
1491     'Create Bibliographic Record Peer Type', 'ppl', 'description')),
1492  ( 498, 'CREATE_PURCHASE_REQUEST', oils_i18n_gettext(498,
1493     'Create User Purchase Request', 'ppl', 'description')),
1494  ( 499, 'DELETE_BIB_PTYPE', oils_i18n_gettext(499,
1495     'Delete Bibliographic Record Peer Type', 'ppl', 'description')),
1496  ( 500, 'MAP_MONOGRAPH_PART', oils_i18n_gettext(500,
1497     'Create/Update/Delete Copy Monograph Part Map', 'ppl', 'description')),
1498  ( 501, 'MARK_ITEM_MISSING_PIECES', oils_i18n_gettext(501,
1499     'Allows the Mark Item Missing Pieces action.', 'ppl', 'description')),
1500  ( 502, 'UPDATE_BIB_PTYPE', oils_i18n_gettext(502,
1501     'Update Bibliographic Record Peer Type', 'ppl', 'description')),
1502  ( 503, 'UPDATE_HOLD_REQUEST_TIME', oils_i18n_gettext(503,
1503     'Allows editing of a hold''s request time, and/or its Cut-in-line/Top-of-queue flag.', 'ppl', 'description')),
1504  ( 504, 'UPDATE_PICKLIST', oils_i18n_gettext(504,
1505     'Allows update/re-use of an acquisitions pick/selection list.', 'ppl', 'description')),
1506  ( 505, 'UPDATE_WORKSTATION', oils_i18n_gettext(505,
1507     'Allows update of a workstation during workstation registration override.', 'ppl', 'description')),
1508  ( 506, 'VIEW_USER_SETTING_TYPE', oils_i18n_gettext(506,
1509     'Allows viewing of configurable user setting types.', 'ppl', 'description')),
1510  ( 507, 'ABORT_TRANSIT_ON_LOST', oils_i18n_gettext(507,
1511     'Allows a user to abort a transit on a copy with status of LOST', 'ppl', 'description')),
1512  ( 508, 'ABORT_TRANSIT_ON_MISSING', oils_i18n_gettext(508,
1513     'Allows a user to abort a transit on a copy with status of MISSING', 'ppl', 'description')),
1514  ( 509, 'TRANSIT_CHECKIN_INTERVAL_BLOCK.override', oils_i18n_gettext(509,
1515     'Allows a user to override the TRANSIT_CHECKIN_INTERVAL_BLOCK event', 'ppl', 'description')),
1516  ( 510, 'UPDATE_PATRON_COLLECTIONS_EXEMPT', oils_i18n_gettext(510,
1517     'Allows a user to indicate that a patron is exempt from collections processing', 'ppl', 'description')),
1518  ( 511, 'PERSISTENT_LOGIN', oils_i18n_gettext( 511,
1519     'Allows a user to authenticate and get a long-lived session (length configured in opensrf.xml)', 'ppl', 'description' )),
1520  ( 512, 'ACQ_INVOICE_REOPEN', oils_i18n_gettext( 512,
1521     'Allows a user to reopen an Acquisitions invoice', 'ppl', 'description' )),
1522  ( 513, 'DEBUG_CLIENT', oils_i18n_gettext( 513,
1523     'Allows a user to use debug functions in the staff client', 'ppl', 'description' )),
1524  ( 514, 'UPDATE_PATRON_ACTIVE_CARD', oils_i18n_gettext( 514,
1525     'Allows a user to manually adjust a patron''s active cards', 'ppl', 'description')),
1526  ( 515, 'UPDATE_PATRON_PRIMARY_CARD', oils_i18n_gettext( 515,
1527     'Allows a user to manually adjust a patron''s primary card', 'ppl', 'description')),
1528  ( 516, 'CREATE_REPORT_TEMPLATE', oils_i18n_gettext( 516,
1529     'Allows a user to create report templates', 'ppl', 'description' )),
1530  ( 517, 'COPY_HOLDS_FORCE', oils_i18n_gettext( 517, 
1531     'Allow a user to place a force hold on a specific copy', 'ppl', 'description' )),
1532  ( 518, 'COPY_HOLDS_RECALL', oils_i18n_gettext( 518, 
1533     'Allow a user to place a cataloging recall on a specific copy', 'ppl', 'description' )),
1534  ( 519, 'ADMIN_SMS_CARRIER', oils_i18n_gettext( 519,
1535     'Allows a user to add/create/delete SMS Carrier entries.', 'ppl', 'description' )),
1536  ( 520, 'COPY_DELETE_WARNING.override', oils_i18n_gettext( 520,
1537     'Allow a user to override warnings about deleting copies in problematic situations.', 'ppl', 'description' )),
1538  ( 521, 'IMPORT_ACQ_LINEITEM_BIB_RECORD_UPLOAD', oils_i18n_gettext( 521,
1539     'Allows a user to create new bibs directly from an ACQ MARC file upload', 'ppl', 'description' )),
1540  ( 522, 'IMPORT_AUTHORITY_MARC', oils_i18n_gettext( 522,
1541     'Allows a user to create new authority records', 'ppl', 'description' )),
1542  ( 523, 'ADMIN_TOOLBAR', oils_i18n_gettext( 523,
1543     'Allows a user to create, edit, and delete custom toolbars', 'ppl', 'description' )),
1544  ( 524, 'PLACE_UNFILLABLE_HOLD', oils_i18n_gettext( 524,
1545     'Allows a user to place a hold that cannot currently be filled.', 'ppl', 'description' )),
1546  ( 525, 'CREATE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 525, 
1547     'User may set a default entry in a patron statistical category', 'ppl', 'description' )),
1548  ( 526, 'UPDATE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 526, 
1549     'User may reset a default entry in a patron statistical category', 'ppl', 'description' )),
1550  ( 527, 'DELETE_PATRON_STAT_CAT_ENTRY_DEFAULT', oils_i18n_gettext( 527, 
1551     'User may unset a default entry in a patron statistical category', 'ppl', 'description' )),
1552  ( 528, 'ADMIN_ORG_UNIT_CUSTOM_TREE', oils_i18n_gettext( 528, 
1553     'User may update custom org unit trees', 'ppl', 'description' )),
1554  ( 529, 'ADMIN_IMPORT_MATCH_SET', oils_i18n_gettext( 529,
1555     'Allows a user to create/retrieve/update/delete vandelay match sets', 'ppl', 'description' )),
1556  ( 530, 'VIEW_IMPORT_MATCH_SET', oils_i18n_gettext( 530,
1557     'Allows a user to view vandelay match sets', 'ppl', 'description' )),
1558  ( 531, 'ADMIN_ADDRESS_ALERT', oils_i18n_gettext( 531,
1559     'Allows a user to create/retrieve/update/delete address alerts', 'ppl', 'description' )), 
1560  ( 532, 'VIEW_ADDRESS_ALERT', oils_i18n_gettext( 532,
1561     'Allows a user to view address alerts', 'ppl', 'description' )), 
1562  ( 533, 'ADMIN_COPY_LOCATION_GROUP', oils_i18n_gettext( 533,
1563     'Allows a user to create/retrieve/update/delete copy location groups', 'ppl', 'description' )), 
1564  ( 534, 'ADMIN_USER_ACTIVITY_TYPE', oils_i18n_gettext( 534,
1565     'Allows a user to create/retrieve/update/delete user activity types', 'ppl', 'description' )),
1566 ( 535, 'VIEW_TRIGGER_EVENT', oils_i18n_gettext( 535,
1567     'Allows a user to view circ- and hold-related action/trigger events', 'ppl', 'description')),
1568 ( 536, 'IMPORT_OVERLAY_COPY', oils_i18n_gettext( 536,
1569     'Allows a user to overlay copy data in MARC import', 'ppl', 'description')),
1570  ( 537, 'ADMIN_SEARCH_FILTER_GROUP', oils_i18n_gettext( 537,
1571     'Allows staff to manage search filter groups and entries', 'ppl', 'description' )),
1572  ( 538, 'VIEW_SEARCH_FILTER_GROUP', oils_i18n_gettext( 538,
1573     'Allows staff to view search filter groups and entries', 'ppl', 'description' )),
1574  ( 539, 'UPDATE_ORG_UNIT_SETTING.ui.hide_copy_editor_fields', oils_i18n_gettext( 539,
1575     'Allows staff to edit displayed copy editor fields', 'ppl', 'description' )),
1576  ( 540, 'ADMIN_TOOLBAR_FOR_ORG', oils_i18n_gettext( 540,
1577         'Allows a user to create, edit, and delete custom toolbars for org units', 'ppl', 'description')),
1578  ( 541, 'ADMIN_TOOLBAR_FOR_WORKSTATION', oils_i18n_gettext( 541,
1579         'Allows a user to create, edit, and delete custom toolbars for workstations', 'ppl', 'description')),
1580  ( 542, 'ADMIN_TOOLBAR_FOR_USER', oils_i18n_gettext( 542,
1581         'Allows a user to create, edit, and delete custom toolbars for users', 'ppl', 'description')),
1582  ( 543, 'URL_VERIFY', oils_i18n_gettext( 543, 
1583     'Allows a user to process and verify URLs', 'ppl', 'description')),
1584  ( 544, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 544, 
1585     'Allows a user to configure URL verification org unit settings', 'ppl', 'description')),
1586  ( 545, 'SAVED_FILTER_DIALOG_FILTERS', oils_i18n_gettext( 545,
1587     'Allows users to save and load sets of filters for filter dialogs, available in certain staff interfaces', 'ppl', 'description')),
1588  ( 546, 'ADMIN_HOLD_CAPTURE_SORT', oils_i18n_gettext( 546,
1589         'Allows a user to make changes to best-hold selection sort order', 'ppl', 'description')),
1590  ( 547, 'ACQ_ADD_LINEITEM_IDENTIFIER', oils_i18n_gettext(547,
1591         'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description')),
1592  ( 548, 'ACQ_SET_LINEITEM_IDENTIFIER', oils_i18n_gettext(548,
1593         'Allows staff to change the lineitem identifier', 'ppl', 'description')),
1594  ( 549, 'COPY_STATUS_LONGOVERDUE.override', oils_i18n_gettext(549,
1595         'Allows the user to check-in long-overdue items, prompting ' ||
1596             'long-overdue check-in processing', 'ppl', 'code')), 
1597  ( 550, 'SET_CIRC_LONG_OVERDUE', oils_i18n_gettext(550,
1598         'Allows the user to mark a circulation as long-overdue', 'ppl', 'code')),
1599  ( 551, 'ADMIN_SERVER_ADDON_FOR_WORKSTATION', oils_i18n_gettext( 551,
1600         'Allows a user to specify which Server Add-ons get invoked at the current workstation', 'ppl', 'description')),
1601  ( 552, 'ADMIN_FLOAT_GROUPS', oils_i18n_gettext( 552,
1602     'Allows administration of floating groups', 'ppl', 'description' )),
1603  ( 553, 'UPDATE_ORG_UNIT_SETTING.circ.min_item_price', oils_i18n_gettext( 553,
1604     'UPDATE_ORG_UNIT_SETTING.circ.min_item_price', 'ppl', 'description' )),
1605  ( 554, 'UPDATE_ORG_UNIT_SETTING.circ.max_item_price', oils_i18n_gettext( 554,
1606     'UPDATE_ORG_UNIT_SETTING.circ.max_item_price', 'ppl', 'description' )),
1607  ( 555, 'group_application.user.staff.admin.system_admin', oils_i18n_gettext( 555, 
1608     'Allow a user to add/remove users to/from the "System Administrator" group', 'ppl', 'description' )),
1609  ( 556, 'group_application.user.staff.cat_admin', oils_i18n_gettext( 556, 
1610     'Allow a user to add/remove users to/from the "Cataloging Administrator" group', 'ppl', 'description' )),
1611  ( 557, 'group_application.user.staff.circ_admin', oils_i18n_gettext( 557, 
1612     'Allow a user to add/remove users to/from the "Circulation Administrator" group', 'ppl', 'description' )),
1613  ( 558, 'group_application.user.staff.data_review', oils_i18n_gettext( 558, 
1614     'Allow a user to add/remove users to/from the "Data Review" group', 'ppl', 'description' )),
1615  ( 559, 'group_application.user.staff.volunteers', oils_i18n_gettext( 559, 
1616     'Allow a user to add/remove users to/from the "Volunteers" group', 'ppl', 'description' )),
1617  (  560, 'TOTAL_HOLD_COPY_RATIO_EXCEEDED.override', oils_i18n_gettext( 560,
1618     'Override the TOTAL_HOLD_COPY_RATIO_EXCEEDED event', 'ppl', 'description')),
1619  (  561, 'AVAIL_HOLD_COPY_RATIO_EXCEEDED.override', oils_i18n_gettext( 561,
1620     'Override the AVAIL_HOLD_COPY_RATIO_EXCEEDED event', 'ppl', 'description'))
1621 ;
1622
1623 SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
1624
1625 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1626         (1, oils_i18n_gettext(1, 'Users', 'pgt', 'name'), NULL, NULL, '3 years', FALSE, 'group_application.user');
1627 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1628         (2, oils_i18n_gettext(2, 'Patrons', 'pgt', 'name'), 1, NULL, '3 years', TRUE, 'group_application.user.patron');
1629 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1630         (3, oils_i18n_gettext(3, 'Staff', 'pgt', 'name'), 1, NULL, '3 years', FALSE, 'group_application.user.staff');
1631 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1632         (4, oils_i18n_gettext(4, 'Catalogers', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.cat');
1633 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1634         (5, oils_i18n_gettext(5, 'Circulators', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.circ');
1635 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1636         (6, oils_i18n_gettext(6, 'Acquisitions', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.acq');
1637 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1638         (7, oils_i18n_gettext(7, 'Acquisitions Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.acq_admin');
1639 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1640         (8, oils_i18n_gettext(8, 'Cataloging Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.cat_admin');
1641 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1642         (9, oils_i18n_gettext(9, 'Circulation Administrator', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.circ_admin');
1643 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1644         (10, oils_i18n_gettext(10, 'Local Administrator', 'pgt', 'name'), 3, 
1645         oils_i18n_gettext(10, 'Can do anything at the Branch level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.local_admin');
1646 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1647         (11, oils_i18n_gettext(11, 'Serials', 'pgt', 'name'), 3, 
1648         oils_i18n_gettext(11, 'Serials (includes admin features)', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.serials');
1649 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1650         (12, oils_i18n_gettext(12, 'System Administrator', 'pgt', 'name'), 3, 
1651         oils_i18n_gettext(12, 'Can do anything at the System level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.system_admin');
1652 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1653         (13, oils_i18n_gettext(13, 'Global Administrator', 'pgt', 'name'), 3, 
1654         oils_i18n_gettext(13, 'Can do anything at the Consortium level', 'pgt', 'description'), '3 years', TRUE, 'group_application.user.staff.admin.global_admin');
1655 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1656         (14, oils_i18n_gettext(14, 'Data Review', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.data_review');
1657 INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
1658         (15, oils_i18n_gettext(15, 'Volunteers', 'pgt', 'name'), 3, NULL, '3 years', TRUE, 'group_application.user.staff.volunteers');
1659
1660 SELECT SETVAL('permission.grp_tree_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_tree));
1661
1662 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1663     VALUES (1,1,1,10.0);
1664 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1665     VALUES (1,1,2,10.0);
1666 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1667     VALUES (1,1,3,10.0);
1668 INSERT INTO permission.grp_penalty_threshold (grp,org_unit,penalty,threshold)
1669     VALUES (1,1,5,10.0);
1670
1671 SELECT SETVAL('permission.grp_penalty_threshold_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_penalty_threshold));
1672
1673
1674 -- Add basic user permissions to the Users group
1675
1676 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1677         SELECT
1678                 pgt.id, perm.id, aout.depth, FALSE
1679         FROM
1680                 permission.grp_tree pgt,
1681                 permission.perm_list perm,
1682                 actor.org_unit_type aout
1683         WHERE
1684                 pgt.name = 'Users' AND
1685                 aout.name = 'Consortium' AND
1686                 perm.code IN (
1687                         'COPY_CHECKIN',
1688                         'CREATE_MY_CONTAINER',
1689                         'CREATE_PURCHASE_REQUEST',
1690                         'MR_HOLDS',
1691                         'OPAC_LOGIN',
1692                         'PERSISTENT_LOGIN',
1693                         'RENEW_CIRC',
1694                         'TITLE_HOLDS',
1695                         'user_request.create'
1696                 );
1697
1698
1699 -- Add basic user permissions to the Data Review group
1700
1701 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1702         SELECT
1703                 pgt.id, perm.id, aout.depth, FALSE
1704         FROM
1705                 permission.grp_tree pgt,
1706                 permission.perm_list perm,
1707                 actor.org_unit_type aout
1708         WHERE
1709                 pgt.name = 'Data Review' AND
1710                 aout.name = 'Consortium' AND
1711                 perm.code IN (
1712                         'CREATE_COPY_TRANSIT',
1713                         'VIEW_BILLING_TYPE',
1714                         'VIEW_CIRCULATIONS',
1715                         'VIEW_COPY_NOTES',
1716                         'VIEW_HOLD',
1717                         'VIEW_ORG_SETTINGS',
1718                         'VIEW_TITLE_NOTES',
1719                         'VIEW_TRANSACTION',
1720                         'VIEW_USER',
1721                         'VIEW_USER_FINES_SUMMARY',
1722                         'VIEW_USER_TRANSACTIONS',
1723                         'VIEW_VOLUME_NOTES',
1724                         'VIEW_ZIP_DATA');
1725
1726 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1727         SELECT
1728                 pgt.id, perm.id, aout.depth, FALSE
1729         FROM
1730                 permission.grp_tree pgt,
1731                 permission.perm_list perm,
1732                 actor.org_unit_type aout
1733         WHERE
1734                 pgt.name = 'Data Review' AND
1735                 aout.name = 'System' AND
1736                 perm.code IN (
1737                         'COPY_CHECKOUT',
1738                         'COPY_HOLDS',
1739                         'CREATE_IN_HOUSE_USE',
1740                         'CREATE_TRANSACTION',
1741                         'OFFLINE_EXECUTE',
1742                         'OFFLINE_VIEW',
1743                         'STAFF_LOGIN',
1744                         'VOLUME_HOLDS');
1745
1746
1747 -- Add basic staff permissions to the Staff group
1748
1749 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1750         SELECT
1751                 pgt.id, perm.id, aout.depth, FALSE
1752         FROM
1753                 permission.grp_tree pgt,
1754                 permission.perm_list perm,
1755                 actor.org_unit_type aout
1756         WHERE
1757                 pgt.name = 'Staff' AND
1758                 aout.name = 'Consortium' AND
1759                 perm.code IN (
1760                         'CREATE_CONTAINER',
1761                         'CREATE_CONTAINER_ITEM',
1762                         'CREATE_COPY_TRANSIT',
1763                         'CREATE_HOLD_NOTIFICATION',
1764                         'CREATE_TRANSACTION',
1765                         'CREATE_TRANSIT',
1766                         'DELETE_CONTAINER',
1767                         'DELETE_CONTAINER_ITEM',
1768                         'group_application.user',
1769                         'group_application.user.patron',
1770                         'REGISTER_WORKSTATION',
1771                         'REMOTE_Z3950_QUERY',
1772                         'REQUEST_HOLDS',
1773                         'STAFF_LOGIN',
1774                         'TRANSIT_COPY',
1775                         'UPDATE_CONTAINER',
1776                         'VIEW_CONTAINER',
1777                         'VIEW_COPY_CHECKOUT_HISTORY',
1778                         'VIEW_COPY_NOTES',
1779                         'VIEW_HOLD',
1780                         'VIEW_HOLD_NOTIFICATION',
1781                         'VIEW_HOLD_PERMIT',
1782                         'VIEW_PERM_GROUPS',
1783                         'VIEW_PERMISSION',
1784                         'VIEW_TITLE_NOTES',
1785                         'VIEW_TRANSACTION',
1786                         'VIEW_USER_SETTING_TYPE',
1787                         'VIEW_VOLUME_NOTES'
1788                 );
1789
1790 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1791         SELECT
1792                 pgt.id, perm.id, aout.depth, FALSE
1793         FROM
1794                 permission.grp_tree pgt,
1795                 permission.perm_list perm,
1796                 actor.org_unit_type aout
1797         WHERE
1798                 pgt.name = 'Staff' AND
1799                 aout.name = 'System' AND
1800                 perm.code IN (
1801                         'CREATE_USER',
1802                         'UPDATE_USER',
1803                         'VIEW_BILLING_TYPE',
1804                         'VIEW_CIRCULATIONS',
1805                         'VIEW_ORG_SETTINGS',
1806                         'VIEW_PERMIT_CHECKOUT',
1807                         'VIEW_USER',
1808                         'VIEW_USER_FINES_SUMMARY',
1809                         'VIEW_USER_TRANSACTIONS');
1810
1811 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1812         SELECT
1813                 pgt.id, perm.id, aout.depth, FALSE
1814         FROM
1815                 permission.grp_tree pgt,
1816                 permission.perm_list perm,
1817                 actor.org_unit_type aout
1818         WHERE
1819                 pgt.name = 'Staff' AND
1820                 aout.name = 'Branch' AND
1821                 perm.code IN (
1822                         'CANCEL_HOLDS',
1823                         'COPY_CHECKOUT',
1824                         'COPY_HOLDS',
1825                         'COPY_TRANSIT_RECEIVE',
1826                         'CREATE_BILL',
1827                         'CREATE_IN_HOUSE_USE',
1828                         'CREATE_PAYMENT',
1829                         'RENEW_HOLD_OVERRIDE',
1830                         'UPDATE_COPY',
1831                         'UPDATE_VOLUME',
1832                         'ADMIN_TOOLBAR',
1833                         'VOLUME_HOLDS');
1834
1835
1836 -- Add basic cataloguing permissions to the Catalogers group
1837
1838 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1839         SELECT
1840                 pgt.id, perm.id, aout.depth, FALSE
1841         FROM
1842                 permission.grp_tree pgt,
1843                 permission.perm_list perm,
1844                 actor.org_unit_type aout
1845         WHERE
1846                 pgt.name = 'Catalogers' AND
1847                 aout.name = 'Consortium' AND
1848                 perm.code IN (
1849                         'ALLOW_ALT_TCN',
1850                         'CREATE_BIB_IMPORT_QUEUE',
1851                         'CREATE_IMPORT_ITEM',
1852                         'CREATE_MARC',
1853                         'CREATE_TITLE_NOTE',
1854                         'DELETE_BIB_IMPORT_QUEUE',
1855                         'DELETE_IMPORT_ITEM',
1856                         'DELETE_RECORD',
1857                         'DELETE_TITLE_NOTE',
1858                         'IMPORT_ACQ_LINEITEM_BIB_RECORD',
1859                         'IMPORT_MARC',
1860             'IMPORT_AUTHORITY_MARC',
1861                         'MERGE_AUTH_RECORDS',
1862                         'MERGE_BIB_RECORDS',
1863                         'UPDATE_AUTHORITY_IMPORT_QUEUE',
1864                         'UPDATE_AUTHORITY_RECORD_NOTE',
1865                         'UPDATE_BIB_IMPORT_QUEUE',
1866                         'UPDATE_MARC',
1867                         'UPDATE_RECORD',
1868                         'user_request.view',
1869                         'VIEW_AUTHORITY_RECORD_NOTES');
1870
1871 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1872         SELECT
1873                 pgt.id, perm.id, aout.depth, FALSE
1874         FROM
1875                 permission.grp_tree pgt,
1876                 permission.perm_list perm,
1877                 actor.org_unit_type aout
1878         WHERE
1879                 pgt.name = 'Catalogers' AND
1880                 aout.name = 'System' AND
1881                 perm.code IN (
1882                         'CREATE_COPY',
1883                         'CREATE_COPY_NOTE',
1884                         'CREATE_MFHD_RECORD',
1885                         'CREATE_VOLUME',
1886                         'CREATE_VOLUME_NOTE',
1887                         'DELETE_COPY',
1888                         'DELETE_COPY_NOTE',
1889                         'DELETE_MFHD_RECORD',
1890                         'DELETE_VOLUME',
1891                         'DELETE_VOLUME_NOTE',
1892                         'MAP_MONOGRAPH_PART',
1893                         'MARK_ITEM_AVAILABLE',
1894                         'MARK_ITEM_BINDERY',
1895                         'MARK_ITEM_CHECKED_OUT',
1896                         'MARK_ITEM_ILL',
1897                         'MARK_ITEM_IN_PROCESS',
1898                         'MARK_ITEM_IN_TRANSIT',
1899                         'MARK_ITEM_LOST',
1900                         'MARK_ITEM_MISSING',
1901                         'MARK_ITEM_ON_HOLDS_SHELF',
1902                         'MARK_ITEM_ON_ORDER',
1903                         'MARK_ITEM_RESHELVING',
1904                         'UPDATE_COPY',
1905                         'UPDATE_COPY_NOTE',
1906                         'UPDATE_IMPORT_ITEM',
1907                         'UPDATE_MFHD_RECORD',
1908                         'UPDATE_VOLUME',
1909                         'UPDATE_VOLUME_NOTE',
1910                         'VIEW_SERIAL_SUBSCRIPTION');
1911
1912
1913 -- Add advanced cataloguing permissions to the Cataloging Admin group
1914
1915 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1916         SELECT
1917                 pgt.id, perm.id, aout.depth, TRUE
1918         FROM
1919                 permission.grp_tree pgt,
1920                 permission.perm_list perm,
1921                 actor.org_unit_type aout
1922         WHERE
1923                 pgt.name = 'Cataloging Administrator' AND
1924                 aout.name = 'Consortium' AND
1925                 perm.code IN (
1926                         'ADMIN_IMPORT_ITEM_ATTR_DEF',
1927                         'ADMIN_MERGE_PROFILE',
1928                         'CREATE_AUTHORITY_IMPORT_IMPORT_DEF',
1929                         'CREATE_BIB_IMPORT_FIELD_DEF',
1930                         'CREATE_BIB_PTYPE',
1931                         'CREATE_BIB_SOURCE',
1932                         'CREATE_IMPORT_ITEM_ATTR_DEF',
1933                         'CREATE_IMPORT_TRASH_FIELD',
1934                         'CREATE_MERGE_PROFILE',
1935                         'CREATE_MONOGRAPH_PART',
1936                         'CREATE_VOLUME_PREFIX',
1937                         'CREATE_VOLUME_SUFFIX',
1938                         'DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF',
1939                         'DELETE_BIB_PTYPE',
1940                         'DELETE_BIB_SOURCE',
1941                         'DELETE_IMPORT_ITEM_ATTR_DEF',
1942                         'DELETE_IMPORT_TRASH_FIELD',
1943                         'DELETE_MERGE_PROFILE',
1944                         'DELETE_MONOGRAPH_PART',
1945                         'DELETE_VOLUME_PREFIX',
1946                         'DELETE_VOLUME_SUFFIX',
1947                         'MAP_MONOGRAPH_PART',
1948                         'UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF',
1949                         'UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF',
1950                         'UPDATE_BIB_PTYPE',
1951                         'UPDATE_IMPORT_ITEM_ATTR_DEF',
1952                         'UPDATE_IMPORT_TRASH_FIELD',
1953                         'UPDATE_MERGE_PROFILE',
1954                         'UPDATE_MONOGRAPH_PART',
1955                         'UPDATE_VOLUME_PREFIX',
1956                         'UPDATE_VOLUME_SUFFIX'
1957                 );
1958
1959 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1960         SELECT
1961                 pgt.id, perm.id, aout.depth, TRUE
1962         FROM
1963                 permission.grp_tree pgt,
1964                 permission.perm_list perm,
1965                 actor.org_unit_type aout
1966         WHERE
1967                 pgt.name = 'Cataloging Administrator' AND
1968                 aout.name = 'System' AND
1969                 perm.code IN (
1970                         'CREATE_COPY_STAT_CAT',
1971                         'CREATE_COPY_STAT_CAT_ENTRY',
1972                         'CREATE_COPY_STAT_CAT_ENTRY_MAP',
1973                         'RUN_REPORTS',
1974                         'CREATE_REPORT_TEMPLATE',
1975                         'SHARE_REPORT_FOLDER',
1976                         'UPDATE_COPY_LOCATION',
1977                         'UPDATE_COPY_STAT_CAT',
1978                         'UPDATE_COPY_STAT_CAT_ENTRY',
1979                         'VIEW_REPORT_OUTPUT');
1980
1981
1982 -- Add basic circulation permissions to the Circulators group
1983
1984 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
1985         SELECT
1986                 pgt.id, perm.id, aout.depth, FALSE
1987         FROM
1988                 permission.grp_tree pgt,
1989                 permission.perm_list perm,
1990                 actor.org_unit_type aout
1991         WHERE
1992                 pgt.name = 'Circulators' AND
1993                 aout.name = 'Branch' AND
1994                 perm.code IN (
1995                         'ADMIN_BOOKING_RESERVATION',
1996                         'ADMIN_BOOKING_RESOURCE',
1997                         'ADMIN_BOOKING_RESOURCE_ATTR',
1998                         'ADMIN_BOOKING_RESOURCE_ATTR_MAP',
1999                         'ADMIN_BOOKING_RESOURCE_ATTR_VALUE',
2000                         'ADMIN_BOOKING_RESOURCE_TYPE',
2001                         'ASSIGN_GROUP_PERM',
2002                         'MARK_ITEM_AVAILABLE',
2003                         'MARK_ITEM_BINDERY',
2004                         'MARK_ITEM_CHECKED_OUT',
2005                         'MARK_ITEM_ILL',
2006                         'MARK_ITEM_IN_PROCESS',
2007                         'MARK_ITEM_IN_TRANSIT',
2008                         'MARK_ITEM_LOST',
2009                         'MARK_ITEM_MISSING',
2010                         'MARK_ITEM_MISSING_PIECES',
2011                         'MARK_ITEM_ON_HOLDS_SHELF',
2012                         'MARK_ITEM_ON_ORDER',
2013                         'MARK_ITEM_RESHELVING',
2014                         'OFFLINE_UPLOAD',
2015                         'OFFLINE_VIEW',
2016                         'REMOVE_USER_GROUP_LINK',
2017                         'SET_CIRC_CLAIMS_RETURNED',
2018                         'SET_CIRC_CLAIMS_RETURNED.override',
2019                         'SET_CIRC_LOST',
2020                         'SET_CIRC_MISSING',
2021                         'UPDATE_BILL_NOTE',
2022                         'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT',
2023                         'UPDATE_PATRON_CLAIM_RETURN_COUNT',
2024                         'UPDATE_PAYMENT_NOTE',
2025                         'UPDATE_PICKUP_LIB FROM_TRANSIT',
2026                         'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF',
2027                         'VIEW_GROUP_PENALTY_THRESHOLD',
2028                         'VIEW_STANDING_PENALTY',
2029                         'VOID_BILLING',
2030                         'VOLUME_HOLDS');
2031
2032 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2033         SELECT
2034                 pgt.id, perm.id, aout.depth, FALSE
2035         FROM
2036                 permission.grp_tree pgt,
2037                 permission.perm_list perm,
2038                 actor.org_unit_type aout
2039         WHERE
2040                 pgt.name = 'Circulators' AND
2041                 aout.name = 'System' AND
2042                 perm.code IN (
2043                         'ABORT_REMOTE_TRANSIT',
2044                         'ABORT_TRANSIT',
2045                         'CAPTURE_RESERVATION',
2046                         'CIRC_CLAIMS_RETURNED.override',
2047                         'CIRC_EXCEEDS_COPY_RANGE.override',
2048                         'CIRC_OVERRIDE_DUE_DATE',
2049                         'CIRC_PERMIT_OVERRIDE',
2050                         'COPY_ALERT_MESSAGE.override',
2051                         'COPY_BAD_STATUS.override',
2052                         'COPY_CIRC_NOT_ALLOWED.override',
2053                         'COPY_IS_REFERENCE.override',
2054                         'COPY_NEEDED_FOR_HOLD.override',
2055                         'COPY_NOT_AVAILABLE.override',
2056                         'COPY_STATUS_LOST.override',
2057                         'COPY_STATUS_MISSING.override',
2058                         'CREATE_DUPLICATE_HOLDS',
2059                         'CREATE_USER_GROUP_LINK',
2060                         'DELETE_TRANSIT',
2061                         'HOLD_EXISTS.override',
2062                         'HOLD_ITEM_CHECKED_OUT.override',
2063                         'ISSUANCE_HOLDS',
2064                         'ITEM_AGE_PROTECTED.override',
2065                         'ITEM_ON_HOLDS_SHELF.override',
2066                         'MAX_RENEWALS_REACHED.override',
2067                         'OVERRIDE_HOLD_HAS_LOCAL_COPY',
2068                         'PATRON_EXCEEDS_CHECKOUT_COUNT.override',
2069                         'PATRON_EXCEEDS_FINES.override',
2070                         'PATRON_EXCEEDS_OVERDUE_COUNT.override',
2071                         'RETRIEVE_RESERVATION_PULL_LIST',
2072                         'UPDATE_HOLD');
2073
2074
2075 -- Add advanced circulation permissions to the Circulation Admin group
2076
2077 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2078         SELECT
2079                 pgt.id, perm.id, aout.depth, TRUE
2080         FROM
2081                 permission.grp_tree pgt,
2082                 permission.perm_list perm,
2083                 actor.org_unit_type aout
2084         WHERE
2085                 pgt.name = 'Circulation Administrator' AND
2086                 aout.name = 'Branch' AND
2087                 perm.code IN (
2088                         'DELETE_USER');
2089
2090 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2091         SELECT
2092                 pgt.id, perm.id, aout.depth, TRUE
2093         FROM
2094                 permission.grp_tree pgt,
2095                 permission.perm_list perm,
2096                 actor.org_unit_type aout
2097         WHERE
2098                 pgt.name = 'Circulation Administrator' AND
2099                 aout.name = 'Consortium' AND
2100                 perm.code IN (
2101                         'ADMIN_MAX_FINE_RULE',
2102                         'CREATE_CIRC_DURATION',
2103                         'DELETE_CIRC_DURATION',
2104                         'MARK_ITEM_MISSING_PIECES',
2105                         'UPDATE_CIRC_DURATION',
2106                         'UPDATE_HOLD_REQUEST_TIME',
2107                         'UPDATE_NET_ACCESS_LEVEL',
2108                         'VIEW_CIRC_MATRIX_MATCHPOINT',
2109             'ABORT_TRANSIT_ON_LOST', 
2110             'ABORT_TRANSIT_ON_MISSING',
2111             'UPDATE_PATRON_COLLECTIONS_EXEMPT',
2112                         'VIEW_HOLD_MATRIX_MATCHPOINT');
2113
2114 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2115         SELECT
2116                 pgt.id, perm.id, aout.depth, TRUE
2117         FROM
2118                 permission.grp_tree pgt,
2119                 permission.perm_list perm,
2120                 actor.org_unit_type aout
2121         WHERE
2122                 pgt.name = 'Circulation Administrator' AND
2123                 aout.name = 'System' AND
2124                 perm.code IN (
2125                         'ADMIN_BOOKING_RESERVATION',
2126                         'ADMIN_BOOKING_RESERVATION_ATTR_MAP',
2127                         'ADMIN_BOOKING_RESERVATION_ATTR_VALUE_MAP',
2128                         'ADMIN_BOOKING_RESOURCE',
2129                         'ADMIN_BOOKING_RESOURCE_ATTR',
2130                         'ADMIN_BOOKING_RESOURCE_ATTR_MAP',
2131                         'ADMIN_BOOKING_RESOURCE_ATTR_VALUE',
2132                         'ADMIN_BOOKING_RESOURCE_TYPE',
2133                         'ADMIN_COPY_LOCATION_ORDER',
2134                         'ADMIN_HOLD_CANCEL_CAUSE',
2135                         'ASSIGN_GROUP_PERM',
2136                         'BAR_PATRON',
2137                         'COPY_HOLDS',
2138                         'COPY_TRANSIT_RECEIVE',
2139                         'CREATE_BILL',
2140                         'CREATE_BILLING_TYPE',
2141                         'CREATE_NON_CAT_TYPE',
2142                         'CREATE_PATRON_STAT_CAT',
2143                         'CREATE_PATRON_STAT_CAT_ENTRY',
2144                         'CREATE_PATRON_STAT_CAT_ENTRY_DEFAULT',
2145                         'CREATE_PATRON_STAT_CAT_ENTRY_MAP',
2146                         'CREATE_USER_GROUP_LINK',
2147                         'DELETE_BILLING_TYPE',
2148                         'DELETE_NON_CAT_TYPE',
2149                         'DELETE_PATRON_STAT_CAT',
2150                         'DELETE_PATRON_STAT_CAT_ENTRY',
2151                         'DELETE_PATRON_STAT_CAT_ENTRY_DEFAULT',
2152                         'DELETE_PATRON_STAT_CAT_ENTRY_MAP',
2153                         'DELETE_TRANSIT',
2154                         'group_application.user.staff',
2155                         'MANAGE_BAD_DEBT',
2156                         'MARK_ITEM_AVAILABLE',
2157                         'MARK_ITEM_BINDERY',
2158                         'MARK_ITEM_CHECKED_OUT',
2159                         'MARK_ITEM_ILL',
2160                         'MARK_ITEM_IN_PROCESS',
2161                         'MARK_ITEM_IN_TRANSIT',
2162                         'MARK_ITEM_LOST',
2163                         'MARK_ITEM_MISSING',
2164                         'MARK_ITEM_ON_HOLDS_SHELF',
2165                         'MARK_ITEM_ON_ORDER',
2166                         'MARK_ITEM_RESHELVING',
2167                         'MERGE_USERS',
2168                         'money.collections_tracker.create',
2169                         'money.collections_tracker.delete',
2170                         'OFFLINE_EXECUTE',
2171                         'OFFLINE_UPLOAD',
2172                         'OFFLINE_VIEW',
2173                         'REMOVE_USER_GROUP_LINK',
2174                         'SET_CIRC_CLAIMS_RETURNED',
2175                         'SET_CIRC_CLAIMS_RETURNED.override',
2176                         'SET_CIRC_LOST',
2177                         'SET_CIRC_MISSING',
2178                         'UNBAR_PATRON',
2179                         'UPDATE_BILL_NOTE',
2180                         'UPDATE_NON_CAT_TYPE',
2181                         'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT',
2182                         'UPDATE_PATRON_CLAIM_RETURN_COUNT',
2183                         'UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF',
2184                         'UPDATE_PICKUP_LIB_FROM_TRANSIT',
2185                         'UPDATE_USER',
2186                         'VIEW_REPORT_OUTPUT',
2187                         'VIEW_STANDING_PENALTY',
2188                         'VOID_BILLING',
2189             'TRANSIT_CHECKIN_INTERVAL_BLOCK.override',
2190                         'VOLUME_HOLDS');
2191
2192
2193 -- Add basic sys admin permissions to the Local Administrator group
2194
2195 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2196         SELECT
2197                 pgt.id, perm.id, aout.depth, TRUE
2198         FROM
2199                 permission.grp_tree pgt,
2200                 permission.perm_list perm,
2201                 actor.org_unit_type aout
2202         WHERE
2203                 pgt.name = 'Local Administrator' AND
2204                 aout.name = 'Branch' AND
2205                 perm.code IN (
2206                         'EVERYTHING');
2207
2208
2209 -- Add administration permissions to the System Administrator group
2210
2211 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2212         SELECT
2213                 pgt.id, perm.id, aout.depth, TRUE
2214         FROM
2215                 permission.grp_tree pgt,
2216                 permission.perm_list perm,
2217                 actor.org_unit_type aout
2218         WHERE
2219                 pgt.name = 'System Administrator' AND
2220                 aout.name = 'System' AND
2221                 perm.code IN (
2222                         'EVERYTHING');
2223
2224 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2225         SELECT
2226                 pgt.id, perm.id, aout.depth, FALSE
2227         FROM
2228                 permission.grp_tree pgt,
2229                 permission.perm_list perm,
2230                 actor.org_unit_type aout
2231         WHERE
2232                 pgt.name = 'System Administrator' AND
2233                 aout.name = 'Consortium' AND
2234                 perm.code ~ '^VIEW_TRIGGER';
2235
2236
2237 -- Add administration permissions to the Global Administrator group
2238
2239 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2240         SELECT
2241                 pgt.id, perm.id, aout.depth, TRUE
2242         FROM
2243                 permission.grp_tree pgt,
2244                 permission.perm_list perm,
2245                 actor.org_unit_type aout
2246         WHERE
2247                 pgt.name = 'Global Administrator' AND
2248                 aout.name = 'Consortium' AND
2249                 perm.code IN (
2250                         'EVERYTHING');
2251
2252
2253 -- Add basic acquisitions permissions to the Acquisitions group
2254
2255 SELECT SETVAL('permission.grp_perm_map_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_perm_map));
2256
2257 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2258         SELECT
2259                 pgt.id, perm.id, aout.depth, FALSE
2260         FROM
2261                 permission.grp_tree pgt,
2262                 permission.perm_list perm,
2263                 actor.org_unit_type aout
2264         WHERE
2265                 pgt.name = 'Acquisitions' AND
2266                 aout.name = 'Consortium' AND
2267                 perm.code IN (
2268                         'ALLOW_ALT_TCN',
2269                         'CREATE_BIB_IMPORT_QUEUE',
2270                         'CREATE_IMPORT_ITEM',
2271                         'CREATE_INVOICE',
2272                         'CREATE_MARC',
2273                         'CREATE_PICKLIST',
2274                         'CREATE_PURCHASE_ORDER',
2275                         'DELETE_BIB_IMPORT_QUEUE',
2276                         'DELETE_IMPORT_ITEM',
2277                         'DELETE_RECORD',
2278                         'DELETE_VOLUME',
2279                         'DELETE_VOLUME_NOTE',
2280                         'GENERAL_ACQ',
2281                         'IMPORT_ACQ_LINEITEM_BIB_RECORD',
2282                         'IMPORT_MARC',
2283                         'MANAGE_CLAIM',
2284                         'MANAGE_FUND',
2285                         'MANAGE_FUNDING_SOURCE',
2286                         'MANAGE_PROVIDER',
2287                         'MARK_ITEM_AVAILABLE',
2288                         'MARK_ITEM_BINDERY',
2289                         'MARK_ITEM_CHECKED_OUT',
2290                         'MARK_ITEM_ILL',
2291                         'MARK_ITEM_IN_PROCESS',
2292                         'MARK_ITEM_IN_TRANSIT',
2293                         'MARK_ITEM_LOST',
2294                         'MARK_ITEM_MISSING',
2295                         'MARK_ITEM_ON_HOLDS_SHELF',
2296                         'MARK_ITEM_ON_ORDER',
2297                         'MARK_ITEM_RESHELVING',
2298                         'RECEIVE_PURCHASE_ORDER',
2299                         'UPDATE_BATCH_COPY',
2300                         'UPDATE_BIB_IMPORT_QUEUE',
2301                         'UPDATE_COPY',
2302                         'UPDATE_FUND',
2303                         'UPDATE_FUND_ALLOCATION',
2304                         'UPDATE_FUNDING_SOURCE',
2305                         'UPDATE_IMPORT_ITEM',
2306                         'UPDATE_MARC',
2307                         'UPDATE_PICKLIST',
2308                         'UPDATE_RECORD',
2309                         'UPDATE_VOLUME',
2310                         'user_request.delete',
2311                         'user_request.update',
2312                         'user_request.view',
2313                         'VIEW_ACQ_FUND_ALLOCATION_PERCENT',
2314                         'VIEW_ACQ_FUNDING_SOURCE',
2315                         'VIEW_FUND',
2316                         'VIEW_FUND_ALLOCATION',
2317                         'VIEW_FUNDING_SOURCE',
2318                         'VIEW_HOLDS',
2319                         'VIEW_INVOICE',
2320                         'VIEW_ORG_SETTINGS',
2321                         'VIEW_PICKLIST',
2322                         'VIEW_PROVIDER',
2323                         'VIEW_PURCHASE_ORDER',
2324                         'VIEW_REPORT_OUTPUT');
2325
2326
2327 -- Add acquisitions administration permissions to the Acquisitions Admin group
2328
2329 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2330         SELECT
2331                 pgt.id, perm.id, aout.depth, TRUE
2332         FROM
2333                 permission.grp_tree pgt,
2334                 permission.perm_list perm,
2335                 actor.org_unit_type aout
2336         WHERE
2337                 pgt.name = 'Acquisitions Administrator' AND
2338                 aout.name = 'Consortium' AND
2339                 perm.code IN (
2340                         'ACQ_INVOICE_REOPEN',
2341                         'ACQ_XFER_MANUAL_DFUND_AMOUNT',
2342                         'ADMIN_ACQ_CANCEL_CAUSE',
2343                         'ADMIN_ACQ_CLAIM',
2344                         'ADMIN_ACQ_CLAIM_EVENT_TYPE',
2345                         'ADMIN_ACQ_CLAIM_TYPE',
2346                         'ADMIN_ACQ_DISTRIB_FORMULA',
2347                         'ADMIN_ACQ_FISCAL_YEAR',
2348                         'ADMIN_ACQ_FUND',
2349                         'ADMIN_ACQ_FUND_ALLOCATION_PERCENT',
2350                         'ADMIN_ACQ_FUND_TAG',
2351                         'ADMIN_ACQ_LINE_ITEM_ALERT_TEXT',
2352                         'ADMIN_CLAIM_POLICY',
2353                         'ADMIN_CURRENCY_TYPE',
2354                         'ADMIN_FUND',
2355                         'ADMIN_FUNDING_SOURCE',
2356                         'ADMIN_INVOICE',
2357                         'ADMIN_INVOICE_METHOD',
2358                         'ADMIN_INVOICE_PAYMENT_METHOD',
2359                         'ADMIN_LINEITEM_MARC_ATTR_DEF',
2360                         'ADMIN_PROVIDER',
2361                         'ADMIN_USER_REQUEST_TYPE',
2362                         'CREATE_ACQ_FUNDING_SOURCE',
2363                         'CREATE_FUND',
2364                         'CREATE_FUND_ALLOCATION',
2365                         'CREATE_FUNDING_SOURCE',
2366                         'CREATE_INVOICE_ITEM_TYPE',
2367                         'CREATE_INVOICE_METHOD',
2368                         'CREATE_PROVIDER',
2369                         'DELETE_ACQ_FUNDING_SOURCE',
2370                         'DELETE_FUND',
2371                         'DELETE_FUND_ALLOCATION',
2372                         'DELETE_FUNDING_SOURCE',
2373                         'DELETE_INVOICE_ITEM_TYPE',
2374                         'DELETE_INVOICE_METHOD',
2375                         'DELETE_PROVIDER',
2376                         'RUN_REPORTS',
2377                         'CREATE_REPORT_TEMPLATE',
2378                         'SHARE_REPORT_FOLDER',
2379                         'UPDATE_ACQ_FUNDING_SOURCE',
2380                         'UPDATE_INVOICE_ITEM_TYPE',
2381                         'UPDATE_INVOICE_METHOD',
2382                         'UPDATE_PICKLIST'
2383                 );
2384
2385 -- Add serials permissions to the Serials group
2386
2387 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2388         SELECT
2389                 pgt.id, perm.id, aout.depth, FALSE
2390         FROM
2391                 permission.grp_tree pgt,
2392                 permission.perm_list perm,
2393                 actor.org_unit_type aout
2394         WHERE
2395                 pgt.name = 'Serials' AND
2396                 aout.name = 'System' AND
2397                 perm.code IN (
2398                         'ADMIN_ASSET_COPY_TEMPLATE',
2399                         'ADMIN_SERIAL_CAPTION_PATTERN',
2400                         'ADMIN_SERIAL_DISTRIBUTION',
2401                         'ADMIN_SERIAL_ITEM',
2402                         'ADMIN_SERIAL_STREAM',
2403                         'ADMIN_SERIAL_SUBSCRIPTION',
2404                         'ISSUANCE_HOLDS',
2405                         'RECEIVE_SERIAL');
2406
2407
2408 -- Add basic staff permissions to the Volunteers group
2409
2410 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2411         SELECT
2412                 pgt.id, perm.id, aout.depth, FALSE
2413         FROM
2414                 permission.grp_tree pgt,
2415                 permission.perm_list perm,
2416                 actor.org_unit_type aout
2417         WHERE
2418                 pgt.name = 'Volunteers' AND
2419                 aout.name = 'Branch' AND
2420                 perm.code IN (
2421                         'COPY_CHECKOUT',
2422                         'CREATE_BILL',
2423                         'CREATE_IN_HOUSE_USE',
2424                         'CREATE_PAYMENT',
2425                         'VIEW_BILLING_TYPE',
2426                         'VIEW_CIRCS',
2427                         'VIEW_COPY_CHECKOUT',
2428                         'VIEW_HOLD',
2429                         'VIEW_TITLE_HOLDS',
2430                         'VIEW_TRANSACTION',
2431                         'VIEW_USER',
2432                         'VIEW_USER_FINES_SUMMARY',
2433                         'VIEW_USER_TRANSACTIONS');
2434
2435 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
2436         SELECT
2437                 pgt.id, perm.id, aout.depth, FALSE
2438         FROM
2439                 permission.grp_tree pgt,
2440                 permission.perm_list perm,
2441                 actor.org_unit_type aout
2442         WHERE
2443                 pgt.name = 'Volunteers' AND
2444                 aout.name = 'Consortium' AND
2445                 perm.code IN (
2446                         'CREATE_COPY_TRANSIT',
2447                         'CREATE_TRANSACTION',
2448                         'CREATE_TRANSIT',
2449                         'STAFF_LOGIN',
2450                         'TRANSIT_COPY',
2451                         'VIEW_ORG_SETTINGS');
2452
2453
2454 -- Admin user account
2455 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 );
2456
2457 -- Admin user barcode
2458 INSERT INTO actor.card (usr, barcode) VALUES (1,md5(random()::text));
2459 UPDATE actor.usr SET card = (SELECT currval('actor.card_id_seq')) WHERE id = 1;
2460
2461 -- Admin user permissions
2462 INSERT INTO permission.usr_perm_map (usr,perm,depth) VALUES (1,-1,0);
2463
2464 -- Set a work_ou for the Administrator user
2465 INSERT INTO permission.usr_work_ou_map (usr, work_ou) VALUES (1, 1);
2466
2467 --010.schema.biblio.sql:
2468 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');
2469
2470 --040.schema.asset.sql:
2471 INSERT INTO asset.copy_location (id, name,owning_lib) VALUES (1, oils_i18n_gettext(1, 'Stacks', 'acpl', 'name'),1);
2472 SELECT SETVAL('asset.copy_location_id_seq'::TEXT, 100);
2473
2474 INSERT INTO asset.call_number_suffix (id, owning_lib, label) VALUES (-1, 1, '');
2475 INSERT INTO asset.call_number_prefix (id, owning_lib, label) VALUES (-1, 1, '');
2476 INSERT INTO asset.call_number VALUES (-1,1,NOW(),1,NOW(),-1,1,'UNCATALOGED');
2477
2478 --090.schema.action.sql
2479 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (1, oils_i18n_gettext(1, 'Untargeted expiration', 'ahrcc', 'label'));
2480 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (2, oils_i18n_gettext(2, 'Hold Shelf expiration', 'ahrcc', 'label'));
2481 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (3, oils_i18n_gettext(3, 'Patron via phone', 'ahrcc', 'label'));
2482 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (4, oils_i18n_gettext(4, 'Patron in person', 'ahrcc', 'label'));
2483 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (5, oils_i18n_gettext(5, 'Staff forced', 'ahrcc', 'label'));
2484 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (6, oils_i18n_gettext(6, 'Patron via OPAC', 'ahrcc', 'label'));
2485 INSERT INTO action.hold_request_cancel_cause (id,label) VALUES (7, oils_i18n_gettext(7, 'Patron via SIP', 'ahrcc', 'label'));
2486 SELECT SETVAL('action.hold_request_cancel_cause_id_seq', 100);
2487
2488
2489 -- circ matrix
2490 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);
2491
2492 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 
2493     ('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),
2494     ('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),
2495     ('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),
2496     ('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);
2497
2498 -- hold matrix - 110.hold_matrix.sql:
2499 INSERT INTO config.hold_matrix_matchpoint (requestor_grp) VALUES (1);
2500
2501 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
2502     ('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),
2503     ('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),
2504     ('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),
2505     ('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);
2506
2507 -- dynamic weight associations
2508 INSERT INTO config.weight_assoc(active, org_unit, circ_weights, hold_weights) VALUES
2509     (true, 1, 1, 1);
2510
2511 -- User setting types
2512 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2513     VALUES ('opac.default_font', TRUE,
2514     oils_i18n_gettext('opac.default_font', 'OPAC Font Size', 'cust', 'label'),
2515     oils_i18n_gettext('opac.default_font', 'OPAC Font Size', 'cust', 'description'),
2516     'string');
2517
2518 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2519     VALUES ('opac.default_search_depth', TRUE,
2520     oils_i18n_gettext('opac.default_search_depth', 'OPAC Search Depth', 'cust', 'label'),
2521     oils_i18n_gettext('opac.default_search_depth', 'OPAC Search Depth', 'cust', 'description'),
2522     'integer');
2523
2524 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2525     VALUES ('opac.default_search_location', TRUE,
2526     oils_i18n_gettext('opac.default_search_location', 'OPAC Search Location', 'cust', 'label'),
2527     oils_i18n_gettext('opac.default_search_location', 'OPAC Search Location', 'cust', 'description'),
2528     'integer');
2529
2530 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2531     VALUES ('opac.hits_per_page', TRUE,
2532     oils_i18n_gettext('opac.hits_per_page', 'Hits per Page', 'cust', 'label'),
2533     oils_i18n_gettext('opac.hits_per_page', 'Hits per Page', 'cust', 'description'),
2534     'string');
2535
2536 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2537     VALUES ('opac.hold_notify', TRUE,
2538     oils_i18n_gettext('opac.hold_notify', 'Hold Notification Format', 'cust', 'label'),
2539     oils_i18n_gettext('opac.hold_notify', 'Hold Notification Format', 'cust', 'description'),
2540     'string');
2541
2542 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2543     VALUES ('staff_client.catalog.record_view.default', TRUE,
2544     oils_i18n_gettext('staff_client.catalog.record_view.default', 'Default Record View', 'cust', 'label'),
2545     oils_i18n_gettext('staff_client.catalog.record_view.default', 'Default Record View', 'cust', 'description'),
2546     'string');
2547
2548 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2549     VALUES ('staff_client.copy_editor.templates', TRUE,
2550     oils_i18n_gettext('staff_client.copy_editor.templates', 'Copy Editor Template', 'cust', 'label'),
2551     oils_i18n_gettext('staff_client.copy_editor.templates', 'Copy Editor Template', 'cust', 'description'),
2552     'object');
2553
2554 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2555     VALUES ('circ.holds_behind_desk', FALSE,
2556     oils_i18n_gettext('circ.holds_behind_desk', 'Hold is behind Circ Desk', 'cust', 'label'),
2557     oils_i18n_gettext('circ.holds_behind_desk', 'Hold is behind Circ Desk', 'cust', 'description'),
2558     'bool');
2559
2560 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2561     VALUES ('opac.default_pickup_location', TRUE,
2562     oils_i18n_gettext('opac.default_pickup_location', 'Default Hold Pickup Location', 'cust', 'label'),
2563     oils_i18n_gettext('opac.default_pickup_location', 'Default location for holds pickup', 'cust', 'description'),
2564     'integer');
2565
2566 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2567     VALUES (
2568         'opac.lists_per_page',
2569         TRUE,
2570         oils_i18n_gettext(
2571             'opac.lists_per_page',
2572             'Lists per Page',
2573             'cust',
2574             'label'
2575         ),
2576         oils_i18n_gettext(
2577             'opac.lists_per_page',
2578             'A number designating the amount of lists displayed per page.',
2579             'cust',
2580             'description'
2581         ),
2582         'string'
2583     );
2584
2585 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
2586     VALUES (
2587         'opac.list_items_per_page',
2588         TRUE,
2589         oils_i18n_gettext(
2590             'opac.list_items_per_page',
2591             'List Items per Page',
2592             'cust',
2593             'label'
2594         ),
2595         oils_i18n_gettext(
2596             'opac.list_items_per_page',
2597             'A number designating the amount of list items displayed per page of a selected list.',
2598             'cust',
2599             'description'
2600         ),
2601         'string'
2602     );
2603
2604 -- Add groups for org_unit settings
2605 INSERT INTO config.settings_group (name, label) VALUES
2606 ('acq', oils_i18n_gettext('config.settings_group.system', 'Acquisitions', 'coust', 'label')),
2607 ('sys', oils_i18n_gettext('config.settings_group.system', 'System', 'coust', 'label')),
2608 ('gui', oils_i18n_gettext('config.settings_group.gui', 'GUI', 'coust', 'label')),
2609 ('lib', oils_i18n_gettext('config.settings_group.lib', 'Library', 'coust', 'label')),
2610 ('sec', oils_i18n_gettext('config.settings_group.sec', 'Security', 'coust', 'label')),
2611 ('cat', oils_i18n_gettext('config.settings_group.cat', 'Cataloging', 'coust', 'label')),
2612 ('holds', oils_i18n_gettext('config.settings_group.holds', 'Holds', 'coust', 'label')),
2613 ('circ', oils_i18n_gettext('config.settings_group.circulation', 'Circulation', 'coust', 'label')),
2614 ('self', oils_i18n_gettext('config.settings_group.self', 'Self Check', 'coust', 'label')),
2615 ('opac', oils_i18n_gettext('config.settings_group.opac', 'OPAC', 'coust', 'label')),
2616 ('prog', oils_i18n_gettext('config.settings_group.program', 'Program', 'coust', 'label')),
2617 ('glob', oils_i18n_gettext('config.settings_group.global', 'Global', 'coust', 'label')),
2618 ('finance', oils_i18n_gettext('config.settings_group.finances', 'Finances', 'coust', 'label')),
2619 ('credit', oils_i18n_gettext('config.settings_group.ccp', 'Credit Card Processing', 'coust', 'label')),
2620 ('serial', oils_i18n_gettext('config.settings_group.serial', 'Serials', 'coust', 'label')),
2621 ('recall', oils_i18n_gettext('config.settings_group.recall', 'Recalls', 'coust', 'label')),
2622 ('booking', oils_i18n_gettext('config.settings_group.booking', 'Booking', 'coust', 'label')),
2623 ('offline', oils_i18n_gettext('config.settings_group.offline', 'Offline', 'coust', 'label')),
2624 ('receipt_template', oils_i18n_gettext('config.settings_group.receipt_template', 'Receipt Template', 'coust', 'label')),
2625 ('sms', oils_i18n_gettext('sms','SMS Text Messages','csg','label')),
2626 ('vandelay', oils_i18n_gettext('vandelay','Vandelay','coust','label'))
2627 ;
2628
2629
2630 INSERT INTO acq.user_request_type (id,label) VALUES (1, oils_i18n_gettext('1', 'Books', 'aurt', 'label'));
2631 INSERT INTO acq.user_request_type (id,label) VALUES (2, oils_i18n_gettext('2', 'Journal/Magazine & Newspaper Articles', 'aurt', 'label'));
2632 INSERT INTO acq.user_request_type (id,label) VALUES (3, oils_i18n_gettext('3', 'Audiobooks', 'aurt', 'label'));
2633 INSERT INTO acq.user_request_type (id,label) VALUES (4, oils_i18n_gettext('4', 'Music', 'aurt', 'label'));
2634 INSERT INTO acq.user_request_type (id,label) VALUES (5, oils_i18n_gettext('5', 'DVDs', 'aurt', 'label'));
2635
2636 SELECT SETVAL('acq.user_request_type_id_seq'::TEXT, 6);
2637
2638
2639 -- org_unit setting types
2640 INSERT into config.org_unit_setting_type
2641 ( name, grp, label, description, datatype, fm_class ) VALUES
2642
2643 ( 'acq.copy_creator_uses_receiver', 'acq',
2644     oils_i18n_gettext('acq.copy_creator_uses_receiver',
2645         'Set copy creator as receiver',
2646         'coust', 'label'),
2647     oils_i18n_gettext('acq.copy_creator_uses_receiver',
2648         'When receiving a copy in acquisitions, set the copy "creator" to be the staff that received the copy',
2649         'coust', 'description'),
2650     'bool', null)
2651
2652 ,( 'acq.default_circ_modifier', 'acq',
2653     oils_i18n_gettext('acq.default_circ_modifier',
2654         'Default circulation modifier',
2655         'coust', 'label'),
2656     oils_i18n_gettext('acq.default_circ_modifier',
2657         'Default circulation modifier',
2658         'coust', 'description'),
2659     'string', null)
2660
2661 ,( 'acq.default_copy_location', 'acq',
2662     oils_i18n_gettext('acq.default_copy_location',
2663         'Default copy location',
2664         'coust', 'label'),
2665     oils_i18n_gettext('acq.default_copy_location',
2666         'Default copy location',
2667         'coust', 'description'),
2668     'link', 'acpl')
2669
2670 ,( 'acq.fund.balance_limit.block', 'acq',
2671     oils_i18n_gettext('acq.fund.balance_limit.block',
2672         'Fund Spending Limit for Block',
2673         'coust', 'label'),
2674     oils_i18n_gettext('acq.fund.balance_limit.block',
2675         '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.',
2676         'coust', 'description'),
2677     'integer', null)
2678
2679 ,( 'acq.fund.balance_limit.warn', 'acq',
2680     oils_i18n_gettext('acq.fund.balance_limit.warn',
2681         'Fund Spending Limit for Warning',
2682         'coust', 'label'),
2683     oils_i18n_gettext('acq.fund.balance_limit.warn',
2684         '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.',
2685         'coust', 'description'),
2686     'integer', null)
2687
2688 ,( 'acq.holds.allow_holds_from_purchase_request', 'acq',
2689     oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
2690         'Allows patrons to create automatic holds from purchase requests.',
2691         'coust', 'label'),
2692     oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
2693         'Allows patrons to create automatic holds from purchase requests.',
2694         'coust', 'description'),
2695     'bool', null)
2696
2697 ,( 'acq.tmp_barcode_prefix', 'acq',
2698     oils_i18n_gettext('acq.tmp_barcode_prefix',
2699         'Temporary barcode prefix',
2700         'coust', 'label'),
2701     oils_i18n_gettext('acq.tmp_barcode_prefix',
2702         'Temporary barcode prefix',
2703         'coust', 'description'),
2704     'string', null)
2705
2706 ,( 'acq.tmp_callnumber_prefix', 'acq',
2707     oils_i18n_gettext('acq.tmp_callnumber_prefix',
2708         'Temporary call number prefix',
2709         'coust', 'label'),
2710     oils_i18n_gettext('acq.tmp_callnumber_prefix',
2711         'Temporary call number prefix',
2712         'coust', 'description'),
2713     'string', null)
2714
2715 ,( 'auth.opac_timeout', 'sec',
2716     oils_i18n_gettext('auth.opac_timeout',
2717         'OPAC Inactivity Timeout (in seconds)',
2718         'coust', 'label'),
2719     oils_i18n_gettext('auth.opac_timeout',
2720         'OPAC Inactivity Timeout (in seconds)',
2721         'coust', 'description'),
2722     'integer', null)
2723
2724 ,( 'auth.persistent_login_interval', 'sec',
2725     oils_i18n_gettext('auth.persistent_login_interval',
2726         'Persistent Login Duration',
2727         'coust', 'label'),
2728     oils_i18n_gettext('auth.persistent_login_interval',
2729         'How long a persistent login lasts.  E.g. ''2 weeks''',
2730         'coust', 'description'),
2731     'interval', null)
2732
2733 ,( 'auth.staff_timeout', 'sec',
2734     oils_i18n_gettext('auth.staff_timeout',
2735         'Staff Login Inactivity Timeout (in seconds)',
2736         'coust', 'label'),
2737     oils_i18n_gettext('auth.staff_timeout',
2738         'Staff Login Inactivity Timeout (in seconds)',
2739         'coust', 'description'),
2740     'integer', null)
2741
2742 ,( 'booking.allow_email_notify', 'booking',
2743     oils_i18n_gettext('booking.allow_email_notify',
2744         'Allow Email Notify',
2745         'coust', 'label'),
2746     oils_i18n_gettext('booking.allow_email_notify',
2747         'Permit email notification when a reservation is ready for pickup.',
2748         'coust', 'description'),
2749     'bool', null)
2750
2751 ,( 'cat.bib.alert_on_empty', 'gui',
2752     oils_i18n_gettext('cat.bib.alert_on_empty',
2753         'Alert on empty bib records',
2754         'coust', 'label'),
2755     oils_i18n_gettext('cat.bib.alert_on_empty',
2756         'Alert staff when the last copy for a record is being deleted',
2757         'coust', 'description'),
2758     'bool', null)
2759
2760 ,( 'cat.bib.delete_on_no_copy_via_acq_lineitem_cancel', 'cat',
2761     oils_i18n_gettext('cat.bib.delete_on_no_copy_via_acq_lineitem_cancel',
2762         'Delete bib if all copies are deleted via Acquisitions lineitem cancellation.',
2763         'coust', 'label'),
2764     oils_i18n_gettext('cat.bib.delete_on_no_copy_via_acq_lineitem_cancel',
2765         'Delete bib if all copies are deleted via Acquisitions lineitem cancellation.',
2766         'coust', 'description'),
2767     'bool', null)
2768
2769 ,( 'cat.bib.keep_on_empty', 'prog',
2770     oils_i18n_gettext('cat.bib.keep_on_empty',
2771         'Retain empty bib records',
2772         'coust', 'label'),
2773     oils_i18n_gettext('cat.bib.keep_on_empty',
2774         'Retain a bib record even when all attached copies are deleted',
2775         'coust', 'description'),
2776     'bool', null)
2777
2778 ,( 'cat.default_classification_scheme', 'cat',
2779     oils_i18n_gettext('cat.default_classification_scheme',
2780         'Default Classification Scheme',
2781         'coust', 'label'),
2782     oils_i18n_gettext('cat.default_classification_scheme',
2783         'Defines the default classification scheme for new call numbers: 1 = Generic; 2 = Dewey; 3 = LC',
2784         'coust', 'description'),
2785     'link', 'acnc')
2786
2787 ,( 'cat.default_copy_status_fast', 'cat',
2788     oils_i18n_gettext('cat.default_copy_status_fast',
2789         'Default copy status (fast add)',
2790         'coust', 'label'),
2791     oils_i18n_gettext('cat.default_copy_status_fast',
2792         'Default status when a copy is created using the "Fast Add" interface.',
2793         'coust', 'description'),
2794     'link', 'ccs')
2795
2796 ,( 'cat.default_copy_status_normal', 'cat',
2797     oils_i18n_gettext('cat.default_copy_status_normal',
2798         'Default copy status (normal)',
2799         'coust', 'label'),
2800     oils_i18n_gettext('cat.default_copy_status_normal',
2801         'Default status when a copy is created using the normal volume/copy creator interface.',
2802         'coust', 'description'),
2803     'link', 'ccs')
2804
2805 ,( 'cat.default_item_price', 'finance',
2806     oils_i18n_gettext('cat.default_item_price',
2807         'Default Item Price',
2808         'coust', 'label'),
2809     oils_i18n_gettext('cat.default_item_price',
2810         'Default Item Price',
2811         'coust', 'description'),
2812     'currency', null)
2813
2814 ,( 'circ.min_item_price', 'finance',
2815     oils_i18n_gettext('circ.min_item_price',
2816         'Minimum Item Price',
2817         'coust', 'label'),
2818     oils_i18n_gettext('circ.min_item_price',
2819         'When charging for lost items, charge this amount as a minimum.',
2820         'coust', 'description'),
2821     'currency', null)
2822
2823 ,( 'circ.max_item_price', 'finance',
2824     oils_i18n_gettext('circ.max_item_price',
2825         'Maximum Item Price',
2826         'coust', 'label'),
2827     oils_i18n_gettext('circ.max_item_price',
2828         'When charging for lost items, limit the charge to this as a maximum.',
2829         'coust', 'description'),
2830     'currency', null)
2831
2832 ,( 'cat.label.font.family', 'cat',
2833     oils_i18n_gettext('cat.label.font.family',
2834         'Spine and pocket label font family',
2835         'coust', 'label'),
2836     oils_i18n_gettext('cat.label.font.family',
2837         '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".',
2838         'coust', 'description'),
2839     'string', null)
2840
2841 ,( 'cat.label.font.size', 'cat',
2842     oils_i18n_gettext('cat.label.font.size',
2843         'Spine and pocket label font size',
2844         'coust', 'label'),
2845     oils_i18n_gettext('cat.label.font.size',
2846         'Set the default font size for spine and pocket labels',
2847         'coust', 'description'),
2848     'integer', null)
2849
2850 ,( 'cat.label.font.weight', 'cat',
2851     oils_i18n_gettext('cat.label.font.weight',
2852         'Spine and pocket label font weight',
2853         'coust', 'label'),
2854     oils_i18n_gettext('cat.label.font.weight',
2855         'Set the preferred font weight for spine and pocket labels. You can specify "normal", "bold", "bolder", or "lighter".',
2856         'coust', 'description'),
2857     'string', null)
2858
2859 ,( 'cat.marc_control_number_identifier', 'cat',
2860     oils_i18n_gettext('cat.marc_control_number_identifier',
2861         'Defines the control number identifier used in 003 and 035 fields.',
2862         'coust', 'label'),
2863     oils_i18n_gettext('cat.marc_control_number_identifier',
2864         'Cat: Defines the control number identifier used in 003 and 035 fields.',
2865         'coust', 'description'),
2866     'string', null)
2867
2868 ,( 'cat.spine.line.height', 'cat',
2869     oils_i18n_gettext('cat.spine.line.height',
2870         'Spine label maximum lines',
2871         'coust', 'label'),
2872     oils_i18n_gettext('cat.spine.line.height',
2873         'Set the default maximum number of lines for spine labels.',
2874         'coust', 'description'),
2875     'integer', null)
2876
2877 ,( 'cat.spine.line.margin', 'cat',
2878     oils_i18n_gettext('cat.spine.line.margin',
2879         'Spine label left margin',
2880         'coust', 'label'),
2881     oils_i18n_gettext('cat.spine.line.margin',
2882         'Set the left margin for spine labels in number of characters.',
2883         'coust', 'description'),
2884     'integer', null)
2885
2886 ,( 'cat.spine.line.width', 'cat',
2887     oils_i18n_gettext('cat.spine.line.width',
2888         'Spine label line width',
2889         'coust', 'label'),
2890     oils_i18n_gettext('cat.spine.line.width',
2891         'Set the default line width for spine labels in number of characters. This specifies the boundary at which lines must be wrapped.',
2892         'coust', 'description'),
2893     'integer', null)
2894
2895 ,( 'cat.volume.delete_on_empty', 'cat',
2896     oils_i18n_gettext('cat.volume.delete_on_empty',
2897         'Delete volume with last copy',
2898         'coust', 'label'),
2899     oils_i18n_gettext('cat.volume.delete_on_empty',
2900         'Automatically delete a volume when the last linked copy is deleted',
2901         'coust', 'description'),
2902     'bool', null)
2903
2904 ,( 'circ.auto_hide_patron_summary', 'gui',
2905     oils_i18n_gettext('circ.auto_hide_patron_summary',
2906         'Toggle off the patron summary sidebar after first view.',
2907         'coust', 'label'),
2908     oils_i18n_gettext('circ.auto_hide_patron_summary',
2909         'When true, the patron summary sidebar will collapse after a new patron sub-interface is selected.',
2910         'coust', 'description'),
2911     'bool', null)
2912
2913 ,( 'circ.block_renews_for_holds', 'holds',
2914     oils_i18n_gettext('circ.block_renews_for_holds',
2915         'Block Renewal of Items Needed for Holds',
2916         'coust', 'label'),
2917     oils_i18n_gettext('circ.block_renews_for_holds',
2918         'When an item could fulfill a hold, do not allow the current patron to renew',
2919         'coust', 'description'),
2920     'bool', null)
2921
2922 ,( 'circ.booking_reservation.default_elbow_room', 'booking',
2923     oils_i18n_gettext('circ.booking_reservation.default_elbow_room',
2924         'Booking elbow room',
2925         'coust', 'label'),
2926     oils_i18n_gettext('circ.booking_reservation.default_elbow_room',
2927         '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.',
2928         'coust', 'description'),
2929     'interval', null)
2930
2931 ,( 'circ.charge_lost_on_zero', 'finance',
2932     oils_i18n_gettext('circ.charge_lost_on_zero',
2933         'Charge lost on zero',
2934         'coust', 'label'),
2935     oils_i18n_gettext('circ.charge_lost_on_zero',
2936         'Charge lost on zero',
2937         'coust', 'description'),
2938     'bool', null)
2939
2940 ,( 'circ.charge_on_damaged', 'finance',
2941     oils_i18n_gettext('circ.charge_on_damaged',
2942         'Charge item price when marked damaged',
2943         'coust', 'label'),
2944     oils_i18n_gettext('circ.charge_on_damaged',
2945         'Charge item price when marked damaged',
2946         'coust', 'description'),
2947     'bool', null)
2948
2949 ,( 'circ.checkout_auto_renew_age', 'circ',
2950     oils_i18n_gettext('circ.checkout_auto_renew_age',
2951         'Checkout auto renew age',
2952         'coust', 'label'),
2953     oils_i18n_gettext('circ.checkout_auto_renew_age',
2954         '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',
2955         'coust', 'description'),
2956     'interval', null)
2957
2958 ,( 'circ.checkout_fills_related_hold', 'circ',
2959     oils_i18n_gettext('circ.checkout_fills_related_hold',
2960         'Checkout Fills Related Hold',
2961         'coust', 'label'),
2962     oils_i18n_gettext('circ.checkout_fills_related_hold',
2963         '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',
2964         'coust', 'description'),
2965     'bool', null)
2966
2967 ,( 'circ.checkout_fills_related_hold_exact_match_only', 'circ',
2968     oils_i18n_gettext('circ.checkout_fills_related_hold_exact_match_only',
2969         'Checkout Fills Related Hold On Valid Copy Only',
2970         'coust', 'label'),
2971     oils_i18n_gettext('circ.checkout_fills_related_hold_exact_match_only',
2972         '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.',
2973         'coust', 'description'),
2974     'bool', null)
2975
2976 ,( 'circ.claim_never_checked_out.mark_missing', 'lib',
2977     oils_i18n_gettext('circ.claim_never_checked_out.mark_missing',
2978         'Claim Never Checked Out: Mark copy as missing',
2979         'coust', 'label'),
2980     oils_i18n_gettext('circ.claim_never_checked_out.mark_missing',
2981         'When a circ is marked as claims-never-checked-out, mark the copy as missing',
2982         'coust', 'description'),
2983     'bool', null)
2984
2985 ,( 'circ.claim_return.copy_status', 'lib',
2986     oils_i18n_gettext('circ.claim_return.copy_status',
2987         'Claim Return Copy Status',
2988         'coust', 'label'),
2989     oils_i18n_gettext('circ.claim_return.copy_status',
2990         'Claims returned copies are put into this status.  Default is to leave the copy in the Checked Out status',
2991         'coust', 'description'),
2992     'link', 'ccs')
2993
2994 ,( 'circ.damaged.void_ovedue', 'lib',
2995     oils_i18n_gettext('circ.damaged.void_ovedue',
2996         'Mark item damaged voids overdues',
2997         'coust', 'label'),
2998     oils_i18n_gettext('circ.damaged.void_ovedue',
2999         'When an item is marked damaged, overdue fines on the most recent circulation are voided.',
3000         'coust', 'description'),
3001     'bool', null)
3002
3003 ,( 'circ.damaged_item_processing_fee', 'finance',
3004     oils_i18n_gettext('circ.damaged_item_processing_fee',
3005         'Charge processing fee for damaged items',
3006         'coust', 'label'),
3007     oils_i18n_gettext('circ.damaged_item_processing_fee',
3008         'Charge processing fee for damaged items',
3009         'coust', 'description'),
3010     'currency', null)
3011
3012 ,( 'circ.do_not_tally_claims_returned', 'circ',
3013     oils_i18n_gettext('circ.do_not_tally_claims_returned',
3014         'Do not include outstanding Claims Returned circulations in lump sum tallies in Patron Display.',
3015         'coust', 'label'),
3016     oils_i18n_gettext('circ.do_not_tally_claims_returned',
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 prevent Claims Returned circulations from counting toward these tallies.',
3018         'coust', 'description'),
3019     'bool', null)
3020
3021 ,('circ.tally_lost', 'circ',
3022     oils_i18n_gettext(
3023         'circ.tally_lost',
3024         'Include Lost circulations in lump sum tallies in Patron Display.',
3025         'coust',
3026         'label'),
3027     oils_i18n_gettext(
3028         'circ.tally_lost',
3029         '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.',
3030         'coust',
3031         'description'),
3032     'bool', null)
3033
3034 ,( 'circ.grace.extend', 'circ',
3035     oils_i18n_gettext('circ.grace.extend',
3036         'Auto-Extend Grace Periods',
3037         'coust', 'label'),
3038     oils_i18n_gettext('circ.grace.extend',
3039         '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.',
3040         'coust', 'description'),
3041     'bool', null)
3042
3043 ,( 'circ.grace.extend.all', 'circ',
3044     oils_i18n_gettext('circ.grace.extend.all',
3045         'Auto-Extending Grace Periods extend for all closed dates',
3046         'coust', 'label'),
3047     oils_i18n_gettext('circ.grace.extend.all',
3048         '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".',
3049         'coust', 'description'),
3050     'bool', null)
3051
3052 ,( 'circ.grace.extend.into_closed', 'circ',
3053     oils_i18n_gettext('circ.grace.extend.into_closed',
3054         'Auto-Extending Grace Periods include trailing closed dates',
3055         'coust', 'label'),
3056     oils_i18n_gettext('circ.grace.extend.into_closed',
3057          '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.',
3058         'coust', 'description'),
3059     'bool', null)
3060
3061 ,( 'circ.hold_boundary.hard', 'holds',
3062     oils_i18n_gettext('circ.hold_boundary.hard',
3063         'Hard boundary',
3064         'coust', 'label'),
3065     oils_i18n_gettext('circ.hold_boundary.hard',
3066         'Holds: Hard boundary',
3067         'coust', 'description'),
3068     'integer', null)
3069
3070 ,( 'circ.hold_boundary.soft', 'holds',
3071     oils_i18n_gettext('circ.hold_boundary.soft',
3072         'Soft boundary',
3073         'coust', 'label'),
3074     oils_i18n_gettext('circ.hold_boundary.soft',
3075         'Holds: Soft boundary',
3076         'coust', 'description'),
3077     'integer', null)
3078
3079 ,( 'circ.hold_expire_alert_interval', 'holds',
3080     oils_i18n_gettext('circ.hold_expire_alert_interval',
3081         'Expire Alert Interval',
3082         'coust', 'label'),
3083     oils_i18n_gettext('circ.hold_expire_alert_interval',
3084         'Amount of time before a hold expires at which point the patron should be alerted. Examples: "5 days", "1 hour"',
3085         'coust', 'description'),
3086     'interval', null)
3087
3088 ,( 'circ.hold_expire_interval', 'holds',
3089     oils_i18n_gettext('circ.hold_expire_interval',
3090         'Expire Interval',
3091         'coust', 'label'),
3092     oils_i18n_gettext('circ.hold_expire_interval',
3093         'Amount of time after a hold is placed before the hold expires.  Example "100 days"',
3094         'coust', 'description'),
3095     'interval', null)
3096
3097 ,( 'circ.hold_shelf_status_delay', 'circ',
3098     oils_i18n_gettext('circ.hold_shelf_status_delay',
3099         'Hold Shelf Status Delay',
3100         'coust', 'label'),
3101     oils_i18n_gettext('circ.hold_shelf_status_delay',
3102         '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"',
3103         'coust', 'description'),
3104     'interval', null)
3105
3106 ,( 'circ.hold_stalling.soft', 'holds',
3107     oils_i18n_gettext('circ.hold_stalling.soft',
3108         'Soft stalling interval',
3109         'coust', 'label'),
3110     oils_i18n_gettext('circ.hold_stalling.soft',
3111         'How long to wait before allowing remote items to be opportunistically captured for a hold.  Example "5 days"',
3112         'coust', 'description'),
3113     'interval', null)
3114
3115 ,( 'circ.hold_stalling_hard', 'holds',
3116     oils_i18n_gettext('circ.hold_stalling_hard',
3117         'Hard stalling interval',
3118         'coust', 'label'),
3119     oils_i18n_gettext('circ.hold_stalling_hard',
3120         'Holds: Hard stalling interval',
3121         'coust', 'description'),
3122     'interval', null)
3123
3124 ,( 'circ.holds.age_protect.active_date', 'holds',
3125     oils_i18n_gettext('circ.holds.age_protect.active_date',
3126         'Use Active Date for Age Protection',
3127         'coust', 'label'),
3128     oils_i18n_gettext('circ.holds.age_protect.active_date',
3129         'When calculating age protection rules use the active date instead of the creation date.',
3130         'coust', 'description'),
3131     'bool', null)
3132
3133 ,( 'circ.holds.behind_desk_pickup_supported', 'holds',
3134     oils_i18n_gettext('circ.holds.behind_desk_pickup_supported',
3135         'Behind Desk Pickup Supported',
3136         'coust', 'label'),
3137     oils_i18n_gettext('circ.holds.behind_desk_pickup_supported',
3138         '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',
3139         'coust', 'description'),
3140     'bool', null)
3141
3142 ,( 'circ.holds.canceled.display_age', 'holds',
3143     oils_i18n_gettext('circ.holds.canceled.display_age',
3144         'Canceled holds display age',
3145         'coust', 'label'),
3146     oils_i18n_gettext('circ.holds.canceled.display_age',
3147         'Show all canceled holds that were canceled within this amount of time',
3148         'coust', 'description'),
3149     'interval', null)
3150
3151 ,( 'circ.holds.canceled.display_count', 'holds',
3152     oils_i18n_gettext('circ.holds.canceled.display_count',
3153         'Canceled holds display count',
3154         'coust', 'label'),
3155     oils_i18n_gettext('circ.holds.canceled.display_count',
3156         'How many canceled holds to show in patron holds interfaces',
3157         'coust', 'description'),
3158     'integer', null)
3159
3160 ,( 'circ.holds.clear_shelf.copy_status', 'holds',
3161     oils_i18n_gettext('circ.holds.clear_shelf.copy_status',
3162         'Clear shelf copy status',
3163         'coust', 'label'),
3164     oils_i18n_gettext('circ.holds.clear_shelf.copy_status',
3165         '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',
3166         'coust', 'description'),
3167     'link', 'ccs')
3168
3169 ,( 'circ.holds.default_estimated_wait_interval', 'holds',
3170     oils_i18n_gettext('circ.holds.default_estimated_wait_interval',
3171         'Default Estimated Wait',
3172         'coust', 'label'),
3173     oils_i18n_gettext('circ.holds.default_estimated_wait_interval',
3174         '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"',
3175         'coust', 'description'),
3176     'interval', null)
3177
3178 ,( 'circ.holds.default_shelf_expire_interval', 'holds',
3179     oils_i18n_gettext('circ.holds.default_shelf_expire_interval',
3180         'Default hold shelf expire interval',
3181         'coust', 'label'),
3182     oils_i18n_gettext('circ.holds.default_shelf_expire_interval',
3183         'The amount of time an item will be held on the shelf before the hold expires. For example: "2 weeks" or "5 days"',
3184         'coust', 'description'),
3185     'interval', null)
3186
3187 ,( 'circ.holds.expired_patron_block', 'circ',
3188     oils_i18n_gettext('circ.holds.expired_patron_block',
3189         'Block hold request if hold recipient privileges have expired',
3190         'coust', 'label'),
3191     oils_i18n_gettext('circ.holds.expired_patron_block',
3192         'Block hold request if hold recipient privileges have expired',
3193         'coust', 'description'),
3194     'bool', null)
3195
3196 ,( 'circ.holds.hold_has_copy_at.alert', 'holds',
3197     oils_i18n_gettext('circ.holds.hold_has_copy_at.alert',
3198         'Has Local Copy Alert',
3199         'coust', 'label'),
3200     oils_i18n_gettext('circ.holds.hold_has_copy_at.alert',
3201         'If there is an available copy at the requesting library that could fulfill a hold during hold placement time, alert the patron',
3202         'coust', 'description'),
3203     'bool', null)
3204
3205 ,( 'circ.holds.hold_has_copy_at.block', 'holds',
3206     oils_i18n_gettext('circ.holds.hold_has_copy_at.block',
3207         'Has Local Copy Block',
3208         'coust', 'label'),
3209     oils_i18n_gettext('circ.holds.hold_has_copy_at.block',
3210         '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',
3211         'coust', 'description'),
3212     'bool', null)
3213
3214 ,( 'circ.holds.max_org_unit_target_loops', 'holds',
3215     oils_i18n_gettext('circ.holds.max_org_unit_target_loops',
3216         'Maximum library target attempts',
3217         'coust', 'label'),
3218     oils_i18n_gettext('circ.holds.max_org_unit_target_loops',
3219         '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',
3220         'coust', 'description'),
3221     'integer', null)
3222
3223 ,( 'circ.holds.min_estimated_wait_interval', 'holds',
3224     oils_i18n_gettext('circ.holds.min_estimated_wait_interval',
3225         'Minimum Estimated Wait',
3226         'coust', 'label'),
3227     oils_i18n_gettext('circ.holds.min_estimated_wait_interval',
3228         '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"',
3229         'coust', 'description'),
3230     'interval', null)
3231
3232 ,( 'circ.holds.org_unit_target_weight', 'holds',
3233     oils_i18n_gettext('circ.holds.org_unit_target_weight',
3234         'Org Unit Target Weight',
3235         'coust', 'label'),
3236     oils_i18n_gettext('circ.holds.org_unit_target_weight',
3237         '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.',
3238         'coust', 'description'),
3239     'integer', null)
3240
3241 ,( 'circ.holds.recall_fine_rules', 'recall',
3242     oils_i18n_gettext('circ.holds.recall_fine_rules',
3243         'An array of fine amount, fine interval, and maximum fine.',
3244         'coust', 'label'),
3245     oils_i18n_gettext('circ.holds.recall_fine_rules',
3246         '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]',
3247         'coust', 'description'),
3248     'array', null)
3249
3250 ,( 'circ.holds.recall_return_interval', 'recall',
3251     oils_i18n_gettext('circ.holds.recall_return_interval',
3252         'Truncated loan period.',
3253         'coust', 'label'),
3254     oils_i18n_gettext('circ.holds.recall_return_interval',
3255         'Recalls: When a recall is triggered, this defines the adjusted loan period for the item. For example, "4 days" or "1 week".',
3256         'coust', 'description'),
3257     'interval', null)
3258
3259 ,( 'circ.holds.recall_threshold', 'recall',
3260     oils_i18n_gettext('circ.holds.recall_threshold',
3261         'Circulation duration that triggers a recall.',
3262         'coust', 'label'),
3263     oils_i18n_gettext('circ.holds.recall_threshold',
3264         '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".',
3265         'coust', 'description'),
3266     'interval', null)
3267
3268 ,( 'circ.holds.target_holds_by_org_unit_weight', 'holds',
3269     oils_i18n_gettext('circ.holds.target_holds_by_org_unit_weight',
3270         'Use weight-based hold targeting',
3271         'coust', 'label'),
3272     oils_i18n_gettext('circ.holds.target_holds_by_org_unit_weight',
3273         'Use library weight based hold targeting',
3274         'coust', 'description'),
3275     'bool', null)
3276
3277 ,( 'circ.holds.target_skip_me', 'holds',
3278     oils_i18n_gettext('circ.holds.target_skip_me',
3279         'Skip For Hold Targeting',
3280         'coust', 'label'),
3281     oils_i18n_gettext('circ.holds.target_skip_me',
3282         'When true, don''t target any copies at this org unit for holds',
3283         'coust', 'description'),
3284     'bool', null)
3285
3286 ,( 'circ.holds.uncancel.reset_request_time', 'holds',
3287     oils_i18n_gettext('circ.holds.uncancel.reset_request_time',
3288         'Reset request time on un-cancel',
3289         'coust', 'label'),
3290     oils_i18n_gettext('circ.holds.uncancel.reset_request_time',
3291         'When a hold is uncanceled, reset the request time to push it to the end of the queue',
3292         'coust', 'description'),
3293     'bool', null)
3294
3295 ,( 'circ.holds_fifo', 'holds',
3296     oils_i18n_gettext('circ.holds_fifo',
3297         'FIFO',
3298         'coust', 'label'),
3299     oils_i18n_gettext('circ.holds_fifo',
3300         'Force holds to a more strict First-In, First-Out capture',
3301         'coust', 'description'),
3302     'bool', null)
3303
3304 ,( 'circ.item_checkout_history.max', 'gui',
3305     oils_i18n_gettext('circ.item_checkout_history.max',
3306         'Maximum previous checkouts displayed',
3307         'coust', 'label'),
3308     oils_i18n_gettext('circ.item_checkout_history.max',
3309         'This is the maximum number of previous circulations the staff client will display when investigating item details',
3310         'coust', 'description'),
3311     'integer', null)
3312
3313 ,( 'circ.lost.generate_overdue_on_checkin', 'circ',
3314     oils_i18n_gettext('circ.lost.generate_overdue_on_checkin',
3315         'Lost Checkin Generates New Overdues',
3316         'coust', 'label'),
3317     oils_i18n_gettext('circ.lost.generate_overdue_on_checkin',
3318         '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',
3319         'coust', 'description'),
3320     'bool', null)
3321
3322 ,( 'circ.lost_immediately_available', 'circ',
3323     oils_i18n_gettext('circ.lost_immediately_available',
3324         'Lost items usable on checkin',
3325         'coust', 'label'),
3326     oils_i18n_gettext('circ.lost_immediately_available',
3327         'Lost items are usable on checkin instead of going ''home'' first',
3328         'coust', 'description'),
3329     'bool', null)
3330
3331 ,( 'circ.lost_materials_processing_fee', 'finance',
3332     oils_i18n_gettext('circ.lost_materials_processing_fee',
3333         'Lost Materials Processing Fee',
3334         'coust', 'label'),
3335     oils_i18n_gettext('circ.lost_materials_processing_fee',
3336         'Lost Materials Processing Fee',
3337         'coust', 'description'),
3338     'currency', null)
3339
3340 ,( 'circ.max_accept_return_of_lost', 'circ',
3341     oils_i18n_gettext('circ.max_accept_return_of_lost',
3342         'Void lost max interval',
3343         'coust', 'label'),
3344     oils_i18n_gettext('circ.max_accept_return_of_lost',
3345         'Items that have been lost this long will not result in voided billings when returned.  E.g. ''6 months''',
3346         'coust', 'description'),
3347     'interval', null)
3348
3349 ,( 'circ.max_fine.cap_at_price', 'circ',
3350     oils_i18n_gettext('circ.max_fine.cap_at_price',
3351         'Cap Max Fine at Item Price',
3352         'coust', 'label'),
3353     oils_i18n_gettext('circ.max_fine.cap_at_price',
3354         'This prevents the system from charging more than the item price in overdue fines',
3355         'coust', 'description'),
3356     'bool', null)
3357
3358 ,( 'circ.max_patron_claim_return_count', 'circ',
3359     oils_i18n_gettext('circ.max_patron_claim_return_count',
3360         'Max Patron Claims Returned Count',
3361         'coust', 'label'),
3362     oils_i18n_gettext('circ.max_patron_claim_return_count',
3363         'When this count is exceeded, a staff override is required to mark the item as claims returned',
3364         'coust', 'description'),
3365     'integer', null)
3366
3367 ,( 'circ.missing_pieces.copy_status', 'circ',
3368     oils_i18n_gettext('circ.missing_pieces.copy_status',
3369         'Item Status for Missing Pieces',
3370         'coust', 'label'),
3371     oils_i18n_gettext('circ.missing_pieces.copy_status',
3372         '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.',
3373         'coust', 'description'),
3374     'link', 'ccs')
3375
3376 ,( 'circ.obscure_dob', 'sec',
3377     oils_i18n_gettext('circ.obscure_dob',
3378         'Obscure the Date of Birth field',
3379         'coust', 'label'),
3380     oils_i18n_gettext('circ.obscure_dob',
3381         '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.',
3382         'coust', 'description'),
3383     'bool', null)
3384
3385 ,( 'circ.offline.skip_checkin_if_newer_status_changed_time', 'offline',
3386     oils_i18n_gettext('circ.offline.skip_checkin_if_newer_status_changed_time',
3387         'Skip offline checkin if newer item Status Changed Time.',
3388         'coust', 'label'),
3389     oils_i18n_gettext('circ.offline.skip_checkin_if_newer_status_changed_time',
3390         '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.',
3391         'coust', 'description'),
3392     'bool', null)
3393
3394 ,( 'circ.offline.skip_checkout_if_newer_status_changed_time', 'offline',
3395     oils_i18n_gettext('circ.offline.skip_checkout_if_newer_status_changed_time',
3396         'Skip offline checkout if newer item Status Changed Time.',
3397         'coust', 'label'),
3398     oils_i18n_gettext('circ.offline.skip_checkout_if_newer_status_changed_time',
3399         '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.',
3400         'coust', 'description'),
3401     'bool', null)
3402
3403 ,( 'circ.offline.skip_renew_if_newer_status_changed_time', 'offline',
3404     oils_i18n_gettext('circ.offline.skip_renew_if_newer_status_changed_time',
3405         'Skip offline renewal if newer item Status Changed Time.',
3406         'coust', 'label'),
3407     oils_i18n_gettext('circ.offline.skip_renew_if_newer_status_changed_time',
3408         '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.',
3409         'coust', 'description'),
3410     'bool', null)
3411
3412 ,( 'circ.offline.username_allowed', 'sec',
3413     oils_i18n_gettext('circ.offline.username_allowed',
3414         'Offline: Patron Usernames Allowed',
3415         'coust', 'label'),
3416     oils_i18n_gettext('circ.offline.username_allowed',
3417         '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',
3418         'coust', 'description'),
3419     'bool', null)
3420
3421 ,( 'circ.password_reset_request_per_user_limit', 'sec',
3422     oils_i18n_gettext('circ.password_reset_request_per_user_limit',
3423         'Maximum concurrently active self-serve password reset requests per user',
3424         'coust', 'label'),
3425     oils_i18n_gettext('circ.password_reset_request_per_user_limit',
3426         '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.',
3427         'coust', 'description'),
3428     'string', null)
3429
3430 ,( 'circ.password_reset_request_requires_matching_email', 'circ',
3431     oils_i18n_gettext('circ.password_reset_request_requires_matching_email',
3432         'Require matching email address for password reset requests',
3433         'coust', 'label'),
3434     oils_i18n_gettext('circ.password_reset_request_requires_matching_email',
3435         'Require matching email address for password reset requests',
3436         'coust', 'description'),
3437     'bool', null)
3438
3439 ,( 'circ.password_reset_request_throttle', 'sec',
3440     oils_i18n_gettext('circ.password_reset_request_throttle',
3441         'Maximum concurrently active self-serve password reset requests',
3442         'coust', 'label'),
3443     oils_i18n_gettext('circ.password_reset_request_throttle',
3444         'Prevent the creation of new self-serve password reset requests until the number of active requests drops back below this number.',
3445         'coust', 'description'),
3446     'string', null)
3447
3448 ,( 'circ.password_reset_request_time_to_live', 'sec',
3449     oils_i18n_gettext('circ.password_reset_request_time_to_live',
3450         'Self-serve password reset request time-to-live',
3451         'coust', 'label'),
3452     oils_i18n_gettext('circ.password_reset_request_time_to_live',
3453         'Length of time (in seconds) a self-serve password reset request should remain active.',
3454         'coust', 'description'),
3455     'string', null)
3456
3457 ,( 'circ.patron_edit.clone.copy_address', 'circ',
3458     oils_i18n_gettext('circ.patron_edit.clone.copy_address',
3459         'Patron Registration: Cloned patrons get address copy',
3460         'coust', 'label'),
3461     oils_i18n_gettext('circ.patron_edit.clone.copy_address',
3462         'In the Patron editor, copy addresses from the cloned user instead of linking directly to the address',
3463         'coust', 'description'),
3464     'bool', null)
3465
3466 ,( 'circ.patron_invalid_address_apply_penalty', 'circ',
3467     oils_i18n_gettext('circ.patron_invalid_address_apply_penalty',
3468         'Invalid patron address penalty',
3469         'coust', 'label'),
3470     oils_i18n_gettext('circ.patron_invalid_address_apply_penalty',
3471         'When set, if a patron address is set to invalid, a penalty is applied.',
3472         'coust', 'description'),
3473     'bool', null)
3474
3475 ,( 'circ.pre_cat_copy_circ_lib', 'lib',
3476     oils_i18n_gettext('circ.pre_cat_copy_circ_lib',
3477         'Pre-cat Item Circ Lib',
3478         'coust', 'label'),
3479     oils_i18n_gettext('circ.pre_cat_copy_circ_lib',
3480         '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',
3481         'coust', 'description'),
3482     'string', null)
3483
3484 ,( 'circ.reshelving_complete.interval', 'lib',
3485     oils_i18n_gettext('circ.reshelving_complete.interval',
3486         'Change reshelving status interval',
3487         'coust', 'label'),
3488     oils_i18n_gettext('circ.reshelving_complete.interval',
3489         'Amount of time to wait before changing an item from "reshelving" status to "available".  Examples: "1 day", "6 hours"',
3490         'coust', 'description'),
3491     'interval', null)
3492
3493 ,( 'circ.restore_overdue_on_lost_return', 'circ',
3494     oils_i18n_gettext('circ.restore_overdue_on_lost_return',
3495         'Restore overdues on lost item return',
3496         'coust', 'label'),
3497     oils_i18n_gettext('circ.restore_overdue_on_lost_return',
3498         'Restore overdue fines on lost item return',
3499         'coust', 'description'),
3500     'bool', null)
3501
3502 ,( 'circ.selfcheck.alert.popup', 'self',
3503     oils_i18n_gettext('circ.selfcheck.alert.popup',
3504         'Pop-up alert for errors',
3505         'coust', 'label'),
3506     oils_i18n_gettext('circ.selfcheck.alert.popup',
3507         'If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message',
3508         'coust', 'description'),
3509     'bool', null)
3510
3511 ,( 'circ.selfcheck.alert.sound', 'self',
3512     oils_i18n_gettext('circ.selfcheck.alert.sound',
3513         'Audio Alerts',
3514         'coust', 'label'),
3515     oils_i18n_gettext('circ.selfcheck.alert.sound',
3516         'Use audio alerts for selfcheck events',
3517         'coust', 'description'),
3518     'bool', null)
3519
3520 ,( 'circ.selfcheck.auto_override_checkout_events', 'self',
3521     oils_i18n_gettext('circ.selfcheck.auto_override_checkout_events',
3522         'Selfcheck override events list',
3523         'coust', 'label'),
3524     oils_i18n_gettext('circ.selfcheck.auto_override_checkout_events',
3525         'List of checkout/renewal events that the selfcheck interface should automatically override instead instead of alerting and stopping the transaction',
3526         'coust', 'description'),
3527     'array', null)
3528
3529 ,( 'circ.selfcheck.block_checkout_on_copy_status', 'self',
3530     oils_i18n_gettext('circ.selfcheck.block_checkout_on_copy_status',
3531         'Block copy checkout status',
3532         'coust', 'label'),
3533     oils_i18n_gettext('circ.selfcheck.block_checkout_on_copy_status',
3534         'List of copy status IDs that will block checkout even if the generic COPY_NOT_AVAILABLE event is overridden',
3535         'coust', 'description'),
3536     'array', null)
3537
3538 ,( 'circ.selfcheck.patron_login_timeout', 'self',
3539     oils_i18n_gettext('circ.selfcheck.patron_login_timeout',
3540         'Patron Login Timeout (in seconds)',
3541         'coust', 'label'),
3542     oils_i18n_gettext('circ.selfcheck.patron_login_timeout',
3543         'Number of seconds of inactivity before the patron is logged out of the selfcheck interface',
3544         'coust', 'description'),
3545     'integer', null)
3546
3547 ,( 'circ.selfcheck.patron_password_required', 'self',
3548     oils_i18n_gettext('circ.selfcheck.patron_password_required',
3549         'Require Patron Password',
3550         'coust', 'label'),
3551     oils_i18n_gettext('circ.selfcheck.patron_password_required',
3552         'Patron must log in with barcode and password at selfcheck station',
3553         'coust', 'description'),
3554     'bool', null)
3555
3556 ,( 'circ.selfcheck.require_patron_password', 'self',
3557     oils_i18n_gettext('circ.selfcheck.require_patron_password',
3558         'Require patron password',
3559         'coust', 'label'),
3560     oils_i18n_gettext('circ.selfcheck.require_patron_password',
3561         'If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface',
3562         'coust', 'description'),
3563     'bool', null)
3564
3565 ,( 'circ.selfcheck.workstation_required', 'self',
3566     oils_i18n_gettext('circ.selfcheck.workstation_required',
3567         'Workstation Required',
3568         'coust', 'label'),
3569     oils_i18n_gettext('circ.selfcheck.workstation_required',
3570         'All selfcheck stations must use a workstation',
3571         'coust', 'description'),
3572     'bool', null)
3573
3574 ,( 'circ.staff_client.actor_on_checkout', 'circ',
3575     oils_i18n_gettext('circ.staff_client.actor_on_checkout',
3576         'Load patron from Checkout',
3577         'coust', 'label'),
3578     oils_i18n_gettext('circ.staff_client.actor_on_checkout',
3579         'When scanning barcodes into Checkout auto-detect if a new patron barcode is scanned and auto-load the new patron.',
3580         'coust', 'description'),
3581     'bool', null)
3582
3583 ,( 'circ.staff_client.do_not_auto_attempt_print', 'prog',
3584     oils_i18n_gettext('circ.staff_client.do_not_auto_attempt_print',
3585         'Disable Automatic Print Attempt Type List',
3586         'coust', 'label'),
3587     oils_i18n_gettext('circ.staff_client.do_not_auto_attempt_print',
3588         '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).',
3589         'coust', 'description'),
3590     'array', null)
3591
3592 ,( 'circ.staff_client.receipt.alert_text', 'receipt_template',
3593     oils_i18n_gettext('circ.staff_client.receipt.alert_text',
3594         'Content of alert_text include',
3595         'coust', 'label'),
3596     oils_i18n_gettext('circ.staff_client.receipt.alert_text',
3597         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(alert_text)%',
3598         'coust', 'description'),
3599     'string', null)
3600
3601 ,( 'circ.staff_client.receipt.event_text', 'receipt_template',
3602     oils_i18n_gettext('circ.staff_client.receipt.event_text',
3603         'Content of event_text include',
3604         'coust', 'label'),
3605     oils_i18n_gettext('circ.staff_client.receipt.event_text',
3606         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(event_text)%',
3607         'coust', 'description'),
3608     'string', null)
3609
3610 ,( 'circ.staff_client.receipt.footer_text', 'receipt_template',
3611     oils_i18n_gettext('circ.staff_client.receipt.footer_text',
3612         'Content of footer_text include',
3613         'coust', 'label'),
3614     oils_i18n_gettext('circ.staff_client.receipt.footer_text',
3615         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(footer_text)%',
3616         'coust', 'description'),
3617     'string', null)
3618
3619 ,( 'circ.staff_client.receipt.header_text', 'receipt_template',
3620     oils_i18n_gettext('circ.staff_client.receipt.header_text',
3621         'Content of header_text include',
3622         'coust', 'label'),
3623     oils_i18n_gettext('circ.staff_client.receipt.header_text',
3624         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(header_text)%',
3625         'coust', 'description'),
3626     'string', null)
3627
3628 ,( 'circ.staff_client.receipt.notice_text', 'receipt_template',
3629     oils_i18n_gettext('circ.staff_client.receipt.notice_text',
3630         'Content of notice_text include',
3631         'coust', 'label'),
3632     oils_i18n_gettext('circ.staff_client.receipt.notice_text',
3633         'Text/HTML/Macros to be inserted into receipt templates in place of %INCLUDE(notice_text)%',
3634         'coust', 'description'),
3635     'string', null)
3636
3637 ,( 'circ.transit.min_checkin_interval', 'circ',
3638     oils_i18n_gettext('circ.transit.min_checkin_interval',
3639         'Minimum Transit Checkin Interval',
3640         'coust', 'label'),
3641     oils_i18n_gettext('circ.transit.min_checkin_interval',
3642         'In-Transit items checked in this close to the transit start time will be prevented from checking in',
3643         'coust', 'description'),
3644     'interval', null)
3645
3646 ,( 'circ.transit.suppress_hold', 'circ',
3647     oils_i18n_gettext('circ.transit.suppress_hold',
3648         'Suppress Hold Transits Group',
3649         'coust', 'label'),
3650     oils_i18n_gettext('circ.transit.suppress_hold',
3651         '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.',
3652         'coust', 'description'),
3653     'string', null)
3654
3655 ,( 'circ.transit.suppress_non_hold', 'circ',
3656     oils_i18n_gettext('circ.transit.suppress_non_hold',
3657         'Suppress Non-Hold Transits Group',
3658         'coust', 'label'),
3659     oils_i18n_gettext('circ.transit.suppress_non_hold',
3660         '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.',
3661         'coust', 'description'),
3662     'string', null)
3663
3664 ,( 'circ.user_merge.deactivate_cards', 'circ',
3665     oils_i18n_gettext('circ.user_merge.deactivate_cards',
3666         'Patron Merge Deactivate Card',
3667         'coust', 'label'),
3668     oils_i18n_gettext('circ.user_merge.deactivate_cards',
3669         'Mark barcode(s) of subordinate user(s) in a patron merge as inactive',
3670         'coust', 'description'),
3671     'bool', null)
3672
3673 ,( 'circ.user_merge.delete_addresses', 'circ',
3674     oils_i18n_gettext('circ.user_merge.delete_addresses',
3675         'Patron Merge Address Delete',
3676         'coust', 'label'),
3677     oils_i18n_gettext('circ.user_merge.delete_addresses',
3678         'Delete address(es) of subordinate user(s) in a patron merge',
3679         'coust', 'description'),
3680     'bool', null)
3681
3682 ,( 'circ.user_merge.delete_cards', 'circ',
3683     oils_i18n_gettext('circ.user_merge.delete_cards',
3684         'Patron Merge Barcode Delete',
3685         'coust', 'label'),
3686     oils_i18n_gettext('circ.user_merge.delete_cards',
3687         'Delete barcode(s) of subordinate user(s) in a patron merge',
3688         'coust', 'description'),
3689     'bool', null)
3690
3691 ,( 'circ.void_lost_on_checkin', 'circ',
3692     oils_i18n_gettext('circ.void_lost_on_checkin',
3693         'Void lost item billing when returned',
3694         'coust', 'label'),
3695     oils_i18n_gettext('circ.void_lost_on_checkin',
3696         'Void lost item billing when returned',
3697         'coust', 'description'),
3698     'bool', null)
3699
3700 ,( 'circ.void_lost_proc_fee_on_checkin', 'circ',
3701     oils_i18n_gettext('circ.void_lost_proc_fee_on_checkin',
3702         'Void processing fee on lost item return',
3703         'coust', 'label'),
3704     oils_i18n_gettext('circ.void_lost_proc_fee_on_checkin',
3705         'Void processing fee when lost item returned',
3706         'coust', 'description'),
3707     'bool', null)
3708
3709 ,( 'circ.void_overdue_on_lost', 'finance',
3710     oils_i18n_gettext('circ.void_overdue_on_lost',
3711         'Void overdue fines when items are marked lost',
3712         'coust', 'label'),
3713     oils_i18n_gettext('circ.void_overdue_on_lost',
3714         'Void overdue fines when items are marked lost',
3715         'coust', 'description'),
3716     'bool', null)
3717
3718 ,( 'credit.payments.allow', 'finance',
3719     oils_i18n_gettext('credit.payments.allow',
3720         'Allow Credit Card Payments',
3721         'coust', 'label'),
3722     oils_i18n_gettext('credit.payments.allow',
3723         'If enabled, patrons will be able to pay fines accrued at this location via credit card',
3724         'coust', 'description'),
3725     'bool', null)
3726
3727 ,( 'credit.processor.authorizenet.enabled', 'credit',
3728     oils_i18n_gettext('credit.processor.authorizenet.enabled',
3729         'Enable AuthorizeNet payments',
3730         'coust', 'label'),
3731     oils_i18n_gettext('credit.processor.authorizenet.enabled',
3732         'Enable AuthorizeNet payments',
3733         'coust', 'description'),
3734     'bool', null)
3735
3736 ,( 'credit.processor.authorizenet.login', 'credit',
3737     oils_i18n_gettext('credit.processor.authorizenet.login',
3738         'AuthorizeNet login',
3739         'coust', 'label'),
3740     oils_i18n_gettext('credit.processor.authorizenet.login',
3741         'AuthorizeNet login',
3742         'coust', 'description'),
3743     'string', null)
3744
3745 ,( 'credit.processor.authorizenet.password', 'credit',
3746     oils_i18n_gettext('credit.processor.authorizenet.password',
3747         'AuthorizeNet password',
3748         'coust', 'label'),
3749     oils_i18n_gettext('credit.processor.authorizenet.password',
3750         'AuthorizeNet password',
3751         'coust', 'description'),
3752     'string', null)
3753
3754 ,( 'credit.processor.authorizenet.server', 'credit',
3755     oils_i18n_gettext('credit.processor.authorizenet.server',
3756         'AuthorizeNet server',
3757         'coust', 'label'),
3758     oils_i18n_gettext('credit.processor.authorizenet.server',
3759         'Required if using a developer/test account with AuthorizeNet',
3760         'coust', 'description'),
3761     'string', null)
3762
3763 ,( 'credit.processor.authorizenet.testmode', 'credit',
3764     oils_i18n_gettext('credit.processor.authorizenet.testmode',
3765         'AuthorizeNet test mode',
3766         'coust', 'label'),
3767     oils_i18n_gettext('credit.processor.authorizenet.testmode',
3768         'AuthorizeNet test mode',
3769         'coust', 'description'),
3770     'bool', null)
3771
3772 ,( 'credit.processor.default', 'credit',
3773     oils_i18n_gettext('credit.processor.default',
3774         'Name default credit processor',
3775         'coust', 'label'),
3776     oils_i18n_gettext('credit.processor.default',
3777         'This might be "AuthorizeNet", "PayPal", "PayflowPro", or "Stripe".',
3778         'coust', 'description'),
3779     'string', null)
3780
3781 ,( 'credit.processor.payflowpro.enabled', 'credit',
3782     oils_i18n_gettext('credit.processor.payflowpro.enabled',
3783         'Enable PayflowPro payments',
3784         'coust', 'label'),
3785     oils_i18n_gettext('credit.processor.payflowpro.enabled',
3786         'This is NOT the same thing as the settings labeled with just "PayPal."',
3787         'coust', 'description'),
3788     'bool', null)
3789
3790 ,( 'credit.processor.payflowpro.login', 'credit',
3791     oils_i18n_gettext('credit.processor.payflowpro.login',
3792         'PayflowPro login/merchant ID',
3793         'coust', 'label'),
3794     oils_i18n_gettext('credit.processor.payflowpro.login',
3795         'Often the same thing as the PayPal manager login',
3796         'coust', 'description'),
3797     'string', null)
3798
3799 ,( 'credit.processor.payflowpro.partner', 'credit',
3800     oils_i18n_gettext('credit.processor.payflowpro.partner',
3801         'PayflowPro partner',
3802         'coust', 'label'),
3803     oils_i18n_gettext('credit.processor.payflowpro.partner',
3804         'Often "PayPal" or "VeriSign", sometimes others',
3805         'coust', 'description'),
3806     'string', null)
3807
3808 ,( 'credit.processor.payflowpro.password', 'credit',
3809     oils_i18n_gettext('credit.processor.payflowpro.password',
3810         'PayflowPro password',
3811         'coust', 'label'),
3812     oils_i18n_gettext('credit.processor.payflowpro.password',
3813         'PayflowPro password',
3814         'coust', 'description'),
3815     'string', null)
3816
3817 ,( 'credit.processor.payflowpro.testmode', 'credit',
3818     oils_i18n_gettext('credit.processor.payflowpro.testmode',
3819         'PayflowPro test mode',
3820         'coust', 'label'),
3821     oils_i18n_gettext('credit.processor.payflowpro.testmode',
3822         'Do not really process transactions, but stay in test mode - uses pilot-payflowpro.paypal.com instead of the usual host',
3823         'coust', 'description'),
3824     'bool', null)
3825
3826 ,( 'credit.processor.payflowpro.vendor', 'credit',
3827     oils_i18n_gettext('credit.processor.payflowpro.vendor',
3828         'PayflowPro vendor',
3829         'coust', 'label'),
3830     oils_i18n_gettext('credit.processor.payflowpro.vendor',
3831         'Often the same thing as the login',
3832         'coust', 'description'),
3833     'string', null)
3834
3835 ,( 'credit.processor.paypal.enabled', 'credit',
3836     oils_i18n_gettext('credit.processor.paypal.enabled',
3837         'Enable PayPal payments',
3838         'coust', 'label'),
3839     oils_i18n_gettext('credit.processor.paypal.enabled',
3840         'Enable PayPal payments',
3841         'coust', 'description'),
3842     'bool', null)
3843
3844 ,( 'credit.processor.paypal.login', 'credit',
3845     oils_i18n_gettext('credit.processor.paypal.login',
3846         'PayPal login',
3847         'coust', 'label'),
3848     oils_i18n_gettext('credit.processor.paypal.login',
3849         'PayPal login',
3850         'coust', 'description'),
3851     'string', null)
3852
3853 ,( 'credit.processor.paypal.password', 'credit',
3854     oils_i18n_gettext('credit.processor.paypal.password',
3855         'PayPal password',
3856         'coust', 'label'),
3857     oils_i18n_gettext('credit.processor.paypal.password',
3858         'PayPal password',
3859         'coust', 'description'),
3860     'string', null)
3861
3862 ,( 'credit.processor.paypal.signature', 'credit',
3863     oils_i18n_gettext('credit.processor.paypal.signature',
3864         'PayPal signature',
3865         'coust', 'label'),
3866     oils_i18n_gettext('credit.processor.paypal.signature',
3867         'PayPal signature',
3868         'coust', 'description'),
3869     'string', null)
3870
3871 ,( 'credit.processor.paypal.testmode', 'credit',
3872     oils_i18n_gettext('credit.processor.paypal.testmode',
3873         'PayPal test mode',
3874         'coust', 'label'),
3875     oils_i18n_gettext('credit.processor.paypal.testmode',
3876         'PayPal test mode',
3877         'coust', 'description'),
3878     'bool', null)
3879
3880 ,( 'credit.processor.stripe.enabled', 'credit',
3881     oils_i18n_gettext('credit.processor.stripe.enabled',
3882         'Enable Stripe payments',
3883         'coust', 'label'),
3884     oils_i18n_gettext('credit.processor.stripe.enabled',
3885         'Enable Stripe payments',
3886         'coust', 'description'),
3887     'bool', null)
3888
3889 ,( 'credit.processor.stripe.pubkey', 'credit',
3890     oils_i18n_gettext('credit.processor.stripe.pubkey',
3891         'Stripe publishable key',
3892         'coust', 'label'),
3893     oils_i18n_gettext('credit.processor.stripe.pubkey',
3894         'Stripe publishable key',
3895         'coust', 'description'),
3896     'string', null)
3897
3898 ,( 'credit.processor.stripe.secretkey', 'credit',
3899     oils_i18n_gettext('credit.processor.stripe.secretkey',
3900         'Stripe secret key',
3901         'coust', 'label'),
3902     oils_i18n_gettext('credit.processor.stripe.secretkey',
3903         'Stripe secret key',
3904         'coust', 'description'),
3905     'string', null)
3906
3907 ,( 'format.date', 'gui',
3908     oils_i18n_gettext('format.date',
3909         'Format Dates with this pattern.',
3910         'coust', 'label'),
3911     oils_i18n_gettext('format.date',
3912         'Format Dates with this pattern (examples: "yyyy-MM-dd" for "2010-04-26", "MMM d, yyyy" for "Apr 26, 2010")',
3913         'coust', 'description'),
3914     'string', null)
3915
3916 ,( 'format.time', 'gui',
3917     oils_i18n_gettext('format.time',
3918         'Format Times with this pattern.',
3919         'coust', 'label'),
3920     oils_i18n_gettext('format.time',
3921         '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")',
3922         'coust', 'description'),
3923     'string', null)
3924
3925 ,( 'global.default_locale', 'glob',
3926     oils_i18n_gettext('global.default_locale',
3927         'Global Default Locale',
3928         'coust', 'label'),
3929     oils_i18n_gettext('global.default_locale',
3930         'Global Default Locale',
3931         'coust', 'description'),
3932     'string', null)
3933
3934 ,( 'global.juvenile_age_threshold', 'lib',
3935     oils_i18n_gettext('global.juvenile_age_threshold',
3936         'Juvenile Age Threshold',
3937         'coust', 'label'),
3938     oils_i18n_gettext('global.juvenile_age_threshold',
3939         'The age at which a user is no long considered a juvenile.  For example, "18 years".',
3940         'coust', 'description'),
3941     'interval', null)
3942
3943 ,( 'global.password_regex', 'glob',
3944     oils_i18n_gettext('global.password_regex',
3945         'Password format',
3946         'coust', 'label'),
3947     oils_i18n_gettext('global.password_regex',
3948         'Regular expression defining the password format',
3949         'coust', 'description'),
3950     'string', null)
3951
3952 ,( 'gui.disable_local_save_columns', 'gui',
3953     oils_i18n_gettext('gui.disable_local_save_columns',
3954         'Disable the ability to save list column configurations locally.',
3955         'coust', 'label'),
3956     oils_i18n_gettext('gui.disable_local_save_columns',
3957         '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.',
3958         'coust', 'description'),
3959     'bool', null)
3960
3961 ,( 'lib.courier_code', 'lib',
3962     oils_i18n_gettext('lib.courier_code',
3963         'Courier Code',
3964         'coust', 'label'),
3965     oils_i18n_gettext('lib.courier_code',
3966         'Courier Code for the library.  Available in transit slip templates as the %courier_code% macro.',
3967         'coust', 'description'),
3968     'string', null)
3969
3970 ,( 'lib.info_url', 'lib',
3971     oils_i18n_gettext('lib.info_url',
3972         'Library information URL (such as "http://example.com/about.html")',
3973         'coust', 'label'),
3974     oils_i18n_gettext('lib.info_url',
3975         '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".',
3976         'coust', 'description'),
3977     'string', null)
3978
3979 ,( 'lib.prefer_external_url', 'lib',
3980     oils_i18n_gettext('lib.prefer_external_url',
3981         'Use external "library information URL" in copy table, if available',
3982         'coust', 'label'),
3983     oils_i18n_gettext('lib.prefer_external_url',
3984         '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.',
3985         'coust', 'description'),
3986     'bool', null)
3987
3988 ,( 'notice.telephony.callfile_lines', 'lib',
3989     oils_i18n_gettext('notice.telephony.callfile_lines',
3990         'Telephony: Arbitrary line(s) to include in each notice callfile',
3991         'coust', 'label'),
3992     oils_i18n_gettext('notice.telephony.callfile_lines',
3993         '
3994         This overrides lines from opensrf.xml.
3995         Line(s) must be valid for your target server and platform
3996         (e.g. Asterisk 1.4).
3997         ',
3998         'coust', 'description'),
3999     'string', null)
4000
4001 ,( 'opac.allow_pending_address', 'opac',
4002     oils_i18n_gettext('opac.allow_pending_address',
4003         'Allow pending addresses',
4004         'coust', 'label'),
4005     oils_i18n_gettext('opac.allow_pending_address',
4006         'If enabled, patrons can create and edit existing addresses.  Addresses are kept in a pending state until staff approves the changes',
4007         'coust', 'description'),
4008     'bool', null)
4009
4010 ,( 'opac.barcode_regex', 'glob',
4011     oils_i18n_gettext('opac.barcode_regex',
4012         'Patron barcode format',
4013         'coust', 'label'),
4014     oils_i18n_gettext('opac.barcode_regex',
4015         'Regular expression defining the patron barcode format',
4016         'coust', 'description'),
4017     'string', null)
4018
4019 ,( 'opac.fully_compressed_serial_holdings', 'opac',
4020     oils_i18n_gettext('opac.fully_compressed_serial_holdings',
4021         'Use fully compressed serial holdings',
4022         'coust', 'label'),
4023     oils_i18n_gettext('opac.fully_compressed_serial_holdings',
4024         'Show fully compressed serial holdings for all libraries at and below the current context unit',
4025         'coust', 'description'),
4026     'bool', null)
4027
4028 ,( 'opac.lock_usernames', 'glob',
4029     oils_i18n_gettext('opac.lock_usernames',
4030         'Lock Usernames',
4031         'coust', 'label'),
4032     oils_i18n_gettext('opac.lock_usernames',
4033         'If enabled username changing via the OPAC will be disabled',
4034         'coust', 'description'),
4035     'bool', null)
4036
4037 ,( 'opac.org_unit_hiding.depth', 'opac',
4038     oils_i18n_gettext('opac.org_unit_hiding.depth',
4039         'Org Unit Hiding Depth',
4040         'coust', 'label'),
4041     oils_i18n_gettext('opac.org_unit_hiding.depth',
4042         'This will hide certain org units in the public OPAC if the Physical Location (url param "physical_loc") for the OPAC inherits this setting.  This setting specifies an org unit depth, that together with the OPAC Physical Location determines which section of the Org Hierarchy should be visible in the OPAC.  For example, a stock Evergreen installation will have a 3-tier hierarchy (Consortium/System/Branch), where System has a depth of 1 and Branch has a depth of 2.  If this setting contains a depth of 1 in such an installation, then every library in the System in which the Physical Location belongs will be visible, and everything else will be hidden.  A depth of 0 will effectively make every org visible.  The embedded OPAC in the staff client ignores this setting.',
4043         'coust', 'description'),
4044     'integer', null)
4045
4046 ,( 'opac.payment_history_age_limit', 'opac',
4047     oils_i18n_gettext('opac.payment_history_age_limit',
4048         'Payment History Age Limit',
4049         'coust', 'label'),
4050     oils_i18n_gettext('opac.payment_history_age_limit',
4051         'The OPAC should not display payments by patrons that are older than any interval defined here.',
4052         'coust', 'description'),
4053     'interval', null)
4054
4055 ,( 'opac.unlimit_usernames', 'glob',
4056     oils_i18n_gettext('opac.unlimit_usernames',
4057         'Allow multiple username changes',
4058         'coust', 'label'),
4059     oils_i18n_gettext('opac.unlimit_usernames',
4060         '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.',
4061         'coust', 'description'),
4062     'bool', null)
4063
4064 ,( 'opac.username_regex', 'glob',
4065     oils_i18n_gettext('opac.username_regex',
4066         'Patron username format',
4067         'coust', 'label'),
4068     oils_i18n_gettext('opac.username_regex',
4069         'Regular expression defining the patron username format, used for patron registration and self-service username changing only',
4070         'coust', 'description'),
4071     'string', null)
4072
4073 ,( 'org.bounced_emails', 'prog',
4074     oils_i18n_gettext('org.bounced_emails',
4075         'Sending email address for patron notices',
4076         'coust', 'label'),
4077     oils_i18n_gettext('org.bounced_emails',
4078         'Sending email address for patron notices',
4079         'coust', 'description'),
4080     'string', null)
4081
4082 ,( 'org.patron_opt_boundary', 'sec',
4083     oils_i18n_gettext('org.patron_opt_boundary',
4084         'Patron Opt-In Boundary',
4085         'coust', 'label'),
4086     oils_i18n_gettext('org.patron_opt_boundary',
4087         'This determines at which depth above which patrons must be opted in, and below which patrons will be assumed to be opted in.',
4088         'coust', 'description'),
4089     'integer', null)
4090
4091 ,( 'org.patron_opt_default', 'sec',
4092     oils_i18n_gettext('org.patron_opt_default',
4093         'Patron Opt-In Default',
4094         'coust', 'label'),
4095     oils_i18n_gettext('org.patron_opt_default',
4096         'This is the default depth at which a patron is opted in; it is calculated as an org unit relative to the current workstation.',
4097         'coust', 'description'),
4098     'integer', null)
4099
4100 ,( 'patron.password.use_phone', 'sec',
4101     oils_i18n_gettext('patron.password.use_phone',
4102         'Patron: password from phone #',
4103         'coust', 'label'),
4104     oils_i18n_gettext('patron.password.use_phone',
4105         '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.',
4106         'coust', 'description'),
4107     'bool', null)
4108
4109 ,( 'print.custom_js_file', 'circ',
4110     oils_i18n_gettext('print.custom_js_file',
4111         'Printing: Custom Javascript File',
4112         'coust', 'label'),
4113     oils_i18n_gettext('print.custom_js_file',
4114         'Full URL path to a Javascript File to be loaded when printing. Should'
4115         || ' implement a print_custom function for DOM manipulation. Can change'
4116         || ' the value of the do_print variable to false to cancel printing.',
4117         'coust', 'description'),
4118     'string', null)
4119
4120 ,( 'serial.prev_issuance_copy_location', 'serial',
4121     oils_i18n_gettext('serial.prev_issuance_copy_location',
4122         'Previous Issuance Copy Location',
4123         'coust', 'label'),
4124     oils_i18n_gettext('serial.prev_issuance_copy_location',
4125         'When a serial issuance is received, copies (units) of the previous issuance will be automatically moved into the configured shelving location',
4126         'coust', 'description'),
4127     'link', 'acpl')
4128
4129 ,( 'ui.admin.patron_log.max_entries', 'gui',
4130     oils_i18n_gettext('ui.admin.patron_log.max_entries',
4131         'Work Log: Maximum Patrons Logged',
4132         'coust', 'label'),
4133     oils_i18n_gettext('ui.admin.patron_log.max_entries',
4134         'Maximum entries for "Most Recently Affected Patrons..." section of the Work Log interface.',
4135         'coust', 'description'),
4136     'interval', null)
4137
4138 ,( 'ui.admin.work_log.max_entries', 'gui',
4139     oils_i18n_gettext('ui.admin.work_log.max_entries',
4140         'Work Log: Maximum Actions Logged',
4141         'coust', 'label'),
4142     oils_i18n_gettext('ui.admin.work_log.max_entries',
4143         'Maximum entries for "Most Recent Staff Actions" section of the Work Log interface.',
4144         'coust', 'description'),
4145     'interval', null)
4146
4147 ,( 'ui.cat.volume_copy_editor.horizontal', 'gui',
4148     oils_i18n_gettext('ui.cat.volume_copy_editor.horizontal',
4149         'Horizontal layout for Volume/Copy Creator/Editor.',
4150         'coust', 'label'),
4151     oils_i18n_gettext('ui.cat.volume_copy_editor.horizontal',
4152         '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.',
4153         'coust', 'description'),
4154     'bool', null)
4155
4156 ,( 'ui.circ.billing.uncheck_bills_and_unfocus_payment_box', 'gui',
4157     oils_i18n_gettext('ui.circ.billing.uncheck_bills_and_unfocus_payment_box',
4158         'Uncheck bills by default in the patron billing interface',
4159         'coust', 'label'),
4160     oils_i18n_gettext('ui.circ.billing.uncheck_bills_and_unfocus_payment_box',
4161         'Uncheck bills by default in the patron billing interface, and focus on the Uncheck All button instead of the Payment Received field.',
4162         'coust', 'description'),
4163     'bool', null)
4164
4165 ,( 'ui.circ.in_house_use.entry_cap', 'gui',
4166     oils_i18n_gettext('ui.circ.in_house_use.entry_cap',
4167         'Record In-House Use: Maximum # of uses allowed per entry.',
4168         'coust', 'label'),
4169     oils_i18n_gettext('ui.circ.in_house_use.entry_cap',
4170         'The # of uses entry in the Record In-House Use interface may not exceed the value of this setting.',
4171         'coust', 'description'),
4172     'integer', null)
4173
4174 ,( 'ui.circ.in_house_use.entry_warn', 'gui',
4175     oils_i18n_gettext('ui.circ.in_house_use.entry_warn',
4176         'Record In-House Use: # of uses threshold for Are You Sure? dialog.',
4177         'coust', 'label'),
4178     oils_i18n_gettext('ui.circ.in_house_use.entry_warn',
4179         'In the Record In-House Use interface, a submission attempt will warn if the # of uses field exceeds the value of this setting.',
4180         'coust', 'description'),
4181     'integer', null)
4182
4183 ,( 'ui.circ.patron_summary.horizontal', 'gui',
4184     oils_i18n_gettext('ui.circ.patron_summary.horizontal',
4185         'Patron circulation summary is horizontal',
4186         'coust', 'label'),
4187     oils_i18n_gettext('ui.circ.patron_summary.horizontal',
4188         'Patron circulation summary is horizontal',
4189         'coust', 'description'),
4190     'bool', null)
4191
4192 ,( 'ui.circ.show_billing_tab_on_bills', 'gui',
4193     oils_i18n_gettext('ui.circ.show_billing_tab_on_bills',
4194         'Show billing tab first when bills are present',
4195         'coust', 'label'),
4196     oils_i18n_gettext('ui.circ.show_billing_tab_on_bills',
4197         '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',
4198         'coust', 'description'),
4199     'bool', null)
4200
4201 ,( 'ui.circ.suppress_checkin_popups', 'circ',
4202     oils_i18n_gettext('ui.circ.suppress_checkin_popups',
4203         'Suppress popup-dialogs during check-in.',
4204         'coust', 'label'),
4205     oils_i18n_gettext('ui.circ.suppress_checkin_popups',
4206         'Suppress popup-dialogs during check-in.',
4207         'coust', 'description'),
4208     'bool', null)
4209
4210 ,( 'ui.general.button_bar', 'gui',
4211     oils_i18n_gettext('ui.general.button_bar',
4212         'Button bar',
4213         'coust', 'label'),
4214     oils_i18n_gettext('ui.general.button_bar',
4215         'Set to "circ" or "cat" for stock circulator or cataloger toolbar, respectively.',
4216         'coust', 'description'),
4217     'string', null)
4218
4219 ,( 'ui.general.hotkeyset', 'gui',
4220     oils_i18n_gettext('ui.general.hotkeyset',
4221         'Default Hotkeyset',
4222         'coust', 'label'),
4223     oils_i18n_gettext('ui.general.hotkeyset',
4224         'Default Hotkeyset for clients (filename without the .keyset).  Examples: Default, Minimal, and None',
4225         'coust', 'description'),
4226     'string', null)
4227
4228 ,( 'ui.general.idle_timeout', 'gui',
4229     oils_i18n_gettext('ui.general.idle_timeout',
4230         'Idle timeout',
4231         'coust', 'label'),
4232     oils_i18n_gettext('ui.general.idle_timeout',
4233         '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).',
4234         'coust', 'description'),
4235     'integer', null)
4236
4237 ,( 'ui.patron.default_country', 'gui',
4238     oils_i18n_gettext('ui.patron.default_country',
4239         'Default Country for New Addresses in Patron Editor',
4240         'coust', 'label'),
4241     oils_i18n_gettext('ui.patron.default_country',
4242         'This is the default Country for new addresses in the patron editor.',
4243         'coust', 'description'),
4244     'string', null)
4245
4246 ,( 'ui.patron.default_ident_type', 'gui',
4247     oils_i18n_gettext('ui.patron.default_ident_type',
4248         'Default Ident Type for Patron Registration',
4249         'coust', 'label'),
4250     oils_i18n_gettext('ui.patron.default_ident_type',
4251         'This is the default Ident Type for new users in the patron editor.',
4252         'coust', 'description'),
4253     'link', 'cit')
4254
4255 ,( 'ui.patron.default_inet_access_level', 'sec',
4256     oils_i18n_gettext('ui.patron.default_inet_access_level',
4257         'Default level of patrons'' internet access',
4258         'coust', 'label'),
4259     oils_i18n_gettext('ui.patron.default_inet_access_level',
4260         'Default level of patrons'' internet access',
4261         'coust', 'description'),
4262     'integer', null)
4263
4264 ,( 'ui.patron.edit.au.active.show', 'gui',
4265     oils_i18n_gettext('ui.patron.edit.au.active.show',
4266         'Show active field on patron registration',
4267         'coust', 'label'),
4268     oils_i18n_gettext('ui.patron.edit.au.active.show',
4269         '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.',
4270         'coust', 'description'),
4271     'bool', null)
4272
4273 ,( 'ui.patron.edit.au.active.suggest', 'gui',
4274     oils_i18n_gettext('ui.patron.edit.au.active.suggest',
4275         'Suggest active field on patron registration',
4276         'coust', 'label'),
4277     oils_i18n_gettext('ui.patron.edit.au.active.suggest',
4278         '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.',
4279         'coust', 'description'),
4280     'bool', null)
4281
4282 ,( 'ui.patron.edit.au.alert_message.show', 'gui',
4283     oils_i18n_gettext('ui.patron.edit.au.alert_message.show',
4284         'Show alert_message field on patron registration',
4285         'coust', 'label'),
4286     oils_i18n_gettext('ui.patron.edit.au.alert_message.show',
4287         '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.',
4288         'coust', 'description'),
4289     'bool', null)
4290
4291 ,( 'ui.patron.edit.au.alert_message.suggest', 'gui',
4292     oils_i18n_gettext('ui.patron.edit.au.alert_message.suggest',
4293         'Suggest alert_message field on patron registration',
4294         'coust', 'label'),
4295     oils_i18n_gettext('ui.patron.edit.au.alert_message.suggest',
4296         '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.',
4297         'coust', 'description'),
4298     'bool', null)
4299
4300 ,( 'ui.patron.edit.au.alias.show', 'gui',
4301     oils_i18n_gettext('ui.patron.edit.au.alias.show',
4302         'Show alias field on patron registration',
4303         'coust', 'label'),
4304     oils_i18n_gettext('ui.patron.edit.au.alias.show',
4305         '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.',
4306         'coust', 'description'),
4307     'bool', null)
4308
4309 ,( 'ui.patron.edit.au.alias.suggest', 'gui',
4310     oils_i18n_gettext('ui.patron.edit.au.alias.suggest',
4311         'Suggest alias field on patron registration',
4312         'coust', 'label'),
4313     oils_i18n_gettext('ui.patron.edit.au.alias.suggest',
4314         '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.',
4315         'coust', 'description'),
4316     'bool', null)
4317
4318 ,( 'ui.patron.edit.au.barred.show', 'gui',
4319     oils_i18n_gettext('ui.patron.edit.au.barred.show',
4320         'Show barred field on patron registration',
4321         'coust', 'label'),
4322     oils_i18n_gettext('ui.patron.edit.au.barred.show',
4323         '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.',
4324         'coust', 'description'),
4325     'bool', null)
4326
4327 ,( 'ui.patron.edit.au.barred.suggest', 'gui',
4328     oils_i18n_gettext('ui.patron.edit.au.barred.suggest',
4329         'Suggest barred field on patron registration',
4330         'coust', 'label'),
4331     oils_i18n_gettext('ui.patron.edit.au.barred.suggest',
4332         '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.',
4333         'coust', 'description'),
4334     'bool', null)
4335
4336 ,( 'ui.patron.edit.au.claims_never_checked_out_count.show', 'gui',
4337     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.show',
4338         'Show claims_never_checked_out_count field on patron registration',
4339         'coust', 'label'),
4340     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.show',
4341         '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.',
4342         'coust', 'description'),
4343     'bool', null)
4344
4345 ,( 'ui.patron.edit.au.claims_never_checked_out_count.suggest', 'gui',
4346     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.suggest',
4347         'Suggest claims_never_checked_out_count field on patron registration',
4348         'coust', 'label'),
4349     oils_i18n_gettext('ui.patron.edit.au.claims_never_checked_out_count.suggest',
4350         '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.',
4351         'coust', 'description'),
4352     'bool', null)
4353
4354 ,( 'ui.patron.edit.au.claims_returned_count.show', 'gui',
4355     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.show',
4356         'Show claims_returned_count field on patron registration',
4357         'coust', 'label'),
4358     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.show',
4359         '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.',
4360         'coust', 'description'),
4361     'bool', null)
4362
4363 ,( 'ui.patron.edit.au.claims_returned_count.suggest', 'gui',
4364     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.suggest',
4365         'Suggest claims_returned_count field on patron registration',
4366         'coust', 'label'),
4367     oils_i18n_gettext('ui.patron.edit.au.claims_returned_count.suggest',
4368         '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.',
4369         'coust', 'description'),
4370     'bool', null)
4371
4372 ,( 'ui.patron.edit.ac.barcode.regex', 'gui',
4373     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
4374         'Regex for barcodes on patron registration',
4375         'coust', 'label'),
4376     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
4377         'The Regular Expression for validation on barcodes in patron registration.',
4378         'coust', 'description'),
4379     'string', null)
4380
4381 ,( 'ui.patron.edit.au.day_phone.example', 'gui',
4382     oils_i18n_gettext('ui.patron.edit.au.day_phone.example',
4383         'Example for day_phone field on patron registration',
4384         'coust', 'label'),
4385     oils_i18n_gettext('ui.patron.edit.au.day_phone.example',
4386         'The Example for validation on the day_phone field in patron registration.',
4387         'coust', 'description'),
4388     'string', null)
4389
4390 ,( 'ui.patron.edit.au.day_phone.regex', 'gui',
4391     oils_i18n_gettext('ui.patron.edit.au.day_phone.regex',
4392         'Regex for day_phone field on patron registration',
4393         'coust', 'label'),
4394     oils_i18n_gettext('ui.patron.edit.au.day_phone.regex',
4395         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.',
4396         'coust', 'description'),
4397     'string', null)
4398
4399 ,( 'ui.patron.edit.au.day_phone.require', 'gui',
4400     oils_i18n_gettext('ui.patron.edit.au.day_phone.require',
4401         'Require day_phone field on patron registration',
4402         'coust', 'label'),
4403     oils_i18n_gettext('ui.patron.edit.au.day_phone.require',
4404         'The day_phone field will be required on the patron registration screen.',
4405         'coust', 'description'),
4406     'bool', null)
4407
4408 ,( 'ui.patron.edit.au.day_phone.show', 'gui',
4409     oils_i18n_gettext('ui.patron.edit.au.day_phone.show',
4410         'Show day_phone field on patron registration',
4411         'coust', 'label'),
4412     oils_i18n_gettext('ui.patron.edit.au.day_phone.show',
4413         '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.',
4414         'coust', 'description'),
4415     'bool', null)
4416
4417 ,( 'ui.patron.edit.au.day_phone.suggest', 'gui',
4418     oils_i18n_gettext('ui.patron.edit.au.day_phone.suggest',
4419         'Suggest day_phone field on patron registration',
4420         'coust', 'label'),
4421     oils_i18n_gettext('ui.patron.edit.au.day_phone.suggest',
4422         '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.',
4423         'coust', 'description'),
4424     'bool', null)
4425
4426 ,( 'ui.patron.edit.au.dob.calendar', 'gui',
4427     oils_i18n_gettext('ui.patron.edit.au.dob.calendar',
4428         'Show calendar widget for dob field on patron registration',
4429         'coust', 'label'),
4430     oils_i18n_gettext('ui.patron.edit.au.dob.calendar',
4431         'If set the calendar widget will appear when editing the dob field on the patron registration form.',
4432         'coust', 'description'),
4433     'bool', null)
4434
4435 ,( 'ui.patron.edit.au.dob.require', 'gui',
4436     oils_i18n_gettext('ui.patron.edit.au.dob.require',
4437         'Require dob field on patron registration',
4438         'coust', 'label'),
4439     oils_i18n_gettext('ui.patron.edit.au.dob.require',
4440         'The dob field will be required on the patron registration screen.',
4441         'coust', 'description'),
4442     'bool', null)
4443
4444 ,( 'ui.patron.edit.au.dob.show', 'gui',
4445     oils_i18n_gettext('ui.patron.edit.au.dob.show',
4446         'Show dob field on patron registration',
4447         'coust', 'label'),
4448     oils_i18n_gettext('ui.patron.edit.au.dob.show',
4449         '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.',
4450         'coust', 'description'),
4451     'bool', null)
4452
4453 ,( 'ui.patron.edit.au.dob.suggest', 'gui',
4454     oils_i18n_gettext('ui.patron.edit.au.dob.suggest',
4455         'Suggest dob field on patron registration',
4456         'coust', 'label'),
4457     oils_i18n_gettext('ui.patron.edit.au.dob.suggest',
4458         '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.',
4459         'coust', 'description'),
4460     'bool', null)
4461
4462 ,( 'ui.patron.edit.au.email.example', 'gui',
4463     oils_i18n_gettext('ui.patron.edit.au.email.example',
4464         'Example for email field on patron registration',
4465         'coust', 'label'),
4466     oils_i18n_gettext('ui.patron.edit.au.email.example',
4467         'The Example for validation on the email field in patron registration.',
4468         'coust', 'description'),
4469     'string', null)
4470
4471 ,( 'ui.patron.edit.au.email.regex', 'gui',
4472     oils_i18n_gettext('ui.patron.edit.au.email.regex',
4473         'Regex for email field on patron registration',
4474         'coust', 'label'),
4475     oils_i18n_gettext('ui.patron.edit.au.email.regex',
4476         'The Regular Expression for validation on the email field in patron registration.',
4477         'coust', 'description'),
4478     'string', null)
4479
4480 ,( 'ui.patron.edit.au.email.require', 'gui',
4481     oils_i18n_gettext('ui.patron.edit.au.email.require',
4482         'Require email field on patron registration',
4483         'coust', 'label'),
4484     oils_i18n_gettext('ui.patron.edit.au.email.require',
4485         'The email field will be required on the patron registration screen.',
4486         'coust', 'description'),
4487     'bool', null)
4488
4489 ,( 'ui.patron.edit.au.email.show', 'gui',
4490     oils_i18n_gettext('ui.patron.edit.au.email.show',
4491         'Show email field on patron registration',
4492         'coust', 'label'),
4493     oils_i18n_gettext('ui.patron.edit.au.email.show',
4494         '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.',
4495         'coust', 'description'),
4496     'bool', null)
4497
4498 ,( 'ui.patron.edit.au.email.suggest', 'gui',
4499     oils_i18n_gettext('ui.patron.edit.au.email.suggest',
4500         'Suggest email field on patron registration',
4501         'coust', 'label'),
4502     oils_i18n_gettext('ui.patron.edit.au.email.suggest',
4503         '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.',
4504         'coust', 'description'),
4505     'bool', null)
4506
4507 ,( 'ui.patron.edit.au.evening_phone.example', 'gui',
4508     oils_i18n_gettext('ui.patron.edit.au.evening_phone.example',
4509         'Example for evening_phone field on patron registration',
4510         'coust', 'label'),
4511     oils_i18n_gettext('ui.patron.edit.au.evening_phone.example',
4512         'The Example for validation on the evening_phone field in patron registration.',
4513         'coust', 'description'),
4514     'string', null)
4515
4516 ,( 'ui.patron.edit.au.evening_phone.regex', 'gui',
4517     oils_i18n_gettext('ui.patron.edit.au.evening_phone.regex',
4518         'Regex for evening_phone field on patron registration',
4519         'coust', 'label'),
4520     oils_i18n_gettext('ui.patron.edit.au.evening_phone.regex',
4521         'The Regular Expression for validation on the evening_phone field in patron registration.',
4522         'coust', 'description'),
4523     'string', null)
4524
4525 ,( 'ui.patron.edit.au.evening_phone.require', 'gui',
4526     oils_i18n_gettext('ui.patron.edit.au.evening_phone.require',
4527         'Require evening_phone field on patron registration',
4528         'coust', 'label'),
4529     oils_i18n_gettext('ui.patron.edit.au.evening_phone.require',
4530         'The evening_phone field will be required on the patron registration screen.',
4531         'coust', 'description'),
4532     'bool', null)
4533
4534 ,( 'ui.patron.edit.au.evening_phone.show', 'gui',
4535     oils_i18n_gettext('ui.patron.edit.au.evening_phone.show',
4536         'Show evening_phone field on patron registration',
4537         'coust', 'label'),
4538     oils_i18n_gettext('ui.patron.edit.au.evening_phone.show',
4539         '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.',
4540         'coust', 'description'),
4541     'bool', null)
4542
4543 ,( 'ui.patron.edit.au.evening_phone.suggest', 'gui',
4544     oils_i18n_gettext('ui.patron.edit.au.evening_phone.suggest',
4545         'Suggest evening_phone field on patron registration',
4546         'coust', 'label'),
4547     oils_i18n_gettext('ui.patron.edit.au.evening_phone.suggest',
4548         '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.',
4549         'coust', 'description'),
4550     'bool', null)
4551
4552 ,( 'ui.patron.edit.au.ident_value.show', 'gui',
4553     oils_i18n_gettext('ui.patron.edit.au.ident_value.show',
4554         'Show ident_value field on patron registration',
4555         'coust', 'label'),
4556     oils_i18n_gettext('ui.patron.edit.au.ident_value.show',
4557         '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.',
4558         'coust', 'description'),
4559     'bool', null)
4560
4561 ,( 'ui.patron.edit.au.ident_value.suggest', 'gui',
4562     oils_i18n_gettext('ui.patron.edit.au.ident_value.suggest',
4563         'Suggest ident_value field on patron registration',
4564         'coust', 'label'),
4565     oils_i18n_gettext('ui.patron.edit.au.ident_value.suggest',
4566         '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.',
4567         'coust', 'description'),
4568     'bool', null)
4569
4570 ,( 'ui.patron.edit.au.ident_value2.show', 'gui',
4571     oils_i18n_gettext('ui.patron.edit.au.ident_value2.show',
4572         'Show ident_value2 field on patron registration',
4573         'coust', 'label'),
4574     oils_i18n_gettext('ui.patron.edit.au.ident_value2.show',
4575         '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.',
4576         'coust', 'description'),
4577     'bool', null)
4578
4579 ,( 'ui.patron.edit.au.ident_value2.suggest', 'gui',
4580     oils_i18n_gettext('ui.patron.edit.au.ident_value2.suggest',
4581         'Suggest ident_value2 field on patron registration',
4582         'coust', 'label'),
4583     oils_i18n_gettext('ui.patron.edit.au.ident_value2.suggest',
4584         '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.',
4585         'coust', 'description'),
4586     'bool', null)
4587
4588 ,( 'ui.patron.edit.au.juvenile.show', 'gui',
4589     oils_i18n_gettext('ui.patron.edit.au.juvenile.show',
4590         'Show juvenile field on patron registration',
4591         'coust', 'label'),
4592     oils_i18n_gettext('ui.patron.edit.au.juvenile.show',
4593         '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.',
4594         'coust', 'description'),
4595     'bool', null)
4596
4597 ,( 'ui.patron.edit.au.juvenile.suggest', 'gui',
4598     oils_i18n_gettext('ui.patron.edit.au.juvenile.suggest',
4599         'Suggest juvenile field on patron registration',
4600         'coust', 'label'),
4601     oils_i18n_gettext('ui.patron.edit.au.juvenile.suggest',
4602         '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.',
4603         'coust', 'description'),
4604     'bool', null)
4605
4606 ,( 'ui.patron.edit.au.master_account.show', 'gui',
4607     oils_i18n_gettext('ui.patron.edit.au.master_account.show',
4608         'Show master_account field on patron registration',
4609         'coust', 'label'),
4610     oils_i18n_gettext('ui.patron.edit.au.master_account.show',
4611         '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.',
4612         'coust', 'description'),
4613     'bool', null)
4614
4615 ,( 'ui.patron.edit.au.master_account.suggest', 'gui',
4616     oils_i18n_gettext('ui.patron.edit.au.master_account.suggest',
4617         'Suggest master_account field on patron registration',
4618         'coust', 'label'),
4619     oils_i18n_gettext('ui.patron.edit.au.master_account.suggest',
4620         '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.',
4621         'coust', 'description'),
4622     'bool', null)
4623
4624 ,( 'ui.patron.edit.au.other_phone.example', 'gui',
4625     oils_i18n_gettext('ui.patron.edit.au.other_phone.example',
4626         'Example for other_phone field on patron registration',
4627         'coust', 'label'),
4628     oils_i18n_gettext('ui.patron.edit.au.other_phone.example',
4629         'The Example for validation on the other_phone field in patron registration.',
4630         'coust', 'description'),
4631     'string', null)
4632
4633 ,( 'ui.patron.edit.au.other_phone.regex', 'gui',
4634     oils_i18n_gettext('ui.patron.edit.au.other_phone.regex',
4635         'Regex for other_phone field on patron registration',
4636         'coust', 'label'),
4637     oils_i18n_gettext('ui.patron.edit.au.other_phone.regex',
4638         'The Regular Expression for validation on the other_phone field in patron registration.',
4639         'coust', 'description'),
4640     'string', null)
4641
4642 ,( 'ui.patron.edit.au.other_phone.require', 'gui',
4643     oils_i18n_gettext('ui.patron.edit.au.other_phone.require',
4644         'Require other_phone field on patron registration',
4645         'coust', 'label'),
4646     oils_i18n_gettext('ui.patron.edit.au.other_phone.require',
4647         'The other_phone field will be required on the patron registration screen.',
4648         'coust', 'description'),
4649     'bool', null)
4650
4651 ,( 'ui.patron.edit.au.other_phone.show', 'gui',
4652     oils_i18n_gettext('ui.patron.edit.au.other_phone.show',
4653         'Show other_phone field on patron registration',
4654         'coust', 'label'),
4655     oils_i18n_gettext('ui.patron.edit.au.other_phone.show',
4656         '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.',
4657         'coust', 'description'),
4658     'bool', null)
4659
4660 ,( 'ui.patron.edit.au.other_phone.suggest', 'gui',
4661     oils_i18n_gettext('ui.patron.edit.au.other_phone.suggest',
4662         'Suggest other_phone field on patron registration',
4663         'coust', 'label'),
4664     oils_i18n_gettext('ui.patron.edit.au.other_phone.suggest',
4665         '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.',
4666         'coust', 'description'),
4667     'bool', null)
4668
4669 ,( 'ui.patron.edit.au.prefix.require', 'gui',
4670     oils_i18n_gettext('ui.patron.edit.au.prefix.require',
4671         'Require prefix field on patron registration',
4672         'coust', 'label'),
4673     oils_i18n_gettext('ui.patron.edit.au.prefix.require',
4674         'The prefix field will be required on the patron registration screen.',
4675         'coust', 'description'),
4676     'bool', null)
4677         
4678 ,( 'ui.patron.edit.au.prefix.show', 'gui',
4679     oils_i18n_gettext('ui.patron.edit.au.prefix.show',
4680         'Show prefix field on patron registration',
4681         'coust', 'label'),
4682     oils_i18n_gettext('ui.patron.edit.au.prefix.show',
4683         '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.',
4684         'coust', 'description'),
4685     'bool', null)
4686
4687 ,( 'ui.patron.edit.au.prefix.suggest', 'gui',
4688     oils_i18n_gettext('ui.patron.edit.au.prefix.suggest',
4689         'Suggest prefix field on patron registration',
4690         'coust', 'label'),
4691     oils_i18n_gettext('ui.patron.edit.au.prefix.suggest',
4692         '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.',
4693         'coust', 'description'),
4694     'bool', null)
4695
4696 ,( 'ui.patron.edit.au.second_given_name.show', 'gui',
4697     oils_i18n_gettext('ui.patron.edit.au.second_given_name.show',
4698         'Show second_given_name field on patron registration',
4699         'coust', 'label'),
4700     oils_i18n_gettext('ui.patron.edit.au.second_given_name.show',
4701         '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.',
4702         'coust', 'description'),
4703     'bool', null)
4704
4705 ,( 'ui.patron.edit.au.second_given_name.suggest', 'gui',
4706     oils_i18n_gettext('ui.patron.edit.au.second_given_name.suggest',
4707         'Suggest second_given_name field on patron registration',
4708         'coust', 'label'),
4709     oils_i18n_gettext('ui.patron.edit.au.second_given_name.suggest',
4710         '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.',
4711         'coust', 'description'),
4712     'bool', null)
4713
4714 ,( 'ui.patron.edit.au.suffix.show', 'gui',
4715     oils_i18n_gettext('ui.patron.edit.au.suffix.show',
4716         'Show suffix field on patron registration',
4717         'coust', 'label'),
4718     oils_i18n_gettext('ui.patron.edit.au.suffix.show',
4719         '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.',
4720         'coust', 'description'),
4721     'bool', null)
4722
4723 ,( 'ui.patron.edit.au.suffix.suggest', 'gui',
4724     oils_i18n_gettext('ui.patron.edit.au.suffix.suggest',
4725         'Suggest suffix field on patron registration',
4726         'coust', 'label'),
4727     oils_i18n_gettext('ui.patron.edit.au.suffix.suggest',
4728         '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.',
4729         'coust', 'description'),
4730     'bool', null)
4731
4732 ,( 'ui.patron.edit.aua.county.require', 'gui',
4733     oils_i18n_gettext('ui.patron.edit.aua.county.require',
4734         'Require county field on patron registration',
4735         'coust', 'label'),
4736     oils_i18n_gettext('ui.patron.edit.aua.county.require',
4737         'The county field will be required on the patron registration screen.',
4738         'coust', 'description'),
4739     'bool', null)
4740
4741 ,( 'ui.patron.edit.aua.state.require', 'gui',
4742     oils_i18n_gettext('ui.patron.edit.aua.state.require',
4743         'Require State field on patron registration',
4744         'coust', 'label'),
4745     oils_i18n_gettext('ui.patron.edit.aua.state.require',
4746         'The State field will be required on the patron registration screen.',
4747         'coust', 'description'),
4748     'bool', null)
4749
4750 ,( 'ui.patron.edit.aua.state.show', 'gui',
4751     oils_i18n_gettext('ui.patron.edit.aua.state.show',
4752         'Show State field on patron registration',
4753         'coust', 'label'),
4754     oils_i18n_gettext('ui.patron.edit.aua.state.show',
4755         '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.',
4756         'coust', 'description'),
4757     'bool', null)
4758
4759 ,( 'ui.patron.edit.aua.state.suggest', 'gui',
4760     oils_i18n_gettext('ui.patron.edit.aua.state.suggest',
4761         'Suggest State field on patron registration',
4762         'coust', 'label'),
4763     oils_i18n_gettext('ui.patron.edit.aua.state.suggest',
4764         '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.',
4765         'coust', 'description'),
4766     'bool', null)
4767
4768 ,( 'ui.patron.edit.aua.post_code.example', 'gui',
4769     oils_i18n_gettext('ui.patron.edit.aua.post_code.example',
4770         'Example for post_code field on patron registration',
4771         'coust', 'label'),
4772     oils_i18n_gettext('ui.patron.edit.aua.post_code.example',
4773         'The Example for validation on the post_code field in patron registration.',
4774         'coust', 'description'),
4775     'string', null)
4776
4777 ,( 'ui.patron.edit.aua.post_code.regex', 'gui',
4778     oils_i18n_gettext('ui.patron.edit.aua.post_code.regex',
4779         'Regex for post_code field on patron registration',
4780         'coust', 'label'),
4781     oils_i18n_gettext('ui.patron.edit.aua.post_code.regex',
4782         'The Regular Expression for validation on the post_code field in patron registration.',
4783         'coust', 'description'),
4784     'string', null)
4785
4786 ,( 'ui.patron.edit.default_suggested', 'gui',
4787     oils_i18n_gettext('ui.patron.edit.default_suggested',
4788         'Default showing suggested patron registration fields',
4789         'coust', 'label'),
4790     oils_i18n_gettext('ui.patron.edit.default_suggested',
4791         'Instead of All fields, show just suggested fields in patron registration by default.',
4792         'coust', 'description'),
4793     'bool', null)
4794
4795 ,( 'ui.patron.edit.phone.example', 'gui',
4796     oils_i18n_gettext('ui.patron.edit.phone.example',
4797         'Example for phone fields on patron registration',
4798         'coust', 'label'),
4799     oils_i18n_gettext('ui.patron.edit.phone.example',
4800         'The Example for validation on phone fields in patron registration. Applies to all phone fields without their own setting.',
4801         'coust', 'description'),
4802     'string', null)
4803
4804 ,( 'ui.patron.edit.phone.regex', 'gui',
4805     oils_i18n_gettext('ui.patron.edit.phone.regex',
4806         'Regex for phone fields on patron registration',
4807         'coust', 'label'),
4808     oils_i18n_gettext('ui.patron.edit.phone.regex',
4809         '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.',
4810         'coust', 'description'),
4811     'string', null)
4812
4813 ,( 'ui.patron.registration.require_address', 'gui',
4814     oils_i18n_gettext('ui.patron.registration.require_address',
4815         'Require at least one address for Patron Registration',
4816         'coust', 'label'),
4817     oils_i18n_gettext('ui.patron.registration.require_address',
4818         'Enforces a requirement for having at least one address for a patron during registration.',
4819         'coust', 'description'),
4820     'bool', null)
4821
4822 ,( 'ui.patron_search.result_cap', 'gui',
4823     oils_i18n_gettext('ui.patron_search.result_cap',
4824         'Cap results in Patron Search at this number.',
4825         'coust', 'label'),
4826     oils_i18n_gettext('ui.patron_search.result_cap',
4827         '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.',
4828         'coust', 'description'),
4829     'integer', null)
4830
4831 ,( 'ui.staff.require_initials.patron_standing_penalty', 'gui',
4832     oils_i18n_gettext('ui.staff.require_initials.patron_standing_penalty',
4833         'Require staff initials for entry/edit of patron standing penalties and messages.',
4834         'coust', 'label'),
4835     oils_i18n_gettext('ui.staff.require_initials.patron_standing_penalty',
4836         'Appends staff initials and edit date into patron standing penalties and messages.',
4837         'coust', 'description'),
4838     'bool', null)
4839
4840 ,( 'ui.staff.require_initials.patron_info_notes', 'gui',
4841     oils_i18n_gettext('ui.staff.require_initials.patron_info_notes',
4842         'Require staff initials for entry/edit of patron notes.',
4843         'coust', 'label'),
4844     oils_i18n_gettext('ui.staff.require_initials.patron_info_notes',
4845         'Appends staff initials and edit date into patron note content.',
4846         'coust', 'description'),
4847     'bool', null)
4848
4849 ,( 'ui.staff.require_initials.copy_notes', 'gui',
4850     oils_i18n_gettext('ui.staff.require_initials.copy_notes',
4851         'Require staff initials for entry/edit of copy notes.',
4852         'coust', 'label'),
4853     oils_i18n_gettext('ui.staff.require_initials.copy_notes',
4854         'Appends staff initials and edit date into copy note content.',
4855         'coust', 'description'),
4856     'bool', null)
4857
4858 ,( 'ui.unified_volume_copy_editor', 'gui',
4859     oils_i18n_gettext('ui.unified_volume_copy_editor',
4860         'Unified Volume/Item Creator/Editor',
4861         'coust', 'label'),
4862     oils_i18n_gettext('ui.unified_volume_copy_editor',
4863         'If true combines the Volume/Copy Creator and Item Attribute Editor in some instances.',
4864         'coust', 'description'),
4865     'bool', null)
4866
4867 ,( 'url.remote_column_settings', 'gui',
4868     oils_i18n_gettext('url.remote_column_settings',
4869         'URL for remote directory containing list column settings.',
4870         'coust', 'label'),
4871     oils_i18n_gettext('url.remote_column_settings',
4872         '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.',
4873         'coust', 'description'),
4874     'string', null)
4875 ,( 'opac.staff_saved_search.size', 'opac',
4876     oils_i18n_gettext('opac.staff_saved_search.size',
4877         'OPAC: Number of staff client saved searches to display on left side of results and record details pages',
4878         'coust', 'label'),
4879     oils_i18n_gettext('opac.staff_saved_search.size',
4880         '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.',
4881         'coust', 'description'),
4882     'integer', null)
4883 ,( 'circ.holds.target_when_closed', 'circ',
4884     oils_i18n_gettext('circ.holds.target_when_closed',
4885         'Target copies for a hold even if copy''s circ lib is closed',
4886         'coust', 'label'),
4887     oils_i18n_gettext('circ.holds.target_when_closed',
4888         '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).',
4889         'coust', 'description'),
4890     'bool', null)
4891 ,( 'circ.holds.target_when_closed_if_at_pickup_lib', 'circ',
4892     oils_i18n_gettext('circ.holds.target_when_closed_if_at_pickup_lib',
4893         'Target copies for a hold even if copy''s circ lib is closed IF the circ lib is the hold''s pickup lib',
4894         'coust', 'label'),
4895     oils_i18n_gettext('circ.holds.target_when_closed_if_at_pickup_lib',
4896         '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.',
4897         'coust', 'description'),
4898     'bool', null)
4899
4900
4901 ,( 'opac.staff.jump_to_details_on_single_hit', 'opac',
4902     oils_i18n_gettext('opac.staff.jump_to_details_on_single_hit',
4903         'Jump to details on 1 hit (staff client)',
4904         'coust', 'label'),
4905     oils_i18n_gettext('opac.staff.jump_to_details_on_single_hit',
4906         'When a search yields only 1 result, jump directly to the record details page.  This setting only affects the OPAC within the staff client',
4907         'coust', 'description'),
4908     'bool', null)
4909 ,( 'opac.patron.jump_to_details_on_single_hit', 'opac',
4910     oils_i18n_gettext('opac.patron.jump_to_details_on_single_hit',
4911         'Jump to details on 1 hit (public)',
4912         'coust', 'label'),
4913     oils_i18n_gettext('opac.patron.jump_to_details_on_single_hit',
4914         'When a search yields only 1 result, jump directly to the record details page.  This setting only affects the public OPAC',
4915         'coust', 'description'),
4916     'bool', null)
4917
4918 ,( 'opac.search.tag_circulated_items', 'opac',
4919     oils_i18n_gettext(
4920         'opac.search.tag_circulated_items',
4921         'Tag Circulated Items in Results',
4922         'coust', 'label'
4923     ),
4924     oils_i18n_gettext(
4925         'opac.search.tag_circulated_items',
4926         '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',
4927         'coust', 'description'
4928     ),
4929     'bool', null)
4930
4931 ,( 'sms.enable', 'sms',
4932     oils_i18n_gettext(
4933         'sms.enable',
4934         'Enable features that send SMS text messages.',
4935         'coust',
4936         'label'
4937     ),
4938     oils_i18n_gettext(
4939         'sms.enable',
4940         '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.',
4941         'coust',
4942         'description'
4943     ),
4944     'bool', null)
4945 ,( 'sms.disable_authentication_requirement.callnumbers', 'sms',
4946     oils_i18n_gettext(
4947         'sms.disable_authentication_requirement.callnumbers',
4948         'Disable auth requirement for texting call numbers.',
4949         'coust',
4950         'label'
4951     ),
4952     oils_i18n_gettext(
4953         'sms.disable_authentication_requirement.callnumbers',
4954         'Disable authentication requirement for sending call number information via SMS from the OPAC.',
4955         'coust',
4956         'description'
4957     ),
4958     'bool', null)
4959 ,( 'serial.default_display_grouping', 'serial',
4960     oils_i18n_gettext(
4961         'serial.default_display_grouping',
4962         'Default display grouping for serials distributions presented in the OPAC.',
4963         'coust',
4964         'label'
4965     ),
4966     oils_i18n_gettext(
4967         'serial.default_display_grouping',
4968         'Default display grouping for serials distributions presented in the OPAC. This can be "enum" or "chron".',
4969         'coust',
4970         'description'
4971     ),
4972     'string', null)
4973 ,( 'vandelay.default_match_set', 'vandelay',
4974     oils_i18n_gettext(
4975         'vandelay.default_match_set',
4976         'Default Record Match Set',
4977         'coust',
4978         'label'
4979     ),
4980     oils_i18n_gettext(
4981         'vandelay.default_match_set',
4982         'Default Record Match Set',
4983         'coust',
4984         'description'
4985     ),
4986     'string', null)
4987 ,( 'opac.browse.pager_shortcuts', 'opac',
4988     oils_i18n_gettext(
4989         'opac.browse.pager_shortcuts',
4990         'Paging shortcut links for OPAC Browse',
4991         'coust',
4992         'label'
4993     ),
4994     oils_i18n_gettext(
4995         '',
4996         '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.',
4997         'coust',
4998         'description'
4999     ),
5000     'string', null)
5001
5002 ,( 'circ.patron_edit.duplicate_patron_check_depth', 'circ',
5003     oils_i18n_gettext(
5004         'circ.patron_edit.duplicate_patron_check_depth',
5005         'Specify search depth for the duplicate patron check in the patron editor',
5006         'coust',
5007         'label'),
5008     oils_i18n_gettext(
5009         'circ.patron_edit.duplicate_patron_check_depth',
5010         'When using the patron registration page, the duplicate patron check will use the configured depth to scope the search for duplicate patrons.',
5011         'coust',
5012         'description'),
5013     'integer', null)
5014 ,('circ.use_lost_paid_copy_status',
5015  'circ',
5016  oils_i18n_gettext('circ.use_lost_paid_copy_status',
5017      'Use Lost and Paid copy status',
5018      'coust', 'label'),
5019  oils_i18n_gettext('circ.use_lost_paid_copy_status',
5020      'Use Lost and Paid copy status when lost or long overdue billing is paid',
5021      'coust', 'description'),
5022  'bool', null)
5023
5024 ,( 'circ.checkin.lost_zero_balance.do_not_change', 'circ',
5025     oils_i18n_gettext('circ.checkin.lost_zero_balance.do_not_change',
5026         'Do not change fines/fees on zero-balance LOST transaction',
5027         'coust', 'label'),
5028     oils_i18n_gettext('circ.checkin.lost_zero_balance.do_not_change',
5029         'When an item has been marked lost and all fines/fees have been completely paid on the transaction, do not void or reinstate any fines/fees EVEN IF circ.void_lost_on_checkin and/or circ.void_lost_proc_fee_on_checkin are enabled',
5030         'coust', 'description'),
5031     'bool', null)
5032
5033 ;
5034
5035 UPDATE config.org_unit_setting_type
5036     SET view_perm = (SELECT id FROM permission.perm_list
5037         WHERE code = 'VIEW_CREDIT_CARD_PROCESSING' LIMIT 1)
5038     WHERE name LIKE 'credit.processor%' AND view_perm IS NULL;
5039
5040 UPDATE config.org_unit_setting_type
5041     SET update_perm = (SELECT id FROM permission.perm_list
5042         WHERE code = 'ADMIN_CREDIT_CARD_PROCESSING' LIMIT 1)
5043     WHERE name LIKE 'credit.processor%' AND update_perm IS NULL;
5044
5045 -- *** Has to go below coust definition to satisfy referential integrity ***
5046 -- In booking, elbow room defines:
5047 --  a) how far in the future you must make a reservation on a given item if
5048 --      that item will have to transit somewhere to fulfill the reservation.
5049 --  b) how soon a reservation must be starting for the reserved item to
5050 --      be op-captured by the checkin interface.
5051 INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (
5052     (SELECT id FROM actor.org_unit WHERE parent_ou IS NULL),
5053     'circ.booking_reservation.default_elbow_room',
5054     '"1 day"')
5055     ,(1, 'cat.spine.line.margin', 0)
5056     ,(1, 'cat.spine.line.height', 9)
5057     ,(1, 'cat.spine.line.width', 8)
5058     ,(1, 'cat.label.font.family', '"monospace"')
5059     ,(1, 'cat.label.font.size', 10)
5060     ,(1, 'cat.label.font.weight', '"normal"')
5061     ,(1, 'circ.grace.extend', 'true')
5062 ;
5063
5064
5065 -- Staged Search (for default matchpoints)
5066 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'first_word', 1.5);
5067 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'full_match', 20);
5068
5069 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'first_word', 1.5);
5070 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'word_order', 10);
5071 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(2, 'full_match', 20);
5072
5073 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'first_word', 1.5);
5074 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'word_order', 10);
5075 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(3, 'full_match', 20);
5076
5077 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'first_word', 1.5);
5078 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'word_order', 10);
5079 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(4, 'full_match', 20);
5080
5081 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'first_word', 1.5);
5082 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'word_order', 10);
5083 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(5, 'full_match', 20);
5084
5085 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'first_word', 1.5);
5086 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'word_order', 10);
5087 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(6, 'full_match', 20);
5088
5089 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(7, 'first_word', 1.5);
5090
5091 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(8, 'first_word', 1.5);
5092
5093 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(9, 'first_word', 1.5);
5094
5095 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(10, 'first_word', 1.5);
5096
5097 INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(15, 'word_order', 10);
5098
5099 -- Vandelay (for importing and exporting records) 012.schema.vandelay.sql 
5100 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)]');
5101 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)]');
5102 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]');
5103 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]');
5104 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$);
5105 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$);
5106 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]');
5107 INSERT INTO vandelay.bib_attr_definition ( id, code, description, xpath) VALUES (8, 'rec_identifier',oils_i18n_gettext(8, 'Accession Number', 'vqbrad', 'description'),'//*[@tag="001"]');
5108 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"]');
5109 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"]');
5110 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"]');
5111 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]');
5112 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$);
5113 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]');
5114 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]');
5115 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"]');
5116 SELECT SETVAL('vandelay.bib_attr_definition_id_seq'::TEXT, 100);
5117
5118 INSERT INTO vandelay.import_item_attr_definition (
5119     owner, name, tag, owning_lib, circ_lib, location,
5120     call_number, circ_modifier, barcode, price, copy_number,
5121     circulate, ref, holdable, opac_visible, status
5122 ) VALUES (
5123     1,
5124     'Evergreen 852 export format',
5125     '852',
5126     '[@code = "b"][1]',
5127     '[@code = "b"][2]',
5128     'c',
5129     'j',
5130     'g',
5131     'p',
5132     'y',
5133     't',
5134     '[@code = "x" and text() = "circulating"]',
5135     '[@code = "x" and text() = "reference"]',
5136     '[@code = "x" and text() = "holdable"]',
5137     '[@code = "x" and text() = "visible"]',
5138     'z'
5139 );
5140
5141 INSERT INTO vandelay.import_item_attr_definition (
5142     owner,
5143     name,
5144     tag,
5145     owning_lib,
5146     location,
5147     call_number,
5148     circ_modifier,
5149     barcode,
5150     price,
5151     status
5152 ) VALUES (
5153     1,
5154     'Unicorn Import format -- 999',
5155     '999',
5156     'm',
5157     'l',
5158     'a',
5159     't',
5160     'i',
5161     'p',
5162     'k'
5163 );
5164
5165 INSERT INTO vandelay.authority_attr_definition (id, code, description, xpath) VALUES (1, 'rec_identifier',oils_i18n_gettext(1, 'Identifier', 'vqarad', 'description'),'//*[@tag="001"]');
5166 SELECT SETVAL('vandelay.authority_attr_definition_id_seq'::TEXT, 100);
5167
5168
5169 INSERT INTO container.copy_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'ccpbt', 'label'));
5170 INSERT INTO container.copy_bucket_type (code,label) VALUES ('staff_client', oils_i18n_gettext('staff_client', 'General Staff Client container', 'ccpbt', 'label'));
5171 INSERT INTO container.copy_bucket_type (code,label) VALUES ( 'circ_history', 'Circulation History' );
5172 INSERT INTO container.call_number_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'ccnbt', 'label'));
5173 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cbrebt', 'label'));
5174 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('staff_client', oils_i18n_gettext('staff_client', 'General Staff Client container', 'cbrebt', 'label'));
5175 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('bookbag', oils_i18n_gettext('bookbag', 'Book List', 'cbrebt', 'label'));
5176 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('reading_list', oils_i18n_gettext('reading_list', 'Reading List', 'cbrebt', 'label'));
5177 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('template_merge',oils_i18n_gettext('template_merge','Template Merge Container', 'cbrebt', 'label'));
5178 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('url_verify', oils_i18n_gettext('url_verify', 'URL Verification Queue', 'cbrebt', 'label'));
5179
5180 INSERT INTO container.user_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cubt', 'label'));
5181 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks', oils_i18n_gettext('folks', 'Friends', 'cubt', 'label'));
5182 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:pub_book_bags.view', oils_i18n_gettext('folks:pub_book_bags.view', 'List Published Book Lists', 'cubt', 'label'));
5183 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:pub_book_bags.add', oils_i18n_gettext('folks:pub_book_bags.add', 'Add to Published Book Lists', 'cubt', 'label'));
5184 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.view', oils_i18n_gettext('folks:circ.view', 'View Circulations', 'cubt', 'label'));
5185 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.renew', oils_i18n_gettext('folks:circ.renew', 'Renew Circulations', 'cubt', 'label'));
5186 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:circ.checkout', oils_i18n_gettext('folks:circ.checkout', 'Checkout Items', 'cubt', 'label'));
5187 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:hold.view', oils_i18n_gettext('folks:hold.view', 'View Holds', 'cubt', 'label'));
5188 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks:hold.cancel', oils_i18n_gettext('folks:hold.cancel', 'Cancel Holds', 'cubt', 'label'));
5189
5190
5191 ----------------------------------
5192 -- MARC21 record structure data --
5193 ----------------------------------
5194
5195 -- Record type map
5196 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('BKS','at','acdm');
5197 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('SER','a','bsi');
5198 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('VIS','gkro','abcdmsi');
5199 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MIX','p','cdi');
5200 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MAP','ef','abcdmsi');
5201 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('SCO','cd','abcdmsi');
5202 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('REC','ij','abcdmsi');
5203 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('COM','m','abcdmsi');
5204 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('AUT','z',' ');
5205 INSERT INTO config.marc21_rec_type_map (code, type_val, blvl_val) VALUES ('MFHD','uvxy',' ');
5206
5207
5208 ------ Physical Characteristics
5209
5210 -- Map
5211 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('a','Map');
5212 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','b','1','1','SMD');
5213 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Atlas');
5214 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Diagram');
5215 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Map');
5216 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Profile');
5217 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Model');
5218 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');
5219 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Section');
5220 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5221 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('y',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'View');
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','d','3','1','Color');
5224 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');
5225 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5226 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','e','4','1','Physical medium');
5227 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5228 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5229 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5230 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5231 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5232 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5233 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5234 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5235 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');
5236 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');
5237 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');
5238 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');
5239 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5240 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');
5241 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5242 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','f','5','1','Type of reproduction');
5243 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Facsimile');
5244 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');
5245 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5246 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5247 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','g','6','1','Production/reproduction details');
5248 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');
5249 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photocopy');
5250 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');
5251 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Film');
5252 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5253 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5254 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('a','h','7','1','Positive/negative');
5255 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Positive');
5256 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Negative');
5257 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
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
5260 -- Electronic Resource
5261 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('c','Electronic Resource');
5262 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','b','1','1','SMD');
5263 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');
5264 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');
5265 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');
5266 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');
5267 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');
5268 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');
5269 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');
5270 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');
5271 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Remote');
5272 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5273 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5274 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','d','3','1','Color');
5275 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');
5276 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');
5277 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5278 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');
5279 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5280 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');
5281 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5282 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5283 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','e','4','1','Dimensions');
5284 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.');
5285 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.');
5286 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.');
5287 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.');
5288 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.');
5289 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');
5290 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.');
5291 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5292 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.');
5293 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5294 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','f','5','1','Sound');
5295 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)');
5296 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Sound');
5297 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5298 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','g','6','3','Image bit depth');
5299 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('---',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5300 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('mmm',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multiple');
5301 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');
5302 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','h','9','1','File formats');
5303 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');
5304 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');
5305 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5306 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','i','10','1','Quality assurance target(s)');
5307 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Absent');
5308 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');
5309 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Present');
5310 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5311 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','j','11','1','Antecedent/Source');
5312 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');
5313 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');
5314 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');
5315 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)');
5316 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5317 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');
5318 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5319 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','k','12','1','Level of compression');
5320 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Uncompressed');
5321 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Lossless');
5322 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Lossy');
5323 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5324 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5325 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('c','l','13','1','Reformatting quality');
5326 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Access');
5327 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');
5328 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Preservation');
5329 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Replacement');
5330 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5331
5332 -- Globe
5333 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('d','Globe');
5334 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','b','1','1','SMD');
5335 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');
5336 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');
5337 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');
5338 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');
5339 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5340 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5341 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','d','3','1','Color');
5342 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');
5343 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5344 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','e','4','1','Physical medium');
5345 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5346 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5347 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5348 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5349 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5350 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5351 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5352 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5353 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5354 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5355 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('d','f','5','1','Type of reproduction');
5356 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Facsimile');
5357 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');
5358 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5359 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5360
5361 -- Tactile Material
5362 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('f','Tactile Material');
5363 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','b','1','1','SMD');
5364 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Moon');
5365 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Braille');
5366 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combination');
5367 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');
5368 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5369 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5370 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','d','3','2','Class of braille writing');
5371 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');
5372 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');
5373 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');
5374 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');
5375 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');
5376 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');
5377 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');
5378 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5379 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5380 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','e','5','1','Level of contraction');
5381 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Uncontracted');
5382 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Contracted');
5383 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combination');
5384 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');
5385 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5386 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5387 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','f','6','3','Braille music format');
5388 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');
5389 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');
5390 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');
5391 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paragraph');
5392 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');
5393 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');
5394 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');
5395 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');
5396 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');
5397 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');
5398 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Outline');
5399 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');
5400 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5401 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5402 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5403 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('f','g','9','1','Special physical characteristics');
5404 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');
5405 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');
5406 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');
5407 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5408 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5409
5410 -- Projected Graphic
5411 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('g','Projected Graphic');
5412 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','b','1','1','SMD');
5413 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');
5414 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Filmstrip');
5415 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');
5416 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');
5417 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Slide');
5418 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Transparency');
5419 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5420 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','d','3','1','Color');
5421 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');
5422 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5423 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');
5424 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5425 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');
5426 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5427 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5428 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','e','4','1','Base of emulsion');
5429 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5430 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5431 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');
5432 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');
5433 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');
5434 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5435 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5436 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5437 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');
5438 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');
5439 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');
5440 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5441 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','g','6','1','Medium for sound');
5442 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');
5443 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');
5444 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');
5445 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');
5446 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');
5447 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');
5448 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');
5449 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5450 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5451 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5452 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5453 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','h','7','1','Dimensions');
5454 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.');
5455 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.');
5456 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.');
5457 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.');
5458 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.');
5459 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.');
5460 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.');
5461 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.)');
5462 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.)');
5463 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.)');
5464 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.)');
5465 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5466 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.)');
5467 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.)');
5468 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.)');
5469 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.)');
5470 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5471 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('g','i','8','1','Secondary support material');
5472 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cardboard');
5473 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5474 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5475 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'metal');
5476 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');
5477 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');
5478 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');
5479 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5480 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5481
5482 -- Microform
5483 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('h','Microform');
5484 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','b','1','1','SMD');
5485 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');
5486 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');
5487 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');
5488 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');
5489 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microfiche');
5490 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');
5491 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Microopaque');
5492 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
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','d','3','1','Positive/negative');
5495 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Positive');
5496 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Negative');
5497 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5498 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5499 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','e','4','1','Dimensions');
5500 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.');
5501 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.');
5502 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'35 mm.');
5503 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'70mm.');
5504 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.');
5505 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.)');
5506 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.)');
5507 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.)');
5508 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.)');
5509 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5510 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5511 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');
5512 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)');
5513 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)');
5514 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)');
5515 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)');
5516 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-)');
5517 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5518 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');
5519 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','g','9','1','Color');
5520 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');
5521 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5522 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5523 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5524 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5525 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','h','10','1','Emulsion on film');
5526 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');
5527 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Diazo');
5528 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Vesicular');
5529 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5530 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');
5531 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5532 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5533 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','i','11','1','Quality assurance target(s)');
5534 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');
5535 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');
5536 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');
5537 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');
5538 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5539 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('h','j','12','1','Base of film');
5540 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');
5541 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');
5542 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');
5543 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');
5544 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');
5545 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');
5546 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');
5547 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');
5548 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');
5549 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5550 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5551
5552 -- Non-projected Graphic
5553 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('k','Non-projected Graphic');
5554 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','b','1','1','SMD');
5555 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Collage');
5556 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Drawing');
5557 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Painting');
5558 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');
5559 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photonegative');
5560 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Photoprint');
5561 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Picture');
5562 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('j',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Print');
5563 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');
5564 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Chart');
5565 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');
5566 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5567 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5568 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','d','3','1','Color');
5569 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');
5570 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');
5571 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5572 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');
5573 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5574 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5575 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5576 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','e','4','1','Primary support material');
5577 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Canvas');
5578 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');
5579 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');
5580 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5581 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5582 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5583 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5584 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5585 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');
5586 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5587 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5588 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hardboard');
5589 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Porcelain');
5590 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5591 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5592 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5593 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5594 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('k','f','5','1','Secondary support material');
5595 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Canvas');
5596 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');
5597 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');
5598 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Glass');
5599 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Synthetics');
5600 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Skins');
5601 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Textile');
5602 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Metal');
5603 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');
5604 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('o',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Paper');
5605 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('p',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Plaster');
5606 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Hardboard');
5607 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Porcelain');
5608 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stone');
5609 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('t',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Wood');
5610 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5611 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5612
5613 -- Motion Picture
5614 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('m','Motion Picture');
5615 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','b','1','1','SMD');
5616 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');
5617 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');
5618 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');
5619 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5620 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5621 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','d','3','1','Color');
5622 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');
5623 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5624 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');
5625 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5626 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5627 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5628 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','e','4','1','Motion picture presentation format');
5629 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');
5630 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)');
5631 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'3D');
5632 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)');
5633 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');
5634 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');
5635 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5636 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5637 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','f','5','1','Sound on medium or separate');
5638 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');
5639 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');
5640 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5641 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','g','6','1','Medium for sound');
5642 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');
5643 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');
5644 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');
5645 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');
5646 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');
5647 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');
5648 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');
5649 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5650 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5651 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5652 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5653 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','h','7','1','Dimensions');
5654 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.');
5655 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.');
5656 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.');
5657 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.');
5658 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.');
5659 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.');
5660 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.');
5661 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5662 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5663 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','i','8','1','Configuration of playback channels');
5664 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5665 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
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 ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multichannel, surround or quadraphonic');
5668 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5669 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5670 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5671 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('m','j','9','1','Production elements');
5672 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');
5673 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Trims');
5674 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Outtakes');
5675 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Rushes');
5676 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');
5677 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');
5678 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');
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 ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5681
5682 -- Remote-sensing Image
5683 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('r','Remote-sensing Image');
5684 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','b','1','1','SMD');
5685 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5686 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','d','3','1','Altitude of sensor');
5687 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Surface');
5688 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Airborne');
5689 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Spaceborne');
5690 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');
5691 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5692 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5693 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','e','4','1','Attitude of sensor');
5694 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');
5695 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');
5696 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Vertical');
5697 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');
5698 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5699 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','f','5','1','Cloud cover');
5700 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%');
5701 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%');
5702 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%');
5703 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%');
5704 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%');
5705 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%');
5706 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%');
5707 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%');
5708 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%');
5709 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%');
5710 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');
5711 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5712 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','g','6','1','Platform construction type');
5713 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Balloon');
5714 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');
5715 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');
5716 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');
5717 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');
5718 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');
5719 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');
5720 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');
5721 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');
5722 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('n',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Not applicable');
5723 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5724 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5725 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','h','7','1','Platform use category');
5726 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Meteorological');
5727 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');
5728 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');
5729 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');
5730 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');
5731 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5732 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5733 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','i','8','1','Sensor type');
5734 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Active');
5735 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Passive');
5736 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5737 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5738 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('r','j','9','2','Data type');
5739 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');
5740 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');
5741 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');
5742 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');
5743 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');
5744 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)');
5745 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');
5746 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('dv',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Combinations');
5747 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');
5748 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)');
5749 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)');
5750 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)');
5751 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');
5752 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');
5753 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');
5754 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');
5755 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');
5756 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');
5757 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');
5758 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');
5759 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');
5760 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');
5761 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');
5762 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');
5763 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');
5764 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');
5765 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');
5766 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');
5767 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');
5768 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');
5769 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');
5770 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');
5771 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');
5772 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)');
5773 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');
5774 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('rc',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Bouger');
5775 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('rd',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Isostatic');
5776 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');
5777 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');
5778 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('uu',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5779 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('zz',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5780
5781 -- Sound Recording
5782 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('s','Sound Recording');
5783 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','b','1','1','SMD');
5784 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');
5785 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('e',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Cylinder');
5786 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');
5787 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');
5788 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Roll');
5789 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');
5790 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');
5791 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5792 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');
5793 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5794 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','d','3','1','Speed');
5795 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');
5796 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');
5797 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');
5798 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');
5799 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');
5800 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');
5801 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');
5802 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');
5803 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');
5804 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');
5805 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');
5806 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');
5807 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');
5808 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');
5809 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5810 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5811 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','e','4','1','Configuration of playback channels');
5812 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5813 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('q',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Quadraphonic');
5814 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5815 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5816 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5817 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','f','5','1','Groove width or pitch');
5818 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');
5819 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');
5820 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');
5821 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5822 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5823 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','g','6','1','Dimensions');
5824 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.');
5825 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.');
5826 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.');
5827 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.');
5828 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.');
5829 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.');
5830 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.)');
5831 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.');
5832 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');
5833 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.');
5834 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.');
5835 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5836 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5837 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','h','7','1','Tape width');
5838 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.');
5839 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.');
5840 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');
5841 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.');
5842 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.');
5843 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5844 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5845 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','i','8','1','Tape configuration ');
5846 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');
5847 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');
5848 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');
5849 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');
5850 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');
5851 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');
5852 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');
5853 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5854 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5855 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','m','12','1','Special playback');
5856 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');
5857 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');
5858 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');
5859 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');
5860 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');
5861 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');
5862 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');
5863 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');
5864 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');
5865 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5866 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5867 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('s','n','13','1','Capture and storage');
5868 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');
5869 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');
5870 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');
5871 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');
5872 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5873 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5874
5875 -- Videorecording
5876 INSERT INTO config.marc21_physical_characteristic_type_map (ptype_key, label) VALUES ('v','Videorecording');
5877 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','b','1','1','SMD');
5878 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videocartridge');
5879 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5880 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videocassette');
5881 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('r',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videoreel');
5882 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unspecified');
5883 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5884 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','d','3','1','Color');
5885 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');
5886 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('c',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Multicolored');
5887 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5888 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');
5889 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5890 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5891 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','e','4','1','Videorecording format');
5892 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('a',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Beta');
5893 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('b',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'VHS');
5894 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');
5895 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('d',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'EIAJ');
5896 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');
5897 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('f',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Quadruplex');
5898 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('g',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Laserdisc');
5899 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'CED');
5900 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Betacam');
5901 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');
5902 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');
5903 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');
5904 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');
5905 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.');
5906 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.');
5907 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');
5908 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5909 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('v',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'DVD');
5910 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5911 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');
5912 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');
5913 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');
5914 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5915 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','g','6','1','Medium for sound');
5916 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');
5917 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');
5918 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');
5919 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');
5920 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');
5921 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');
5922 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');
5923 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('h',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videotape');
5924 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('i',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Videodisc');
5925 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5926 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5927 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','h','7','1','Dimensions');
5928 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.');
5929 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.');
5930 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.');
5931 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.');
5932 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.');
5933 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.');
5934 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5935 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5936 INSERT INTO config.marc21_physical_characteristic_subfield_map (ptype_key,subfield,start_pos,length,label) VALUES ('v','i','8','1','Configuration of playback channel');
5937 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('k',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Mixed');
5938 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('m',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Monaural');
5939 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');
5940 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');
5941 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('s',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Stereophonic');
5942 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('u',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Unknown');
5943 INSERT INTO config.marc21_physical_characteristic_value_map (value,ptype_subfield,label) VALUES ('z',CURRVAL('config.marc21_physical_characteristic_subfield_map_id_seq'),'Other');
5944
5945 -- Fixed Field position data -- 0-based!
5946 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Alph', '006', 'SER', 16, 1, ' ');
5947 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Alph', '008', 'SER', 33, 1, ' ');
5948 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'BKS', 5, 1, ' ');
5949 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'COM', 5, 1, ' ');
5950 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'REC', 5, 1, ' ');
5951 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'SCO', 5, 1, ' ');
5952 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'SER', 5, 1, ' ');
5953 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '006', 'VIS', 5, 1, ' ');
5954 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'BKS', 22, 1, ' ');
5955 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'COM', 22, 1, ' ');
5956 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'REC', 22, 1, ' ');
5957 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'SCO', 22, 1, ' ');
5958 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'SER', 22, 1, ' ');
5959 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Audn', '008', 'VIS', 22, 1, ' ');
5960 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'BKS', 7, 1, 'm');
5961 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'COM', 7, 1, 'm');
5962 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'MAP', 7, 1, 'm');
5963 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'MIX', 7, 1, 'c');
5964 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'REC', 7, 1, 'm');
5965 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'SCO', 7, 1, 'm');
5966 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'SER', 7, 1, 's');
5967 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('BLvl', 'ldr', 'VIS', 7, 1, 'm');
5968 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Biog', '006', 'BKS', 17, 1, ' ');
5969 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Biog', '008', 'BKS', 34, 1, ' ');
5970 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '006', 'BKS', 11, 1, ' ');
5971 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '006', 'SER', 11, 1, ' ');
5972 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '008', 'BKS', 29, 1, ' ');
5973 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Conf', '008', 'SER', 29, 1, ' ');
5974 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '006', 'BKS', 7, 4, ' ');
5975 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '006', 'SER', 8, 3, ' ');
5976 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '008', 'BKS', 24, 4, ' ');
5977 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Cont', '008', 'SER', 25, 3, ' ');
5978 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'BKS', 8, 1, ' ');
5979 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'COM', 8, 1, ' ');
5980 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'MAP', 8, 1, ' ');
5981 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'MIX', 8, 1, ' ');
5982 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'REC', 8, 1, ' ');
5983 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'SCO', 8, 1, ' ');
5984 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'SER', 8, 1, ' ');
5985 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctrl', 'ldr', 'VIS', 8, 1, ' ');
5986 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'BKS', 15, 3, ' ');
5987 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'COM', 15, 3, ' ');
5988 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'MAP', 15, 3, ' ');
5989 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'MIX', 15, 3, ' ');
5990 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'REC', 15, 3, ' ');
5991 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'SCO', 15, 3, ' ');
5992 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'SER', 15, 3, ' ');
5993 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ctry', '008', 'VIS', 15, 3, ' ');
5994 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'BKS', 7, 4, ' ');
5995 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'COM', 7, 4, ' ');
5996 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'MAP', 7, 4, ' ');
5997 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'MIX', 7, 4, ' ');
5998 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'REC', 7, 4, ' ');
5999 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'SCO', 7, 4, ' ');
6000 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'SER', 7, 4, ' ');
6001 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date1', '008', 'VIS', 7, 4, ' ');
6002 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'BKS', 11, 4, ' ');
6003 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'COM', 11, 4, ' ');
6004 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'MAP', 11, 4, ' ');
6005 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'MIX', 11, 4, ' ');
6006 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'REC', 11, 4, ' ');
6007 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'SCO', 11, 4, ' ');
6008 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'SER', 11, 4, '9');
6009 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Date2', '008', 'VIS', 11, 4, ' ');
6010 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'BKS', 18, 1, ' ');
6011 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'COM', 18, 1, ' ');
6012 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'MAP', 18, 1, ' ');
6013 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'MIX', 18, 1, ' ');
6014 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'REC', 18, 1, ' ');
6015 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'SCO', 18, 1, ' ');
6016 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'SER', 18, 1, ' ');
6017 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Desc', 'ldr', 'VIS', 18, 1, ' ');
6018 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'BKS', 6, 1, ' ');
6019 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'COM', 6, 1, ' ');
6020 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'MAP', 6, 1, ' ');
6021 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'MIX', 6, 1, ' ');
6022 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'REC', 6, 1, ' ');
6023 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'SCO', 6, 1, ' ');
6024 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'SER', 6, 1, 'c');
6025 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('DtSt', '008', 'VIS', 6, 1, ' ');
6026 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'BKS', 17, 1, ' ');
6027 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'COM', 17, 1, ' ');
6028 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'MAP', 17, 1, ' ');
6029 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'MIX', 17, 1, ' ');
6030 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'REC', 17, 1, ' ');
6031 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'SCO', 17, 1, ' ');
6032 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'SER', 17, 1, ' ');
6033 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'VIS', 17, 1, ' ');
6034 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('ELvl', 'ldr', 'AUT', 17, 1, ' ');
6035 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Fest', '006', 'BKS', 13, 1, '0');
6036 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Fest', '008', 'BKS', 30, 1, '0');
6037 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'BKS', 6, 1, ' ');
6038 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'MAP', 12, 1, ' ');
6039 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'MIX', 6, 1, ' ');
6040 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'REC', 6, 1, ' ');
6041 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'SCO', 6, 1, ' ');
6042 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'SER', 6, 1, ' ');
6043 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '006', 'VIS', 12, 1, ' ');
6044 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'BKS', 23, 1, ' ');
6045 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'MAP', 29, 1, ' ');
6046 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'MIX', 23, 1, ' ');
6047 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'REC', 23, 1, ' ');
6048 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'SCO', 23, 1, ' ');
6049 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'SER', 23, 1, ' ');
6050 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Form', '008', 'VIS', 29, 1, ' ');
6051 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'BKS', 11, 1, ' ');
6052 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'COM', 11, 1, ' ');
6053 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'MAP', 11, 1, ' ');
6054 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'SER', 11, 1, ' ');
6055 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '006', 'VIS', 11, 1, ' ');
6056 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'BKS', 28, 1, ' ');
6057 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'COM', 28, 1, ' ');
6058 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'MAP', 28, 1, ' ');
6059 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'SER', 28, 1, ' ');
6060 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('GPub', '008', 'VIS', 28, 1, ' ');
6061 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ills', '006', 'BKS', 1, 4, ' ');
6062 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Ills', '008', 'BKS', 18, 4, ' ');
6063 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '006', 'BKS', 14, 1, '0');
6064 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '006', 'MAP', 14, 1, '0');
6065 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '008', 'BKS', 31, 1, '0');
6066 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Indx', '008', 'MAP', 31, 1, '0');
6067 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'BKS', 35, 3, ' ');
6068 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'COM', 35, 3, ' ');
6069 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'MAP', 35, 3, ' ');
6070 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'MIX', 35, 3, ' ');
6071 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'REC', 35, 3, ' ');
6072 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'SCO', 35, 3, ' ');
6073 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'SER', 35, 3, ' ');
6074 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Lang', '008', 'VIS', 35, 3, ' ');
6075 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('LitF', '006', 'BKS', 16, 1, '0');
6076 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('LitF', '008', 'BKS', 33, 1, '0');
6077 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'BKS', 38, 1, ' ');
6078 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'COM', 38, 1, ' ');
6079 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'MAP', 38, 1, ' ');
6080 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'MIX', 38, 1, ' ');
6081 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'REC', 38, 1, ' ');
6082 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'SCO', 38, 1, ' ');
6083 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'SER', 38, 1, ' ');
6084 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('MRec', '008', 'VIS', 38, 1, ' ');
6085 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');
6086 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');
6087 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('TMat', '006', 'VIS', 16, 1, ' ');
6088 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('TMat', '008', 'VIS', 33, 1, ' ');
6089 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'BKS', 6, 1, 'a');
6090 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'COM', 6, 1, 'm');
6091 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'MAP', 6, 1, 'e');
6092 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'MIX', 6, 1, 'p');
6093 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'REC', 6, 1, 'i');
6094 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'SCO', 6, 1, 'c');
6095 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'SER', 6, 1, 'a');
6096 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Type', 'ldr', 'VIS', 6, 1, 'g');
6097 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Subj', '008', 'AUT', 11, 1, '|');
6098 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('RecStat', 'ldr', 'AUT', 5, 1, 'n');
6099
6100 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('File', '008', 'COM', 26, 1, 'u');
6101 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('File', '006', 'COM', 9, 1, 'u');
6102 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Freq', '008', 'SER', 18, 1, ' ');
6103 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Freq', '006', 'SER', 1, 1, ' ');
6104 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Regl', '008', 'SER', 19, 1, ' ');
6105 INSERT INTO config.marc21_ff_pos_map (fixed_field, tag, rec_type,start_pos, length, default_val) VALUES ('Regl', '006', 'SER', 2, 1, ' ');
6106
6107 -- record attributes
6108 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('alph','Alph','Alph');
6109 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('audience','Audn','Audn');
6110 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('bib_level','BLvl','BLvl',FALSE);
6111 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('biog','Biog','Biog');
6112 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('conf','Conf','Conf');
6113 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('control_type','Ctrl','Ctrl',FALSE);
6114 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ctry','Ctry','Ctry');
6115 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('date1','Date1','Date1');
6116 INSERT INTO config.record_attr_definition (name,label,fixed_field,sorter,filter,multi) values ('pubdate','Pub Date','Date1',TRUE,FALSE,FALSE);
6117 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('date2','Date2','Date2');
6118 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('cat_form','Desc','Desc',FALSE);
6119 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('pub_status','DtSt','DtSt');
6120 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('enc_level','ELvl','ELvl',FALSE);
6121 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('fest','Fest','Fest');
6122 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('item_form','Form','Form');
6123 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('gpub','GPub','GPub');
6124 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ills','Ills','Ills');
6125 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('indx','Indx','Indx');
6126 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('item_lang','Lang','Lang');
6127 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('language','Language (2.0 compat version)','Lang');
6128 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('lit_form','LitF','LitF');
6129 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('mrec','MRec','MRec');
6130 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('ff_sl','S/L','S/L');
6131 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('type_mat','TMat','TMat');
6132 INSERT INTO config.record_attr_definition (name,label,fixed_field,multi) values ('item_type','Type','Type',FALSE);
6133 INSERT INTO config.record_attr_definition (name,label,phys_char_sf) values ('vr_format','Videorecording format',72);
6134 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('file','File','File');
6135 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('freq','Freq','Freq');
6136 INSERT INTO config.record_attr_definition (name,label,fixed_field) values ('regl','Regl','Regl');
6137 INSERT INTO config.record_attr_definition (name,label,sorter,filter,tag,multi) values ('titlesort','Title',TRUE,FALSE,'tnf',FALSE);
6138 INSERT INTO config.record_attr_definition (name,label,sorter,filter,tag,sf_list,multi) values ('authorsort','Author',TRUE,FALSE,'1%','abcdefgklmnopqrstvxyz',FALSE);
6139 INSERT INTO config.record_attr_definition (name, label, phys_char_sf)
6140     VALUES ('sr_format', oils_i18n_gettext('sr_format', 'Sound recording format', 'crad', 'label'), '62');
6141 INSERT INTO config.record_attr_definition (name, label, multi, filter, composite) 
6142     VALUES ('icon_format', oils_i18n_gettext('icon_format', 'OPAC Format Icons', 'crad', 'label'), TRUE, TRUE, TRUE);
6143 INSERT INTO config.record_attr_definition (name, label, multi, filter, composite) 
6144     VALUES ('mr_hold_format', oils_i18n_gettext('mr_hold_format', 'Metarecord Hold Formats', 'crad', 'label'),
6145     TRUE, TRUE, TRUE);
6146 INSERT INTO config.record_attr_definition 
6147     (name, label, multi, filter, composite) VALUES (
6148         'search_format', 
6149         oils_i18n_gettext('search_format', 'Search Formats', 'crad', 'label'),
6150         TRUE, TRUE, TRUE
6151     );
6152
6153
6154 -- TO-DO: Auto-generate these values from CLDR
6155 -- XXX These are the values used in MARC records ... does that match CLDR, including deprecated languages?
6156 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6157     (1, 'item_lang', 'aar', oils_i18n_gettext('aar', 'Afar', 'ccvm', 'value')),
6158     (2, 'item_lang', 'abk', oils_i18n_gettext('abk', 'Abkhaz', 'ccvm', 'value')),
6159     (3, 'item_lang', 'ace', oils_i18n_gettext('ace', 'Achinese', 'ccvm', 'value')),
6160     (4, 'item_lang', 'ach', oils_i18n_gettext('ach', 'Acoli', 'ccvm', 'value')),
6161     (5, 'item_lang', 'ada', oils_i18n_gettext('ada', 'Adangme', 'ccvm', 'value')),
6162     (6, 'item_lang', 'ady', oils_i18n_gettext('ady', 'Adygei', 'ccvm', 'value')),
6163     (7, 'item_lang', 'afa', oils_i18n_gettext('afa', 'Afroasiatic (Other)', 'ccvm', 'value')),
6164     (8, 'item_lang', 'afh', oils_i18n_gettext('afh', 'Afrihili (Artificial language)', 'ccvm', 'value')),
6165     (9, 'item_lang', 'afr', oils_i18n_gettext('afr', 'Afrikaans', 'ccvm', 'value')),
6166     (10, 'item_lang', '-ajm', oils_i18n_gettext('-ajm', 'Aljamía', 'ccvm', 'value')),
6167     (11, 'item_lang', 'aka', oils_i18n_gettext('aka', 'Akan', 'ccvm', 'value')),
6168     (12, 'item_lang', 'akk', oils_i18n_gettext('akk', 'Akkadian', 'ccvm', 'value')),
6169     (13, 'item_lang', 'alb', oils_i18n_gettext('alb', 'Albanian', 'ccvm', 'value')),
6170     (14, 'item_lang', 'ale', oils_i18n_gettext('ale', 'Aleut', 'ccvm', 'value')),
6171     (15, 'item_lang', 'alg', oils_i18n_gettext('alg', 'Algonquian (Other)', 'ccvm', 'value')),
6172     (16, 'item_lang', 'amh', oils_i18n_gettext('amh', 'Amharic', 'ccvm', 'value')),
6173     (17, 'item_lang', 'ang', oils_i18n_gettext('ang', 'English, Old (ca. 450-1100)', 'ccvm', 'value')),
6174     (18, 'item_lang', 'apa', oils_i18n_gettext('apa', 'Apache languages', 'ccvm', 'value')),
6175     (19, 'item_lang', 'ara', oils_i18n_gettext('ara', 'Arabic', 'ccvm', 'value')),
6176     (20, 'item_lang', 'arc', oils_i18n_gettext('arc', 'Aramaic', 'ccvm', 'value')),
6177     (21, 'item_lang', 'arg', oils_i18n_gettext('arg', 'Aragonese Spanish', 'ccvm', 'value')),
6178     (22, 'item_lang', 'arm', oils_i18n_gettext('arm', 'Armenian', 'ccvm', 'value')),
6179     (23, 'item_lang', 'arn', oils_i18n_gettext('arn', 'Mapuche', 'ccvm', 'value')),
6180     (24, 'item_lang', 'arp', oils_i18n_gettext('arp', 'Arapaho', 'ccvm', 'value')),
6181     (25, 'item_lang', 'art', oils_i18n_gettext('art', 'Artificial (Other)', 'ccvm', 'value')),
6182     (26, 'item_lang', 'arw', oils_i18n_gettext('arw', 'Arawak', 'ccvm', 'value')),
6183     (27, 'item_lang', 'asm', oils_i18n_gettext('asm', 'Assamese', 'ccvm', 'value')),
6184     (28, 'item_lang', 'ast', oils_i18n_gettext('ast', 'Bable', 'ccvm', 'value')),
6185     (29, 'item_lang', 'ath', oils_i18n_gettext('ath', 'Athapascan (Other)', 'ccvm', 'value')),
6186     (30, 'item_lang', 'aus', oils_i18n_gettext('aus', 'Australian languages', 'ccvm', 'value')),
6187     (31, 'item_lang', 'ava', oils_i18n_gettext('ava', 'Avaric', 'ccvm', 'value')),
6188     (32, 'item_lang', 'ave', oils_i18n_gettext('ave', 'Avestan', 'ccvm', 'value')),
6189     (33, 'item_lang', 'awa', oils_i18n_gettext('awa', 'Awadhi', 'ccvm', 'value')),
6190     (34, 'item_lang', 'aym', oils_i18n_gettext('aym', 'Aymara', 'ccvm', 'value')),
6191     (35, 'item_lang', 'aze', oils_i18n_gettext('aze', 'Azerbaijani', 'ccvm', 'value')),
6192     (36, 'item_lang', 'bad', oils_i18n_gettext('bad', 'Banda', 'ccvm', 'value')),
6193     (37, 'item_lang', 'bai', oils_i18n_gettext('bai', 'Bamileke languages', 'ccvm', 'value')),
6194     (38, 'item_lang', 'bak', oils_i18n_gettext('bak', 'Bashkir', 'ccvm', 'value')),
6195     (39, 'item_lang', 'bal', oils_i18n_gettext('bal', 'Baluchi', 'ccvm', 'value')),
6196     (40, 'item_lang', 'bam', oils_i18n_gettext('40', 'Bambara', 'ccvm', 'value')),
6197     (41, 'item_lang', 'ban', oils_i18n_gettext('41', 'Balinese', 'ccvm', 'value')),
6198     (42, 'item_lang', 'baq', oils_i18n_gettext('42', 'Basque', 'ccvm', 'value')),
6199     (43, 'item_lang', 'bas', oils_i18n_gettext('43', 'Basa', 'ccvm', 'value')),
6200     (44, 'item_lang', 'bat', oils_i18n_gettext('44', 'Baltic (Other)', 'ccvm', 'value')),
6201     (45, 'item_lang', 'bej', oils_i18n_gettext('45', 'Beja', 'ccvm', 'value')),
6202     (46, 'item_lang', 'bel', oils_i18n_gettext('46', 'Belarusian', 'ccvm', 'value')),
6203     (47, 'item_lang', 'bem', oils_i18n_gettext('47', 'Bemba', 'ccvm', 'value')),
6204     (48, 'item_lang', 'ben', oils_i18n_gettext('48', 'Bengali', 'ccvm', 'value')),
6205     (49, 'item_lang', 'ber', oils_i18n_gettext('49', 'Berber (Other)', 'ccvm', 'value')),
6206     (50, 'item_lang', 'bho', oils_i18n_gettext('50', 'Bhojpuri', 'ccvm', 'value')),
6207     (51, 'item_lang', 'bih', oils_i18n_gettext('51', 'Bihari', 'ccvm', 'value')),
6208     (52, 'item_lang', 'bik', oils_i18n_gettext('52', 'Bikol', 'ccvm', 'value')),
6209     (53, 'item_lang', 'bin', oils_i18n_gettext('53', 'Edo', 'ccvm', 'value')),
6210     (54, 'item_lang', 'bis', oils_i18n_gettext('54', 'Bislama', 'ccvm', 'value')),
6211     (55, 'item_lang', 'bla', oils_i18n_gettext('55', 'Siksika', 'ccvm', 'value')),
6212     (56, 'item_lang', 'bnt', oils_i18n_gettext('56', 'Bantu (Other)', 'ccvm', 'value')),
6213     (57, 'item_lang', 'bos', oils_i18n_gettext('57', 'Bosnian', 'ccvm', 'value')),
6214     (58, 'item_lang', 'bra', oils_i18n_gettext('58', 'Braj', 'ccvm', 'value')),
6215     (59, 'item_lang', 'bre', oils_i18n_gettext('59', 'Breton', 'ccvm', 'value')),
6216     (60, 'item_lang', 'btk', oils_i18n_gettext('60', 'Batak', 'ccvm', 'value')),
6217     (61, 'item_lang', 'bua', oils_i18n_gettext('61', 'Buriat', 'ccvm', 'value')),
6218     (62, 'item_lang', 'bug', oils_i18n_gettext('62', 'Bugis', 'ccvm', 'value')),
6219     (63, 'item_lang', 'bul', oils_i18n_gettext('63', 'Bulgarian', 'ccvm', 'value')),
6220     (64, 'item_lang', 'bur', oils_i18n_gettext('64', 'Burmese', 'ccvm', 'value')),
6221     (65, 'item_lang', 'cad', oils_i18n_gettext('65', 'Caddo', 'ccvm', 'value')),
6222     (66, 'item_lang', 'cai', oils_i18n_gettext('66', 'Central American Indian (Other)', 'ccvm', 'value')),
6223     (67, 'item_lang', '-cam', oils_i18n_gettext('67', 'Khmer', 'ccvm', 'value')),
6224     (68, 'item_lang', 'car', oils_i18n_gettext('68', 'Carib', 'ccvm', 'value')),
6225     (69, 'item_lang', 'cat', oils_i18n_gettext('69', 'Catalan', 'ccvm', 'value')),
6226     (70, 'item_lang', 'cau', oils_i18n_gettext('70', 'Caucasian (Other)', 'ccvm', 'value')),
6227     (71, 'item_lang', 'ceb', oils_i18n_gettext('71', 'Cebuano', 'ccvm', 'value')),
6228     (72, 'item_lang', 'cel', oils_i18n_gettext('72', 'Celtic (Other)', 'ccvm', 'value')),
6229     (73, 'item_lang', 'cha', oils_i18n_gettext('73', 'Chamorro', 'ccvm', 'value')),
6230     (74, 'item_lang', 'chb', oils_i18n_gettext('74', 'Chibcha', 'ccvm', 'value')),
6231     (75, 'item_lang', 'che', oils_i18n_gettext('75', 'Chechen', 'ccvm', 'value')),
6232     (76, 'item_lang', 'chg', oils_i18n_gettext('76', 'Chagatai', 'ccvm', 'value')),
6233     (77, 'item_lang', 'chi', oils_i18n_gettext('77', 'Chinese', 'ccvm', 'value')),
6234     (78, 'item_lang', 'chk', oils_i18n_gettext('78', 'Truk', 'ccvm', 'value')),
6235     (79, 'item_lang', 'chm', oils_i18n_gettext('79', 'Mari', 'ccvm', 'value')),
6236     (80, 'item_lang', 'chn', oils_i18n_gettext('80', 'Chinook jargon', 'ccvm', 'value')),
6237     (81, 'item_lang', 'cho', oils_i18n_gettext('81', 'Choctaw', 'ccvm', 'value')),
6238     (82, 'item_lang', 'chp', oils_i18n_gettext('82', 'Chipewyan', 'ccvm', 'value')),
6239     (83, 'item_lang', 'chr', oils_i18n_gettext('83', 'Cherokee', 'ccvm', 'value')),
6240     (84, 'item_lang', 'chu', oils_i18n_gettext('84', 'Church Slavic', 'ccvm', 'value')),
6241     (85, 'item_lang', 'chv', oils_i18n_gettext('85', 'Chuvash', 'ccvm', 'value')),
6242     (86, 'item_lang', 'chy', oils_i18n_gettext('86', 'Cheyenne', 'ccvm', 'value')),
6243     (87, 'item_lang', 'cmc', oils_i18n_gettext('87', 'Chamic languages', 'ccvm', 'value')),
6244     (88, 'item_lang', 'cop', oils_i18n_gettext('88', 'Coptic', 'ccvm', 'value')),
6245     (89, 'item_lang', 'cor', oils_i18n_gettext('89', 'Cornish', 'ccvm', 'value')),
6246     (90, 'item_lang', 'cos', oils_i18n_gettext('90', 'Corsican', 'ccvm', 'value')),
6247     (91, 'item_lang', 'cpe', oils_i18n_gettext('91', 'Creoles and Pidgins, English-based (Other)', 'ccvm', 'value')),
6248     (92, 'item_lang', 'cpf', oils_i18n_gettext('92', 'Creoles and Pidgins, French-based (Other)', 'ccvm', 'value')),
6249     (93, 'item_lang', 'cpp', oils_i18n_gettext('93', 'Creoles and Pidgins, Portuguese-based (Other)', 'ccvm', 'value')),
6250     (94, 'item_lang', 'cre', oils_i18n_gettext('94', 'Cree', 'ccvm', 'value')),
6251     (95, 'item_lang', 'crh', oils_i18n_gettext('95', 'Crimean Tatar', 'ccvm', 'value')),
6252     (96, 'item_lang', 'crp', oils_i18n_gettext('96', 'Creoles and Pidgins (Other)', 'ccvm', 'value')),
6253     (97, 'item_lang', 'cus', oils_i18n_gettext('97', 'Cushitic (Other)', 'ccvm', 'value')),
6254     (98, 'item_lang', 'cze', oils_i18n_gettext('98', 'Czech', 'ccvm', 'value')),
6255     (99, 'item_lang', 'dak', oils_i18n_gettext('99', 'Dakota', 'ccvm', 'value')),
6256     (100, 'item_lang', 'dan', oils_i18n_gettext('100', 'Danish', 'ccvm', 'value')),
6257     (101, 'item_lang', 'dar', oils_i18n_gettext('101', 'Dargwa', 'ccvm', 'value')),
6258     (102, 'item_lang', 'day', oils_i18n_gettext('102', 'Dayak', 'ccvm', 'value')),
6259     (103, 'item_lang', 'del', oils_i18n_gettext('103', 'Delaware', 'ccvm', 'value')),
6260     (104, 'item_lang', 'den', oils_i18n_gettext('104', 'Slave', 'ccvm', 'value')),
6261     (105, 'item_lang', 'dgr', oils_i18n_gettext('105', 'Dogrib', 'ccvm', 'value')),
6262     (106, 'item_lang', 'din', oils_i18n_gettext('106', 'Dinka', 'ccvm', 'value')),
6263     (107, 'item_lang', 'div', oils_i18n_gettext('107', 'Divehi', 'ccvm', 'value')),
6264     (108, 'item_lang', 'doi', oils_i18n_gettext('108', 'Dogri', 'ccvm', 'value')),
6265     (109, 'item_lang', 'dra', oils_i18n_gettext('109', 'Dravidian (Other)', 'ccvm', 'value')),
6266     (110, 'item_lang', 'dua', oils_i18n_gettext('110', 'Duala', 'ccvm', 'value')),
6267     (111, 'item_lang', 'dum', oils_i18n_gettext('111', 'Dutch, Middle (ca. 1050-1350)', 'ccvm', 'value')),
6268     (112, 'item_lang', 'dut', oils_i18n_gettext('112', 'Dutch', 'ccvm', 'value')),
6269     (113, 'item_lang', 'dyu', oils_i18n_gettext('113', 'Dyula', 'ccvm', 'value')),
6270     (114, 'item_lang', 'dzo', oils_i18n_gettext('114', 'Dzongkha', 'ccvm', 'value')),
6271     (115, 'item_lang', 'efi', oils_i18n_gettext('115', 'Efik', 'ccvm', 'value')),
6272     (116, 'item_lang', 'egy', oils_i18n_gettext('116', 'Egyptian', 'ccvm', 'value')),
6273     (117, 'item_lang', 'eka', oils_i18n_gettext('117', 'Ekajuk', 'ccvm', 'value')),
6274     (118, 'item_lang', 'elx', oils_i18n_gettext('118', 'Elamite', 'ccvm', 'value')),
6275     (119, 'item_lang', 'eng', oils_i18n_gettext('119', 'English', 'ccvm', 'value')),
6276     (120, 'item_lang', 'enm', oils_i18n_gettext('120', 'English, Middle (1100-1500)', 'ccvm', 'value')),
6277     (121, 'item_lang', 'epo', oils_i18n_gettext('121', 'Esperanto', 'ccvm', 'value')),
6278     (122, 'item_lang', '-esk', oils_i18n_gettext('122', 'Eskimo languages', 'ccvm', 'value')),
6279     (123, 'item_lang', '-esp', oils_i18n_gettext('123', 'Esperanto', 'ccvm', 'value')),
6280     (124, 'item_lang', 'est', oils_i18n_gettext('124', 'Estonian', 'ccvm', 'value')),
6281     (125, 'item_lang', '-eth', oils_i18n_gettext('125', 'Ethiopic', 'ccvm', 'value')),
6282     (126, 'item_lang', 'ewe', oils_i18n_gettext('126', 'Ewe', 'ccvm', 'value')),
6283     (127, 'item_lang', 'ewo', oils_i18n_gettext('127', 'Ewondo', 'ccvm', 'value')),
6284     (128, 'item_lang', 'fan', oils_i18n_gettext('128', 'Fang', 'ccvm', 'value')),
6285     (129, 'item_lang', 'fao', oils_i18n_gettext('129', 'Faroese', 'ccvm', 'value')),
6286     (130, 'item_lang', '-far', oils_i18n_gettext('130', 'Faroese', 'ccvm', 'value')),
6287     (131, 'item_lang', 'fat', oils_i18n_gettext('131', 'Fanti', 'ccvm', 'value')),
6288     (132, 'item_lang', 'fij', oils_i18n_gettext('132', 'Fijian', 'ccvm', 'value')),
6289     (133, 'item_lang', 'fin', oils_i18n_gettext('133', 'Finnish', 'ccvm', 'value')),
6290     (134, 'item_lang', 'fiu', oils_i18n_gettext('134', 'Finno-Ugrian (Other)', 'ccvm', 'value')),
6291     (135, 'item_lang', 'fon', oils_i18n_gettext('135', 'Fon', 'ccvm', 'value')),
6292     (136, 'item_lang', 'fre', oils_i18n_gettext('136', 'French', 'ccvm', 'value')),
6293     (137, 'item_lang', '-fri', oils_i18n_gettext('137', 'Frisian', 'ccvm', 'value')),
6294     (138, 'item_lang', 'frm', oils_i18n_gettext('138', 'French, Middle (ca. 1400-1600)', 'ccvm', 'value')),
6295     (139, 'item_lang', 'fro', oils_i18n_gettext('139', 'French, Old (ca. 842-1400)', 'ccvm', 'value')),
6296     (140, 'item_lang', 'fry', oils_i18n_gettext('140', 'Frisian', 'ccvm', 'value')),
6297     (141, 'item_lang', 'ful', oils_i18n_gettext('141', 'Fula', 'ccvm', 'value')),
6298     (142, 'item_lang', 'fur', oils_i18n_gettext('142', 'Friulian', 'ccvm', 'value')),
6299     (143, 'item_lang', 'gaa', oils_i18n_gettext('143', 'Gã', 'ccvm', 'value')),
6300     (144, 'item_lang', '-gae', oils_i18n_gettext('144', 'Scottish Gaelic', 'ccvm', 'value')),
6301     (145, 'item_lang', '-gag', oils_i18n_gettext('145', 'Galician', 'ccvm', 'value')),
6302     (146, 'item_lang', '-gal', oils_i18n_gettext('146', 'Oromo', 'ccvm', 'value')),
6303     (147, 'item_lang', 'gay', oils_i18n_gettext('147', 'Gayo', 'ccvm', 'value')),
6304     (148, 'item_lang', 'gba', oils_i18n_gettext('148', 'Gbaya', 'ccvm', 'value')),
6305     (149, 'item_lang', 'gem', oils_i18n_gettext('149', 'Germanic (Other)', 'ccvm', 'value')),
6306     (150, 'item_lang', 'geo', oils_i18n_gettext('150', 'Georgian', 'ccvm', 'value')),
6307     (151, 'item_lang', 'ger', oils_i18n_gettext('151', 'German', 'ccvm', 'value')),
6308     (152, 'item_lang', 'gez', oils_i18n_gettext('152', 'Ethiopic', 'ccvm', 'value')),
6309     (153, 'item_lang', 'gil', oils_i18n_gettext('153', 'Gilbertese', 'ccvm', 'value')),
6310     (154, 'item_lang', 'gla', oils_i18n_gettext('154', 'Scottish Gaelic', 'ccvm', 'value')),
6311     (155, 'item_lang', 'gle', oils_i18n_gettext('155', 'Irish', 'ccvm', 'value')),
6312     (156, 'item_lang', 'glg', oils_i18n_gettext('156', 'Galician', 'ccvm', 'value')),
6313     (157, 'item_lang', 'glv', oils_i18n_gettext('157', 'Manx', 'ccvm', 'value')),
6314     (158, 'item_lang', 'gmh', oils_i18n_gettext('158', 'German, Middle High (ca. 1050-1500)', 'ccvm', 'value')),
6315     (159, 'item_lang', 'goh', oils_i18n_gettext('159', 'German, Old High (ca. 750-1050)', 'ccvm', 'value')),
6316     (160, 'item_lang', 'gon', oils_i18n_gettext('160', 'Gondi', 'ccvm', 'value')),
6317     (161, 'item_lang', 'gor', oils_i18n_gettext('161', 'Gorontalo', 'ccvm', 'value')),
6318     (162, 'item_lang', 'got', oils_i18n_gettext('162', 'Gothic', 'ccvm', 'value')),
6319     (163, 'item_lang', 'grb', oils_i18n_gettext('163', 'Grebo', 'ccvm', 'value')),
6320     (164, 'item_lang', 'grc', oils_i18n_gettext('164', 'Greek, Ancient (to 1453)', 'ccvm', 'value')),
6321     (165, 'item_lang', 'gre', oils_i18n_gettext('165', 'Greek, Modern (1453- )', 'ccvm', 'value')),
6322     (166, 'item_lang', 'grn', oils_i18n_gettext('166', 'Guarani', 'ccvm', 'value')),
6323     (167, 'item_lang', '-gua', oils_i18n_gettext('167', 'Guarani', 'ccvm', 'value')),
6324     (168, 'item_lang', 'guj', oils_i18n_gettext('168', 'Gujarati', 'ccvm', 'value')),
6325     (169, 'item_lang', 'gwi', oils_i18n_gettext('169', 'Gwich''in', 'ccvm', 'value')),
6326     (170, 'item_lang', 'hai', oils_i18n_gettext('170', 'Haida', 'ccvm', 'value')),
6327     (171, 'item_lang', 'hat', oils_i18n_gettext('171', 'Haitian French Creole', 'ccvm', 'value')),
6328     (172, 'item_lang', 'hau', oils_i18n_gettext('172', 'Hausa', 'ccvm', 'value')),
6329     (173, 'item_lang', 'haw', oils_i18n_gettext('173', 'Hawaiian', 'ccvm', 'value')),
6330     (174, 'item_lang', 'heb', oils_i18n_gettext('174', 'Hebrew', 'ccvm', 'value')),
6331     (175, 'item_lang', 'her', oils_i18n_gettext('175', 'Herero', 'ccvm', 'value')),
6332     (176, 'item_lang', 'hil', oils_i18n_gettext('176', 'Hiligaynon', 'ccvm', 'value')),
6333     (177, 'item_lang', 'him', oils_i18n_gettext('177', 'Himachali', 'ccvm', 'value')),
6334     (178, 'item_lang', 'hin', oils_i18n_gettext('178', 'Hindi', 'ccvm', 'value')),
6335     (179, 'item_lang', 'hit', oils_i18n_gettext('179', 'Hittite', 'ccvm', 'value')),
6336     (180, 'item_lang', 'hmn', oils_i18n_gettext('180', 'Hmong', 'ccvm', 'value')),
6337     (181, 'item_lang', 'hmo', oils_i18n_gettext('181', 'Hiri Motu', 'ccvm', 'value')),
6338     (182, 'item_lang', 'hun', oils_i18n_gettext('182', 'Hungarian', 'ccvm', 'value')),
6339     (183, 'item_lang', 'hup', oils_i18n_gettext('183', 'Hupa', 'ccvm', 'value')),
6340     (184, 'item_lang', 'iba', oils_i18n_gettext('184', 'Iban', 'ccvm', 'value')),
6341     (185, 'item_lang', 'ibo', oils_i18n_gettext('185', 'Igbo', 'ccvm', 'value')),
6342     (186, 'item_lang', 'ice', oils_i18n_gettext('186', 'Icelandic', 'ccvm', 'value')),
6343     (187, 'item_lang', 'ido', oils_i18n_gettext('187', 'Ido', 'ccvm', 'value')),
6344     (188, 'item_lang', 'iii', oils_i18n_gettext('188', 'Sichuan Yi', 'ccvm', 'value')),
6345     (189, 'item_lang', 'ijo', oils_i18n_gettext('189', 'Ijo', 'ccvm', 'value')),
6346     (190, 'item_lang', 'iku', oils_i18n_gettext('190', 'Inuktitut', 'ccvm', 'value')),
6347     (191, 'item_lang', 'ile', oils_i18n_gettext('191', 'Interlingue', 'ccvm', 'value')),
6348     (192, 'item_lang', 'ilo', oils_i18n_gettext('192', 'Iloko', 'ccvm', 'value')),
6349     (193, 'item_lang', 'ina', oils_i18n_gettext('193', 'Interlingua (International Auxiliary Language Association)', 'ccvm', 'value')),
6350     (194, 'item_lang', 'inc', oils_i18n_gettext('194', 'Indic (Other)', 'ccvm', 'value')),
6351     (195, 'item_lang', 'ind', oils_i18n_gettext('195', 'Indonesian', 'ccvm', 'value')),
6352     (196, 'item_lang', 'ine', oils_i18n_gettext('196', 'Indo-European (Other)', 'ccvm', 'value')),
6353     (197, 'item_lang', 'inh', oils_i18n_gettext('197', 'Ingush', 'ccvm', 'value')),
6354     (198, 'item_lang', '-int', oils_i18n_gettext('198', 'Interlingua (International Auxiliary Language Association)', 'ccvm', 'value')),
6355     (199, 'item_lang', 'ipk', oils_i18n_gettext('199', 'Inupiaq', 'ccvm', 'value')),
6356     (200, 'item_lang', 'ira', oils_i18n_gettext('200', 'Iranian (Other)', 'ccvm', 'value')),
6357     (201, 'item_lang', '-iri', oils_i18n_gettext('201', 'Irish', 'ccvm', 'value')),
6358     (202, 'item_lang', 'iro', oils_i18n_gettext('202', 'Iroquoian (Other)', 'ccvm', 'value')),
6359     (203, 'item_lang', 'ita', oils_i18n_gettext('203', 'Italian', 'ccvm', 'value')),
6360     (204, 'item_lang', 'jav', oils_i18n_gettext('204', 'Javanese', 'ccvm', 'value')),
6361     (205, 'item_lang', 'jpn', oils_i18n_gettext('205', 'Japanese', 'ccvm', 'value')),
6362     (206, 'item_lang', 'jpr', oils_i18n_gettext('206', 'Judeo-Persian', 'ccvm', 'value')),
6363     (207, 'item_lang', 'jrb', oils_i18n_gettext('207', 'Judeo-Arabic', 'ccvm', 'value')),
6364     (208, 'item_lang', 'kaa', oils_i18n_gettext('208', 'Kara-Kalpak', 'ccvm', 'value')),
6365     (209, 'item_lang', 'kab', oils_i18n_gettext('209', 'Kabyle', 'ccvm', 'value')),
6366     (210, 'item_lang', 'kac', oils_i18n_gettext('210', 'Kachin', 'ccvm', 'value')),
6367     (211, 'item_lang', 'kal', oils_i18n_gettext('211', 'Kalâtdlisut', 'ccvm', 'value')),
6368     (212, 'item_lang', 'kam', oils_i18n_gettext('212', 'Kamba', 'ccvm', 'value')),
6369     (213, 'item_lang', 'kan', oils_i18n_gettext('213', 'Kannada', 'ccvm', 'value')),
6370     (214, 'item_lang', 'kar', oils_i18n_gettext('214', 'Karen', 'ccvm', 'value')),
6371     (215, 'item_lang', 'kas', oils_i18n_gettext('215', 'Kashmiri', 'ccvm', 'value')),
6372     (216, 'item_lang', 'kau', oils_i18n_gettext('216', 'Kanuri', 'ccvm', 'value')),
6373     (217, 'item_lang', 'kaw', oils_i18n_gettext('217', 'Kawi', 'ccvm', 'value')),
6374     (218, 'item_lang', 'kaz', oils_i18n_gettext('218', 'Kazakh', 'ccvm', 'value')),
6375     (219, 'item_lang', 'kbd', oils_i18n_gettext('219', 'Kabardian', 'ccvm', 'value')),
6376     (220, 'item_lang', 'kha', oils_i18n_gettext('220', 'Khasi', 'ccvm', 'value')),
6377     (221, 'item_lang', 'khi', oils_i18n_gettext('221', 'Khoisan (Other)', 'ccvm', 'value')),
6378     (222, 'item_lang', 'khm', oils_i18n_gettext('222', 'Khmer', 'ccvm', 'value')),
6379     (223, 'item_lang', 'kho', oils_i18n_gettext('223', 'Khotanese', 'ccvm', 'value')),
6380     (224, 'item_lang', 'kik', oils_i18n_gettext('224', 'Kikuyu', 'ccvm', 'value')),
6381     (225, 'item_lang', 'kin', oils_i18n_gettext('225', 'Kinyarwanda', 'ccvm', 'value')),
6382     (226, 'item_lang', 'kir', oils_i18n_gettext('226', 'Kyrgyz', 'ccvm', 'value')),
6383     (227, 'item_lang', 'kmb', oils_i18n_gettext('227', 'Kimbundu', 'ccvm', 'value')),
6384     (228, 'item_lang', 'kok', oils_i18n_gettext('228', 'Konkani', 'ccvm', 'value')),
6385     (229, 'item_lang', 'kom', oils_i18n_gettext('229', 'Komi', 'ccvm', 'value')),
6386     (230, 'item_lang', 'kon', oils_i18n_gettext('230', 'Kongo', 'ccvm', 'value')),
6387     (231, 'item_lang', 'kor', oils_i18n_gettext('231', 'Korean', 'ccvm', 'value')),
6388     (232, 'item_lang', 'kos', oils_i18n_gettext('232', 'Kusaie', 'ccvm', 'value')),
6389     (233, 'item_lang', 'kpe', oils_i18n_gettext('233', 'Kpelle', 'ccvm', 'value')),
6390     (234, 'item_lang', 'kro', oils_i18n_gettext('234', 'Kru', 'ccvm', 'value')),
6391     (235, 'item_lang', 'kru', oils_i18n_gettext('235', 'Kurukh', 'ccvm', 'value')),
6392     (236, 'item_lang', 'kua', oils_i18n_gettext('236', 'Kuanyama', 'ccvm', 'value')),
6393     (237, 'item_lang', 'kum', oils_i18n_gettext('237', 'Kumyk', 'ccvm', 'value')),
6394     (238, 'item_lang', 'kur', oils_i18n_gettext('238', 'Kurdish', 'ccvm', 'value')),
6395     (239, 'item_lang', '-kus', oils_i18n_gettext('239', 'Kusaie', 'ccvm', 'value')),
6396     (240, 'item_lang', 'kut', oils_i18n_gettext('240', 'Kutenai', 'ccvm', 'value')),
6397     (241, 'item_lang', 'lad', oils_i18n_gettext('241', 'Ladino', 'ccvm', 'value')),
6398     (242, 'item_lang', 'lah', oils_i18n_gettext('242', 'Lahnda', 'ccvm', 'value')),
6399     (243, 'item_lang', 'lam', oils_i18n_gettext('243', 'Lamba', 'ccvm', 'value')),
6400     (244, 'item_lang', '-lan', oils_i18n_gettext('244', 'Occitan (post-1500)', 'ccvm', 'value')),
6401     (245, 'item_lang', 'lao', oils_i18n_gettext('245', 'Lao', 'ccvm', 'value')),
6402     (246, 'item_lang', '-lap', oils_i18n_gettext('246', 'Sami', 'ccvm', 'value')),
6403     (247, 'item_lang', 'lat', oils_i18n_gettext('247', 'Latin', 'ccvm', 'value')),
6404     (248, 'item_lang', 'lav', oils_i18n_gettext('248', 'Latvian', 'ccvm', 'value')),
6405     (249, 'item_lang', 'lez', oils_i18n_gettext('249', 'Lezgian', 'ccvm', 'value')),
6406     (250, 'item_lang', 'lim', oils_i18n_gettext('250', 'Limburgish', 'ccvm', 'value')),
6407     (251, 'item_lang', 'lin', oils_i18n_gettext('251', 'Lingala', 'ccvm', 'value')),
6408     (252, 'item_lang', 'lit', oils_i18n_gettext('252', 'Lithuanian', 'ccvm', 'value')),
6409     (253, 'item_lang', 'lol', oils_i18n_gettext('253', 'Mongo-Nkundu', 'ccvm', 'value')),
6410     (254, 'item_lang', 'loz', oils_i18n_gettext('254', 'Lozi', 'ccvm', 'value')),
6411     (255, 'item_lang', 'ltz', oils_i18n_gettext('255', 'Letzeburgesch', 'ccvm', 'value')),
6412     (256, 'item_lang', 'lua', oils_i18n_gettext('256', 'Luba-Lulua', 'ccvm', 'value')),
6413     (257, 'item_lang', 'lub', oils_i18n_gettext('257', 'Luba-Katanga', 'ccvm', 'value')),
6414     (258, 'item_lang', 'lug', oils_i18n_gettext('258', 'Ganda', 'ccvm', 'value')),
6415     (259, 'item_lang', 'lui', oils_i18n_gettext('259', 'Luiseño', 'ccvm', 'value')),
6416     (260, 'item_lang', 'lun', oils_i18n_gettext('260', 'Lunda', 'ccvm', 'value')),
6417     (261, 'item_lang', 'luo', oils_i18n_gettext('261', 'Luo (Kenya and Tanzania)', 'ccvm', 'value')),
6418     (262, 'item_lang', 'lus', oils_i18n_gettext('262', 'Lushai', 'ccvm', 'value')),
6419     (263, 'item_lang', 'mac', oils_i18n_gettext('263', 'Macedonian', 'ccvm', 'value')),
6420     (264, 'item_lang', 'mad', oils_i18n_gettext('264', 'Madurese', 'ccvm', 'value')),
6421     (265, 'item_lang', 'mag', oils_i18n_gettext('265', 'Magahi', 'ccvm', 'value')),
6422     (266, 'item_lang', 'mah', oils_i18n_gettext('266', 'Marshallese', 'ccvm', 'value')),
6423     (267, 'item_lang', 'mai', oils_i18n_gettext('267', 'Maithili', 'ccvm', 'value')),
6424     (268, 'item_lang', 'mak', oils_i18n_gettext('268', 'Makasar', 'ccvm', 'value')),
6425     (269, 'item_lang', 'mal', oils_i18n_gettext('269', 'Malayalam', 'ccvm', 'value')),
6426     (270, 'item_lang', 'man', oils_i18n_gettext('270', 'Mandingo', 'ccvm', 'value')),
6427     (271, 'item_lang', 'mao', oils_i18n_gettext('271', 'Maori', 'ccvm', 'value')),
6428     (272, 'item_lang', 'map', oils_i18n_gettext('272', 'Austronesian (Other)', 'ccvm', 'value')),
6429     (273, 'item_lang', 'mar', oils_i18n_gettext('273', 'Marathi', 'ccvm', 'value')),
6430     (274, 'item_lang', 'mas', oils_i18n_gettext('274', 'Masai', 'ccvm', 'value')),
6431     (275, 'item_lang', '-max', oils_i18n_gettext('275', 'Manx', 'ccvm', 'value')),
6432     (276, 'item_lang', 'may', oils_i18n_gettext('276', 'Malay', 'ccvm', 'value')),
6433     (277, 'item_lang', 'mdr', oils_i18n_gettext('277', 'Mandar', 'ccvm', 'value')),
6434     (278, 'item_lang', 'men', oils_i18n_gettext('278', 'Mende', 'ccvm', 'value')),
6435     (279, 'item_lang', 'mga', oils_i18n_gettext('279', 'Irish, Middle (ca. 1100-1550)', 'ccvm', 'value')),
6436     (280, 'item_lang', 'mic', oils_i18n_gettext('280', 'Micmac', 'ccvm', 'value')),
6437     (281, 'item_lang', 'min', oils_i18n_gettext('281', 'Minangkabau', 'ccvm', 'value')),
6438     (282, 'item_lang', 'mis', oils_i18n_gettext('282', 'Miscellaneous languages', 'ccvm', 'value')),
6439     (283, 'item_lang', 'mkh', oils_i18n_gettext('283', 'Mon-Khmer (Other)', 'ccvm', 'value')),
6440     (284, 'item_lang', '-mla', oils_i18n_gettext('284', 'Malagasy', 'ccvm', 'value')),
6441     (285, 'item_lang', 'mlg', oils_i18n_gettext('285', 'Malagasy', 'ccvm', 'value')),
6442     (286, 'item_lang', 'mlt', oils_i18n_gettext('286', 'Maltese', 'ccvm', 'value')),
6443     (287, 'item_lang', 'mnc', oils_i18n_gettext('287', 'Manchu', 'ccvm', 'value')),
6444     (288, 'item_lang', 'mni', oils_i18n_gettext('288', 'Manipuri', 'ccvm', 'value')),
6445     (289, 'item_lang', 'mno', oils_i18n_gettext('289', 'Manobo languages', 'ccvm', 'value')),
6446     (290, 'item_lang', 'moh', oils_i18n_gettext('290', 'Mohawk', 'ccvm', 'value')),
6447     (291, 'item_lang', 'mol', oils_i18n_gettext('291', 'Moldavian', 'ccvm', 'value')),
6448     (292, 'item_lang', 'mon', oils_i18n_gettext('292', 'Mongolian', 'ccvm', 'value')),
6449     (293, 'item_lang', 'mos', oils_i18n_gettext('293', 'Mooré', 'ccvm', 'value')),
6450     (294, 'item_lang', 'mul', oils_i18n_gettext('294', 'Multiple languages', 'ccvm', 'value')),
6451     (295, 'item_lang', 'mun', oils_i18n_gettext('295', 'Munda (Other)', 'ccvm', 'value')),
6452     (296, 'item_lang', 'mus', oils_i18n_gettext('296', 'Creek', 'ccvm', 'value')),
6453     (297, 'item_lang', 'mwr', oils_i18n_gettext('297', 'Marwari', 'ccvm', 'value')),
6454     (298, 'item_lang', 'myn', oils_i18n_gettext('298', 'Mayan languages', 'ccvm', 'value')),
6455     (299, 'item_lang', 'nah', oils_i18n_gettext('299', 'Nahuatl', 'ccvm', 'value')),
6456     (300, 'item_lang', 'nai', oils_i18n_gettext('300', 'North American Indian (Other)', 'ccvm', 'value')),
6457     (301, 'item_lang', 'nap', oils_i18n_gettext('301', 'Neapolitan Italian', 'ccvm', 'value')),
6458     (302, 'item_lang', 'nau', oils_i18n_gettext('302', 'Nauru', 'ccvm', 'value')),
6459     (303, 'item_lang', 'nav', oils_i18n_gettext('303', 'Navajo', 'ccvm', 'value')),
6460     (304, 'item_lang', 'nbl', oils_i18n_gettext('304', 'Ndebele (South Africa)', 'ccvm', 'value')),
6461     (305, 'item_lang', 'nde', oils_i18n_gettext('305', 'Ndebele (Zimbabwe)  ', 'ccvm', 'value')),
6462     (306, 'item_lang', 'ndo', oils_i18n_gettext('306', 'Ndonga', 'ccvm', 'value')),
6463     (307, 'item_lang', 'nds', oils_i18n_gettext('307', 'Low German', 'ccvm', 'value')),
6464     (308, 'item_lang', 'nep', oils_i18n_gettext('308', 'Nepali', 'ccvm', 'value')),
6465     (309, 'item_lang', 'new', oils_i18n_gettext('309', 'Newari', 'ccvm', 'value')),
6466     (310, 'item_lang', 'nia', oils_i18n_gettext('310', 'Nias', 'ccvm', 'value')),
6467     (311, 'item_lang', 'nic', oils_i18n_gettext('311', 'Niger-Kordofanian (Other)', 'ccvm', 'value')),
6468     (312, 'item_lang', 'niu', oils_i18n_gettext('312', 'Niuean', 'ccvm', 'value')),
6469     (313, 'item_lang', 'nno', oils_i18n_gettext('313', 'Norwegian (Nynorsk)', 'ccvm', 'value')),
6470     (314, 'item_lang', 'nob', oils_i18n_gettext('314', 'Norwegian (BokmÃ¥l)', 'ccvm', 'value')),
6471     (315, 'item_lang', 'nog', oils_i18n_gettext('315', 'Nogai', 'ccvm', 'value')),
6472     (316, 'item_lang', 'non', oils_i18n_gettext('316', 'Old Norse', 'ccvm', 'value')),
6473     (317, 'item_lang', 'nor', oils_i18n_gettext('317', 'Norwegian', 'ccvm', 'value')),
6474     (318, 'item_lang', 'nso', oils_i18n_gettext('318', 'Northern Sotho', 'ccvm', 'value')),
6475     (319, 'item_lang', 'nub', oils_i18n_gettext('319', 'Nubian languages', 'ccvm', 'value')),
6476     (320, 'item_lang', 'nya', oils_i18n_gettext('320', 'Nyanja', 'ccvm', 'value')),
6477     (321, 'item_lang', 'nym', oils_i18n_gettext('321', 'Nyamwezi', 'ccvm', 'value')),
6478     (322, 'item_lang', 'nyn', oils_i18n_gettext('322', 'Nyankole', 'ccvm', 'value')),
6479     (323, 'item_lang', 'nyo', oils_i18n_gettext('323', 'Nyoro', 'ccvm', 'value')),
6480     (324, 'item_lang', 'nzi', oils_i18n_gettext('324', 'Nzima', 'ccvm', 'value')),
6481     (325, 'item_lang', 'oci', oils_i18n_gettext('325', 'Occitan (post-1500)', 'ccvm', 'value')),
6482     (326, 'item_lang', 'oji', oils_i18n_gettext('326', 'Ojibwa', 'ccvm', 'value')),
6483     (327, 'item_lang', 'ori', oils_i18n_gettext('327', 'Oriya', 'ccvm', 'value')),
6484     (328, 'item_lang', 'orm', oils_i18n_gettext('328', 'Oromo', 'ccvm', 'value')),
6485     (329, 'item_lang', 'osa', oils_i18n_gettext('329', 'Osage', 'ccvm', 'value')),
6486     (330, 'item_lang', 'oss', oils_i18n_gettext('330', 'Ossetic', 'ccvm', 'value')),
6487     (331, 'item_lang', 'ota', oils_i18n_gettext('331', 'Turkish, Ottoman', 'ccvm', 'value')),
6488     (332, 'item_lang', 'oto', oils_i18n_gettext('332', 'Otomian languages', 'ccvm', 'value')),
6489     (333, 'item_lang', 'paa', oils_i18n_gettext('333', 'Papuan (Other)', 'ccvm', 'value')),
6490     (334, 'item_lang', 'pag', oils_i18n_gettext('334', 'Pangasinan', 'ccvm', 'value')),
6491     (335, 'item_lang', 'pal', oils_i18n_gettext('335', 'Pahlavi', 'ccvm', 'value')),
6492     (336, 'item_lang', 'pam', oils_i18n_gettext('336', 'Pampanga', 'ccvm', 'value')),
6493     (337, 'item_lang', 'pan', oils_i18n_gettext('337', 'Panjabi', 'ccvm', 'value')),
6494     (338, 'item_lang', 'pap', oils_i18n_gettext('338', 'Papiamento', 'ccvm', 'value')),
6495     (339, 'item_lang', 'pau', oils_i18n_gettext('339', 'Palauan', 'ccvm', 'value')),
6496     (340, 'item_lang', 'peo', oils_i18n_gettext('340', 'Old Persian (ca. 600-400 B.C.)', 'ccvm', 'value')),
6497     (341, 'item_lang', 'per', oils_i18n_gettext('341', 'Persian', 'ccvm', 'value')),
6498     (342, 'item_lang', 'phi', oils_i18n_gettext('342', 'Philippine (Other)', 'ccvm', 'value')),
6499     (343, 'item_lang', 'phn', oils_i18n_gettext('343', 'Phoenician', 'ccvm', 'value')),
6500     (344, 'item_lang', 'pli', oils_i18n_gettext('344', 'Pali', 'ccvm', 'value')),
6501     (345, 'item_lang', 'pol', oils_i18n_gettext('345', 'Polish', 'ccvm', 'value')),
6502     (346, 'item_lang', 'pon', oils_i18n_gettext('346', 'Ponape', 'ccvm', 'value')),
6503     (347, 'item_lang', 'por', oils_i18n_gettext('347', 'Portuguese', 'ccvm', 'value')),
6504     (348, 'item_lang', 'pra', oils_i18n_gettext('348', 'Prakrit languages', 'ccvm', 'value')),
6505     (349, 'item_lang', 'pro', oils_i18n_gettext('349', 'Provençal (to 1500)', 'ccvm', 'value')),
6506     (350, 'item_lang', 'pus', oils_i18n_gettext('350', 'Pushto', 'ccvm', 'value')),
6507     (351, 'item_lang', 'que', oils_i18n_gettext('351', 'Quechua', 'ccvm', 'value')),
6508     (352, 'item_lang', 'raj', oils_i18n_gettext('352', 'Rajasthani', 'ccvm', 'value')),
6509     (353, 'item_lang', 'rap', oils_i18n_gettext('353', 'Rapanui', 'ccvm', 'value')),
6510     (354, 'item_lang', 'rar', oils_i18n_gettext('354', 'Rarotongan', 'ccvm', 'value')),
6511     (355, 'item_lang', 'roa', oils_i18n_gettext('355', 'Romance (Other)', 'ccvm', 'value')),
6512     (356, 'item_lang', 'roh', oils_i18n_gettext('356', 'Raeto-Romance', 'ccvm', 'value')),
6513     (357, 'item_lang', 'rom', oils_i18n_gettext('357', 'Romani', 'ccvm', 'value')),
6514     (358, 'item_lang', 'rum', oils_i18n_gettext('358', 'Romanian', 'ccvm', 'value')),
6515     (359, 'item_lang', 'run', oils_i18n_gettext('359', 'Rundi', 'ccvm', 'value')),
6516     (360, 'item_lang', 'rus', oils_i18n_gettext('360', 'Russian', 'ccvm', 'value')),
6517     (361, 'item_lang', 'sad', oils_i18n_gettext('361', 'Sandawe', 'ccvm', 'value')),
6518     (362, 'item_lang', 'sag', oils_i18n_gettext('362', 'Sango (Ubangi Creole)', 'ccvm', 'value')),
6519     (363, 'item_lang', 'sah', oils_i18n_gettext('363', 'Yakut', 'ccvm', 'value')),
6520     (364, 'item_lang', 'sai', oils_i18n_gettext('364', 'South American Indian (Other)', 'ccvm', 'value')),
6521     (365, 'item_lang', 'sal', oils_i18n_gettext('365', 'Salishan languages', 'ccvm', 'value')),
6522     (366, 'item_lang', 'sam', oils_i18n_gettext('366', 'Samaritan Aramaic', 'ccvm', 'value')),
6523     (367, 'item_lang', 'san', oils_i18n_gettext('367', 'Sanskrit', 'ccvm', 'value')),
6524     (368, 'item_lang', '-sao', oils_i18n_gettext('368', 'Samoan', 'ccvm', 'value')),
6525     (369, 'item_lang', 'sas', oils_i18n_gettext('369', 'Sasak', 'ccvm', 'value')),
6526     (370, 'item_lang', 'sat', oils_i18n_gettext('370', 'Santali', 'ccvm', 'value')),
6527     (371, 'item_lang', 'scc', oils_i18n_gettext('371', 'Serbian', 'ccvm', 'value')),
6528     (372, 'item_lang', 'sco', oils_i18n_gettext('372', 'Scots', 'ccvm', 'value')),
6529     (373, 'item_lang', 'scr', oils_i18n_gettext('373', 'Croatian', 'ccvm', 'value')),
6530     (374, 'item_lang', 'sel', oils_i18n_gettext('374', 'Selkup', 'ccvm', 'value')),
6531     (375, 'item_lang', 'sem', oils_i18n_gettext('375', 'Semitic (Other)', 'ccvm', 'value')),
6532     (376, 'item_lang', 'sga', oils_i18n_gettext('376', 'Irish, Old (to 1100)', 'ccvm', 'value')),
6533     (377, 'item_lang', 'sgn', oils_i18n_gettext('377', 'Sign languages', 'ccvm', 'value')),
6534     (378, 'item_lang', 'shn', oils_i18n_gettext('378', 'Shan', 'ccvm', 'value')),
6535     (379, 'item_lang', '-sho', oils_i18n_gettext('379', 'Shona', 'ccvm', 'value')),
6536     (380, 'item_lang', 'sid', oils_i18n_gettext('380', 'Sidamo', 'ccvm', 'value')),
6537     (381, 'item_lang', 'sin', oils_i18n_gettext('381', 'Sinhalese', 'ccvm', 'value')),
6538     (382, 'item_lang', 'sio', oils_i18n_gettext('382', 'Siouan (Other)', 'ccvm', 'value')),
6539     (383, 'item_lang', 'sit', oils_i18n_gettext('383', 'Sino-Tibetan (Other)', 'ccvm', 'value')),
6540     (384, 'item_lang', 'sla', oils_i18n_gettext('384', 'Slavic (Other)', 'ccvm', 'value')),
6541     (385, 'item_lang', 'slo', oils_i18n_gettext('385', 'Slovak', 'ccvm', 'value')),
6542     (386, 'item_lang', 'slv', oils_i18n_gettext('386', 'Slovenian', 'ccvm', 'value')),
6543     (387, 'item_lang', 'sma', oils_i18n_gettext('387', 'Southern Sami', 'ccvm', 'value')),
6544     (388, 'item_lang', 'sme', oils_i18n_gettext('388', 'Northern Sami', 'ccvm', 'value')),
6545     (389, 'item_lang', 'smi', oils_i18n_gettext('389', 'Sami', 'ccvm', 'value')),
6546     (390, 'item_lang', 'smj', oils_i18n_gettext('390', 'Lule Sami', 'ccvm', 'value')),
6547     (391, 'item_lang', 'smn', oils_i18n_gettext('391', 'Inari Sami', 'ccvm', 'value')),
6548     (392, 'item_lang', 'smo', oils_i18n_gettext('392', 'Samoan', 'ccvm', 'value')),
6549     (393, 'item_lang', 'sms', oils_i18n_gettext('393', 'Skolt Sami', 'ccvm', 'value')),
6550     (394, 'item_lang', 'sna', oils_i18n_gettext('394', 'Shona', 'ccvm', 'value')),
6551     (395, 'item_lang', 'snd', oils_i18n_gettext('395', 'Sindhi', 'ccvm', 'value')),
6552     (396, 'item_lang', '-snh', oils_i18n_gettext('396', 'Sinhalese', 'ccvm', 'value')),
6553     (397, 'item_lang', 'snk', oils_i18n_gettext('397', 'Soninke', 'ccvm', 'value')),
6554     (398, 'item_lang', 'sog', oils_i18n_gettext('398', 'Sogdian', 'ccvm', 'value')),
6555     (399, 'item_lang', 'som', oils_i18n_gettext('399', 'Somali', 'ccvm', 'value')),
6556     (400, 'item_lang', 'son', oils_i18n_gettext('400', 'Songhai', 'ccvm', 'value')),
6557     (401, 'item_lang', 'sot', oils_i18n_gettext('401', 'Sotho', 'ccvm', 'value')),
6558     (402, 'item_lang', 'spa', oils_i18n_gettext('402', 'Spanish', 'ccvm', 'value')),
6559     (403, 'item_lang', 'srd', oils_i18n_gettext('403', 'Sardinian', 'ccvm', 'value')),
6560     (404, 'item_lang', 'srr', oils_i18n_gettext('404', 'Serer', 'ccvm', 'value')),
6561     (405, 'item_lang', 'ssa', oils_i18n_gettext('405', 'Nilo-Saharan (Other)', 'ccvm', 'value')),
6562     (406, 'item_lang', '-sso', oils_i18n_gettext('406', 'Sotho', 'ccvm', 'value')),
6563     (407, 'item_lang', 'ssw', oils_i18n_gettext('407', 'Swazi', 'ccvm', 'value')),
6564     (408, 'item_lang', 'suk', oils_i18n_gettext('408', 'Sukuma', 'ccvm', 'value')),
6565     (409, 'item_lang', 'sun', oils_i18n_gettext('409', 'Sundanese', 'ccvm', 'value')),
6566     (410, 'item_lang', 'sus', oils_i18n_gettext('410', 'Susu', 'ccvm', 'value')),
6567     (411, 'item_lang', 'sux', oils_i18n_gettext('411', 'Sumerian', 'ccvm', 'value')),
6568     (412, 'item_lang', 'swa', oils_i18n_gettext('412', 'Swahili', 'ccvm', 'value')),
6569     (413, 'item_lang', 'swe', oils_i18n_gettext('413', 'Swedish', 'ccvm', 'value')),
6570     (414, 'item_lang', '-swz', oils_i18n_gettext('414', 'Swazi', 'ccvm', 'value')),
6571     (415, 'item_lang', 'syr', oils_i18n_gettext('415', 'Syriac', 'ccvm', 'value')),
6572     (416, 'item_lang', '-tag', oils_i18n_gettext('416', 'Tagalog', 'ccvm', 'value')),
6573     (417, 'item_lang', 'tah', oils_i18n_gettext('417', 'Tahitian', 'ccvm', 'value')),
6574     (418, 'item_lang', 'tai', oils_i18n_gettext('418', 'Tai (Other)', 'ccvm', 'value')),
6575     (419, 'item_lang', '-taj', oils_i18n_gettext('419', 'Tajik', 'ccvm', 'value')),
6576     (420, 'item_lang', 'tam', oils_i18n_gettext('420', 'Tamil', 'ccvm', 'value')),
6577     (421, 'item_lang', '-tar', oils_i18n_gettext('421', 'Tatar', 'ccvm', 'value')),
6578     (422, 'item_lang', 'tat', oils_i18n_gettext('422', 'Tatar', 'ccvm', 'value')),
6579     (423, 'item_lang', 'tel', oils_i18n_gettext('423', 'Telugu', 'ccvm', 'value')),
6580     (424, 'item_lang', 'tem', oils_i18n_gettext('424', 'Temne', 'ccvm', 'value')),
6581     (425, 'item_lang', 'ter', oils_i18n_gettext('425', 'Terena', 'ccvm', 'value')),
6582     (426, 'item_lang', 'tet', oils_i18n_gettext('426', 'Tetum', 'ccvm', 'value')),
6583     (427, 'item_lang', 'tgk', oils_i18n_gettext('427', 'Tajik', 'ccvm', 'value')),
6584     (428, 'item_lang', 'tgl', oils_i18n_gettext('428', 'Tagalog', 'ccvm', 'value')),
6585     (429, 'item_lang', 'tha', oils_i18n_gettext('429', 'Thai', 'ccvm', 'value')),
6586     (430, 'item_lang', 'tib', oils_i18n_gettext('430', 'Tibetan', 'ccvm', 'value')),
6587     (431, 'item_lang', 'tig', oils_i18n_gettext('431', 'Tigré', 'ccvm', 'value')),
6588     (432, 'item_lang', 'tir', oils_i18n_gettext('432', 'Tigrinya', 'ccvm', 'value')),
6589     (433, 'item_lang', 'tiv', oils_i18n_gettext('433', 'Tiv', 'ccvm', 'value')),
6590     (434, 'item_lang', 'tkl', oils_i18n_gettext('434', 'Tokelauan', 'ccvm', 'value')),
6591     (435, 'item_lang', 'tli', oils_i18n_gettext('435', 'Tlingit', 'ccvm', 'value')),
6592     (436, 'item_lang', 'tmh', oils_i18n_gettext('436', 'Tamashek', 'ccvm', 'value')),
6593     (437, 'item_lang', 'tog', oils_i18n_gettext('437', 'Tonga (Nyasa)', 'ccvm', 'value')),
6594     (438, 'item_lang', 'ton', oils_i18n_gettext('438', 'Tongan', 'ccvm', 'value')),
6595     (439, 'item_lang', 'tpi', oils_i18n_gettext('439', 'Tok Pisin', 'ccvm', 'value')),
6596     (440, 'item_lang', '-tru', oils_i18n_gettext('440', 'Truk', 'ccvm', 'value')),
6597     (441, 'item_lang', 'tsi', oils_i18n_gettext('441', 'Tsimshian', 'ccvm', 'value')),
6598     (442, 'item_lang', 'tsn', oils_i18n_gettext('442', 'Tswana', 'ccvm', 'value')),
6599     (443, 'item_lang', 'tso', oils_i18n_gettext('443', 'Tsonga', 'ccvm', 'value')),
6600     (444, 'item_lang', '-tsw', oils_i18n_gettext('444', 'Tswana', 'ccvm', 'value')),
6601     (445, 'item_lang', 'tuk', oils_i18n_gettext('445', 'Turkmen', 'ccvm', 'value')),
6602     (446, 'item_lang', 'tum', oils_i18n_gettext('446', 'Tumbuka', 'ccvm', 'value')),
6603     (447, 'item_lang', 'tup', oils_i18n_gettext('447', 'Tupi languages', 'ccvm', 'value')),
6604     (448, 'item_lang', 'tur', oils_i18n_gettext('448', 'Turkish', 'ccvm', 'value')),
6605     (449, 'item_lang', 'tut', oils_i18n_gettext('449', 'Altaic (Other)', 'ccvm', 'value')),
6606     (450, 'item_lang', 'tvl', oils_i18n_gettext('450', 'Tuvaluan', 'ccvm', 'value')),
6607     (451, 'item_lang', 'twi', oils_i18n_gettext('451', 'Twi', 'ccvm', 'value')),
6608     (452, 'item_lang', 'tyv', oils_i18n_gettext('452', 'Tuvinian', 'ccvm', 'value')),
6609     (453, 'item_lang', 'udm', oils_i18n_gettext('453', 'Udmurt', 'ccvm', 'value')),
6610     (454, 'item_lang', 'uga', oils_i18n_gettext('454', 'Ugaritic', 'ccvm', 'value')),
6611     (455, 'item_lang', 'uig', oils_i18n_gettext('455', 'Uighur', 'ccvm', 'value')),
6612     (456, 'item_lang', 'ukr', oils_i18n_gettext('456', 'Ukrainian', 'ccvm', 'value')),
6613     (457, 'item_lang', 'umb', oils_i18n_gettext('457', 'Umbundu', 'ccvm', 'value')),
6614     (458, 'item_lang', 'und', oils_i18n_gettext('458', 'Undetermined', 'ccvm', 'value')),
6615     (459, 'item_lang', 'urd', oils_i18n_gettext('459', 'Urdu', 'ccvm', 'value')),
6616     (460, 'item_lang', 'uzb', oils_i18n_gettext('460', 'Uzbek', 'ccvm', 'value')),
6617     (461, 'item_lang', 'vai', oils_i18n_gettext('461', 'Vai', 'ccvm', 'value')),
6618     (462, 'item_lang', 'ven', oils_i18n_gettext('462', 'Venda', 'ccvm', 'value')),
6619     (463, 'item_lang', 'vie', oils_i18n_gettext('463', 'Vietnamese', 'ccvm', 'value')),
6620     (464, 'item_lang', 'vol', oils_i18n_gettext('464', 'Volapük', 'ccvm', 'value')),
6621     (465, 'item_lang', 'vot', oils_i18n_gettext('465', 'Votic', 'ccvm', 'value')),
6622     (466, 'item_lang', 'wak', oils_i18n_gettext('466', 'Wakashan languages', 'ccvm', 'value')),
6623     (467, 'item_lang', 'wal', oils_i18n_gettext('467', 'Walamo', 'ccvm', 'value')),
6624     (468, 'item_lang', 'war', oils_i18n_gettext('468', 'Waray', 'ccvm', 'value')),
6625     (469, 'item_lang', 'was', oils_i18n_gettext('469', 'Washo', 'ccvm', 'value')),
6626     (470, 'item_lang', 'wel', oils_i18n_gettext('470', 'Welsh', 'ccvm', 'value')),
6627     (471, 'item_lang', 'wen', oils_i18n_gettext('471', 'Sorbian languages', 'ccvm', 'value')),
6628     (472, 'item_lang', 'wln', oils_i18n_gettext('472', 'Walloon', 'ccvm', 'value')),
6629     (473, 'item_lang', 'wol', oils_i18n_gettext('473', 'Wolof', 'ccvm', 'value')),
6630     (474, 'item_lang', 'xal', oils_i18n_gettext('474', 'Kalmyk', 'ccvm', 'value')),
6631     (475, 'item_lang', 'xho', oils_i18n_gettext('475', 'Xhosa', 'ccvm', 'value')),
6632     (476, 'item_lang', 'yao', oils_i18n_gettext('476', 'Yao (Africa)', 'ccvm', 'value')),
6633     (477, 'item_lang', 'yap', oils_i18n_gettext('477', 'Yapese', 'ccvm', 'value')),
6634     (478, 'item_lang', 'yid', oils_i18n_gettext('478', 'Yiddish', 'ccvm', 'value')),
6635     (479, 'item_lang', 'yor', oils_i18n_gettext('479', 'Yoruba', 'ccvm', 'value')),
6636     (480, 'item_lang', 'ypk', oils_i18n_gettext('480', 'Yupik languages', 'ccvm', 'value')),
6637     (481, 'item_lang', 'zap', oils_i18n_gettext('481', 'Zapotec', 'ccvm', 'value')),
6638     (482, 'item_lang', 'zen', oils_i18n_gettext('482', 'Zenaga', 'ccvm', 'value')),
6639     (483, 'item_lang', 'zha', oils_i18n_gettext('483', 'Zhuang', 'ccvm', 'value')),
6640     (484, 'item_lang', 'znd', oils_i18n_gettext('484', 'Zande', 'ccvm', 'value')),
6641     (485, 'item_lang', 'zul', oils_i18n_gettext('485', 'Zulu', 'ccvm', 'value')),
6642     (486, 'item_lang', 'zun', oils_i18n_gettext('486', 'Zuni', 'ccvm', 'value'));
6643
6644 INSERT INTO config.coded_value_map (id, ctype, code, value, description) VALUES 
6645     (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')),
6646     (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')),
6647     (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')),
6648     (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')),
6649     (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')),
6650     (492,'audience', 'e', oils_i18n_gettext('492', 'Adult', 'ccvm', 'value'),                   oils_i18n_gettext('492', 'The item is intended for adults.', 'ccvm', 'description')),
6651     (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')),
6652     (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')),
6653     (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'));
6654
6655 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6656     (496, 'item_type', 'a', oils_i18n_gettext('496', 'Language material', 'ccvm', 'value')),
6657     (497, 'item_type', 't', oils_i18n_gettext('497', 'Manuscript language material', 'ccvm', 'value')),
6658     (498, 'item_type', 'g', oils_i18n_gettext('498', 'Projected medium', 'ccvm', 'value')),
6659     (499, 'item_type', 'k', oils_i18n_gettext('499', 'Two-dimensional nonprojectable graphic', 'ccvm', 'value')),
6660     (500, 'item_type', 'r', oils_i18n_gettext('500', 'Three-dimensional artifact or naturally occurring object', 'ccvm', 'value')),
6661     (501, 'item_type', 'o', oils_i18n_gettext('501', 'Kit', 'ccvm', 'value')),
6662     (502, 'item_type', 'p', oils_i18n_gettext('502', 'Mixed materials', 'ccvm', 'value')),
6663     (503, 'item_type', 'e', oils_i18n_gettext('503', 'Cartographic material', 'ccvm', 'value')),
6664     (504, 'item_type', 'f', oils_i18n_gettext('504', 'Manuscript cartographic material', 'ccvm', 'value')),
6665     (505, 'item_type', 'c', oils_i18n_gettext('505', 'Notated music', 'ccvm', 'value')),
6666     (506, 'item_type', 'd', oils_i18n_gettext('506', 'Manuscript notated music', 'ccvm', 'value')),
6667     (507, 'item_type', 'i', oils_i18n_gettext('507', 'Nonmusical sound recording', 'ccvm', 'value')),
6668     (508, 'item_type', 'j', oils_i18n_gettext('508', 'Musical sound recording', 'ccvm', 'value')),
6669     (509, 'item_type', 'm', oils_i18n_gettext('509', 'Computer file', 'ccvm', 'value'));
6670
6671 INSERT INTO config.coded_value_map (id, ctype, code, value, description) VALUES 
6672     (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')),
6673     (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')),
6674     (512, 'lit_form', 'c', oils_i18n_gettext('512', 'Comic strips', 'ccvm', 'value'), NULL),
6675     (513, 'lit_form', 'd', oils_i18n_gettext('513', 'Dramas', 'ccvm', 'value'), NULL),
6676     (514, 'lit_form', 'e', oils_i18n_gettext('514', 'Essays', 'ccvm', 'value'), NULL),
6677     (515, 'lit_form', 'f', oils_i18n_gettext('515', 'Novels', 'ccvm', 'value'), NULL),
6678     (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')),
6679     (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')),
6680     (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')),
6681     (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')),
6682     (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')),
6683     (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')),
6684     (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'));
6685
6686
6687 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6688     (523, 'item_form', 'a', oils_i18n_gettext('523', 'Microfilm', 'ccvm', 'value')),
6689     (524, 'item_form', 'b', oils_i18n_gettext('524', 'Microfiche', 'ccvm', 'value')),
6690     (525, 'item_form', 'c', oils_i18n_gettext('525', 'Microopaque', 'ccvm', 'value')),
6691     (526, 'item_form', 'd', oils_i18n_gettext('526', 'Large print', 'ccvm', 'value')),
6692     (527, 'item_form', 'f', oils_i18n_gettext('527', 'Braille', 'ccvm', 'value')),
6693     (528, 'item_form', 'r', oils_i18n_gettext('528', 'Regular print reproduction', 'ccvm', 'value')),
6694     (529, 'item_form', 's', oils_i18n_gettext('529', 'Electronic', 'ccvm', 'value'));
6695     -- see below for more item_form entries
6696
6697 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6698     (530, 'bib_level', 'a', oils_i18n_gettext('530', 'Monographic component part', 'ccvm', 'value')),
6699     (531, 'bib_level', 'b', oils_i18n_gettext('531', 'Serial component part', 'ccvm', 'value')),
6700     (532, 'bib_level', 'c', oils_i18n_gettext('532', 'Collection', 'ccvm', 'value')),
6701     (533, 'bib_level', 'd', oils_i18n_gettext('533', 'Subunit', 'ccvm', 'value')),
6702     (534, 'bib_level', 'i', oils_i18n_gettext('534', 'Integrating resource', 'ccvm', 'value')),
6703     (535, 'bib_level', 'm', oils_i18n_gettext('535', 'Monograph/Item', 'ccvm', 'value')),
6704     (536, 'bib_level', 's', oils_i18n_gettext('536', 'Serial', 'ccvm', 'value'));
6705
6706 INSERT INTO config.coded_value_map(id, ctype, code, value) VALUES
6707     (537, 'vr_format', 'a', oils_i18n_gettext('537', 'Beta', 'ccvm', 'value')),
6708     (538, 'vr_format', 'b', oils_i18n_gettext('538', 'VHS', 'ccvm', 'value')),
6709     (539, 'vr_format', 'c', oils_i18n_gettext('539', 'U-matic', 'ccvm', 'value')),
6710     (540, 'vr_format', 'd', oils_i18n_gettext('540', 'EIAJ', 'ccvm', 'value')),
6711     (541, 'vr_format', 'e', oils_i18n_gettext('541', 'Type C', 'ccvm', 'value')),
6712     (542, 'vr_format', 'f', oils_i18n_gettext('542', 'Quadruplex', 'ccvm', 'value')),
6713     (543, 'vr_format', 'g', oils_i18n_gettext('543', 'Laserdisc', 'ccvm', 'value')),
6714     (544, 'vr_format', 'h', oils_i18n_gettext('544', 'CED videodisc', 'ccvm', 'value')),
6715     (545, 'vr_format', 'i', oils_i18n_gettext('545', 'Betacam', 'ccvm', 'value')),
6716     (546, 'vr_format', 'j', oils_i18n_gettext('546', 'Betacam SP', 'ccvm', 'value')),
6717     (547, 'vr_format', 'k', oils_i18n_gettext('547', 'Super-VHS', 'ccvm', 'value')),
6718     (548, 'vr_format', 'm', oils_i18n_gettext('548', 'M-II', 'ccvm', 'value')),
6719     (549, 'vr_format', 'o', oils_i18n_gettext('549', 'D-2', 'ccvm', 'value')),
6720     (550, 'vr_format', 'p', oils_i18n_gettext('550', '8 mm.', 'ccvm', 'value')),
6721     (551, 'vr_format', 'q', oils_i18n_gettext('551', 'Hi-8 mm.', 'ccvm', 'value')),
6722     (552, 'vr_format', 's', oils_i18n_gettext('552', 'Blu-ray disc', 'ccvm', 'value')),
6723     (553, 'vr_format', 'u', oils_i18n_gettext('553', 'Unknown', 'ccvm', 'value')),
6724     (554, 'vr_format', 'v', oils_i18n_gettext('554', 'DVD', 'ccvm', 'value')),
6725     (555, 'vr_format', 'z', oils_i18n_gettext('555', 'Other', 'ccvm', 'value')),
6726     (556, 'vr_format', ' ', oils_i18n_gettext('556', 'Unspecified', 'ccvm', 'value'));
6727
6728 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES
6729     (557, 'sr_format', 'a', oils_i18n_gettext(557, '16 rpm', 'ccvm', 'value')),
6730     (558, 'sr_format', 'b', oils_i18n_gettext(558, '33 1/3 rpm', 'ccvm', 'value')),
6731     (559, 'sr_format', 'c', oils_i18n_gettext(559, '45 rpm', 'ccvm', 'value')),
6732     (560, 'sr_format', 'f', oils_i18n_gettext(560, '1.4 m. per second', 'ccvm', 'value')),
6733     (561, 'sr_format', 'd', oils_i18n_gettext(561, '78 rpm', 'ccvm', 'value')),
6734     (562, 'sr_format', 'e', oils_i18n_gettext(562, '8 rpm', 'ccvm', 'value')),
6735     (563, 'sr_format', 'l', oils_i18n_gettext(563, '1 7/8 ips', 'ccvm', 'value'));
6736
6737 INSERT INTO config.coded_value_map
6738     (id, ctype, code, value, search_label) VALUES 
6739 (564, 'icon_format', 'book', 
6740     oils_i18n_gettext(564, 'Book', 'ccvm', 'value'),
6741     oils_i18n_gettext(564, 'Book', 'ccvm', 'search_label')),
6742 (565, 'icon_format', 'braille', 
6743     oils_i18n_gettext(565, 'Braille', 'ccvm', 'value'),
6744     oils_i18n_gettext(565, 'Braille', 'ccvm', 'search_label')),
6745 (566, 'icon_format', 'software', 
6746     oils_i18n_gettext(566, 'Software and video games', 'ccvm', 'value'),
6747     oils_i18n_gettext(566, 'Software and video games', 'ccvm', 'search_label')),
6748 (567, 'icon_format', 'dvd', 
6749     oils_i18n_gettext(567, 'DVD', 'ccvm', 'value'),
6750     oils_i18n_gettext(567, 'DVD', 'ccvm', 'search_label')),
6751 (568, 'icon_format', 'ebook', 
6752     oils_i18n_gettext(568, 'E-book', 'ccvm', 'value'),
6753     oils_i18n_gettext(568, 'E-book', 'ccvm', 'search_label')),
6754 (569, 'icon_format', 'eaudio', 
6755     oils_i18n_gettext(569, 'E-audio', 'ccvm', 'value'),
6756     oils_i18n_gettext(569, 'E-audio', 'ccvm', 'search_label')),
6757 (570, 'icon_format', 'kit', 
6758     oils_i18n_gettext(570, 'Kit', 'ccvm', 'value'),
6759     oils_i18n_gettext(570, 'Kit', 'ccvm', 'search_label')),
6760 (571, 'icon_format', 'map', 
6761     oils_i18n_gettext(571, 'Map', 'ccvm', 'value'),
6762     oils_i18n_gettext(571, 'Map', 'ccvm', 'search_label')),
6763 (572, 'icon_format', 'microform', 
6764     oils_i18n_gettext(572, 'Microform', 'ccvm', 'value'),
6765     oils_i18n_gettext(572, 'Microform', 'ccvm', 'search_label')),
6766 (573, 'icon_format', 'score', 
6767     oils_i18n_gettext(573, 'Music Score', 'ccvm', 'value'),
6768     oils_i18n_gettext(573, 'Music Score', 'ccvm', 'search_label')),
6769 (574, 'icon_format', 'picture', 
6770     oils_i18n_gettext(574, 'Picture', 'ccvm', 'value'),
6771     oils_i18n_gettext(574, 'Picture', 'ccvm', 'search_label')),
6772 (575, 'icon_format', 'equip', 
6773     oils_i18n_gettext(575, 'Equipment, games, toys', 'ccvm', 'value'),
6774     oils_i18n_gettext(575, 'Equipment, games, toys', 'ccvm', 'search_label')),
6775 (576, 'icon_format', 'serial', 
6776     oils_i18n_gettext(576, 'Serials and magazines', 'ccvm', 'value'),
6777     oils_i18n_gettext(576, 'Serials and magazines', 'ccvm', 'search_label')),
6778 (577, 'icon_format', 'vhs', 
6779     oils_i18n_gettext(577, 'VHS', 'ccvm', 'value'),
6780     oils_i18n_gettext(577, 'VHS', 'ccvm', 'search_label')),
6781 (578, 'icon_format', 'evideo', 
6782     oils_i18n_gettext(578, 'E-video', 'ccvm', 'value'),
6783     oils_i18n_gettext(578, 'E-video', 'ccvm', 'search_label')),
6784 (579, 'icon_format', 'cdaudiobook', 
6785     oils_i18n_gettext(579, 'CD Audiobook', 'ccvm', 'value'),
6786     oils_i18n_gettext(579, 'CD Audiobook', 'ccvm', 'search_label')),
6787 (580, 'icon_format', 'cdmusic', 
6788     oils_i18n_gettext(580, 'CD Music recording', 'ccvm', 'value'),
6789     oils_i18n_gettext(580, 'CD Music recording', 'ccvm', 'search_label')),
6790 (581, 'icon_format', 'casaudiobook', 
6791     oils_i18n_gettext(581, 'Cassette audiobook', 'ccvm', 'value'),
6792     oils_i18n_gettext(581, 'Cassette audiobook', 'ccvm', 'search_label')),
6793 (582, 'icon_format', 'casmusic',
6794     oils_i18n_gettext(582, 'Audiocassette music recording', 'ccvm', 'value'),
6795     oils_i18n_gettext(582, 'Audiocassette music recording', 'ccvm', 'search_label')),
6796 (583, 'icon_format', 'phonospoken', 
6797     oils_i18n_gettext(583, 'Phonograph spoken recording', 'ccvm', 'value'),
6798     oils_i18n_gettext(583, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6799 (584, 'icon_format', 'phonomusic', 
6800     oils_i18n_gettext(584, 'Phonograph music recording', 'ccvm', 'value'),
6801     oils_i18n_gettext(584, 'Phonograph music recording', 'ccvm', 'search_label')),
6802 (585, 'icon_format', 'lpbook', 
6803     oils_i18n_gettext(585, 'Large Print Book', 'ccvm', 'value'),
6804     oils_i18n_gettext(585, 'Large Print Book', 'ccvm', 'search_label'));
6805
6806 INSERT INTO config.coded_value_map (id, ctype, code, value) VALUES 
6807 (586, 'item_form', 'o', oils_i18n_gettext('586', 'Online', 'ccvm', 'value')),
6808 (587, 'item_form', 'q', oils_i18n_gettext('587', 'Direct electronic', 'ccvm', 'value'));
6809
6810 -- these formats are a subset of the "icon_format" attribute,
6811 -- modified to exclude electronic resources, which are not holdable
6812 INSERT INTO config.coded_value_map
6813     (id, ctype, code, value, search_label) VALUES 
6814 (588, 'mr_hold_format', 'book', 
6815     oils_i18n_gettext(588, 'Book', 'ccvm', 'value'),
6816     oils_i18n_gettext(588, 'Book', 'ccvm', 'search_label')),
6817 (589, 'mr_hold_format', 'braille', 
6818     oils_i18n_gettext(589, 'Braille', 'ccvm', 'value'),
6819     oils_i18n_gettext(589, 'Braille', 'ccvm', 'search_label')),
6820 (590, 'mr_hold_format', 'software', 
6821     oils_i18n_gettext(590, 'Software and video games', 'ccvm', 'value'),
6822     oils_i18n_gettext(590, 'Software and video games', 'ccvm', 'search_label')),
6823 (591, 'mr_hold_format', 'dvd', 
6824     oils_i18n_gettext(591, 'DVD', 'ccvm', 'value'),
6825     oils_i18n_gettext(591, 'DVD', 'ccvm', 'search_label')),
6826 (592, 'mr_hold_format', 'kit', 
6827     oils_i18n_gettext(592, 'Kit', 'ccvm', 'value'),
6828     oils_i18n_gettext(592, 'Kit', 'ccvm', 'search_label')),
6829 (593, 'mr_hold_format', 'map', 
6830     oils_i18n_gettext(593, 'Map', 'ccvm', 'value'),
6831     oils_i18n_gettext(593, 'Map', 'ccvm', 'search_label')),
6832 (594, 'mr_hold_format', 'microform', 
6833     oils_i18n_gettext(594, 'Microform', 'ccvm', 'value'),
6834     oils_i18n_gettext(594, 'Microform', 'ccvm', 'search_label')),
6835 (595, 'mr_hold_format', 'score', 
6836     oils_i18n_gettext(595, 'Music Score', 'ccvm', 'value'),
6837     oils_i18n_gettext(595, 'Music Score', 'ccvm', 'search_label')),
6838 (596, 'mr_hold_format', 'picture', 
6839     oils_i18n_gettext(596, 'Picture', 'ccvm', 'value'),
6840     oils_i18n_gettext(596, 'Picture', 'ccvm', 'search_label')),
6841 (597, 'mr_hold_format', 'equip', 
6842     oils_i18n_gettext(597, 'Equipment, games, toys', 'ccvm', 'value'),
6843     oils_i18n_gettext(597, 'Equipment, games, toys', 'ccvm', 'search_label')),
6844 (598, 'mr_hold_format', 'serial', 
6845     oils_i18n_gettext(598, 'Serials and magazines', 'ccvm', 'value'),
6846     oils_i18n_gettext(598, 'Serials and magazines', 'ccvm', 'search_label')),
6847 (599, 'mr_hold_format', 'vhs', 
6848     oils_i18n_gettext(599, 'VHS', 'ccvm', 'value'),
6849     oils_i18n_gettext(599, 'VHS', 'ccvm', 'search_label')),
6850 (600, 'mr_hold_format', 'cdaudiobook', 
6851     oils_i18n_gettext(600, 'CD Audiobook', 'ccvm', 'value'),
6852     oils_i18n_gettext(600, 'CD Audiobook', 'ccvm', 'search_label')),
6853 (601, 'mr_hold_format', 'cdmusic', 
6854     oils_i18n_gettext(601, 'CD Music recording', 'ccvm', 'value'),
6855     oils_i18n_gettext(601, 'CD Music recording', 'ccvm', 'search_label')),
6856 (602, 'mr_hold_format', 'casaudiobook', 
6857     oils_i18n_gettext(602, 'Cassette audiobook', 'ccvm', 'value'),
6858     oils_i18n_gettext(602, 'Cassette audiobook', 'ccvm', 'search_label')),
6859 (603, 'mr_hold_format', 'casmusic',
6860     oils_i18n_gettext(603, 'Audiocassette music recording', 'ccvm', 'value'),
6861     oils_i18n_gettext(603, 'Audiocassette music recording', 'ccvm', 'search_label')),
6862 (604, 'mr_hold_format', 'phonospoken', 
6863     oils_i18n_gettext(604, 'Phonograph spoken recording', 'ccvm', 'value'),
6864     oils_i18n_gettext(604, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6865 (605, 'mr_hold_format', 'phonomusic', 
6866     oils_i18n_gettext(605, 'Phonograph music recording', 'ccvm', 'value'),
6867     oils_i18n_gettext(605, 'Phonograph music recording', 'ccvm', 'search_label')),
6868 (606, 'mr_hold_format', 'lpbook', 
6869     oils_i18n_gettext(606, 'Large Print Book', 'ccvm', 'value'),
6870     oils_i18n_gettext(606, 'Large Print Book', 'ccvm', 'search_label')) ;
6871
6872 -- catch-all music of unkown format
6873 INSERT INTO config.coded_value_map
6874     (id, ctype, code, value, search_label) VALUES 
6875 (607, 'icon_format', 'music', 
6876     oils_i18n_gettext(607, 'Musical Sound Recording (Unknown Format)', 'ccvm', 'value'),
6877     oils_i18n_gettext(607, 'Musical Sound Recording (Unknown Format)', 'ccvm', 'search_label'));
6878
6879 -- icon for blu-ray
6880 INSERT INTO config.coded_value_map
6881     (id, ctype, code, value, search_label) VALUES 
6882 (608, 'icon_format', 'blu-ray', 
6883     oils_i18n_gettext(608, 'Blu-ray', 'ccvm', 'value'),
6884     oils_i18n_gettext(608, 'Blu-ray', 'ccvm', 'search_label'));
6885
6886 -- metarecord hold format for blu-ray
6887 INSERT INTO config.coded_value_map
6888     (id, ctype, code, value, search_label) VALUES 
6889 (609, 'mr_hold_format', 'blu-ray', 
6890     oils_i18n_gettext(609, 'Blu-ray', 'ccvm', 'value'),
6891     oils_i18n_gettext(609, 'Blu-ray', 'ccvm', 'search_label'));
6892
6893 -- search format values
6894 INSERT INTO config.coded_value_map
6895     (id, ctype, code, value, search_label) VALUES 
6896 (610, 'search_format', 'book', 
6897     oils_i18n_gettext(610, 'All Books', 'ccvm', 'value'),
6898     oils_i18n_gettext(610, 'All Books', 'ccvm', 'search_label')),
6899 (611, 'search_format', 'braille', 
6900     oils_i18n_gettext(611, 'Braille', 'ccvm', 'value'),
6901     oils_i18n_gettext(611, 'Braille', 'ccvm', 'search_label')),
6902 (612, 'search_format', 'software', 
6903     oils_i18n_gettext(612, 'Software and video games', 'ccvm', 'value'),
6904     oils_i18n_gettext(612, 'Software and video games', 'ccvm', 'search_label')),
6905 (613, 'search_format', 'dvd', 
6906     oils_i18n_gettext(613, 'DVD', 'ccvm', 'value'),
6907     oils_i18n_gettext(613, 'DVD', 'ccvm', 'search_label')),
6908 (614, 'search_format', 'ebook', 
6909     oils_i18n_gettext(614, 'E-book', 'ccvm', 'value'),
6910     oils_i18n_gettext(614, 'E-book', 'ccvm', 'search_label')),
6911 (615, 'search_format', 'eaudio', 
6912     oils_i18n_gettext(615, 'E-audio', 'ccvm', 'value'),
6913     oils_i18n_gettext(615, 'E-audio', 'ccvm', 'search_label')),
6914 (616, 'search_format', 'kit', 
6915     oils_i18n_gettext(616, 'Kit', 'ccvm', 'value'),
6916     oils_i18n_gettext(616, 'Kit', 'ccvm', 'search_label')),
6917 (617, 'search_format', 'map', 
6918     oils_i18n_gettext(617, 'Map', 'ccvm', 'value'),
6919     oils_i18n_gettext(617, 'Map', 'ccvm', 'search_label')),
6920 (618, 'search_format', 'microform', 
6921     oils_i18n_gettext(618, 'Microform', 'ccvm', 'value'),
6922     oils_i18n_gettext(618, 'Microform', 'ccvm', 'search_label')),
6923 (619, 'search_format', 'score', 
6924     oils_i18n_gettext(619, 'Music Score', 'ccvm', 'value'),
6925     oils_i18n_gettext(619, 'Music Score', 'ccvm', 'search_label')),
6926 (620, 'search_format', 'picture', 
6927     oils_i18n_gettext(620, 'Picture', 'ccvm', 'value'),
6928     oils_i18n_gettext(620, 'Picture', 'ccvm', 'search_label')),
6929 (621, 'search_format', 'equip', 
6930     oils_i18n_gettext(621, 'Equipment, games, toys', 'ccvm', 'value'),
6931     oils_i18n_gettext(621, 'Equipment, games, toys', 'ccvm', 'search_label')),
6932 (622, 'search_format', 'serial', 
6933     oils_i18n_gettext(622, 'Serials and magazines', 'ccvm', 'value'),
6934     oils_i18n_gettext(622, 'Serials and magazines', 'ccvm', 'search_label')),
6935 (623, 'search_format', 'vhs', 
6936     oils_i18n_gettext(623, 'VHS', 'ccvm', 'value'),
6937     oils_i18n_gettext(623, 'VHS', 'ccvm', 'search_label')),
6938 (624, 'search_format', 'evideo', 
6939     oils_i18n_gettext(624, 'E-video', 'ccvm', 'value'),
6940     oils_i18n_gettext(624, 'E-video', 'ccvm', 'search_label')),
6941 (625, 'search_format', 'cdaudiobook', 
6942     oils_i18n_gettext(625, 'CD Audiobook', 'ccvm', 'value'),
6943     oils_i18n_gettext(625, 'CD Audiobook', 'ccvm', 'search_label')),
6944 (626, 'search_format', 'cdmusic', 
6945     oils_i18n_gettext(626, 'CD Music recording', 'ccvm', 'value'),
6946     oils_i18n_gettext(626, 'CD Music recording', 'ccvm', 'search_label')),
6947 (627, 'search_format', 'casaudiobook', 
6948     oils_i18n_gettext(627, 'Cassette audiobook', 'ccvm', 'value'),
6949     oils_i18n_gettext(627, 'Cassette audiobook', 'ccvm', 'search_label')),
6950 (628, 'search_format', 'casmusic',
6951     oils_i18n_gettext(628, 'Audiocassette music recording', 'ccvm', 'value'),
6952     oils_i18n_gettext(628, 'Audiocassette music recording', 'ccvm', 'search_label')),
6953 (629, 'search_format', 'phonospoken', 
6954     oils_i18n_gettext(629, 'Phonograph spoken recording', 'ccvm', 'value'),
6955     oils_i18n_gettext(629, 'Phonograph spoken recording', 'ccvm', 'search_label')),
6956 (630, 'search_format', 'phonomusic', 
6957     oils_i18n_gettext(630, 'Phonograph music recording', 'ccvm', 'value'),
6958     oils_i18n_gettext(630, 'Phonograph music recording', 'ccvm', 'search_label')),
6959 (631, 'search_format', 'lpbook', 
6960     oils_i18n_gettext(631, 'Large Print Book', 'ccvm', 'value'),
6961     oils_i18n_gettext(631, 'Large Print Book', 'ccvm', 'search_label')),
6962 (632, 'search_format', 'music', 
6963     oils_i18n_gettext(632, 'All Music', 'ccvm', 'label'),
6964     oils_i18n_gettext(632, 'All Music', 'ccvm', 'search_label')),
6965 (633, 'search_format', 'blu-ray', 
6966     oils_i18n_gettext(633, 'Blu-ray', 'ccvm', 'value'),
6967     oils_i18n_gettext(633, 'Blu-ray', 'ccvm', 'search_label'));
6968
6969
6970
6971 -- carve out a slot of 10k IDs for stock CCVMs
6972 SELECT SETVAL('config.coded_value_map_id_seq'::TEXT, 10000);
6973
6974
6975 -- composite definitions for record attr "icon_format"
6976
6977 INSERT INTO config.composite_attr_entry_definition 
6978     (coded_value, definition) VALUES
6979 --book
6980 (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"}]}'),
6981
6982 -- braille
6983 (565, '{"0":{"_attr":"item_type","_val":"a"},"1":{"_attr":"item_form","_val":"f"}}'),
6984
6985 -- software
6986 (566, '{"_attr":"item_type","_val":"m"}'),
6987
6988 -- dvd
6989 (567, '{"_attr":"vr_format","_val":"v"}'),
6990
6991 -- ebook
6992 (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"}]}'),
6993
6994 -- eaudio
6995 (569, '{"0":{"_attr":"item_type","_val":"i"},"1":[{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"q"},{"_attr":"item_form","_val":"s"}]}'),
6996
6997 -- kit
6998 (570, '[{"_attr":"item_type","_val":"o"},{"_attr":"item_type","_val":"p"}]'),
6999
7000 -- map
7001 (571, '[{"_attr":"item_type","_val":"e"},{"_attr":"item_type","_val":"f"}]'),
7002
7003 -- microform
7004 (572, '[{"_attr":"item_form","_val":"a"},{"_attr":"item_form","_val":"b"},{"_attr":"item_form","_val":"c"}]'),
7005
7006 -- score
7007 (573, '[{"_attr":"item_type","_val":"c"},{"_attr":"item_type","_val":"d"}]'),
7008
7009 -- picture
7010 (574, '{"_attr":"item_type","_val":"k"}'),
7011
7012 -- equip
7013 (575, '{"_attr":"item_type","_val":"r"}'),
7014
7015 -- serial
7016 (576, '[{"_attr":"bib_level","_val":"b"},{"_attr":"bib_level","_val":"s"}]'),
7017
7018 -- vhs
7019 (577, '{"_attr":"vr_format","_val":"b"}'),
7020
7021 -- evideo
7022 (578, '{"0":{"_attr":"item_type","_val":"g"},"1":[{"_attr":"item_form","_val":"o"},{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"q"}]}'),
7023
7024 -- cdaudiobook
7025 (579, '{"0":{"_attr":"item_type","_val":"i"},"1":{"_attr":"sr_format","_val":"f"}}'),
7026
7027 -- cdmusic
7028 (580, '{"0":{"_attr":"item_type","_val":"j"},"1":{"_attr":"sr_format","_val":"f"}}'),
7029
7030 -- casaudiobook
7031 (581, '{"0":{"_attr":"item_type","_val":"i"},"1":{"_attr":"sr_format","_val":"l"}}'),
7032
7033 -- casmusic
7034 (582, '{"0":{"_attr":"item_type","_val":"j"},"1":{"_attr":"sr_format","_val":"l"}}'),
7035
7036 -- phonospoken
7037 (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"}]}'),
7038
7039 -- phonomusic
7040 (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"}]}'),
7041
7042 -- lpbook
7043 (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"}]}');
7044
7045 -- music (catch-all)
7046 INSERT INTO config.composite_attr_entry_definition 
7047     (coded_value, definition) VALUES
7048 (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"}]}}');
7049
7050 -- blu-ray icon_format
7051 INSERT INTO config.composite_attr_entry_definition 
7052     (coded_value, definition) VALUES (608, '{"_attr":"vr_format","_val":"s"}');
7053
7054 -- use the definitions from the icon_format as the basis for the MR hold format definitions
7055 DO $$
7056     DECLARE format TEXT;
7057 BEGIN
7058     FOR format IN SELECT UNNEST(
7059         '{book,braille,software,dvd,kit,map,microform,score,picture,equip,serial,vhs,cdaudiobook,cdmusic,casaudiobook,casmusic,phonospoken,phonomusic,lpbook,blu-ray}'::text[])
7060     LOOP
7061         INSERT INTO config.composite_attr_entry_definition 
7062             (coded_value, definition) VALUES
7063             (
7064                 -- get the ID from the new ccvm above
7065                 (SELECT id FROM config.coded_value_map 
7066                     WHERE code = format AND ctype = 'mr_hold_format'),
7067                 -- get the def of the matching ccvm attached to the icon_format attr
7068                 (SELECT definition FROM config.composite_attr_entry_definition ccaed
7069                     JOIN config.coded_value_map ccvm ON (ccaed.coded_value = ccvm.id)
7070                     WHERE ccvm.ctype = 'icon_format' AND ccvm.code = format)
7071             );
7072     END LOOP; 
7073 END $$;
7074
7075 -- copy the composite definition from icon_format into 
7076 -- search_format for a baseline data set
7077 DO $$
7078     DECLARE format config.coded_value_map%ROWTYPE;
7079 BEGIN
7080     FOR format IN SELECT * 
7081         FROM config.coded_value_map WHERE ctype = 'icon_format'
7082     LOOP
7083         INSERT INTO config.composite_attr_entry_definition 
7084             (coded_value, definition) VALUES
7085             (
7086                 -- get the ID from the new ccvm above
7087                 (SELECT id FROM config.coded_value_map 
7088                     WHERE code = format.code AND ctype = 'search_format'),
7089
7090                 -- def of the matching icon_format attr
7091                 (SELECT definition FROM config.composite_attr_entry_definition 
7092                     WHERE coded_value = format.id)
7093             );
7094     END LOOP; 
7095 END $$;
7096
7097 -- modify the 'book' definition so that it includes large print
7098 UPDATE config.composite_attr_entry_definition 
7099     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"}]}'
7100     WHERE coded_value = 610;
7101
7102 -- modify 'music' to include all recorded music, regardless of format
7103 UPDATE config.composite_attr_entry_definition 
7104     SET definition = '{"_attr":"item_type","_val":"j"}'
7105     WHERE coded_value = 632;
7106
7107
7108 -- Trigger Event Definitions -------------------------------------------------
7109
7110 -- Sample Overdue Notice --
7111
7112 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, max_delay, template) 
7113     VALUES (1, 'f', 1, '7 Day Overdue Email Notification', 'checkout.due', 'CircIsOverdue', 'SendEmail', '7 days', 'due_date', 'usr', '8 days', 
7114 $$
7115 [%- USE date -%]
7116 [%- user = target.0.usr -%]
7117 To: [%- params.recipient_email || user.email %]
7118 From: [%- params.sender_email || default_sender %]
7119 Subject: Overdue Notification
7120
7121 Dear [% user.family_name %], [% user.first_given_name %]
7122 Our records indicate the following items are overdue.
7123
7124 [% FOR circ IN target %]
7125     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
7126     Title: [% copy_details.title %]
7127     Author: [% copy_details.author %]
7128     Call Number: [% circ.target_copy.call_number.label %]
7129     Barcode: [% circ.target_copy.barcode %]
7130     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
7131     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
7132     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
7133     Library: [% circ.circ_lib.name %]
7134
7135 [% END %]
7136
7137 $$);
7138
7139 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7140     (1, 'target_copy.call_number'),
7141     (1, 'target_copy.location'),
7142     (1, 'usr'),
7143     (1, 'billable_transaction.summary'),
7144     (1, 'circ_lib.billing_address');
7145
7146 -- Sample Mark Long-Overdue Item Lost --
7147
7148 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field) 
7149     VALUES (2, 'f', 1, '90 Day Overdue Mark Lost', 'checkout.due', 'CircIsOverdue', 'MarkItemLost', '90 days', 'due_date');
7150
7151 INSERT INTO action_trigger.event_params (event_def, param, value) VALUES
7152     (2, 'editor', '''1''');
7153
7154 -- Sample Auto Mark Lost Notice --
7155
7156 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, template) 
7157     VALUES (3, 'f', 1, '90 Day Overdue Mark Lost Notice', 'lost.auto', 'NOOP_True', 'SendEmail', 'usr',
7158 $$
7159 [%- USE date -%]
7160 [%- user = target.0.usr -%]
7161 To: [%- params.recipient_email || user.email %]
7162 From: [%- params.sender_email || default_sender %]
7163 Subject: Overdue Items Marked Lost
7164
7165 Dear [% user.family_name %], [% user.first_given_name %]
7166 The following items are 90 days overdue and have been marked LOST.
7167
7168 [% FOR circ IN target %]
7169     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
7170     Title: [% copy_details.title %], by [% copy_details.author %]
7171     Call Number: [% circ.target_copy.call_number.label %]
7172     Shelving Location: [% circ.target_copy.location.name %]
7173     Barcode: [% circ.target_copy.barcode %]
7174     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
7175     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
7176     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
7177     Library: [% circ.circ_lib.name %]
7178
7179 [% END %]
7180
7181 $$);
7182
7183
7184 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7185     (3, 'target_copy.call_number'),
7186     (3, 'usr'),
7187     (3, 'billable_transaction.summary'),
7188     (3, 'circ_lib.billing_address'),
7189     (3, 'target_copy.location');
7190
7191
7192 -- Sample Purchase Order HTML Template --
7193
7194 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, template) 
7195     VALUES (4, 't', 1, 'PO HTML', 'format.po.html', 'NOOP_True', 'ProcessTemplate', 
7196 $$
7197 [%- USE date -%]
7198 [%-
7199     # find a lineitem attribute by name and optional type
7200     BLOCK get_li_attr;
7201         FOR attr IN li.attributes;
7202             IF attr.attr_name == attr_name;
7203                 IF !attr_type OR attr_type == attr.attr_type;
7204                     attr.attr_value;
7205                     LAST;
7206                 END;
7207             END;
7208         END;
7209     END
7210 -%]
7211
7212 <h2>Purchase Order: [% target.name %] ([% target.id %])</h2>
7213 <br/>
7214 date <b>[% date.format(date.now, '%Y%m%d') %]</b>
7215 <br/>
7216
7217 <style>
7218     table td { padding:5px; border:1px solid #aaa;}
7219     table { width:95%; border-collapse:collapse; }
7220     #vendor-notes { padding:5px; border:1px solid #aaa; }
7221 </style>
7222 <table id='vendor-table'>
7223   <tr>
7224     <td valign='top'>Vendor</td>
7225     <td>
7226       <div>[% target.provider.name %]</div>
7227       <div>[% target.provider.addresses.0.street1 %]</div>
7228       <div>[% target.provider.addresses.0.street2 %]</div>
7229       <div>[% target.provider.addresses.0.city %]</div>
7230       <div>[% target.provider.addresses.0.state %]</div>
7231       <div>[% target.provider.addresses.0.country %]</div>
7232       <div>[% target.provider.addresses.0.post_code %]</div>
7233     </td>
7234     <td valign='top'>Ship to / Bill to</td>
7235     <td>
7236       <div>[% target.ordering_agency.name %]</div>
7237       <div>[% target.ordering_agency.billing_address.street1 %]</div>
7238       <div>[% target.ordering_agency.billing_address.street2 %]</div>
7239       <div>[% target.ordering_agency.billing_address.city %]</div>
7240       <div>[% target.ordering_agency.billing_address.state %]</div>
7241       <div>[% target.ordering_agency.billing_address.country %]</div>
7242       <div>[% target.ordering_agency.billing_address.post_code %]</div>
7243     </td>
7244   </tr>
7245 </table>
7246
7247 <br/><br/>
7248 <fieldset id='vendor-notes'>
7249     <legend>Notes to the Vendor</legend>
7250     <ul>
7251     [% FOR note IN target.notes %]
7252         [% IF note.vendor_public == 't' %]
7253             <li>[% note.value %]</li>
7254         [% END %]
7255     [% END %]
7256     </ul>
7257 </fieldset>
7258 <br/><br/>
7259
7260 <table>
7261   <thead>
7262     <tr>
7263       <th>PO#</th>
7264       <th>ISBN or Item #</th>
7265       <th>Title</th>
7266       <th>Quantity</th>
7267       <th>Unit Price</th>
7268       <th>Line Total</th>
7269       <th>Delayed / Canceled</th>
7270       <th>Notes</th>
7271     </tr>
7272   </thead>
7273   <tbody>
7274
7275   [% subtotal = 0 %]
7276   [% FOR li IN target.lineitems %]
7277
7278   <tr>
7279     [% count = li.lineitem_details.size %]
7280     [% price = li.estimated_unit_price %]
7281     [% litotal = (price * count) %]
7282     [% subtotal = subtotal + litotal %]
7283     [% 
7284         ident_attr = helpers.get_li_order_ident(li.attributes);
7285         SET ident_value = ident_attr.attr_value IF ident_attr;
7286     %]
7287     <td>[% target.id %]</td>
7288     <td>[% ident_value %]</td>
7289     <td>[% PROCESS get_li_attr attr_name = 'title' %]</td>
7290     <td>[% count %]</td>
7291     <td>[% price %]</td>
7292     <td>[% litotal %]</td>
7293     <td>[% li.cancel_reason.label %]</td>
7294     <td>
7295         <ul>
7296         [% FOR note IN li.lineitem_notes %]
7297             [% IF note.vendor_public == 't' %]
7298                 <li>[% note.value %]</li>
7299             [% END %]
7300         [% END %]
7301         </ul>
7302     </td>
7303   </tr>
7304   [% END %]
7305   <tr>
7306     <td/><td/><td/><td/>
7307     <td>Subtotal</td>
7308     <td>[% subtotal %]</td>
7309   </tr>
7310   </tbody>
7311 </table>
7312
7313 <br/>
7314
7315 Total Line Item Count: [% target.lineitems.size %]
7316 $$);
7317
7318 INSERT INTO action_trigger.environment (event_def, path) VALUES 
7319     (4, 'lineitems.lineitem_details.fund'),
7320     (4, 'lineitems.lineitem_details.location'),
7321     (4, 'lineitems.lineitem_details.owning_lib'),
7322     (4, 'ordering_agency.mailing_address'),
7323     (4, 'ordering_agency.billing_address'),
7324     (4, 'provider.addresses'),
7325     (4, 'lineitems.attributes'),
7326     (4, 'lineitems.cancel_reason'),
7327     (4, 'lineitems.lineitem_notes'),
7328     (4, 'notes');
7329
7330 INSERT INTO action_trigger.cleanup ( module, description ) VALUES (
7331     'CreateHoldNotification',
7332     oils_i18n_gettext(
7333         'CreateHoldNotification',
7334         'Creates a hold_notification record for each notified hold',
7335         'atclean',
7336         'description'
7337     )
7338 );
7339
7340 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, cleanup_success, template)
7341     VALUES (5, 'f', 1, 'Hold Ready for Pickup Email Notification', 'hold.available', 'HoldIsAvailable', 'SendEmail', '30 minutes', 'shelf_time', 'usr', 'CreateHoldNotification',
7342 $$
7343 [%- USE date -%]
7344 [%- user = target.0.usr -%]
7345 To: [%- params.recipient_email || user.email %]
7346 From: [%- params.sender_email || default_sender %]
7347 Subject: Hold Available Notification
7348
7349 Dear [% user.family_name %], [% user.first_given_name %]
7350 The item(s) you requested are available for pickup from the Library.
7351
7352 [% FOR hold IN target %]
7353     [%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7354     Title: [% copy_details.title %]
7355     Author: [% copy_details.author %]
7356     Call Number: [% hold.current_copy.call_number.label %]
7357     Barcode: [% hold.current_copy.barcode %]
7358     Library: [% hold.pickup_lib.name %]
7359 [% END %]
7360
7361 $$);
7362
7363 INSERT INTO action_trigger.event_params (event_def, param, value)
7364     VALUES (5, 'check_email_notify', 1);
7365
7366 INSERT INTO action_trigger.hook (
7367         key,
7368         core_type,
7369         description,
7370         passive
7371     ) VALUES (
7372         'hold_request.shelf_expires_soon',
7373         'ahr',
7374         'A hold on the shelf will expire there soon.',
7375         TRUE
7376     );
7377
7378 INSERT INTO action_trigger.environment (event_def, path) VALUES
7379     (5, 'current_copy.call_number'),
7380     (5, 'usr'),
7381     (5, 'pickup_lib.billing_address');
7382
7383
7384 INSERT INTO action_trigger.event_definition (
7385         id,
7386         active,
7387         owner,
7388         name,
7389         hook,
7390         validator,
7391         reactor,
7392         delay,
7393         delay_field,
7394         group_field,
7395         template
7396     ) VALUES (
7397         7,
7398         FALSE,
7399         1,
7400         'Hold Expires from Shelf Soon',
7401         'hold_request.shelf_expires_soon',
7402         'HoldIsAvailable',
7403         'SendEmail',
7404         '- 1 DAY',
7405         'shelf_expire_time',
7406         'usr',
7407 $$
7408 [%- USE date -%]
7409 [%- user = target.0.usr -%]
7410 To: [%- params.recipient_email || user.email %]
7411 From: [%- params.sender_email || default_sender %]
7412 Subject: Hold Available Notification
7413
7414 Dear [% user.family_name %], [% user.first_given_name %]
7415 You requested holds on the following item(s), which are available for
7416 pickup, but these holds will soon expire.
7417
7418 [% FOR hold IN target %]
7419     [%- data = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7420     Title: [% data.title %]
7421     Author: [% data.author %]
7422     Library: [% hold.pickup_lib.name %]
7423 [% END %]
7424 $$
7425 );
7426
7427 INSERT INTO action_trigger.event_params (event_def, param, value)
7428     VALUES (7, 'check_email_notify', 1);
7429
7430 INSERT INTO action_trigger.environment (
7431         event_def,
7432         path
7433     ) VALUES
7434     ( 7, 'current_copy'),
7435     ( 7, 'pickup_lib.billing_address'),
7436     ( 7, 'usr');
7437
7438 -- long wait hold request notifications
7439
7440 INSERT INTO action_trigger.hook (
7441         key,
7442         core_type,
7443         description,
7444         passive
7445     ) VALUES (
7446         'hold_request.long_wait',
7447         'ahr',
7448         'A patron has been waiting on a hold to be fulfilled for a long time.',
7449         TRUE
7450     );
7451
7452 INSERT INTO action_trigger.validator (module,description) VALUES
7453     ('HoldNotifyCheck',
7454     oils_i18n_gettext(
7455         'HoldNotifyCheck',
7456         'Check Hold notification flag(s)',
7457         'atval',
7458         'description'
7459     ));
7460
7461 INSERT INTO action_trigger.event_definition (
7462         id,
7463         active,
7464         owner,
7465         name,
7466         hook,
7467         validator,
7468         reactor,
7469         delay,
7470         delay_field,
7471         group_field,
7472         template
7473     ) VALUES (
7474         9,
7475         FALSE,
7476         1,
7477         'Hold waiting for pickup for long time',
7478         'hold_request.long_wait',
7479         'HoldNotifyCheck',
7480         'SendEmail',
7481         '6 MONTHS',
7482         'request_time',
7483         'usr',
7484 $$
7485 [%- USE date -%]
7486 [%- user = target.0.usr -%]
7487 To: [%- params.recipient_email || user.email %]
7488 From: [%- params.sender_email || default_sender %]
7489 Subject: Long Wait Hold Notification
7490
7491 Dear [% user.family_name %], [% user.first_given_name %]
7492
7493 You requested hold(s) on the following item(s), but unfortunately
7494 we have not been able to fulfill your request after a considerable
7495 length of time.  If you would still like to receive these items,
7496 no action is required.
7497
7498 [% FOR hold IN target %]
7499     [%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
7500     Title: [% copy_details.title %]
7501     Author: [% copy_details.author %]
7502 [% END %]
7503 $$
7504 );
7505
7506 INSERT INTO action_trigger.environment (event_def, path)
7507     VALUES
7508     (9, 'pickup_lib'),
7509     (9, 'usr'),
7510     (9, 'current_copy.call_number');
7511
7512 INSERT INTO action_trigger.event_params (event_def, param, value)
7513     VALUES (9, 'check_email_notify', 1);
7514
7515 -- trigger data related to acq user requests
7516
7517 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
7518         'aur.ordered',
7519         'aur', 
7520         oils_i18n_gettext(
7521             'aur.ordered',
7522             'A patron acquisition request has been marked On-Order.',
7523             'ath',
7524             'description'
7525         ), 
7526         TRUE
7527     ), (
7528         'aur.received', 
7529         'aur', 
7530         oils_i18n_gettext(
7531             'aur.received', 
7532             'A patron acquisition request has been marked Received.',
7533             'ath',
7534             'description'
7535         ),
7536         TRUE
7537     ), (
7538         'aur.cancelled',
7539         'aur',
7540         oils_i18n_gettext(
7541             'aur.cancelled',
7542             'A patron acquisition request has been marked Cancelled.',
7543             'ath',
7544             'description'
7545         ),
7546         TRUE
7547     ), (
7548         'aur.created',
7549         'aur',
7550         oils_i18n_gettext(
7551             'aur.created',
7552             'A patron has made an acquisitions request.',
7553             'ath',
7554             'description'
7555         ),
7556         TRUE
7557     ), (
7558         'aur.rejected',
7559         'aur',
7560         oils_i18n_gettext(
7561             'aur.rejected',
7562             'A patron acquisition request has been rejected.',
7563             'ath',
7564             'description'
7565         ),
7566         TRUE
7567     )
7568 ;
7569
7570 INSERT INTO action_trigger.validator (module,description) VALUES (
7571         'Acq::UserRequestOrdered',
7572         oils_i18n_gettext(
7573             'Acq::UserRequestOrdered',
7574             'Tests to see if the corresponding Line Item has a state of "on-order".',
7575             'atval',
7576             'description'
7577         )
7578     ), (
7579         'Acq::UserRequestReceived',
7580         oils_i18n_gettext(
7581             'Acq::UserRequestReceived',
7582             'Tests to see if the corresponding Line Item has a state of "received".',
7583             'atval',
7584             'description'
7585         )
7586     ), (
7587         'Acq::UserRequestCancelled',
7588         oils_i18n_gettext(
7589             'Acq::UserRequestCancelled',
7590             'Tests to see if the corresponding Line Item has a state of "cancelled".',
7591             'atval',
7592             'description'
7593         )
7594     )
7595 ;
7596
7597 INSERT INTO action_trigger.event_definition (
7598         id,
7599         active,
7600         owner,
7601         name,
7602         hook,
7603         validator,
7604         reactor,
7605         template
7606     ) VALUES (
7607         15,
7608         FALSE,
7609         1,
7610         'Email Notice: Patron Acquisition Request marked On-Order.',
7611         'aur.ordered',
7612         'Acq::UserRequestOrdered',
7613         'SendEmail',
7614 $$
7615 [%- USE date -%]
7616 [%- SET li = target.lineitem; -%]
7617 [%- SET user = target.usr -%]
7618 [%- SET title = helpers.get_li_attr("title", "", li.attributes) -%]
7619 [%- SET author = helpers.get_li_attr("author", "", li.attributes) -%]
7620 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) -%]
7621 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) -%]
7622 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
7623 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
7624
7625 To: [%- params.recipient_email || user.email %]
7626 From: [%- params.sender_email || default_sender %]
7627 Subject: Acquisition Request Notification
7628
7629 Dear [% user.family_name %], [% user.first_given_name %]
7630 Our records indicate the following acquisition request has been placed on order.
7631
7632 Title: [% title %]
7633 [% IF author %]Author: [% author %][% END %]
7634 [% IF edition %]Edition: [% edition %][% END %]
7635 [% IF isbn %]ISBN: [% isbn %][% END %]
7636 [% IF publisher %]Publisher: [% publisher %][% END %]
7637 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7638 Lineitem ID: [% li.id %]
7639 $$
7640     ), (
7641         16,
7642         FALSE,
7643         1,
7644         'Email Notice: Patron Acquisition Request marked Received.',
7645         'aur.received',
7646         'Acq::UserRequestReceived',
7647         'SendEmail',
7648 $$
7649 [%- USE date -%]
7650 [%- SET li = target.lineitem; -%]
7651 [%- SET user = target.usr -%]
7652 [%- SET title = helpers.get_li_attr("title", "", li.attributes) %]
7653 [%- SET author = helpers.get_li_attr("author", "", li.attributes) %]
7654 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) %]
7655 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) %]
7656 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
7657 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
7658
7659 To: [%- params.recipient_email || user.email %]
7660 From: [%- params.sender_email || default_sender %]
7661 Subject: Acquisition Request Notification
7662
7663 Dear [% user.family_name %], [% user.first_given_name %]
7664 Our records indicate the materials for the following acquisition request have been received.
7665
7666 Title: [% title %]
7667 [% IF author %]Author: [% author %][% END %]
7668 [% IF edition %]Edition: [% edition %][% END %]
7669 [% IF isbn %]ISBN: [% isbn %][% END %]
7670 [% IF publisher %]Publisher: [% publisher %][% END %]
7671 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7672 Lineitem ID: [% li.id %]
7673 $$
7674     ), (
7675         17,
7676         FALSE,
7677         1,
7678         'Email Notice: Patron Acquisition Request marked Cancelled.',
7679         'aur.cancelled',
7680         'Acq::UserRequestCancelled',
7681         'SendEmail',
7682 $$
7683 [%- USE date -%]
7684 [%- SET li = target.lineitem; -%]
7685 [%- SET user = target.usr -%]
7686 [%- SET title = helpers.get_li_attr("title", "", li.attributes) %]
7687 [%- SET author = helpers.get_li_attr("author", "", li.attributes) %]
7688 [%- SET edition = helpers.get_li_attr("edition", "", li.attributes) %]
7689 [%- SET isbn = helpers.get_li_attr("isbn", "", li.attributes) %]
7690 [%- SET publisher = helpers.get_li_attr("publisher", "", li.attributes) -%]
7691 [%- SET pubdate = helpers.get_li_attr("pubdate", "", li.attributes) -%]
7692
7693 To: [%- params.recipient_email || user.email %]
7694 From: [%- params.sender_email || default_sender %]
7695 Subject: Acquisition Request Notification
7696
7697 Dear [% user.family_name %], [% user.first_given_name %]
7698 Our records indicate the following acquisition request has been cancelled.
7699
7700 Title: [% title %]
7701 [% IF author %]Author: [% author %][% END %]
7702 [% IF edition %]Edition: [% edition %][% END %]
7703 [% IF isbn %]ISBN: [% isbn %][% END %]
7704 [% IF publisher %]Publisher: [% publisher %][% END %]
7705 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7706 Lineitem ID: [% li.id %]
7707 $$
7708     ), (
7709         18,
7710         FALSE,
7711         1,
7712         'Email Notice: Acquisition Request created.',
7713         'aur.created',
7714         'NOOP_True',
7715         'SendEmail',
7716 $$
7717 [%- USE date -%]
7718 [%- SET user = target.usr -%]
7719 [%- SET title = target.title -%]
7720 [%- SET author = target.author -%]
7721 [%- SET isxn = target.isxn -%]
7722 [%- SET publisher = target.publisher -%]
7723 [%- SET pubdate = target.pubdate -%]
7724
7725 To: [%- params.recipient_email || user.email %]
7726 From: [%- params.sender_email || default_sender %]
7727 Subject: Acquisition Request Notification
7728
7729 Dear [% user.family_name %], [% user.first_given_name %]
7730 Our records indicate that you have made the following acquisition request:
7731
7732 Title: [% title %]
7733 [% IF author %]Author: [% author %][% END %]
7734 [% IF edition %]Edition: [% edition %][% END %]
7735 [% IF isbn %]ISXN: [% isxn %][% END %]
7736 [% IF publisher %]Publisher: [% publisher %][% END %]
7737 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7738 $$
7739     ), (
7740         19,
7741         FALSE,
7742         1,
7743         'Email Notice: Acquisition Request Rejected.',
7744         'aur.rejected',
7745         'NOOP_True',
7746         'SendEmail',
7747 $$
7748 [%- USE date -%]
7749 [%- SET user = target.usr -%]
7750 [%- SET title = target.title -%]
7751 [%- SET author = target.author -%]
7752 [%- SET isxn = target.isxn -%]
7753 [%- SET publisher = target.publisher -%]
7754 [%- SET pubdate = target.pubdate -%]
7755 [%- SET cancel_reason = target.cancel_reason.description -%]
7756
7757 To: [%- params.recipient_email || user.email %]
7758 From: [%- params.sender_email || default_sender %]
7759 Subject: Acquisition Request Notification
7760
7761 Dear [% user.family_name %], [% user.first_given_name %]
7762 Our records indicate the following acquisition request has been rejected for this reason: [% cancel_reason %]
7763
7764 Title: [% title %]
7765 [% IF author %]Author: [% author %][% END %]
7766 [% IF edition %]Edition: [% edition %][% END %]
7767 [% IF isbn %]ISBN: [% isbn %][% END %]
7768 [% IF publisher %]Publisher: [% publisher %][% END %]
7769 [% IF pubdate %]Publication Date: [% pubdate %][% END %]
7770 $$
7771     )
7772 ;
7773
7774 INSERT INTO action_trigger.environment (
7775         event_def,
7776         path
7777     ) VALUES 
7778         ( 15, 'lineitem' ),
7779         ( 15, 'lineitem.attributes' ),
7780         ( 15, 'usr' ),
7781
7782         ( 16, 'lineitem' ),
7783         ( 16, 'lineitem.attributes' ),
7784         ( 16, 'usr' ),
7785
7786         ( 17, 'lineitem' ),
7787         ( 17, 'lineitem.attributes' ),
7788         ( 17, 'usr' ),
7789
7790         ( 18, 'usr' ),
7791         ( 19, 'usr' ),
7792         ( 19, 'cancel_reason' )
7793     ;
7794
7795 INSERT INTO action_trigger.hook (key,core_type,description) VALUES ('password.reset_request','aupr','Patron has requested a self-serve password reset');
7796 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, template) 
7797     VALUES (20, 'f', 1, 'Password reset request notification', 'password.reset_request', 'NOOP_True', 'SendEmail', '00:00:01',
7798 $$
7799 [%- USE date -%]
7800 [%- user = target.usr -%]
7801 To: [%- params.recipient_email || user.email %]
7802 From: [%- params.sender_email || user.home_ou.email || default_sender %]
7803 Subject: [% user.home_ou.name %]: library account password reset request
7804
7805 You have received this message because you, or somebody else, requested a reset
7806 of your library system password. If you did not request a reset of your library
7807 system password, just ignore this message and your current password will
7808 continue to work.
7809
7810 If you did request a reset of your library system password, please perform
7811 the following steps to continue the process of resetting your password:
7812
7813 1. Open the following link in a web browser: https://[% params.hostname %]/eg/opac/password_reset/[% target.uuid %]
7814 The browser displays a password reset form.
7815
7816 2. Enter your new password in the password reset form in the browser. You must
7817 enter the password twice to ensure that you do not make a mistake. If the
7818 passwords match, you will then be able to log in to your library system account
7819 with the new password.
7820
7821 $$);
7822 INSERT INTO action_trigger.environment ( event_def, path) VALUES
7823     ( 20, 'usr' );
7824 INSERT INTO action_trigger.environment ( event_def, path) VALUES
7825     ( 20, 'usr.home_ou' );
7826
7827
7828 INSERT INTO action_trigger.hook (key, core_type, description, passive)
7829     VALUES (
7830         'format.acqcle.html',
7831         'acqcle',
7832         'Formats claim events into a voucher',
7833         TRUE
7834     );
7835
7836 INSERT INTO action_trigger.event_definition (
7837         id, active, owner, name, hook, group_field,
7838         validator, reactor, granularity, template
7839     ) VALUES (
7840         21,
7841         TRUE,
7842         1,
7843         'Claim Voucher',
7844         'format.acqcle.html',
7845         'claim',
7846         'NOOP_True',
7847         'ProcessTemplate',
7848         'print-on-demand',
7849 $$
7850 [%- USE date -%]
7851 [%- SET claim = target.0.claim -%]
7852 <!-- This will need refined/prettified. -->
7853 <div class="acq-claim-voucher">
7854     <h2>Claim: [% claim.id %] ([% claim.type.code %])</h2>
7855     <h3>Against: [%- helpers.get_li_attr("title", "", claim.lineitem_detail.lineitem.attributes) -%]</h3>
7856     <ul>
7857         [% FOR event IN target %]
7858         <li>
7859             Event type: [% event.type.code %]
7860             [% IF event.type.library_initiated %](Library initiated)[% END %]
7861             <br />
7862             Event date: [% event.event_date %]<br />
7863             Order date: [% event.claim.lineitem_detail.lineitem.purchase_order.order_date %]<br />
7864             Expected receive date: [% event.claim.lineitem_detail.lineitem.expected_recv_time %]<br />
7865             Initiated by: [% event.creator.family_name %], [% event.creator.first_given_name %] [% event.creator.second_given_name %]<br />
7866             Barcode: [% event.claim.lineitem_detail.barcode %]; Fund:
7867             [% event.claim.lineitem_detail.fund.code %]
7868             ([% event.claim.lineitem_detail.fund.year %])
7869         </li>
7870         [% END %]
7871     </ul>
7872 </div>
7873 $$
7874 );
7875
7876 INSERT INTO action_trigger.environment (event_def, path) VALUES
7877     (21, 'claim'),
7878     (21, 'claim.type'),
7879     (21, 'claim.lineitem_detail'),
7880     (21, 'claim.lineitem_detail.fund'),
7881     (21, 'claim.lineitem_detail.lineitem.attributes'),
7882     (21, 'claim.lineitem_detail.lineitem.purchase_order'),
7883     (21, 'creator'),
7884     (21, 'type')
7885 ;
7886
7887
7888 INSERT INTO action_trigger.hook (key, core_type, description, passive)
7889     VALUES (
7890         'format.acqinv.html',
7891         'acqinv',
7892         'Formats invoices into a voucher',
7893         TRUE
7894     );
7895
7896 INSERT INTO action_trigger.event_definition (
7897         id, active, owner, name, hook,
7898         validator, reactor, granularity, template
7899     ) VALUES (
7900         22,
7901         TRUE,
7902         1,
7903         'Invoice',
7904         'format.acqinv.html',
7905         'NOOP_True',
7906         'ProcessTemplate',
7907         'print-on-demand',
7908 $$
7909 [% FILTER collapse %]
7910 [%- SET invoice = target -%]
7911 <!-- This lacks general refinement -->
7912 <div class="acq-invoice-voucher">
7913     <h1>Invoice</h1>
7914     <div>
7915         <strong>No.</strong> [% invoice.inv_ident %]
7916         [% IF invoice.inv_type %]
7917             / <strong>Type:</strong>[% invoice.inv_type %]
7918         [% END %]
7919     </div>
7920     <div>
7921         <dl>
7922             [% BLOCK ent_with_address %]
7923             <dt>[% ent_label %]: [% ent.name %] ([% ent.code %])</dt>
7924             <dd>
7925                 [% IF ent.addresses.0 %]
7926                     [% SET addr = ent.addresses.0 %]
7927                     [% addr.street1 %]<br />
7928                     [% IF addr.street2 %][% addr.street2 %]<br />[% END %]
7929                     [% addr.city %],
7930                     [% IF addr.county %] [% addr.county %], [% END %]
7931                     [% IF addr.state %] [% addr.state %] [% END %]
7932                     [% IF addr.post_code %][% addr.post_code %][% END %]<br />
7933                     [% IF addr.country %] [% addr.country %] [% END %]
7934                 [% END %]
7935                 <p>
7936                     [% IF ent.phone %] Phone: [% ent.phone %]<br />[% END %]
7937                     [% IF ent.fax_phone %] Fax: [% ent.fax_phone %]<br />[% END %]
7938                     [% IF ent.url %] URL: [% ent.url %]<br />[% END %]
7939                     [% IF ent.email %] E-mail: [% ent.email %] [% END %]
7940                 </p>
7941             </dd>
7942             [% END %]
7943             [% INCLUDE ent_with_address
7944                 ent = invoice.provider
7945                 ent_label = "Provider" %]
7946             [% INCLUDE ent_with_address
7947                 ent = invoice.shipper
7948                 ent_label = "Shipper" %]
7949             <dt>Receiver</dt>
7950             <dd>
7951                 [% invoice.receiver.name %] ([% invoice.receiver.shortname %])
7952             </dd>
7953             <dt>Received</dt>
7954             <dd>
7955                 [% helpers.format_date(invoice.recv_date) %] by
7956                 [% invoice.recv_method %]
7957             </dd>
7958             [% IF invoice.note %]
7959                 <dt>Note</dt>
7960                 <dd>
7961                     [% invoice.note %]
7962                 </dd>
7963             [% END %]
7964         </dl>
7965     </div>
7966     <ul>
7967         [% FOR entry IN invoice.entries %]
7968             <li>
7969                 [% IF entry.lineitem %]
7970                     Title: [% helpers.get_li_attr(
7971                         "title", "", entry.lineitem.attributes
7972                     ) %]<br />
7973                     Author: [% helpers.get_li_attr(
7974                         "author", "", entry.lineitem.attributes
7975                     ) %]
7976                 [% END %]
7977                 [% IF entry.purchase_order %]
7978                     (PO: [% entry.purchase_order.name %])
7979                 [% END %]<br />
7980                 Invoice item count: [% entry.inv_item_count %]
7981                 [% IF entry.phys_item_count %]
7982                     / Physical item count: [% entry.phys_item_count %]
7983                 [% END %]
7984                 <br />
7985                 [% IF entry.cost_billed %]
7986                     Cost billed: [% entry.cost_billed %]
7987                     [% IF entry.billed_per_item %](per item)[% END %]
7988                     <br />
7989                 [% END %]
7990                 [% IF entry.actual_cost %]
7991                     Actual cost: [% entry.actual_cost %]<br />
7992                 [% END %]
7993                 [% IF entry.amount_paid %]
7994                     Amount paid: [% entry.amount_paid %]<br />
7995                 [% END %]
7996                 [% IF entry.note %]Note: [% entry.note %][% END %]
7997             </li>
7998         [% END %]
7999         [% FOR item IN invoice.items %]
8000             <li>
8001                 [% IF item.inv_item_type %]
8002                     Item Type: [% item.inv_item_type %]<br />
8003                 [% END %]
8004                 [% IF item.title %]Title/Description:
8005                     [% item.title %]<br />
8006                 [% END %]
8007                 [% IF item.author %]Author: [% item.author %]<br />[% END %]
8008                 [% IF item.purchase_order %]PO: [% item.purchase_order %]<br />[% END %]
8009                 [% IF item.note %]Note: [% item.note %]<br />[% END %]
8010                 [% IF item.cost_billed %]
8011                     Cost billed: [% item.cost_billed %]<br />
8012                 [% END %]
8013                 [% IF item.actual_cost %]
8014                     Actual cost: [% item.actual_cost %]<br />
8015                 [% END %]
8016                 [% IF item.amount_paid %]
8017                     Amount paid: [% item.amount_paid %]<br />
8018                 [% END %]
8019             </li>
8020         [% END %]
8021     </ul>
8022     <div>
8023         Amounts spent per fund:
8024         <table>
8025         [% FOR blob IN user_data %]
8026             <tr>
8027                 <th style="text-align: left;">[% blob.fund.code %] ([% blob.fund.year %]):</th>
8028                 <td>$[% blob.total %]</td>
8029             </tr>
8030         [% END %]
8031         </table>
8032     </div>
8033 </div>
8034 [% END %]$$
8035 );
8036
8037
8038 INSERT INTO action_trigger.environment (event_def, path) VALUES
8039     (22, 'provider'),
8040     (22, 'provider.addresses'),
8041     (22, 'shipper'),
8042     (22, 'shipper.addresses'),
8043     (22, 'receiver'),
8044     (22, 'entries'),
8045     (22, 'entries.purchase_order'),
8046     (22, 'entries.lineitem'),
8047     (22, 'entries.lineitem.attributes'),
8048     (22, 'items')
8049 ;
8050
8051 SELECT SETVAL('action_trigger.event_definition_id_seq'::TEXT, 100);
8052
8053 -- Hold cancel action/trigger hooks
8054
8055 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8056     'hold_request.cancel.expire_no_target',
8057     'ahr',
8058     'A hold is cancelled because no copies were found'
8059 );
8060
8061 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8062     'hold_request.cancel.expire_holds_shelf',
8063     'ahr',
8064     'A hold is cancelled because it was on the holds shelf too long'
8065 );
8066
8067 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8068     'hold_request.cancel.staff',
8069     'ahr',
8070     'A hold is cancelled because it was cancelled by staff'
8071 );
8072
8073 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
8074     'hold_request.cancel.patron',
8075     'ahr',
8076     'A hold is cancelled by the patron'
8077 );
8078
8079
8080 -- in-db indexing normalizers
8081 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8082         'NACO Normalize',
8083         'Apply NACO normalization rules to the extracted text.  See http://www.loc.gov/catdir/pcc/naco/normrule-2.html for details.',
8084         'naco_normalize',
8085         0
8086 );
8087
8088 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8089         'Normalize date range',
8090         'Split date ranges in the form of "XXXX-YYYY" into "XXXX YYYY" for proper index.',
8091         'split_date_range',
8092         0
8093 );
8094
8095 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8096         'NACO Normalize -- retain first comma',
8097         '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.',
8098         'naco_normalize_keep_comma',
8099         0
8100 );
8101
8102 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8103         'Strip Diacritics',
8104         'Convert text to NFD form and remove non-spacing combining marks.',
8105         'remove_diacritics',
8106         0
8107 );
8108
8109 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8110         'Remove Parenthesized Substring',
8111         'Remove any parenthesized substrings from the extracted text, such as the agency code preceding authority record control numbers in subfield 0.',
8112         'remove_paren_substring',
8113         0
8114 );
8115
8116 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8117         'Up-case',
8118         'Convert text upper case.',
8119         'uppercase',
8120         0
8121 );
8122
8123 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8124         'Down-case',
8125         'Convert text lower case.',
8126         'lowercase',
8127         0
8128 );
8129
8130 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8131         'Extract Dewey-like number',
8132         'Extract a string of numeric characters that resembles a DDC number.',
8133         'call_number_dewey',
8134         0
8135 );
8136
8137 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8138         'Left truncation',
8139         'Discard the specified number of characters from the left side of the string.',
8140         'left_trunc',
8141         1
8142 );
8143
8144 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8145         'Right truncation',
8146         'Include only the specified number of characters from the left side of the string.',
8147         'right_trunc',
8148         1
8149 );
8150
8151 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8152         'First word',
8153         'Include only the first space-separated word of a string.',
8154         'first_word',
8155         0
8156 );
8157
8158 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8159         'ISBN 10/13 conversion',
8160         'Translate ISBN10 to ISBN13 and vice versa.',
8161         'translate_isbn1013',
8162         0
8163 );
8164
8165 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8166         'Replace',
8167         'Replace all occurences of first parameter in the string with the second parameter.',
8168         'replace',
8169         2
8170 );
8171
8172 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8173         'Trim Surrounding Space',
8174         'Trim leading and trailing spaces from extracted text.',
8175         'btrim',
8176         0
8177 );
8178
8179 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8180     'Generic Mapping Normalizer', 
8181     'Map values or sets of values to new values',
8182     'generic_map_normalizer', 
8183     1
8184 );
8185
8186 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8187     'Coded Value Map Normalizer', 
8188     'Applies coded_value_map mapping of values',
8189     'coded_value_map_normalizer', 
8190     1
8191 );
8192
8193 INSERT INTO config.index_normalizer (name, description, func, param_count) VALUES (
8194         'Search Normalize',
8195         'Apply search normalization rules to the extracted text. A less extreme version of NACO normalization.',
8196         'search_normalize',
8197         0
8198 );
8199
8200 -- make use of the index normalizers
8201
8202 INSERT INTO config.metabib_field_index_norm_map (field,norm)
8203     SELECT  m.id,
8204             i.id
8205       FROM  config.metabib_field m,
8206         config.index_normalizer i
8207       WHERE i.func IN ('search_normalize','split_date_range')
8208             AND m.id NOT IN (18, 19, 25);
8209
8210 INSERT INTO config.metabib_field_index_norm_map (field,norm,pos)
8211     SELECT  m.id,
8212             i.id,
8213             2
8214       FROM  config.metabib_field m,
8215             config.index_normalizer i
8216       WHERE i.func IN ('translate_isbn1013')
8217             AND m.id IN (18);
8218
8219 INSERT INTO config.metabib_field_index_norm_map (field,norm,params)
8220     SELECT  m.id,
8221             i.id,
8222             $$["-",""]$$
8223       FROM  config.metabib_field m,
8224             config.index_normalizer i
8225       WHERE i.func IN ('replace')
8226             AND m.id IN (19);
8227
8228 INSERT INTO config.metabib_field_index_norm_map (field,norm,params, pos)
8229      SELECT  m.id,
8230              i.id,
8231              $$["]",""]$$,
8232              '-1'
8233        FROM  config.metabib_field m,
8234              config.index_normalizer i
8235        WHERE i.func IN ('replace')
8236              AND m.id IN (1);
8237              
8238 INSERT INTO config.metabib_field_index_norm_map (field,norm,params, pos)
8239      SELECT  m.id,
8240              i.id,
8241              $$["[",""]$$,
8242              '-1'
8243        FROM  config.metabib_field m,
8244              config.index_normalizer i
8245        WHERE i.func IN ('replace')
8246              AND m.id IN (1);
8247
8248 INSERT INTO config.metabib_field_index_norm_map (field,norm,pos)
8249     SELECT  m.id,
8250             i.id,
8251             -1
8252       FROM  config.metabib_field m,
8253             config.index_normalizer i
8254       WHERE i.func = 'remove_paren_substring'
8255             AND m.id IN (28);
8256
8257 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8258     SELECT  m.name, i.id, 0
8259       FROM  config.record_attr_definition m,
8260             config.index_normalizer i
8261       WHERE i.func IN ('content_or_null')
8262             AND m.name IN ('titlesort', 'authorsort');
8263
8264 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8265     SELECT  m.name, i.id, 0
8266       FROM  config.record_attr_definition m,
8267             config.index_normalizer i
8268       WHERE i.func IN ('integer_or_null')
8269             AND m.name IN ('date1', 'date2', 'pubdate');
8270
8271 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8272     SELECT  m.name, i.id, 0
8273       FROM  config.record_attr_definition m,
8274             config.index_normalizer i
8275       WHERE i.func IN ('approximate_low_date')
8276             AND m.name IN ('date1', 'pubdate');
8277
8278 INSERT INTO config.record_attr_index_norm_map (attr,norm,pos)
8279     SELECT  m.name, i.id, 0
8280       FROM  config.record_attr_definition m,
8281             config.index_normalizer i
8282       WHERE i.func IN ('approximate_high_date')
8283             AND m.name IN ('date2');
8284
8285 -- Sample Pre-due Notice --
8286
8287 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, max_delay, template) 
8288     VALUES (6, 'f', 1, '3 Day Courtesy Notice', 'checkout.due', 'CircIsOpen', 'SendEmail', '-3 days', 'due_date', 'usr', '-2 days',
8289 $$
8290 [%- USE date -%]
8291 [%- user = target.0.usr -%]
8292 To: [%- params.recipient_email || user.email %]
8293 From: [%- params.sender_email || default_sender %]
8294 Subject: Courtesy Notice
8295
8296 Dear [% user.family_name %], [% user.first_given_name %]
8297 As a reminder, the following items are due in 3 days.
8298
8299 [% FOR circ IN target %]
8300     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
8301     Title: [% copy_details.title %]
8302     Author: [% copy_details.author %]
8303     Barcode: [% circ.target_copy.barcode %] 
8304     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
8305     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
8306     Library: [% circ.circ_lib.name %]
8307     Library Phone: [% circ.circ_lib.phone %]
8308
8309 [% END %]
8310
8311 $$);
8312
8313 INSERT INTO action_trigger.environment (event_def, path) VALUES 
8314     (6, 'target_copy.call_number'),
8315     (6, 'usr'),
8316     (6, 'circ_lib.billing_address');
8317
8318 -- Additional A/T Reactors
8319
8320 INSERT INTO action_trigger.reactor (module,description) VALUES
8321 (   'ApplyPatronPenalty',
8322     oils_i18n_gettext(
8323         'ApplyPatronPenalty',
8324         '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.',
8325         'atreact',
8326         'description'
8327     )
8328 );
8329
8330 INSERT INTO action_trigger.reactor (module,description) VALUES
8331 (   'SendFile',
8332     oils_i18n_gettext(
8333         'SendFile',
8334         '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.',
8335         'atreact',
8336         'description'
8337     )
8338 );
8339
8340 -- self-check checkout receipt
8341
8342 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8343     VALUES (
8344         'format.selfcheck.checkout',
8345         'circ',
8346         'Formats circ objects for self-checkout receipt',
8347         TRUE
8348     );
8349
8350 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8351     VALUES (
8352         10,
8353         TRUE,
8354         1,
8355         'Self-Checkout Receipt',
8356         'format.selfcheck.checkout',
8357         'NOOP_True',
8358         'ProcessTemplate',
8359         'usr',
8360         'print-on-demand',
8361 $$
8362 [%- USE date -%]
8363 [%- SET user = target.0.usr -%]
8364 [%- SET lib = target.0.circ_lib -%]
8365 [%- SET lib_addr = target.0.circ_lib.billing_address -%]
8366 [%- SET hours = lib.hours_of_operation -%]
8367 <div>
8368     <style> li { padding: 8px; margin 5px; }</style>
8369     <div>[% date.format %]</div>
8370     <div>[% lib.name %]</div>
8371     <div>[% lib_addr.street1 %] [% lib_addr.street2 %]</div>
8372     <div>[% lib_addr.city %], [% lib_addr.state %] [% lb_addr.post_code %]</div>
8373     <div>[% lib.phone %]</div>
8374     <br/>
8375
8376     [% user.family_name %], [% user.first_given_name %]
8377     <ol>
8378     [% FOR circ IN target %]
8379         [%-
8380             SET idx = loop.count - 1;
8381             SET udata =  user_data.$idx
8382         -%]
8383         <li>
8384             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
8385             <div>Barcode: [% circ.target_copy.barcode %]</div>
8386             [% IF user_data.renewal_failure %]
8387                 <div style='color:red;'>Renewal Failed</div>
8388             [% ELSE %]
8389                 <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
8390             [% END %]
8391         </li>
8392     [% END %]
8393     </ol>
8394     
8395     <div>
8396         Library Hours
8397         [%- BLOCK format_time; date.format(time _ ' 1/1/1000', format='%I:%M %p'); END -%]
8398         <div>
8399             Monday 
8400             [% PROCESS format_time time = hours.dow_0_open %] 
8401             [% PROCESS format_time time = hours.dow_0_close %] 
8402         </div>
8403         <div>
8404             Tuesday 
8405             [% PROCESS format_time time = hours.dow_1_open %] 
8406             [% PROCESS format_time time = hours.dow_1_close %] 
8407         </div>
8408         <div>
8409             Wednesday 
8410             [% PROCESS format_time time = hours.dow_2_open %] 
8411             [% PROCESS format_time time = hours.dow_2_close %] 
8412         </div>
8413         <div>
8414             Thursday
8415             [% PROCESS format_time time = hours.dow_3_open %] 
8416             [% PROCESS format_time time = hours.dow_3_close %] 
8417         </div>
8418         <div>
8419             Friday
8420             [% PROCESS format_time time = hours.dow_4_open %] 
8421             [% PROCESS format_time time = hours.dow_4_close %] 
8422         </div>
8423         <div>
8424             Saturday
8425             [% PROCESS format_time time = hours.dow_5_open %] 
8426             [% PROCESS format_time time = hours.dow_5_close %] 
8427         </div>
8428         <div>
8429             Sunday 
8430             [% PROCESS format_time time = hours.dow_6_open %] 
8431             [% PROCESS format_time time = hours.dow_6_close %] 
8432         </div>
8433     </div>
8434 </div>
8435 $$
8436 );
8437
8438
8439 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8440     ( 10, 'target_copy'),
8441     ( 10, 'circ_lib.billing_address'),
8442     ( 10, 'circ_lib.hours_of_operation'),
8443     ( 10, 'usr');
8444
8445
8446 -- items out selfcheck receipt
8447
8448 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8449     VALUES (
8450         'format.selfcheck.items_out',
8451         'circ',
8452         'Formats items out for self-checkout receipt',
8453         TRUE
8454     );
8455
8456 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8457     VALUES (
8458         11,
8459         TRUE,
8460         1,
8461         'Self-Checkout Items Out Receipt',
8462         'format.selfcheck.items_out',
8463         'NOOP_True',
8464         'ProcessTemplate',
8465         'usr',
8466         'print-on-demand',
8467 $$
8468 [%- USE date -%]
8469 [%- SET user = target.0.usr -%]
8470 <div>
8471     <style> li { padding: 8px; margin 5px; }</style>
8472     <div>[% date.format %]</div>
8473     <br/>
8474
8475     [% user.family_name %], [% user.first_given_name %]
8476     <ol>
8477     [% FOR circ IN target %]
8478         <li>
8479             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
8480             <div>Barcode: [% circ.target_copy.barcode %]</div>
8481             <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
8482         </li>
8483     [% END %]
8484     </ol>
8485 </div>
8486 $$
8487 );
8488
8489
8490 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8491     ( 11, 'target_copy'),
8492     ( 11, 'circ_lib.billing_address'),
8493     ( 11, 'circ_lib.hours_of_operation'),
8494     ( 11, 'usr');
8495
8496 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8497     VALUES (
8498         'format.selfcheck.holds',
8499         'ahr',
8500         'Formats holds for self-checkout receipt',
8501         TRUE
8502     );
8503
8504 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, group_field, granularity, template )
8505     VALUES (
8506         12,
8507         TRUE,
8508         1,
8509         'Self-Checkout Holds Receipt',
8510         'format.selfcheck.holds',
8511         'NOOP_True',
8512         'ProcessTemplate',
8513         'usr',
8514         'print-on-demand',
8515 $$
8516 [%- USE date -%]
8517 [%- SET user = target.0.usr -%]
8518 <div>
8519     <style> li { padding: 8px; margin 5px; }</style>
8520     <div>[% date.format %]</div>
8521     <br/>
8522
8523     [% user.family_name %], [% user.first_given_name %]
8524     <ol>
8525     [% FOR hold IN target %]
8526         [%-
8527             SET idx = loop.count - 1;
8528             SET udata =  user_data.$idx
8529         -%]
8530         <li>
8531             <div>Title: [% hold.bib_rec.bib_record.simple_record.title %]</div>
8532             <div>Author: [% hold.bib_rec.bib_record.simple_record.author %]</div>
8533             <div>Pickup Location: [% hold.pickup_lib.name %]</div>
8534             <div>Status: 
8535                 [%- IF udata.ready -%]
8536                     Ready for pickup
8537                 [% ELSE %]
8538                     #[% udata.queue_position %] of [% udata.potential_copies %] copies.
8539                 [% END %]
8540             </div>
8541         </li>
8542     [% END %]
8543     </ol>
8544 </div>
8545 $$
8546 );
8547
8548
8549 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8550     ( 12, 'bib_rec.bib_record.simple_record'),
8551     ( 12, 'pickup_lib'),
8552     ( 12, 'usr');
8553
8554 -- fines receipt
8555
8556 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8557     VALUES (
8558         'format.selfcheck.fines',
8559         'au',
8560         'Formats fines for self-checkout receipt',
8561         TRUE
8562     );
8563
8564 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, granularity, template )
8565     VALUES (
8566         13,
8567         TRUE,
8568         1,
8569         'Self-Checkout Fines Receipt',
8570         'format.selfcheck.fines',
8571         'NOOP_True',
8572         'ProcessTemplate',
8573         'print-on-demand',
8574 $$
8575 [%- USE date -%]
8576 [%- SET user = target -%]
8577 <div>
8578     <style> li { padding: 8px; margin 5px; }</style>
8579     <div>[% date.format %]</div>
8580     <br/>
8581
8582     [% user.family_name %], [% user.first_given_name %]
8583     <ol>
8584     [% FOR xact IN user.open_billable_transactions_summary %]
8585         <li>
8586             <div>Details: 
8587                 [% IF xact.xact_type == 'circulation' %]
8588                     [%- helpers.get_copy_bib_basics(xact.circulation.target_copy).title -%]
8589                 [% ELSE %]
8590                     [%- xact.last_billing_type -%]
8591                 [% END %]
8592             </div>
8593             <div>Total Billed: [% xact.total_owed %]</div>
8594             <div>Total Paid: [% xact.total_paid %]</div>
8595             <div>Balance Owed : [% xact.balance_owed %]</div>
8596         </li>
8597     [% END %]
8598     </ol>
8599 </div>
8600 $$
8601 );
8602
8603 INSERT INTO action_trigger.hook (key, core_type, description, passive) 
8604     VALUES (
8605         'format.acqli.html',
8606         'jub',
8607         'Formats lineitem worksheet for titles received',
8608         TRUE
8609     );
8610
8611 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, granularity, template)
8612     VALUES (
8613         14,
8614         TRUE,
8615         1,
8616         'Lineitem Worksheet',
8617         'format.acqli.html',
8618         'NOOP_True',
8619         'ProcessTemplate',
8620         'print-on-demand',
8621 $$
8622 [%- USE date -%]
8623 [%- SET li = target; -%]
8624 <div class="wrapper">
8625     <div class="summary" style='font-size:110%; font-weight:bold;'>
8626
8627         <div>Title: [% helpers.get_li_attr("title", "", li.attributes) %]</div>
8628         <div>Author: [% helpers.get_li_attr("author", "", li.attributes) %]</div>
8629         <div class="count">Item Count: [% li.lineitem_details.size %]</div>
8630         <div class="lineid">Lineitem ID: [% li.id %]</div>
8631         <div>Open Holds: [% helpers.bre_open_hold_count(li.eg_bib_id) %]</div>
8632         [% IF li.cancel_reason.label %]
8633         <div>[% li.cancel_reason.label %]</div>
8634         [% END %]
8635
8636         [% IF li.distribution_formulas.size > 0 %]
8637             [% SET forms = [] %]
8638             [% FOREACH form IN li.distribution_formulas; forms.push(form.formula.name); END %]
8639             <div>Distribution Formulas: [% forms.join(',') %]</div>
8640         [% END %]
8641
8642         [% IF li.lineitem_notes.size > 0 %]
8643             Lineitem Notes:
8644             <ul>
8645                 [%- FOR note IN li.lineitem_notes -%]
8646                     <li>
8647                     [% IF note.alert_text %]
8648                         [% note.alert_text.code -%] 
8649                         [% IF note.value -%]
8650                             : [% note.value %]
8651                         [% END %]
8652                     [% ELSE %]
8653                         [% note.value -%] 
8654                     [% END %]
8655                     </li>
8656                 [% END %]
8657             </ul>
8658         [% END %]
8659     </div>
8660     <br/>
8661     <table>
8662         <thead>
8663             <tr>
8664                 <th>Branch</th>
8665                 <th>Barcode</th>
8666                 <th>Call Number</th>
8667                 <th>Fund</th>
8668                 <th>Shelving Location</th>
8669                 <th>Recd.</th>
8670                 <th>Notes</th>
8671                 <th>Delayed / Canceled</th>
8672             </tr>
8673         </thead>
8674         <tbody>
8675         <!-- set detail.owning_lib from fm object to org name -->
8676         [% FOREACH detail IN li.lineitem_details %]
8677             [% detail.owning_lib = detail.owning_lib.shortname %]
8678         [% END %]
8679
8680         [% FOREACH detail IN li.lineitem_details.sort('owning_lib') %]
8681             [% 
8682                 IF detail.eg_copy_id;
8683                     SET copy = detail.eg_copy_id;
8684                     SET cn_label = copy.call_number.label;
8685                 ELSE; 
8686                     SET copy = detail; 
8687                     SET cn_label = detail.cn_label;
8688                 END 
8689             %]
8690             <tr>
8691                 <!-- acq.lineitem_detail.id = [%- detail.id -%] -->
8692                 <td style='padding:5px;'>[% detail.owning_lib %]</td>
8693                 <td style='padding:5px;'>[% IF copy.barcode   %]<span class="barcode"  >[% detail.barcode   %]</span>[% END %]</td>
8694                 <td style='padding:5px;'>[% IF cn_label %]<span class="cn_label" >[% cn_label  %]</span>[% END %]</td>
8695                 <td style='padding:5px;'>[% IF detail.fund %]<span class="fund">[% detail.fund.code %] ([% detail.fund.year %])</span>[% END %]</td>
8696                 <td style='padding:5px;'>[% copy.location.name %]</td>
8697                 <td style='padding:5px;'>[% IF detail.recv_time %]<span class="recv_time">[% detail.recv_time %]</span>[% END %]</td>
8698                 <td style='padding:5px;'>[% detail.note %]</td>
8699                 <td style='padding:5px;'>[% detail.cancel_reason.label %]</td>
8700             </tr>
8701         [% END %]
8702         </tbody>
8703     </table>
8704 </div>
8705 $$
8706 );
8707
8708
8709 INSERT INTO action_trigger.environment (event_def, path) VALUES
8710     ( 14, 'attributes' ),
8711     ( 14, 'cancel_reason' ),
8712     ( 14, 'lineitem_notes' ),
8713     ( 14, 'lineitem_notes.alert_text' ),
8714     ( 14, 'distribution_formulas.formula' ),
8715     ( 14, 'lineitem_details' ),
8716     ( 14, 'lineitem_details.cancel_reason' ),
8717     ( 14, 'lineitem_details.owning_lib' ),
8718     ( 14, 'lineitem_details.fund' ),
8719     ( 14, 'lineitem_details.location' ),
8720     ( 14, 'lineitem_details.eg_copy_id' ),
8721     ( 14, 'lineitem_details.eg_copy_id.call_number' ),
8722     ( 14, 'lineitem_details.eg_copy_id.location' )
8723 ;
8724
8725 INSERT INTO action_trigger.environment ( event_def, path) VALUES
8726     ( 13, 'open_billable_transactions_summary.circulation' );
8727
8728
8729 INSERT INTO action_trigger.validator (module, description) 
8730     VALUES (
8731         'Acq::PurchaseOrderEDIRequired',
8732         oils_i18n_gettext(
8733             'Acq::PurchaseOrderEDIRequired',
8734             'Purchase order is delivered via EDI',
8735             'atval',
8736             'description'
8737         )
8738     );
8739
8740 INSERT INTO action_trigger.reactor (module, description)
8741     VALUES (
8742         'GeneratePurchaseOrderJEDI',
8743         oils_i18n_gettext(
8744             'GeneratePurchaseOrderJEDI',
8745             'Creates purchase order JEDI (JSON EDI) for subsequent EDI processing',
8746             'atreact',
8747             'description'
8748         )
8749     );
8750
8751
8752 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, cleanup_success, cleanup_failure, delay, delay_field, group_field, template) 
8753     VALUES (23, true, 1, 'PO JEDI', 'acqpo.activated', 'Acq::PurchaseOrderEDIRequired', 'GeneratePurchaseOrderJEDI', NULL, NULL, '00:00:00', NULL, NULL,
8754 $$
8755 [%- USE date -%]
8756 [%
8757     # extract some commonly used variables
8758
8759     VENDOR_SAN = target.provider.san;
8760     VENDCODE = target.provider.edi_default.vendcode;
8761     VENDACCT = target.provider.edi_default.vendacct;
8762     ORG_UNIT_SAN = target.ordering_agency.mailing_address.san;
8763
8764     # set the vendor / provider
8765
8766     VENDOR_BT      = 0; # Baker & Taylor
8767     VENDOR_INGRAM  = 0;
8768     VENDOR_BRODART = 0;
8769     VENDOR_MW_TAPE = 0; # Midwest Tape
8770     VENDOR_RB      = 0; # Recorded Books
8771     VENDOR_ULS     = 0; # ULS
8772
8773     IF    VENDOR_SAN == '1556150'; VENDOR_BT = 1;
8774     ELSIF VENDOR_SAN == '1697684'; VENDOR_BRODART = 1;
8775     ELSIF VENDOR_SAN == '1697978'; VENDOR_INGRAM = 1;
8776     ELSIF VENDOR_SAN == '2549913'; VENDOR_MW_TAPE = 1;
8777     ELSIF VENDOR_SAN == '1113984'; VENDOR_RB = 1;
8778     ELSIF VENDOR_SAN == '1699342'; VENDOR_ULS = 1;
8779     END;
8780
8781     # if true, pass the PO name as a secondary identifier
8782     # RFF+LI:<name>/li_id
8783     INC_PO_NAME = 0;
8784     IF VENDOR_INGRAM;
8785         INC_PO_NAME = 1;
8786     END;
8787
8788     # GIR configuration --------------------------------------
8789
8790     INC_COPIES = 1; # copies on/off switch
8791     INC_FUND = 0;
8792     INC_CALLNUMBER = 0;
8793     INC_ITEM_TYPE = 1;
8794     INC_LOCATION = 0;
8795     INC_COLLECTION_CODE = 1;
8796     INC_OWNING_LIB = 1;
8797     INC_QUANTITY = 1;
8798     INC_COPY_ID = 0;
8799
8800     IF VENDOR_BT;
8801         INC_CALLNUMBER = 1;
8802     END;
8803
8804     IF VENDOR_BRODART;
8805         INC_FUND = 1;
8806     END;
8807
8808     IF VENDOR_MW_TAPE;
8809         INC_FUND = 1;
8810         INC_COLLECTION_CODE = 0;
8811         INC_ITEM_TYPE = 0;
8812     END;
8813
8814     # END GIR configuration ---------------------------------
8815
8816 -%]
8817 [%- BLOCK big_block -%]
8818 {
8819    "recipient":"[% VENDOR_SAN %]",
8820    "sender":"[% ORG_UNIT_SAN %]",
8821    "body": [{
8822      "ORDERS":[ "order", {
8823
8824         "po_number":[% target.id %],
8825
8826         [% IF INC_PO_NAME %]
8827         "po_name":"[% target.name | replace('\/', ' ') | replace('"', '\"') %]",
8828         [% END %]
8829
8830         "date":"[% date.format(date.now, '%Y%m%d') %]",
8831
8832         "buyer":[
8833             [% IF VENDOR_BT %]
8834                 {"id-qualifier": 91, "id":"[% ORG_UNIT_SAN %] [% VENDCODE %]"}
8835             [% ELSE %]
8836                 {"id":"[% ORG_UNIT_SAN %]"},
8837                 {"id-qualifier": 91, "id":"[% VENDACCT %]"}
8838             [% END %]
8839         ],
8840
8841         "vendor":[
8842             "[% VENDOR_SAN %]",
8843             {"id-qualifier": 92, "id":"[% target.provider.id %]"}
8844         ],
8845
8846         "currency":"[% target.provider.currency_type %]",
8847                 
8848         "items":[
8849         [%- FOR li IN target.lineitems %]
8850         {
8851             "line_index":"[% li.id %]",
8852             "identifiers":[   
8853             [%- 
8854                 idval = '';
8855                 idqual = 'EN'; # default ISBN/UPC/EAN-13
8856                 ident_attr = helpers.get_li_order_ident(li.attributes);
8857                 IF ident_attr;
8858                     idname = ident_attr.attr_name;
8859                     idval = ident_attr.attr_value;
8860                     IF idname == 'isbn' AND idval.length != 13;
8861                         idqual = 'IB';
8862                     ELSIF idname == 'issn';
8863                         idqual = 'IS';
8864                     END;
8865                 ELSE;
8866                     idqual = 'IN';
8867                     idval = li.id;
8868                 END -%]
8869                 {"id-qualifier":"[% idqual %]","id":"[% idval %]"}
8870             ],
8871             "price":[% li.estimated_unit_price || '0.00' %],
8872             "desc":[
8873                 {"BTI":"[% helpers.get_li_attr_jedi('title',     '', li.attributes) %]"},
8874                 {"BPU":"[% helpers.get_li_attr_jedi('publisher', '', li.attributes) %]"},
8875                 {"BPD":"[% helpers.get_li_attr_jedi('pubdate',   '', li.attributes) %]"},
8876                 [% IF VENDOR_ULS -%]
8877                 {"BEN":"[% helpers.get_li_attr_jedi('edition',   '', li.attributes) %]"},
8878                 {"BAU":"[% helpers.get_li_attr_jedi('author',    '', li.attributes) %]"}
8879                 [%- ELSE -%]
8880                 {"BPH":"[% helpers.get_li_attr_jedi('pagination','', li.attributes) %]"}
8881                 [%- END %]
8882             ],
8883             [%- ftx_vals = []; 
8884                 FOR note IN li.lineitem_notes;
8885                     NEXT UNLESS note.vendor_public == 't'; 
8886                     ftx_vals.push(note.value); 
8887                 END; 
8888                 IF VENDOR_BRODART; # look for copy-level spec code
8889                     FOR lid IN li.lineitem_details;
8890                         IF lid.note;
8891                             spec_note = lid.note.match('spec code ([a-zA-Z0-9_])');
8892                             IF spec_note.0; ftx_vals.push(spec_note.0); END;
8893                         END;
8894                     END;
8895                 END; 
8896                 IF xtra_ftx;           ftx_vals.unshift(xtra_ftx); END; 
8897
8898                 # BT & ULS want FTX+LIN for every LI, even if empty
8899                 IF ((VENDOR_BT OR VENDOR_ULS) AND ftx_vals.size == 0);
8900                     ftx_vals.unshift('');
8901                 END;  
8902             -%]
8903
8904             "free-text":[ 
8905                 [% FOR note IN ftx_vals -%] "[% note %]"[% UNLESS loop.last %], [% END %][% END %] 
8906             ],            
8907
8908             "quantity":[% li.lineitem_details.size %]
8909
8910             [%- IF INC_COPIES -%]
8911             ,"copies" : [
8912                 [%- compressed_copies = [];
8913                     FOR lid IN li.lineitem_details;
8914                         fund = lid.fund.code;
8915                         item_type = lid.circ_modifier;
8916                         callnumber = lid.cn_label;
8917                         owning_lib = lid.owning_lib.shortname;
8918                         location = lid.location;
8919                         collection_code = lid.collection_code;
8920     
8921                         # when we have real copy data, treat it as authoritative for some fields
8922                         acp = lid.eg_copy_id;
8923                         IF acp;
8924                             item_type = acp.circ_modifier;
8925                             callnumber = acp.call_number.label;
8926                             location = acp.location.name;
8927                         END ;
8928
8929
8930                         # collapse like copies into groups w/ quantity
8931
8932                         found_match = 0;
8933                         IF !INC_COPY_ID; # INC_COPY_ID implies 1 copy per GIR
8934                             FOR copy IN compressed_copies;
8935                                 IF  (fund == copy.fund OR (!fund AND !copy.fund)) AND
8936                                     (item_type == copy.item_type OR (!item_type AND !copy.item_type)) AND
8937                                     (callnumber == copy.callnumber OR (!callnumber AND !copy.callnumber)) AND
8938                                     (owning_lib == copy.owning_lib OR (!owning_lib AND !copy.owning_lib)) AND
8939                                     (location == copy.location OR (!location AND !copy.location)) AND
8940                                     (collection_code == copy.collection_code OR (!collection_code AND !copy.collection_code));
8941
8942                                     copy.quantity = copy.quantity + 1;
8943                                     found_match = 1;
8944                                 END;
8945                             END;
8946                         END;
8947
8948                         IF !found_match;
8949                             compressed_copies.push({
8950                                 fund => fund,
8951                                 item_type => item_type,
8952                                 callnumber => callnumber,
8953                                 owning_lib => owning_lib,
8954                                 location => location,
8955                                 collection_code => collection_code,
8956                                 copy_id => lid.id, # for INC_COPY_ID
8957                                 quantity => 1
8958                             });
8959                         END;
8960                     END;
8961                     FOR copy IN compressed_copies;
8962
8963                     # If we assume owning_lib is required and set, 
8964                     # it is safe to prepend each following copy field w/ a ","
8965
8966                     # B&T EDI requires expected GIR fields to be 
8967                     # present regardless of whether a value exists.  
8968                     # some fields are required to have a value in ACQ, 
8969                     # though, so they are not forced into place below.
8970
8971                  %]{[%- IF INC_OWNING_LIB AND copy.owning_lib %] "owning_lib":"[% copy.owning_lib %]"[% END -%]
8972                     [%- IF INC_FUND AND copy.fund %],"fund":"[% copy.fund %]"[% END -%]
8973                     [%- IF INC_CALLNUMBER AND (VENDOR_BT OR copy.callnumber) %],"call_number":"[% copy.callnumber %]"[% END -%]
8974                     [%- IF INC_ITEM_TYPE AND (VENDOR_BT OR copy.item_type) %],"item_type":"[% copy.item_type %]"[% END -%]
8975                     [%- IF INC_LOCATION AND copy.location %],"copy_location":"[% copy.location %]"[% END -%]
8976                     [%- IF INC_COLLECTION_CODE AND (VENDOR_BT OR copy.collection_code) %],"collection_code":"[% copy.collection_code %]"[% END -%]
8977                     [%- IF INC_QUANTITY %],"quantity":"[% copy.quantity %]"[% END -%]
8978                     [%- IF INC_COPY_ID %],"copy_id":"[% copy.copy_id %]" [% END %]}[% ',' UNLESS loop.last -%]
8979                 [%- END -%] [%# FOR compressed_copies -%]
8980             ]
8981             [%- END -%] [%# IF INC_COPIES %]
8982
8983         }[% UNLESS loop.last %],[% END -%]
8984
8985         [% END %] [%# END lineitems %]
8986         ],
8987         "line_items":[% target.lineitems.size %]
8988      }]  [%# close ORDERS array %]
8989    }]    [%# close  body  array %]
8990 }
8991 [% END %]
8992 [% tempo = PROCESS big_block; helpers.escape_json(tempo) %]
8993 $$
8994 );
8995
8996 INSERT INTO action_trigger.environment (event_def, path) VALUES 
8997   (23, 'lineitems.attributes'), 
8998   (23, 'lineitems.lineitem_details.owning_lib'),
8999   (23, 'lineitems.lineitem_details.location'),
9000   (23, 'lineitems.lineitem_details.fund'),
9001   (23, 'lineitems.lineitem_details.eg_copy_id.location'),
9002   (23, 'lineitems.lineitem_details.eg_copy_id.call_number'),
9003   (23, 'lineitems.lineitem_notes'), 
9004   (23, 'ordering_agency.mailing_address'), 
9005   (23, 'provider'),
9006   (23, 'provider.edi_default');
9007
9008 INSERT INTO action_trigger.reactor (module, description) VALUES (
9009     'AstCall', 'Possibly place a phone call with Asterisk'
9010 );
9011
9012 INSERT INTO
9013     action_trigger.event_definition (
9014         id, active, owner, name, hook, validator, reactor,
9015         cleanup_success, cleanup_failure, delay, delay_field, group_field,
9016         max_delay, granularity, usr_field, opt_in_setting, template
9017     ) VALUES (
9018         24,
9019         FALSE,
9020         1,
9021         'Telephone Overdue Notice',
9022         'checkout.due', 'NOOP_True', 'AstCall',
9023         DEFAULT, DEFAULT, '5 seconds', 'due_date', 'usr',
9024         DEFAULT, DEFAULT, DEFAULT, DEFAULT,
9025         $$
9026 [% phone = target.0.usr.day_phone | replace('[\s\-\(\)]', '') -%]
9027 [% IF phone.match('^[2-9]') %][% country = 1 %][% ELSE %][% country = '' %][% END -%]
9028 Channel: [% channel_prefix %]/[% country %][% phone %]
9029 Context: overdue-test
9030 MaxRetries: 1
9031 RetryTime: 60
9032 WaitTime: 30
9033 Extension: 10
9034 Archive: 1
9035 Set: eg_user_id=[% target.0.usr.id %]
9036 Set: items=[% target.size %]
9037 Set: titlestring=[% titles = [] %][% FOR circ IN target %][% titles.push(circ.target_copy.call_number.record.simple_record.title) %][% END %][% titles.join(". ") %]
9038 $$
9039     );
9040
9041 INSERT INTO
9042     action_trigger.environment (id, event_def, path)
9043     VALUES
9044         (DEFAULT, 24, 'target_copy.call_number.record.simple_record'),
9045         (DEFAULT, 24, 'usr')
9046     ;
9047
9048 -- 0285.data.history_format.sql
9049
9050 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9051         'circ.format.history.email',
9052         'circ', 
9053         oils_i18n_gettext(
9054             'circ.format.history.email',
9055             'An email has been requested for a circ history.',
9056             'ath',
9057             'description'
9058         ), 
9059         FALSE
9060     )
9061     ,(
9062         'circ.format.history.print',
9063         'circ', 
9064         oils_i18n_gettext(
9065             'circ.format.history.print',
9066             'A circ history needs to be formatted for printing.',
9067             'ath',
9068             'description'
9069         ), 
9070         FALSE
9071     )
9072     ,(
9073         'ahr.format.history.email',
9074         'ahr', 
9075         oils_i18n_gettext(
9076             'ahr.format.history.email',
9077             'An email has been requested for a hold request history.',
9078             'ath',
9079             'description'
9080         ), 
9081         FALSE
9082     )
9083     ,(
9084         'ahr.format.history.print',
9085         'ahr', 
9086         oils_i18n_gettext(
9087             'ahr.format.history.print',
9088             'A hold request history needs to be formatted for printing.',
9089             'ath',
9090             'description'
9091         ), 
9092         FALSE
9093     )
9094
9095 ;
9096
9097 INSERT INTO action_trigger.event_definition (
9098         id,
9099         active,
9100         owner,
9101         name,
9102         hook,
9103         validator,
9104         reactor,
9105         group_field,
9106         granularity,
9107         template
9108     ) VALUES (
9109         25,
9110         TRUE,
9111         1,
9112         'circ.history.email',
9113         'circ.format.history.email',
9114         'NOOP_True',
9115         'SendEmail',
9116         'usr',
9117         NULL,
9118 $$
9119 [%- USE date -%]
9120 [%- SET user = target.0.usr -%]
9121 To: [%- params.recipient_email || user.email %]
9122 From: [%- params.sender_email || default_sender %]
9123 Subject: Circulation History
9124
9125     [% FOR circ IN target %]
9126             [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
9127             Barcode: [% circ.target_copy.barcode %]
9128             Checked Out: [% date.format(helpers.format_date(circ.xact_start), '%Y-%m-%d') %]
9129             Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
9130             Returned: [% date.format(helpers.format_date(circ.checkin_time), '%Y-%m-%d') %]
9131     [% END %]
9132 $$
9133     )
9134     ,(
9135         26,
9136         TRUE,
9137         1,
9138         'circ.history.print',
9139         'circ.format.history.print',
9140         'NOOP_True',
9141         'ProcessTemplate',
9142         'usr',
9143         'print-on-demand',
9144 $$
9145 [%- USE date -%]
9146 <div>
9147     <style> li { padding: 8px; margin 5px; }</style>
9148     <div>[% date.format %]</div>
9149     <br/>
9150
9151     [% user.family_name %], [% user.first_given_name %]
9152     <ol>
9153     [% FOR circ IN target %]
9154         <li>
9155             <div>[% helpers.get_copy_bib_basics(circ.target_copy.id).title %]</div>
9156             <div>Barcode: [% circ.target_copy.barcode %]</div>
9157             <div>Checked Out: [% date.format(helpers.format_date(circ.xact_start), '%Y-%m-%d') %]</div>
9158             <div>Due Date: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]</div>
9159             <div>Returned: [% date.format(helpers.format_date(circ.checkin_time), '%Y-%m-%d') %]</div>
9160         </li>
9161     [% END %]
9162     </ol>
9163 </div>
9164 $$
9165     )
9166     ,(
9167         27,
9168         TRUE,
9169         1,
9170         'ahr.history.email',
9171         'ahr.format.history.email',
9172         'NOOP_True',
9173         'SendEmail',
9174         'usr',
9175         NULL,
9176 $$
9177 [%- USE date -%]
9178 [%- SET user = target.0.usr -%]
9179 To: [%- params.recipient_email || user.email %]
9180 From: [%- params.sender_email || default_sender %]
9181 Subject: Hold Request History
9182
9183     [% FOR hold IN target %]
9184             [% helpers.get_copy_bib_basics(hold.current_copy.id).title %]
9185             Requested: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
9186             [% IF hold.fulfillment_time %]Fulfilled: [% date.format(helpers.format_date(hold.fulfillment_time), '%Y-%m-%d') %][% END %]
9187     [% END %]
9188 $$
9189     )
9190     ,(
9191         28,
9192         TRUE,
9193         1,
9194         'ahr.history.print',
9195         'ahr.format.history.print',
9196         'NOOP_True',
9197         'ProcessTemplate',
9198         'usr',
9199         'print-on-demand',
9200 $$
9201 [%- USE date -%]
9202 <div>
9203     <style> li { padding: 8px; margin 5px; }</style>
9204     <div>[% date.format %]</div>
9205     <br/>
9206
9207     [% user.family_name %], [% user.first_given_name %]
9208     <ol>
9209     [% FOR hold IN target %]
9210         <li>
9211             <div>[% helpers.get_copy_bib_basics(hold.current_copy.id).title %]</div>
9212             <div>Requested: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]</div>
9213             [% IF hold.fulfillment_time %]<div>Fulfilled: [% date.format(helpers.format_date(hold.fulfillment_time), '%Y-%m-%d') %]</div>[% END %]
9214         </li>
9215     [% END %]
9216     </ol>
9217 </div>
9218 $$
9219     )
9220
9221 ;
9222
9223 INSERT INTO action_trigger.environment (
9224         event_def,
9225         path
9226     ) VALUES 
9227          ( 25, 'target_copy')
9228         ,( 25, 'usr' )
9229         ,( 26, 'target_copy' )
9230         ,( 26, 'usr' )
9231         ,( 27, 'current_copy' )
9232         ,( 27, 'usr' )
9233         ,( 28, 'current_copy' )
9234         ,( 28, 'usr' )
9235 ;
9236
9237 -- 0289.data.payment_receipt_format.sql
9238 -- 0326.data.payment_receipt_format.sql
9239
9240 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9241         'money.format.payment_receipt.email',
9242         'mp', 
9243         oils_i18n_gettext(
9244             'money.format.payment_receipt.email',
9245             'An email has been requested for a payment receipt.',
9246             'ath',
9247             'description'
9248         ), 
9249         FALSE
9250     )
9251     ,(
9252         'money.format.payment_receipt.print',
9253         'mp', 
9254         oils_i18n_gettext(
9255             'money.format.payment_receipt.print',
9256             'A payment receipt needs to be formatted for printing.',
9257             'ath',
9258             'description'
9259         ), 
9260         FALSE
9261     )
9262 ;
9263
9264 INSERT INTO action_trigger.event_definition (
9265         id,
9266         active,
9267         owner,
9268         name,
9269         hook,
9270         validator,
9271         reactor,
9272         group_field,
9273         granularity,
9274         template
9275     ) VALUES (
9276         29,
9277         TRUE,
9278         1,
9279         'money.payment_receipt.email',
9280         'money.format.payment_receipt.email',
9281         'NOOP_True',
9282         'SendEmail',
9283         'xact.usr',
9284         NULL,
9285 $$
9286 [%- USE date -%]
9287 [%- SET user = target.0.xact.usr -%]
9288 To: [%- params.recipient_email || user.email %]
9289 From: [%- params.sender_email || default_sender %]
9290 Subject: Payment Receipt
9291
9292 [% date.format -%]
9293 [%- SET xact_mp_hash = {} -%]
9294 [%- FOR mp IN target %][%# Template is hooked around payments, but let us make the receipt focused on transactions -%]
9295     [%- SET xact_id = mp.xact.id -%]
9296     [%- IF ! xact_mp_hash.defined( xact_id ) -%][%- xact_mp_hash.$xact_id = { 'xact' => mp.xact, 'payments' => [] } -%][%- END -%]
9297     [%- xact_mp_hash.$xact_id.payments.push(mp) -%]
9298 [%- END -%]
9299 [%- FOR xact_id IN xact_mp_hash.keys.sort -%]
9300     [%- SET xact = xact_mp_hash.$xact_id.xact %]
9301 Transaction ID: [% xact_id %]
9302     [% IF xact.circulation %][% helpers.get_copy_bib_basics(xact.circulation.target_copy).title %]
9303     [% ELSE %]Miscellaneous
9304     [% END %]
9305     Line item billings:
9306         [%- SET mb_type_hash = {} -%]
9307         [%- FOR mb IN xact.billings %][%# Group billings by their btype -%]
9308             [%- IF mb.voided == 'f' -%]
9309                 [%- SET mb_type = mb.btype.id -%]
9310                 [%- IF ! mb_type_hash.defined( mb_type ) -%][%- mb_type_hash.$mb_type = { 'sum' => 0.00, 'billings' => [] } -%][%- END -%]
9311                 [%- IF ! mb_type_hash.$mb_type.defined( 'first_ts' ) -%][%- mb_type_hash.$mb_type.first_ts = mb.billing_ts -%][%- END -%]
9312                 [%- mb_type_hash.$mb_type.last_ts = mb.billing_ts -%]
9313                 [%- mb_type_hash.$mb_type.sum = mb_type_hash.$mb_type.sum + mb.amount -%]
9314                 [%- mb_type_hash.$mb_type.billings.push( mb ) -%]
9315             [%- END -%]
9316         [%- END -%]
9317         [%- FOR mb_type IN mb_type_hash.keys.sort -%]
9318             [%- IF mb_type == 1 %][%-# Consolidated view of overdue billings -%]
9319                 $[% mb_type_hash.$mb_type.sum %] for [% mb_type_hash.$mb_type.billings.0.btype.name %] 
9320                     on [% mb_type_hash.$mb_type.first_ts %] through [% mb_type_hash.$mb_type.last_ts %]
9321             [%- ELSE -%][%# all other billings show individually %]
9322                 [% FOR mb IN mb_type_hash.$mb_type.billings %]
9323                     $[% mb.amount %] for [% mb.btype.name %] on [% mb.billing_ts %] [% mb.note %]
9324                 [% END %]
9325             [% END %]
9326         [% END %]
9327     Line item payments:
9328         [% FOR mp IN xact_mp_hash.$xact_id.payments %]
9329             Payment ID: [% mp.id %]
9330                 Paid [% mp.amount %] via [% SWITCH mp.payment_type -%]
9331                     [% CASE "cash_payment" %]cash
9332                     [% CASE "check_payment" %]check
9333                     [% CASE "credit_card_payment" %]credit card (
9334                         [%- SET cc_chunks = mp.credit_card_payment.cc_number.replace(' ','').chunk(4); -%]
9335                         [%- cc_chunks.slice(0, -1+cc_chunks.max).join.replace('\S','X') -%] 
9336                         [% cc_chunks.last -%]
9337                         exp [% mp.credit_card_payment.expire_month %]/[% mp.credit_card_payment.expire_year -%]
9338                     )
9339                     [% CASE "credit_payment" %]credit
9340                     [% CASE "forgive_payment" %]forgiveness
9341                     [% CASE "goods_payment" %]goods
9342                     [% CASE "work_payment" %]work
9343                 [%- END %] on [% mp.payment_ts %] [% mp.note %]
9344         [% END %]
9345 [% END %]
9346 $$
9347     )
9348     ,(
9349         30,
9350         TRUE,
9351         1,
9352         'money.payment_receipt.print',
9353         'money.format.payment_receipt.print',
9354         'NOOP_True',
9355         'ProcessTemplate',
9356         'xact.usr',
9357         'print-on-demand',
9358 $$
9359 [%- USE date -%][%- SET user = target.0.xact.usr -%]
9360 <div style="li { padding: 8px; margin 5px; }">
9361     <div>[% date.format %]</div><br/>
9362     <ol>
9363     [% SET xact_mp_hash = {} %]
9364     [% FOR mp IN target %][%# Template is hooked around payments, but let us make the receipt focused on transactions %]
9365         [% SET xact_id = mp.xact.id %]
9366         [% IF ! xact_mp_hash.defined( xact_id ) %][% xact_mp_hash.$xact_id = { 'xact' => mp.xact, 'payments' => [] } %][% END %]
9367         [% xact_mp_hash.$xact_id.payments.push(mp) %]
9368     [% END %]
9369     [% FOR xact_id IN xact_mp_hash.keys.sort %]
9370         [% SET xact = xact_mp_hash.$xact_id.xact %]
9371         <li>Transaction ID: [% xact_id %]
9372             [% IF xact.circulation %][% helpers.get_copy_bib_basics(xact.circulation.target_copy).title %]
9373             [% ELSE %]Miscellaneous
9374             [% END %]
9375             Line item billings:<ol>
9376                 [% SET mb_type_hash = {} %]
9377                 [% FOR mb IN xact.billings %][%# Group billings by their btype %]
9378                     [% IF mb.voided == 'f' %]
9379                         [% SET mb_type = mb.btype.id %]
9380                         [% IF ! mb_type_hash.defined( mb_type ) %][% mb_type_hash.$mb_type = { 'sum' => 0.00, 'billings' => [] } %][% END %]
9381                         [% IF ! mb_type_hash.$mb_type.defined( 'first_ts' ) %][% mb_type_hash.$mb_type.first_ts = mb.billing_ts %][% END %]
9382                         [% mb_type_hash.$mb_type.last_ts = mb.billing_ts %]
9383                         [% mb_type_hash.$mb_type.sum = mb_type_hash.$mb_type.sum + mb.amount %]
9384                         [% mb_type_hash.$mb_type.billings.push( mb ) %]
9385                     [% END %]
9386                 [% END %]
9387                 [% FOR mb_type IN mb_type_hash.keys.sort %]
9388                     <li>[% IF mb_type == 1 %][%# Consolidated view of overdue billings %]
9389                         $[% mb_type_hash.$mb_type.sum %] for [% mb_type_hash.$mb_type.billings.0.btype.name %] 
9390                             on [% mb_type_hash.$mb_type.first_ts %] through [% mb_type_hash.$mb_type.last_ts %]
9391                     [% ELSE %][%# all other billings show individually %]
9392                         [% FOR mb IN mb_type_hash.$mb_type.billings %]
9393                             $[% mb.amount %] for [% mb.btype.name %] on [% mb.billing_ts %] [% mb.note %]
9394                         [% END %]
9395                     [% END %]</li>
9396                 [% END %]
9397             </ol>
9398             Line item payments:<ol>
9399                 [% FOR mp IN xact_mp_hash.$xact_id.payments %]
9400                     <li>Payment ID: [% mp.id %]
9401                         Paid [% mp.amount %] via [% SWITCH mp.payment_type -%]
9402                             [% CASE "cash_payment" %]cash
9403                             [% CASE "check_payment" %]check
9404                             [% CASE "credit_card_payment" %]credit card (
9405                                 [%- SET cc_chunks = mp.credit_card_payment.cc_number.replace(' ','').chunk(4); -%]
9406                                 [%- cc_chunks.slice(0, -1+cc_chunks.max).join.replace('\S','X') -%] 
9407                                 [% cc_chunks.last -%]
9408                                 exp [% mp.credit_card_payment.expire_month %]/[% mp.credit_card_payment.expire_year -%]
9409                             )
9410                             [% CASE "credit_payment" %]credit
9411                             [% CASE "forgive_payment" %]forgiveness
9412                             [% CASE "goods_payment" %]goods
9413                             [% CASE "work_payment" %]work
9414                         [%- END %] on [% mp.payment_ts %] [% mp.note %]
9415                     </li>
9416                 [% END %]
9417             </ol>
9418         </li>
9419     [% END %]
9420     </ol>
9421 </div>
9422 $$
9423     )
9424 ;
9425
9426 INSERT INTO action_trigger.environment (
9427         event_def,
9428         path
9429     ) VALUES -- for fleshing mp objects
9430          ( 29, 'xact')
9431         ,( 29, 'xact.usr')
9432         ,( 29, 'xact.grocery' )
9433         ,( 29, 'xact.circulation' )
9434         ,( 29, 'xact.summary' )
9435         ,( 29, 'credit_card_payment')
9436         ,( 29, 'xact.billings')
9437         ,( 29, 'xact.billings.btype')
9438         ,( 30, 'xact')
9439         ,( 30, 'xact.usr')
9440         ,( 30, 'xact.grocery' )
9441         ,( 30, 'xact.circulation' )
9442         ,( 30, 'xact.summary' )
9443         ,( 30, 'credit_card_payment')
9444         ,( 30, 'xact.billings')
9445         ,( 30, 'xact.billings.btype')
9446 ;
9447
9448 -- 0294.data.bre_format.sql
9449
9450 INSERT INTO container.biblio_record_entry_bucket_type( code, label ) VALUES (
9451     'temp',
9452     oils_i18n_gettext(
9453         'temp',
9454         'Temporary bucket which gets deleted after use.',
9455         'cbrebt',
9456         'label'
9457     )
9458 );
9459
9460 INSERT INTO action_trigger.cleanup ( module, description ) VALUES (
9461     'DeleteTempBiblioBucket',
9462     oils_i18n_gettext(
9463         'DeleteTempBiblioBucket',
9464         'Deletes a cbreb object used as a target if it has a btype of "temp"',
9465         'atclean',
9466         'description'
9467     )
9468 );
9469
9470 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
9471         'biblio.format.record_entry.email',
9472         'cbreb', 
9473         oils_i18n_gettext(
9474             'biblio.format.record_entry.email',
9475             'An email has been requested for one or more biblio record entries.',
9476             'ath',
9477             'description'
9478         ), 
9479         FALSE
9480     )
9481     ,(
9482         'biblio.format.record_entry.print',
9483         'cbreb', 
9484         oils_i18n_gettext(
9485             'biblio.format.record_entry.print',
9486             'One or more biblio record entries need to be formatted for printing.',
9487             'ath',
9488             'description'
9489         ), 
9490         FALSE
9491     )
9492 ;
9493
9494 INSERT INTO action_trigger.event_definition (
9495         id,
9496         active,
9497         owner,
9498         name,
9499         hook,
9500         validator,
9501         reactor,
9502         cleanup_success,
9503         cleanup_failure,
9504         group_field,
9505         granularity,
9506         delay,
9507         template
9508     ) VALUES (
9509         31,
9510         TRUE,
9511         1,
9512         'biblio.record_entry.email',
9513         'biblio.format.record_entry.email',
9514         'NOOP_True',
9515         'SendEmail',
9516         'DeleteTempBiblioBucket',
9517         'DeleteTempBiblioBucket',
9518         'owner',
9519         NULL,
9520         '00:00:00',
9521 $$
9522 [%- SET user = target.0.owner -%]
9523 To: [%- params.recipient_email || user.email %]
9524 From: [%- params.sender_email || default_sender %]
9525 Subject: Bibliographic Records
9526
9527 [% FOR cbreb IN target %][% title = '' %]
9528 [% FOR item IN cbreb.items;
9529     bre_id = item.target_biblio_record_entry;
9530
9531     bibxml = helpers.unapi_bre(bre_id, {flesh => '{mra}'});
9532     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
9533         title = title _ part.textContent;
9534     END;
9535
9536     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
9537     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
9538     publisher = bibxml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent;
9539     pubdate = bibxml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent;
9540     isbn = bibxml.findnodes('//*[@tag="020"]/*[@code="a"]').textContent;
9541     issn = bibxml.findnodes('//*[@tag="022"]/*[@code="a"]').textContent;
9542     upc = bibxml.findnodes('//*[@tag="024"]/*[@code="a"]').textContent;
9543 %]
9544
9545 [% loop.count %]/[% loop.size %].  Bib ID# [% bre_id %] 
9546 [% IF isbn %]ISBN: [% isbn _ "\n" %][% END -%]
9547 [% IF issn %]ISSN: [% issn _ "\n" %][% END -%]
9548 [% IF upc  %]UPC:  [% upc _ "\n" %] [% END -%]
9549 Title: [% title %]
9550 Author: [% author %]
9551 Publication Info: [% publisher %] [% pubdate %]
9552 Item Type: [% item_type %]
9553
9554 [% END %]
9555 [% END %]
9556 $$
9557     )
9558     ,(
9559         32,
9560         TRUE,
9561         1,
9562         'biblio.record_entry.print',
9563         'biblio.format.record_entry.print',
9564         'NOOP_True',
9565         'ProcessTemplate',
9566         'DeleteTempBiblioBucket',
9567         'DeleteTempBiblioBucket',
9568         'owner',
9569         'print-on-demand',
9570         '00:00:00',
9571 $$
9572 <div>
9573     <style> li { padding: 8px; margin 5px; }</style>
9574     <ol>
9575     [% FOR cbreb IN target %][% title = '' %]
9576     [% FOR item IN cbreb.items;
9577         bre_id = item.target_biblio_record_entry;
9578
9579         bibxml = helpers.unapi_bre(bre_id, {flesh => '{mra}'});
9580         FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
9581             title = title _ part.textContent;
9582         END;
9583
9584         author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
9585         item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
9586         publisher = bibxml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent;
9587         pubdate = bibxml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent;
9588         isbn = bibxml.findnodes('//*[@tag="020"]/*[@code="a"]').textContent;
9589         %]
9590
9591         <li>
9592             Bib ID# [% bre_id %] ISBN: [% isbn %]<br />
9593             Title: [% title %]<br />
9594             Author: [% author %]<br />
9595             Publication Info: [% publisher %] [% pubdate %]<br/>
9596             Item Type: [% item_type %]
9597         </li>
9598     [% END %]
9599     [% END %]
9600     </ol>
9601 </div>
9602 $$
9603     )
9604 ;
9605
9606 INSERT INTO action_trigger.environment (
9607         event_def,
9608         path
9609     ) VALUES -- for fleshing cbreb objects
9610          ( 31, 'owner' )
9611         ,( 31, 'items' )
9612         ,( 32, 'items' )
9613 ;
9614
9615 -- Use the ISO 4217 abbreviations for currency codes
9616 INSERT INTO acq.currency_type (code, label) VALUES ('USD', oils_i18n_gettext('USD', 'US Dollars', 'acqct', 'label'));
9617 INSERT INTO acq.currency_type (code, label) VALUES ('CAN', oils_i18n_gettext('CAN', 'Canadian Dollars', 'acqct', 'label'));
9618 INSERT INTO acq.currency_type (code, label) VALUES ('EUR', oils_i18n_gettext('EUR', 'Euros', 'acqct', 'label'));
9619
9620 INSERT INTO acq.exchange_rate (from_currency,to_currency,ratio) VALUES ('USD','CAN',1.2);
9621 INSERT INTO acq.exchange_rate (from_currency,to_currency,ratio) VALUES ('USD','EUR',0.5);
9622
9623 INSERT INTO acq.invoice_item_type (code,name) VALUES ('TAX',oils_i18n_gettext('TAX', 'Tax', 'aiit', 'name'));
9624 INSERT INTO acq.invoice_item_type (code,name) VALUES ('PRO',oils_i18n_gettext('PRO', 'Processing Fee', 'aiit', 'name'));
9625 INSERT INTO acq.invoice_item_type (code,name) VALUES ('SHP',oils_i18n_gettext('SHP', 'Shipping Charge', 'aiit', 'name'));
9626 INSERT INTO acq.invoice_item_type (code,name) VALUES ('HND',oils_i18n_gettext('HND', 'Handling Charge', 'aiit', 'name'));
9627 INSERT INTO acq.invoice_item_type (code,name) VALUES ('ITM',oils_i18n_gettext('ITM', 'Non-library Item', 'aiit', 'name'));
9628 INSERT INTO acq.invoice_item_type (code,name) VALUES ('SUB',oils_i18n_gettext('SUB', 'Serial Subscription', 'aiit', 'name'));
9629
9630 INSERT INTO acq.invoice_method (code,name) VALUES ('EDI',oils_i18n_gettext('EDI', 'EDI', 'acqim', 'name'));
9631 INSERT INTO acq.invoice_method (code,name) VALUES ('PPR',oils_i18n_gettext('PPR', 'Paper', 'acqit', 'name'));
9632
9633 INSERT INTO acq.cancel_reason ( id, org_unit, label, description ) VALUES (
9634     1, 1, oils_i18n_gettext(1,'Canceled: Invalid ISBN', 'acqcr', 'label'), oils_i18n_gettext( 1, 'ISBN is unrecognizable', 'acqcr', 'description' ));
9635 INSERT INTO acq.cancel_reason ( id, org_unit, label, description ) VALUES (
9636     2, 1, oils_i18n_gettext(2,'Canceled: Postpone', 'acqcr', 'label'), oils_i18n_gettext( 2, 'Title has been postponed', 'acqcr', 'description' ));
9637 INSERT INTO acq.cancel_reason ( id, org_unit, label, description, keep_debits ) VALUES (
9638     3, 1, oils_i18n_gettext(3, 'Delayed: Delivered but Lost', 'acqcr', 'label'),
9639         oils_i18n_gettext( 3, 'Delivered but not received; presumed lost', 'acqcr', 'description' ), TRUE );
9640
9641 INSERT INTO acq.cancel_reason (keep_debits, id, org_unit, label, description) VALUES 
9642 ('f',(  2+1000), 1, oils_i18n_gettext(1002, 'Canceled: Deleted', 'acqcr', 'label'),
9643         oils_i18n_gettext(1002, 'The information is to be or has been deleted.', 'acqcr', 'description')),
9644 ('t',(  3+1000), 1, oils_i18n_gettext(1003, 'Delayed: Changed', 'acqcr', 'label'),
9645         oils_i18n_gettext(1003, 'The information is to be or has been changed.', 'acqcr', 'description')),
9646 ('t',(  4+1000), 1, oils_i18n_gettext(1004, 'Delayed: No Action', 'acqcr', 'label'),
9647         oils_i18n_gettext(1004, 'This line item is not affected by the actual message.', 'acqcr', 'description')),
9648 ('t',(  5+1000), 1, oils_i18n_gettext(1005, 'Delayed: Accepted without amendment', 'acqcr', 'label'),
9649         oils_i18n_gettext(1005, 'This line item is entirely accepted by the seller.', 'acqcr', 'description')),
9650 ('f',(  7+1000), 1, oils_i18n_gettext(1007, 'Canceled: Not Accepted', 'acqcr', 'label'),
9651         oils_i18n_gettext(1007, 'This line item is not accepted by the seller.', 'acqcr', 'description')),
9652 ('f',( 10+1000), 1, oils_i18n_gettext(1010, 'Canceled: Not Found', 'acqcr', 'label'),
9653        oils_i18n_gettext(1010, 'This line item is not found in the referenced message.', 'acqcr', 'description')),
9654 ('t',( 24+1000), 1, oils_i18n_gettext(1024, 'Delayed: Accepted with amendment', 'acqcr', 'label'),
9655        oils_i18n_gettext(1024, 'Accepted with changes which require no confirmation.', 'acqcr', 'description'));
9656
9657 INSERT INTO acq.cancel_reason (org_unit, keep_debits, id, label, description) VALUES 
9658 (1, 't', 1211, oils_i18n_gettext(1211, 'Delayed: Split Quantity', 'acqcr', 'label'),
9659     oils_i18n_gettext(1211, 'Part of the whole quantity.', 'acqcr', 'description')),
9660 (1, 't', 1221, oils_i18n_gettext(1221, 'Delayed: Ordered Quantity', 'acqcr', 'label'),
9661     oils_i18n_gettext(1221, '[6024] The quantity which has been ordered.', 'acqcr', 'description')),
9662 (1, 't', 1246, oils_i18n_gettext(1246, 'Delayed: Pieces Delivered', 'acqcr', 'label'),
9663     oils_i18n_gettext(1246, 'Number of pieces actually received at the final destination.', 'acqcr', 'description')),
9664 (1, 't', 1283, oils_i18n_gettext(1283, 'Delayed: Backorder', 'acqcr', 'label'),
9665     oils_i18n_gettext(1283, 'The quantity of goods that is on back-order.', 'acqcr', 'description'));
9666
9667 INSERT INTO config.global_flag (name, label, enabled)
9668     VALUES (
9669         'circ.holds.usr_not_requestor',
9670         oils_i18n_gettext(
9671             'circ.holds.usr_not_requestor',
9672             'Holds: When testing hold matrix matchpoints, use the profile group of the receiving user instead of that of the requestor (affects staff-placed holds)',
9673             'cgf',
9674             'label'
9675         ),
9676         TRUE
9677     );
9678
9679 INSERT INTO config.global_flag (name, label, enabled)
9680     VALUES (
9681         'circ.holds.empty_issuance_ok',
9682         oils_i18n_gettext(
9683             'circ.holds.empty_issuance_ok',
9684             'Holds: Allow holds on empty issuances',
9685             'cgf',
9686             'label'
9687         ),
9688         TRUE
9689     );
9690
9691 INSERT INTO config.global_flag (name, label) -- defaults to enabled=FALSE
9692     VALUES (
9693         'ingest.disable_authority_linking',
9694         oils_i18n_gettext(
9695             'ingest.disable_authority_linking',
9696             'Authority Automation: Disable bib-authority link tracking',
9697             'cgf', 
9698             'label'
9699         )
9700     );
9701
9702 INSERT INTO config.global_flag (name, label) -- defaults to enabled=FALSE
9703     VALUES (
9704         'ingest.disable_authority_auto_update',
9705         oils_i18n_gettext(
9706             'ingest.disable_authority_auto_update',
9707             'Authority Automation: Disable automatic authority updating (requires link tracking)',
9708             'cgf', 
9709             'label'
9710         )
9711     );
9712
9713 INSERT INTO config.global_flag (name, label, enabled)
9714     VALUES (
9715         'cat.bib.use_id_for_tcn',
9716         oils_i18n_gettext(
9717             'cat.bib.use_id_for_tcn',
9718             'Cat: Use Internal ID for TCN Value',
9719             'cgf', 
9720             'label'
9721         ),
9722         TRUE
9723     );
9724
9725 INSERT INTO config.global_flag (name,label,enabled)
9726     VALUES (
9727         'history.circ.retention_age',
9728         oils_i18n_gettext('history.circ.retention_age', 'Historical Circulation Retention Age', 'cgf', 'label'),
9729         TRUE
9730     ),(
9731         'history.circ.retention_count',
9732         oils_i18n_gettext('history.circ.retention_count', 'Historical Circulations per Copy', 'cgf', 'label'),
9733         TRUE
9734     );
9735
9736 INSERT INTO config.global_flag  (name, label, enabled)
9737     VALUES (
9738         'history.hold.retention_age',
9739         oils_i18n_gettext('history.hold.retention_age', 'Historical Hold Retention Age', 'cgf', 'label'),
9740         TRUE
9741     ),(
9742         'history.hold.retention_age_fulfilled',
9743         oils_i18n_gettext('history.hold.retention_age_fulfilled', 'Historical Hold Retention Age - Fulfilled', 'cgf', 'label'),
9744         FALSE
9745     ),(
9746         'history.hold.retention_age_canceled',
9747         oils_i18n_gettext('history.hold.retention_age_canceled', 'Historical Hold Retention Age - Canceled (Default)', 'cgf', 'label'),
9748         FALSE
9749     ),(
9750         'history.hold.retention_age_canceled_1',
9751         oils_i18n_gettext('history.hold.retention_age_canceled_1', 'Historical Hold Retention Age - Canceled (Untarged expiration)', 'cgf', 'label'),
9752         FALSE
9753     ),(
9754         'history.hold.retention_age_canceled_2',
9755         oils_i18n_gettext('history.hold.retention_age_canceled_2', 'Historical Hold Retention Age - Canceled (Hold Shelf expiration)', 'cgf', 'label'),
9756         FALSE
9757     ),(
9758         'history.hold.retention_age_canceled_3',
9759         oils_i18n_gettext('history.hold.retention_age_canceled_3', 'Historical Hold Retention Age - Canceled (Patron via phone)', 'cgf', 'label'),
9760         TRUE
9761     ),(
9762         'history.hold.retention_age_canceled_4',
9763         oils_i18n_gettext('history.hold.retention_age_canceled_4', 'Historical Hold Retention Age - Canceled (Patron in person)', 'cgf', 'label'),
9764         TRUE
9765     ),(
9766         'history.hold.retention_age_canceled_5',
9767         oils_i18n_gettext('history.hold.retention_age_canceled_5', 'Historical Hold Retention Age - Canceled (Staff forced)', 'cgf', 'label'),
9768         TRUE
9769     ),(
9770         'history.hold.retention_age_canceled_6',
9771         oils_i18n_gettext('history.hold.retention_age_canceled_6', 'Historical Hold Retention Age - Canceled (Patron via OPAC)', 'cgf', 'label'),
9772         FALSE
9773     );
9774
9775 INSERT INTO config.global_flag (name, label, enabled)
9776     VALUES (
9777         'cat.maintain_control_numbers',
9778         oils_i18n_gettext(
9779             'cat.maintain_control_numbers',
9780             'Cat: Maintain 001/003/035 according to the MARC21 specification',
9781             'cgf', 
9782             'label'
9783         ),
9784         TRUE
9785     );
9786
9787 INSERT INTO config.global_flag (name, label, enabled)
9788     VALUES (
9789         'circ.opac_renewal.use_original_circ_lib',
9790         oils_i18n_gettext(
9791             'circ.opac_renewal.use_original_circ_lib',
9792             'Circ: Use original circulation library on opac renewal instead of user home library',
9793             'cgf',
9794             'label'
9795         ),
9796         FALSE
9797     );
9798
9799 INSERT INTO config.global_flag (name, label, enabled)
9800     VALUES (
9801         'circ.desk_renewal.use_original_circ_lib',
9802         oils_i18n_gettext(
9803             'circ.desk_renewal.use_original_circ_lib',
9804             'Circ: Use original circulation library on desk renewal instead of the workstation library',
9805             'cgf',
9806             'label'
9807         ),
9808         FALSE
9809     );
9810
9811 INSERT INTO config.global_flag (name, label, value, enabled)
9812     VALUES (
9813         'opac.use_autosuggest',
9814         oils_i18n_gettext(
9815             'opac.use_autosuggest',
9816             '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)',
9817             'cgf',
9818             'label'
9819         ),
9820         'opac_visible',
9821         FALSE
9822     );
9823
9824 INSERT INTO config.global_flag (name, label)
9825     VALUES (
9826         'history.circ.retention_uses_last_finished',
9827         oils_i18n_gettext(
9828             'history.circ.retention_uses_last_finished',
9829             'Historical Circulations use most recent xact_finish date instead of last circ''s.',
9830             'cgf',
9831             'label'
9832         )
9833     ),(
9834         'history.circ.retention_age_is_min',
9835         oils_i18n_gettext(
9836             'history.circ.retention_age_is_min',
9837             'Historical Circulations are kept for global retention age at a minimum, regardless of user preferences.',
9838             'cgf',
9839             'label'
9840         )
9841     );
9842
9843 INSERT INTO config.global_flag (name, value, enabled, label)
9844 VALUES (
9845     'opac.browse.warnable_regexp_per_class',
9846     '{"title": "^(a|the|an)\\s"}',
9847     FALSE,
9848     oils_i18n_gettext(
9849         'opac.browse.warnable_regexp_per_class',
9850         'Map of search classes to regular expressions to warn user about leading articles.',
9851         'cgf',
9852         'label'
9853     )
9854 ),
9855 (
9856     'opac.browse.holdings_visibility_test_limit',
9857     '100',
9858     TRUE,
9859     oils_i18n_gettext(
9860         'opac.browse.holdings_visibility_test_limit',
9861         'Don''t look for more than this number of records with holdings when displaying browse headings with visible record counts.',
9862         'cgf',
9863         'label'
9864     )
9865 );
9866
9867 INSERT INTO config.global_flag (name, enabled, label)
9868 VALUES (
9869     'opac.located_uri.act_as_copy',
9870     FALSE,
9871     oils_i18n_gettext(
9872         'opac.located_uri.act_as_copy',
9873         'When enabled, Located URIs will provide visiblity behavior identical to copies.',
9874         'cgf',
9875         'label'
9876     )
9877 );
9878
9879 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
9880     'opac.icon_attr',
9881     oils_i18n_gettext(
9882         'opac.icon_attr',
9883         'OPAC Format Icons Attribute',
9884         'cgf',
9885         'label'
9886     ),
9887     'icon_format',
9888     TRUE
9889 );
9890
9891 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
9892     VALUES (
9893         'history.circ.retention_age',
9894         TRUE,
9895         oils_i18n_gettext('history.circ.retention_age','Historical Circulation Retention Age','cust','label'),
9896         oils_i18n_gettext('history.circ.retention_age','Historical Circulation Retention Age','cust','description'),
9897         'interval'
9898     ),(
9899         'history.circ.retention_start',
9900         FALSE,
9901         oils_i18n_gettext('history.circ.retention_start','Historical Circulation Retention Start Date','cust','label'),
9902         oils_i18n_gettext('history.circ.retention_start','Historical Circulation Retention Start Date','cust','description'),
9903         'date'
9904     );
9905
9906 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
9907     VALUES (
9908         'history.hold.retention_age',
9909         TRUE,
9910         oils_i18n_gettext('history.hold.retention_age','Historical Hold Retention Age','cust','label'),
9911         oils_i18n_gettext('history.hold.retention_age','Historical Hold Retention Age','cust','description'),
9912         'interval'
9913     ),(
9914         'history.hold.retention_start',
9915         TRUE,
9916         oils_i18n_gettext('history.hold.retention_start','Historical Hold Retention Start Date','cust','label'),
9917         oils_i18n_gettext('history.hold.retention_start','Historical Hold Retention Start Date','cust','description'),
9918         'interval'
9919     ),(
9920         'history.hold.retention_count',
9921         TRUE,
9922         oils_i18n_gettext('history.hold.retention_count','Historical Hold Retention Count','cust','label'),
9923         oils_i18n_gettext('history.hold.retention_count','Historical Hold Retention Count','cust','description'),
9924         'integer'
9925     );
9926
9927 -- 0311.data.query-seed-datatypes.sql
9928 -- Define the most common datatypes in query.datatype.  Note that none of
9929 -- these stock datatypes specifies a width or precision.
9930
9931 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9932   VALUES (1, 'SMALLINT', true);
9933  
9934 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9935   VALUES (2, 'INTEGER', true);
9936  
9937 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9938   VALUES (3, 'BIGINT', true);
9939  
9940 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9941   VALUES (4, 'DECIMAL', true);
9942  
9943 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9944   VALUES (5, 'NUMERIC', true);
9945  
9946 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9947   VALUES (6, 'REAL', true);
9948  
9949 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9950   VALUES (7, 'DOUBLE PRECISION', true);
9951  
9952 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9953   VALUES (8, 'SERIAL', true);
9954  
9955 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9956   VALUES (9, 'BIGSERIAL', true);
9957  
9958 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9959   VALUES (10, 'MONEY', false);
9960  
9961 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9962   VALUES (11, 'VARCHAR', false);
9963  
9964 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9965   VALUES (12, 'CHAR', false);
9966  
9967 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9968   VALUES (13, 'TEXT', false);
9969  
9970 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9971   VALUES (14, '"char"', false);
9972  
9973 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9974   VALUES (15, 'NAME', false);
9975  
9976 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9977   VALUES (16, 'BYTEA', false);
9978  
9979 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9980   VALUES (17, 'TIMESTAMP WITHOUT TIME ZONE', false);
9981  
9982 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9983   VALUES (18, 'TIMESTAMP WITH TIME ZONE', false);
9984  
9985 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9986   VALUES (19, 'DATE', false);
9987  
9988 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9989   VALUES (20, 'TIME WITHOUT TIME ZONE', false);
9990  
9991 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9992   VALUES (21, 'TIME WITH TIME ZONE', false);
9993  
9994 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9995   VALUES (22, 'INTERVAL', false);
9996  
9997 INSERT INTO query.datatype (id, datatype_name, is_numeric )
9998   VALUES (23, 'BOOLEAN', false);
9999
10000 INSERT INTO config.usr_setting_type (name, opac_visible, label, description, datatype) 
10001     VALUES (
10002         'opac.default_sort',
10003         TRUE,
10004         oils_i18n_gettext(
10005             'opac.default_sort',
10006             'OPAC Default Search Sort',
10007             'cust',
10008             'label'
10009         ),
10010         oils_i18n_gettext(
10011             'opac.default_sort',
10012             'OPAC Default Search Sort',
10013             'cust',
10014             'description'
10015         ),
10016         'string'
10017     );
10018
10019 -- 0355.data.missing_pieces_format.sql
10020
10021 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES 
10022     (   'circ.format.missing_pieces.slip.print',
10023         'circ', 
10024         oils_i18n_gettext(
10025             'circ.format.missing_pieces.slip.print',
10026             'A missing pieces slip needs to be formatted for printing.',
10027             'ath',
10028             'description'
10029         ), 
10030         FALSE
10031     )
10032     ,(  'circ.format.missing_pieces.letter.print',
10033         'circ', 
10034         oils_i18n_gettext(
10035             'circ.format.missing_pieces.letter.print',
10036             'A missing pieces patron letter needs to be formatted for printing.',
10037             'ath',
10038             'description'
10039         ), 
10040         FALSE
10041     )
10042 ;
10043
10044 INSERT INTO action_trigger.event_definition (
10045         id,
10046         active,
10047         owner,
10048         name,
10049         hook,
10050         validator,
10051         reactor,
10052         group_field,
10053         granularity,
10054         template
10055     ) VALUES (
10056         33,
10057         TRUE,
10058         1,
10059         'circ.missing_pieces.slip.print',
10060         'circ.format.missing_pieces.slip.print',
10061         'NOOP_True',
10062         'ProcessTemplate',
10063         'usr',
10064         'print-on-demand',
10065 $$
10066 [%- USE date -%]
10067 [%- SET user = target.0.usr -%]
10068 <div style="li { padding: 8px; margin 5px; }">
10069     <div>[% date.format %]</div><br/>
10070     Missing pieces for:
10071     <ol>
10072     [% FOR circ IN target %]
10073         <li>Barcode: [% circ.target_copy.barcode %] Transaction ID: [% circ.id %] Due: [% circ.due_date.format %]<br />
10074             [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
10075         </li>
10076     [% END %]
10077     </ol>
10078 </div>
10079 $$
10080     )
10081     ,(
10082         34,
10083         TRUE,
10084         1,
10085         'circ.missing_pieces.letter.print',
10086         'circ.format.missing_pieces.letter.print',
10087         'NOOP_True',
10088         'ProcessTemplate',
10089         'usr',
10090         'print-on-demand',
10091 $$
10092 [%- USE date -%]
10093 [%- SET user = target.0.usr -%]
10094 [% date.format %]
10095 Dear [% user.prefix %] [% user.first_given_name %] [% user.family_name %],
10096
10097 We are missing pieces for the following returned items:
10098 [% FOR circ IN target %]
10099 Barcode: [% circ.target_copy.barcode %] Transaction ID: [% circ.id %] Due: [% circ.due_date.format %]
10100 [% helpers.get_copy_bib_basics(circ.target_copy.id).title %]
10101 [% END %]
10102
10103 Please return these pieces as soon as possible.
10104
10105 Thanks!
10106
10107 Library Staff
10108 $$
10109     )
10110 ;
10111
10112 INSERT INTO action_trigger.environment (
10113         event_def,
10114         path
10115     ) VALUES -- for fleshing circ objects
10116          ( 33, 'usr')
10117         ,( 33, 'target_copy')
10118         ,( 33, 'target_copy.circ_lib')
10119         ,( 33, 'target_copy.circ_lib.mailing_address')
10120         ,( 33, 'target_copy.circ_lib.billing_address')
10121         ,( 33, 'target_copy.call_number')
10122         ,( 33, 'target_copy.call_number.owning_lib')
10123         ,( 33, 'target_copy.call_number.owning_lib.mailing_address')
10124         ,( 33, 'target_copy.call_number.owning_lib.billing_address')
10125         ,( 33, 'circ_lib')
10126         ,( 33, 'circ_lib.mailing_address')
10127         ,( 33, 'circ_lib.billing_address')
10128         ,( 34, 'usr')
10129         ,( 34, 'target_copy')
10130         ,( 34, 'target_copy.circ_lib')
10131         ,( 34, 'target_copy.circ_lib.mailing_address')
10132         ,( 34, 'target_copy.circ_lib.billing_address')
10133         ,( 34, 'target_copy.call_number')
10134         ,( 34, 'target_copy.call_number.owning_lib')
10135         ,( 34, 'target_copy.call_number.owning_lib.mailing_address')
10136         ,( 34, 'target_copy.call_number.owning_lib.billing_address')
10137         ,( 34, 'circ_lib')
10138         ,( 34, 'circ_lib.mailing_address')
10139         ,( 34, 'circ_lib.billing_address')
10140 ;
10141
10142 -- 0384.data.hold_pull_list_template.sql
10143
10144 INSERT INTO action_trigger.hook (key,core_type,description,passive) 
10145     VALUES (   
10146         'ahr.format.pull_list',
10147         'ahr', 
10148         oils_i18n_gettext(
10149             'ahr.format.pull_list',
10150             'Format holds pull list for printing',
10151             'ath',
10152             'description'
10153         ), 
10154         FALSE
10155     );
10156
10157 INSERT INTO action_trigger.event_definition (
10158         id,
10159         active,
10160         owner,
10161         name,
10162         hook,
10163         validator,
10164         reactor,
10165         group_field,
10166         granularity,
10167         template
10168     ) VALUES (
10169         35,
10170         TRUE,
10171         1,
10172         'Holds Pull List',
10173         'ahr.format.pull_list',
10174         'NOOP_True',
10175         'ProcessTemplate',
10176         'pickup_lib',
10177         'print-on-demand',
10178 $$
10179 [%- USE date -%]
10180 <style>
10181     table { border-collapse: collapse; }
10182     td { padding: 5px; border-bottom: 1px solid #888; }
10183     th { font-weight: bold; }
10184 </style>
10185 [%
10186     # Sort the holds into copy-location buckets
10187     # In the main print loop, sort each bucket by callnumber before printing
10188     SET holds_list = [];
10189     SET loc_data = [];
10190     SET current_location = target.0.current_copy.location.id;
10191     FOR hold IN target;
10192         IF current_location != hold.current_copy.location.id;
10193             SET current_location = hold.current_copy.location.id;
10194             holds_list.push(loc_data);
10195             SET loc_data = [];
10196         END;
10197         SET hold_data = {
10198             'hold' => hold,
10199             'callnumber' => hold.current_copy.call_number.label
10200         };
10201         loc_data.push(hold_data);
10202     END;
10203     holds_list.push(loc_data)
10204 %]
10205 <table>
10206     <thead>
10207         <tr>
10208             <th>Title</th>
10209             <th>Author</th>
10210             <th>Shelving Location</th>
10211             <th>Call Number</th>
10212             <th>Barcode/Part</th>
10213             <th>Patron</th>
10214         </tr>
10215     </thead>
10216     <tbody>
10217     [% FOR loc_data IN holds_list  %]
10218         [% FOR hold_data IN loc_data.sort('callnumber') %]
10219             [%
10220                 SET hold = hold_data.hold;
10221                 SET copy_data = helpers.get_copy_bib_basics(hold.current_copy.id);
10222             %]
10223             <tr>
10224                 <td>[% copy_data.title | truncate %]</td>
10225                 <td>[% copy_data.author | truncate %]</td>
10226                 <td>[% hold.current_copy.location.name %]</td>
10227                 <td>[% hold.current_copy.call_number.label %]</td>
10228                 <td>[% hold.current_copy.barcode %]
10229                     [% FOR part IN hold.current_copy.parts %]
10230                        [% part.part.label %]
10231                     [% END %]
10232                 </td>
10233                 <td>[% hold.usr.card.barcode %]</td>
10234             </tr>
10235         [% END %]
10236     [% END %]
10237     <tbody>
10238 </table>
10239 $$
10240 );
10241
10242 INSERT INTO action_trigger.environment (
10243         event_def,
10244         path
10245     ) VALUES
10246         (35, 'current_copy.location'),
10247         (35, 'current_copy.call_number'),
10248         (35, 'usr.card'),
10249         (35, 'pickup_lib'),
10250         (35, 'current_copy.parts'),
10251         (35, 'current_copy.parts.part')
10252 ;
10253
10254 -- 0412.data.trigger.validator.HoldIsCancelled.sql
10255
10256 INSERT INTO action_trigger.validator (module, description) VALUES (
10257     'HoldIsCancelled',
10258     oils_i18n_gettext(
10259         'HoldIsCancelled',
10260         'Check whether a hold request is cancelled.',
10261         'atval',
10262         'description'
10263     )
10264 );
10265
10266 -- 0448.data.trigger.circ.staff_age_to_lost.sql
10267
10268 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES 
10269     (   'circ.staff_age_to_lost',
10270         'circ', 
10271         oils_i18n_gettext(
10272             'circ.staff_age_to_lost',
10273             'An overdue circulation should be aged to a Lost status.',
10274             'ath',
10275             'description'
10276         ), 
10277         TRUE
10278     )
10279 ;
10280
10281 INSERT INTO action_trigger.event_definition (
10282         id,
10283         active,
10284         owner,
10285         name,
10286         hook,
10287         validator,
10288         reactor,
10289         delay_field
10290     ) VALUES (
10291         36,
10292         FALSE,
10293         1,
10294         'circ.staff_age_to_lost',
10295         'circ.staff_age_to_lost',
10296         'CircIsOverdue',
10297         'MarkItemLost',
10298         'due_date'
10299     )
10300 ;
10301
10302 INSERT INTO action_trigger.hook (key,core_type,description)
10303     VALUES ('circ.recall.target', 'circ', 'A checked-out copy has been recalled for a hold.');
10304
10305 INSERT INTO action_trigger.event_definition (id, owner, name, hook, validator, reactor, group_field, template)
10306     VALUES (37, 1, 'Item Recall Email Notice', 'circ.recall.target', 'NOOP_True', 'SendEmail', 'usr', 
10307 $$
10308 [%- USE date -%]
10309 [%- user = target.0.usr -%]
10310 To: [%- params.recipient_email || user.email %]
10311 From: [%- params.sender_email || default_sender %]
10312 Subject: Item Recall Notification 
10313
10314 Dear [% user.family_name %], [% user.first_given_name %]
10315
10316 The following item which you have checked out has been recalled so that
10317 another patron can have access to the item:
10318
10319 [% FOR circ IN target %]
10320     Title: [% circ.target_copy.call_number.record.simple_record.title %] 
10321     Barcode: [% circ.target_copy.barcode %] 
10322     Now Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
10323     Library: [% circ.circ_lib.name %]
10324
10325     If this item is not returned by the new due date, fines will be assessed at
10326     the rate of [% circ.recurring_fine %] every [% circ.fine_interval %].
10327 [% END %]
10328 $$
10329 );
10330
10331 INSERT INTO action_trigger.environment (event_def, path) VALUES
10332     (37, 'target_copy.call_number.record.simple_record'),
10333     (37, 'usr'),
10334     (37, 'circ_lib.billing_address')
10335 ;
10336
10337 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'general.unknown', oils_i18n_gettext('general.unknown', 'Import or Overlay failed', 'vie', 'description') );
10338 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') );
10339 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') );
10340 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') );
10341 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') );
10342 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') );
10343 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') );
10344 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') );
10345 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.xml.malformed', oils_i18n_gettext('import.xml.malformed', 'Malformed record cause Import failure', 'vie', 'description') );
10346 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.xml.malformed', oils_i18n_gettext('overlay.xml.malformed', 'Malformed record cause Overlay failure', 'vie', 'description') );
10347 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.record.quality', oils_i18n_gettext('overlay.record.quality', 'New record had insufficient quality', 'vie', 'description') );
10348
10349 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10350     'import.item.invalid.status', oils_i18n_gettext('import.item.invalid.status', 'Invalid value for "status"', 'vie', 'description') );
10351 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10352     'import.item.invalid.price', oils_i18n_gettext('import.item.invalid.price', 'Invalid value for "price"', 'vie', 'description') );
10353 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10354     'import.item.invalid.deposit_amount', oils_i18n_gettext('import.item.invalid.deposit_amount', 'Invalid value for "deposit_amount"', 'vie', 'description') );
10355 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10356     'import.item.invalid.owning_lib', oils_i18n_gettext('import.item.invalid.owning_lib', 'Invalid value for "owning_lib"', 'vie', 'description') );
10357 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10358     'import.item.invalid.circ_lib', oils_i18n_gettext('import.item.invalid.circ_lib', 'Invalid value for "circ_lib"', 'vie', 'description') );
10359 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10360     'import.item.invalid.copy_number', oils_i18n_gettext('import.item.invalid.copy_number', 'Invalid value for "copy_number"', 'vie', 'description') );
10361 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10362     'import.item.invalid.circ_as_type', oils_i18n_gettext('import.item.invalid.circ_as_type', 'Invalid value for "circ_as_type"', 'vie', 'description') );
10363 INSERT INTO vandelay.import_error ( code, description ) VALUES ( 
10364     'import.record.perm_failure', oils_i18n_gettext('import.record.perm_failure', 'Perm failure creating a record', 'vie', 'description') );
10365
10366 -- Event def for email notice for hold cancelled due to lack of target -----
10367
10368 INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, template)
10369     VALUES (38, FALSE, 1, 
10370         'Hold Cancelled (No Target) Email Notification', 
10371         'hold_request.cancel.expire_no_target', 
10372         'HoldIsCancelled', 'SendEmail', '30 minutes', 'cancel_time', 'usr',
10373 $$
10374 [%- USE date -%]
10375 [%- user = target.0.usr -%]
10376 To: [%- params.recipient_email || user.email %]
10377 From: [%- params.sender_email || default_sender %]
10378 Subject: Hold Request Cancelled
10379
10380 Dear [% user.family_name %], [% user.first_given_name %]
10381 The following holds were cancelled because no items were found to fullfil the hold.
10382
10383 [% FOR hold IN target %]
10384     Title: [% hold.bib_rec.bib_record.simple_record.title %]
10385     Author: [% hold.bib_rec.bib_record.simple_record.author %]
10386     Library: [% hold.pickup_lib.name %]
10387     Request Date: [% date.format(helpers.format_date(hold.rrequest_time), '%Y-%m-%d') %]
10388 [% END %]
10389
10390 $$);
10391
10392 INSERT INTO action_trigger.environment (event_def, path) VALUES
10393     (38, 'usr'),
10394     (38, 'pickup_lib'),
10395     (38, 'bib_rec.bib_record.simple_record');
10396
10397 INSERT INTO action_trigger.event_params (event_def, param, value)
10398     VALUES (38, 'check_email_notify', 1);
10399
10400 ----------------------------------------------------------------
10401 -- Seed data for queued record/item exports
10402 ----------------------------------------------------------------
10403
10404 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES (
10405         'vandelay.queued_bib_record.print',
10406         'vqbr', 
10407         oils_i18n_gettext(
10408             'vandelay.queued_bib_record.print',
10409             'Print output has been requested for records in an Importer Bib Queue.',
10410             'ath',
10411             'description'
10412         ), 
10413         FALSE
10414     )
10415     ,(
10416         'vandelay.queued_bib_record.csv',
10417         'vqbr', 
10418         oils_i18n_gettext(
10419             'vandelay.queued_bib_record.csv',
10420             'CSV output has been requested for records in an Importer Bib Queue.',
10421             'ath',
10422             'description'
10423         ), 
10424         FALSE
10425     )
10426     ,(
10427         'vandelay.queued_bib_record.email',
10428         'vqbr', 
10429         oils_i18n_gettext(
10430             'vandelay.queued_bib_record.email',
10431             'An email has been requested for records in an Importer Bib Queue.',
10432             'ath',
10433             'description'
10434         ), 
10435         FALSE
10436     )
10437     ,(
10438         'vandelay.queued_auth_record.print',
10439         'vqar', 
10440         oils_i18n_gettext(
10441             'vandelay.queued_auth_record.print',
10442             'Print output has been requested for records in an Importer Authority Queue.',
10443             'ath',
10444             'description'
10445         ), 
10446         FALSE
10447     )
10448     ,(
10449         'vandelay.queued_auth_record.csv',
10450         'vqar', 
10451         oils_i18n_gettext(
10452             'vandelay.queued_auth_record.csv',
10453             'CSV output has been requested for records in an Importer Authority Queue.',
10454             'ath',
10455             'description'
10456         ), 
10457         FALSE
10458     )
10459     ,(
10460         'vandelay.queued_auth_record.email',
10461         'vqar', 
10462         oils_i18n_gettext(
10463             'vandelay.queued_auth_record.email',
10464             'An email has been requested for records in an Importer Authority Queue.',
10465             'ath',
10466             'description'
10467         ), 
10468         FALSE
10469     )
10470     ,(
10471         'vandelay.import_items.print',
10472         'vii', 
10473         oils_i18n_gettext(
10474             'vandelay.import_items.print',
10475             'Print output has been requested for Import Items from records in an Importer Bib Queue.',
10476             'ath',
10477             'description'
10478         ), 
10479         FALSE
10480     )
10481     ,(
10482         'vandelay.import_items.csv',
10483         'vii', 
10484         oils_i18n_gettext(
10485             'vandelay.import_items.csv',
10486             'CSV output has been requested for Import Items from records in an Importer Bib Queue.',
10487             'ath',
10488             'description'
10489         ), 
10490         FALSE
10491     )
10492     ,(
10493         'vandelay.import_items.email',
10494         'vii', 
10495         oils_i18n_gettext(
10496             'vandelay.import_items.email',
10497             'An email has been requested for Import Items from records in an Importer Bib Queue.',
10498             'ath',
10499             'description'
10500         ), 
10501         FALSE
10502     )
10503 ;
10504
10505 INSERT INTO action_trigger.event_definition (
10506         id,
10507         active,
10508         owner,
10509         name,
10510         hook,
10511         validator,
10512         reactor,
10513         group_field,
10514         granularity,
10515         template
10516     ) VALUES (
10517         39,
10518         TRUE,
10519         1,
10520         'Print Output for Queued Bib Records',
10521         'vandelay.queued_bib_record.print',
10522         'NOOP_True',
10523         'ProcessTemplate',
10524         'queue.owner',
10525         'print-on-demand',
10526 $$
10527 [%- USE date -%]
10528 <pre>
10529 Queue ID: [% target.0.queue.id %]
10530 Queue Name: [% target.0.queue.name %]
10531 Queue Type: [% target.0.queue.queue_type %]
10532 Complete? [% target.0.queue.complete %]
10533
10534     [% FOR vqbr IN target %]
10535 =-=-=
10536  Title of work    | [% helpers.get_queued_bib_attr('title',vqbr.attributes) %]
10537  Author of work   | [% helpers.get_queued_bib_attr('author',vqbr.attributes) %]
10538  Language of work | [% helpers.get_queued_bib_attr('language',vqbr.attributes) %]
10539  Pagination       | [% helpers.get_queued_bib_attr('pagination',vqbr.attributes) %]
10540  ISBN             | [% helpers.get_queued_bib_attr('isbn',vqbr.attributes) %]
10541  ISSN             | [% helpers.get_queued_bib_attr('issn',vqbr.attributes) %]
10542  Price            | [% helpers.get_queued_bib_attr('price',vqbr.attributes) %]
10543  Accession Number | [% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) %]
10544  TCN Value        | [% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) %]
10545  TCN Source       | [% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) %]
10546  Internal ID      | [% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) %]
10547  Publisher        | [% helpers.get_queued_bib_attr('publisher',vqbr.attributes) %]
10548  Publication Date | [% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) %]
10549  Edition          | [% helpers.get_queued_bib_attr('edition',vqbr.attributes) %]
10550  Item Barcode     | [% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) %]
10551  Import Error     | [% vqbr.import_error %]
10552  Error Detail     | [% vqbr.error_detail %]
10553  Match Count      | [% vqbr.matches.size %]
10554
10555     [% END %]
10556 </pre>
10557 $$
10558     )
10559 ;
10560
10561 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10562     39, 'attributes')
10563     ,( 39, 'queue')
10564     ,( 39, 'matches')
10565 ;
10566
10567 INSERT INTO action_trigger.event_definition (
10568         id,
10569         active,
10570         owner,
10571         name,
10572         hook,
10573         validator,
10574         reactor,
10575         group_field,
10576         granularity,
10577         template
10578     ) VALUES (
10579         40,
10580         TRUE,
10581         1,
10582         'CSV Output for Queued Bib Records',
10583         'vandelay.queued_bib_record.csv',
10584         'NOOP_True',
10585         'ProcessTemplate',
10586         'queue.owner',
10587         'print-on-demand',
10588 $$
10589 [%- USE date -%]
10590 "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"
10591 [% 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 %]"
10592 [% END %]
10593 $$
10594     )
10595 ;
10596
10597 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10598     40, 'attributes')
10599     ,( 40, 'queue')
10600     ,( 40, 'matches')
10601 ;
10602
10603 INSERT INTO action_trigger.event_definition (
10604         id,
10605         active,
10606         owner,
10607         name,
10608         hook,
10609         validator,
10610         reactor,
10611         group_field,
10612         granularity,
10613         template
10614     ) VALUES (
10615         41,
10616         TRUE,
10617         1,
10618         'Email Output for Queued Bib Records',
10619         'vandelay.queued_bib_record.email',
10620         'NOOP_True',
10621         'SendEmail',
10622         'queue.owner',
10623         NULL,
10624 $$
10625 [%- USE date -%]
10626 [%- SET user = target.0.queue.owner -%]
10627 To: [%- params.recipient_email || user.email || 'root@localhost' %]
10628 From: [%- params.sender_email || default_sender %]
10629 Subject: Bibs from Import Queue
10630
10631 Queue ID: [% target.0.queue.id %]
10632 Queue Name: [% target.0.queue.name %]
10633 Queue Type: [% target.0.queue.queue_type %]
10634 Complete? [% target.0.queue.complete %]
10635
10636     [% FOR vqbr IN target %]
10637 =-=-=
10638  Title of work    | [% helpers.get_queued_bib_attr('title',vqbr.attributes) %]
10639  Author of work   | [% helpers.get_queued_bib_attr('author',vqbr.attributes) %]
10640  Language of work | [% helpers.get_queued_bib_attr('language',vqbr.attributes) %]
10641  Pagination       | [% helpers.get_queued_bib_attr('pagination',vqbr.attributes) %]
10642  ISBN             | [% helpers.get_queued_bib_attr('isbn',vqbr.attributes) %]
10643  ISSN             | [% helpers.get_queued_bib_attr('issn',vqbr.attributes) %]
10644  Price            | [% helpers.get_queued_bib_attr('price',vqbr.attributes) %]
10645  Accession Number | [% helpers.get_queued_bib_attr('rec_identifier',vqbr.attributes) %]
10646  TCN Value        | [% helpers.get_queued_bib_attr('eg_tcn',vqbr.attributes) %]
10647  TCN Source       | [% helpers.get_queued_bib_attr('eg_tcn_source',vqbr.attributes) %]
10648  Internal ID      | [% helpers.get_queued_bib_attr('eg_identifier',vqbr.attributes) %]
10649  Publisher        | [% helpers.get_queued_bib_attr('publisher',vqbr.attributes) %]
10650  Publication Date | [% helpers.get_queued_bib_attr('pubdate',vqbr.attributes) %]
10651  Edition          | [% helpers.get_queued_bib_attr('edition',vqbr.attributes) %]
10652  Item Barcode     | [% helpers.get_queued_bib_attr('item_barcode',vqbr.attributes) %]
10653
10654     [% END %]
10655
10656 $$
10657     )
10658 ;
10659
10660 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10661     41, 'attributes')
10662     ,( 41, 'queue')
10663     ,( 41, 'queue.owner')
10664 ;
10665
10666 INSERT INTO action_trigger.event_definition (
10667         id,
10668         active,
10669         owner,
10670         name,
10671         hook,
10672         validator,
10673         reactor,
10674         group_field,
10675         granularity,
10676         template
10677     ) VALUES (
10678         42,
10679         TRUE,
10680         1,
10681         'Print Output for Queued Authority Records',
10682         'vandelay.queued_auth_record.print',
10683         'NOOP_True',
10684         'ProcessTemplate',
10685         'queue.owner',
10686         'print-on-demand',
10687 $$
10688 [%- USE date -%]
10689 <pre>
10690 Queue ID: [% target.0.queue.id %]
10691 Queue Name: [% target.0.queue.name %]
10692 Queue Type: [% target.0.queue.queue_type %]
10693 Complete? [% target.0.queue.complete %]
10694
10695     [% FOR vqar IN target %]
10696 =-=-=
10697  Record Identifier | [% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) %]
10698
10699     [% END %]
10700 </pre>
10701 $$
10702     )
10703 ;
10704
10705 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10706     42, 'attributes')
10707     ,( 42, 'queue')
10708 ;
10709
10710 INSERT INTO action_trigger.event_definition (
10711         id,
10712         active,
10713         owner,
10714         name,
10715         hook,
10716         validator,
10717         reactor,
10718         group_field,
10719         granularity,
10720         template
10721     ) VALUES (
10722         43,
10723         TRUE,
10724         1,
10725         'CSV Output for Queued Authority Records',
10726         'vandelay.queued_auth_record.csv',
10727         'NOOP_True',
10728         'ProcessTemplate',
10729         'queue.owner',
10730         'print-on-demand',
10731 $$
10732 [%- USE date -%]
10733 "Record Identifier"
10734 [% FOR vqar IN target %]"[% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) | replace('"', '""') %]"
10735 [% END %]
10736 $$
10737     )
10738 ;
10739
10740 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10741     43, 'attributes')
10742     ,( 43, 'queue')
10743 ;
10744
10745 INSERT INTO action_trigger.event_definition (
10746         id,
10747         active,
10748         owner,
10749         name,
10750         hook,
10751         validator,
10752         reactor,
10753         group_field,
10754         granularity,
10755         template
10756     ) VALUES (
10757         44,
10758         TRUE,
10759         1,
10760         'Email Output for Queued Authority Records',
10761         'vandelay.queued_auth_record.email',
10762         'NOOP_True',
10763         'SendEmail',
10764         'queue.owner',
10765         NULL,
10766 $$
10767 [%- USE date -%]
10768 [%- SET user = target.0.queue.owner -%]
10769 To: [%- params.recipient_email || user.email || 'root@localhost' %]
10770 From: [%- params.sender_email || default_sender %]
10771 Subject: Authorities from Import Queue
10772
10773 Queue ID: [% target.0.queue.id %]
10774 Queue Name: [% target.0.queue.name %]
10775 Queue Type: [% target.0.queue.queue_type %]
10776 Complete? [% target.0.queue.complete %]
10777
10778     [% FOR vqar IN target %]
10779 =-=-=
10780  Record Identifier | [% helpers.get_queued_auth_attr('rec_identifier',vqar.attributes) %]
10781
10782     [% END %]
10783
10784 $$
10785     )
10786 ;
10787
10788 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10789     44, 'attributes')
10790     ,( 44, 'queue')
10791     ,( 44, 'queue.owner')
10792 ;
10793
10794 INSERT INTO action_trigger.event_definition (
10795         id,
10796         active,
10797         owner,
10798         name,
10799         hook,
10800         validator,
10801         reactor,
10802         group_field,
10803         granularity,
10804         template
10805     ) VALUES (
10806         45,
10807         TRUE,
10808         1,
10809         'Print Output for Import Items from Queued Bib Records',
10810         'vandelay.import_items.print',
10811         'NOOP_True',
10812         'ProcessTemplate',
10813         'record.queue.owner',
10814         'print-on-demand',
10815 $$
10816 [%- USE date -%]
10817 <pre>
10818 Queue ID: [% target.0.record.queue.id %]
10819 Queue Name: [% target.0.record.queue.name %]
10820 Queue Type: [% target.0.record.queue.queue_type %]
10821 Complete? [% target.0.record.queue.complete %]
10822
10823     [% FOR vii IN target %]
10824 =-=-=
10825  Import Item ID         | [% vii.id %]
10826  Title of work          | [% helpers.get_queued_bib_attr('title',vii.record.attributes) %]
10827  ISBN                   | [% helpers.get_queued_bib_attr('isbn',vii.record.attributes) %]
10828  Attribute Definition   | [% vii.definition %]
10829  Import Error           | [% vii.import_error %]
10830  Import Error Detail    | [% vii.error_detail %]
10831  Owning Library         | [% vii.owning_lib %]
10832  Circulating Library    | [% vii.circ_lib %]
10833  Call Number            | [% vii.call_number %]
10834  Copy Number            | [% vii.copy_number %]
10835  Status                 | [% vii.status.name %]
10836  Shelving Location      | [% vii.location.name %]
10837  Circulate              | [% vii.circulate %]
10838  Deposit                | [% vii.deposit %]
10839  Deposit Amount         | [% vii.deposit_amount %]
10840  Reference              | [% vii.ref %]
10841  Holdable               | [% vii.holdable %]
10842  Price                  | [% vii.price %]
10843  Barcode                | [% vii.barcode %]
10844  Circulation Modifier   | [% vii.circ_modifier %]
10845  Circulate As MARC Type | [% vii.circ_as_type %]
10846  Alert Message          | [% vii.alert_message %]
10847  Public Note            | [% vii.pub_note %]
10848  Private Note           | [% vii.priv_note %]
10849  OPAC Visible           | [% vii.opac_visible %]
10850
10851     [% END %]
10852 </pre>
10853 $$
10854     )
10855 ;
10856
10857 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10858     45, 'record')
10859     ,( 45, 'record.attributes')
10860     ,( 45, 'record.queue')
10861     ,( 45, 'record.queue.owner')
10862 ;
10863
10864 INSERT INTO action_trigger.event_definition (
10865         id,
10866         active,
10867         owner,
10868         name,
10869         hook,
10870         validator,
10871         reactor,
10872         group_field,
10873         granularity,
10874         template
10875     ) VALUES (
10876         46,
10877         TRUE,
10878         1,
10879         'CSV Output for Import Items from Queued Bib Records',
10880         'vandelay.import_items.csv',
10881         'NOOP_True',
10882         'ProcessTemplate',
10883         'record.queue.owner',
10884         'print-on-demand',
10885 $$
10886 [%- USE date -%]
10887 "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"
10888 [% 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('"', '""') %]"
10889 [% END %]
10890 $$
10891     )
10892 ;
10893
10894 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10895     46, 'record')
10896     ,( 46, 'record.attributes')
10897     ,( 46, 'record.queue')
10898     ,( 46, 'record.queue.owner')
10899 ;
10900
10901 INSERT INTO action_trigger.event_definition (
10902         id,
10903         active,
10904         owner,
10905         name,
10906         hook,
10907         validator,
10908         reactor,
10909         group_field,
10910         granularity,
10911         template
10912     ) VALUES (
10913         47,
10914         TRUE,
10915         1,
10916         'Email Output for Import Items from Queued Bib Records',
10917         'vandelay.import_items.email',
10918         'NOOP_True',
10919         'SendEmail',
10920         'record.queue.owner',
10921         NULL,
10922 $$
10923 [%- USE date -%]
10924 [%- SET user = target.0.record.queue.owner -%]
10925 To: [%- params.recipient_email || user.email || 'root@localhost' %]
10926 From: [%- params.sender_email || default_sender %]
10927 Subject: Import Items from Import Queue
10928
10929 Queue ID: [% target.0.record.queue.id %]
10930 Queue Name: [% target.0.record.queue.name %]
10931 Queue Type: [% target.0.record.queue.queue_type %]
10932 Complete? [% target.0.record.queue.complete %]
10933
10934     [% FOR vii IN target %]
10935 =-=-=
10936  Import Item ID         | [% vii.id %]
10937  Title of work          | [% helpers.get_queued_bib_attr('title',vii.record.attributes) %]
10938  ISBN                   | [% helpers.get_queued_bib_attr('isbn',vii.record.attributes) %]
10939  Attribute Definition   | [% vii.definition %]
10940  Import Error           | [% vii.import_error %]
10941  Import Error Detail    | [% vii.error_detail %]
10942  Owning Library         | [% vii.owning_lib %]
10943  Circulating Library    | [% vii.circ_lib %]
10944  Call Number            | [% vii.call_number %]
10945  Copy Number            | [% vii.copy_number %]
10946  Status                 | [% vii.status.name %]
10947  Shelving Location      | [% vii.location.name %]
10948  Circulate              | [% vii.circulate %]
10949  Deposit                | [% vii.deposit %]
10950  Deposit Amount         | [% vii.deposit_amount %]
10951  Reference              | [% vii.ref %]
10952  Holdable               | [% vii.holdable %]
10953  Price                  | [% vii.price %]
10954  Barcode                | [% vii.barcode %]
10955  Circulation Modifier   | [% vii.circ_modifier %]
10956  Circulate As MARC Type | [% vii.circ_as_type %]
10957  Alert Message          | [% vii.alert_message %]
10958  Public Note            | [% vii.pub_note %]
10959  Private Note           | [% vii.priv_note %]
10960  OPAC Visible           | [% vii.opac_visible %]
10961
10962     [% END %]
10963 $$
10964     )
10965 ;
10966
10967 INSERT INTO action_trigger.environment ( event_def, path) VALUES (
10968     47, 'record')
10969     ,( 47, 'record.attributes')
10970     ,( 47, 'record.queue')
10971     ,( 47, 'record.queue.owner')
10972 ;
10973
10974 INSERT INTO action_trigger.hook (key, core_type, description, passive)
10975 VALUES (
10976     'container.biblio_record_entry_bucket.csv',
10977     'cbreb',
10978     oils_i18n_gettext(
10979         'container.biblio_record_entry_bucket.csv',
10980         'Produce a CSV file representing a book list',
10981         'ath',
10982         'description'
10983     ),
10984     FALSE
10985 );
10986
10987 INSERT INTO action_trigger.reactor (module, description)
10988 VALUES (
10989     'ContainerCSV',
10990     oils_i18n_gettext(
10991         'ContainerCSV',
10992         'Facilitates producing a CSV file representing a book list by introducing an "items" variable into the TT environment, sorted as dictated according to user params',
10993         'atr',
10994         'description'
10995     )
10996 );
10997
10998 INSERT INTO action_trigger.event_definition (
10999     id, active, owner,
11000     name, hook, reactor,
11001     validator, template
11002 ) VALUES (
11003     48, TRUE, 1,
11004     'Book List CSV', 'container.biblio_record_entry_bucket.csv', 'ContainerCSV',
11005     'NOOP_True',
11006 $$
11007 [%-
11008 # target is the book list itself. The 'items' variable does not need to be in
11009 # the environment because a special reactor will take care of filling it in.
11010
11011 FOR item IN items;
11012     bibxml = helpers.unapi_bre(item.target_biblio_record_entry, {flesh => '{mra}'});
11013     title = "";
11014     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
11015         title = title _ part.textContent;
11016     END;
11017     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
11018     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value');
11019     pub_date = "";
11020     FOR pdatum IN bibxml.findnodes('//*[@tag="260"]/*[@code="c"]');
11021         IF pub_date ;
11022             pub_date = pub_date _ ", " _ pdatum.textContent;
11023         ELSE ;
11024             pub_date = pdatum.textContent;
11025         END;
11026     END;
11027     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";
11028 END -%]
11029 $$
11030 );
11031
11032 SELECT SETVAL('authority.control_set_id_seq'::TEXT, 100);
11033 SELECT SETVAL('authority.control_set_authority_field_id_seq'::TEXT, 1000);
11034 SELECT SETVAL('authority.control_set_bib_field_id_seq'::TEXT, 1000);
11035
11036 INSERT INTO authority.control_set (id, name, description) VALUES (
11037     1,
11038     oils_i18n_gettext('1','LoC','acs','name'),
11039     oils_i18n_gettext('1','Library of Congress standard authority record control semantics','acs','description')
11040 );
11041
11042 -- Entries that need to respect an NFI
11043 INSERT INTO authority.control_set_authority_field (id, control_set, main_entry, tag, sf_list, display_sf_list, name, nfi) VALUES
11044     (4, 1, NULL, '130', 'adfgklmnoprstvxyz', 'adfgklmnoprstvxyz', oils_i18n_gettext('4','Heading -- Uniform Title','acsaf','name'), '2'),
11045     (24, 1, 4, '530', 'adfgiklmnoprstvwxyz4', 'adfgiklmnoprstvxyz', oils_i18n_gettext('24','See Also From Tracing -- Uniform Title','acsaf','name'), '2'),
11046     (44, 1, 4, '730', 'adfghklmnoprstvwxyz25', 'adfghklmnoprstvxyz', oils_i18n_gettext('44','Established Heading Linking Entry -- Uniform Title','acsaf','name'), '2'),
11047     (64, 1, 4, '430', 'adfgiklmnoprstvwxyz4', 'adfgiklmnoprstvxyz', oils_i18n_gettext('64','See From Tracing -- Uniform Title','acsaf','name'), '2');
11048
11049 INSERT INTO authority.control_set_authority_field (id, control_set, main_entry, tag, sf_list, display_sf_list, name) VALUES
11050
11051 -- Main entries
11052     (1, 1, NULL, '100', 'abcdefklmnopqrstvxyz', 'abcdefklmnopqrstvxyz',
11053         oils_i18n_gettext('1','Heading -- Personal Name','acsaf','name')),
11054     (2, 1, NULL, '110', 'abcdefgklmnoprstvxyz', 'abcdefgklmnoprstvxyz',
11055         oils_i18n_gettext('2','Heading -- Corporate Name','acsaf','name')),
11056     (3, 1, NULL, '111', 'acdefgklnpqstvxyz', 'acdefgklnpqstvxyz',
11057         oils_i18n_gettext('3','Heading -- Meeting Name','acsaf','name')),
11058     (5, 1, NULL, '150', 'abvxyz', 'abvxyz',
11059         oils_i18n_gettext('5','Heading -- Topical Term','acsaf','name')),
11060     (6, 1, NULL, '151', 'avxyz', 'avxyz',
11061         oils_i18n_gettext('6','Heading -- Geographic Name','acsaf','name')),
11062     (7, 1, NULL, '155', 'avxyz', 'avxyz',
11063         oils_i18n_gettext('7','Heading -- Genre/Form Term','acsaf','name')),
11064     (8, 1, NULL, '180', 'vxyz', 'vxyz',
11065         oils_i18n_gettext('8','Heading -- General Subdivision','acsaf','name')),
11066     (9, 1, NULL, '181', 'vxyz', 'vxyz',
11067         oils_i18n_gettext('9','Heading -- Geographic Subdivision','acsaf','name')),
11068     (10, 1, NULL, '182', 'vxyz', 'vxyz',
11069         oils_i18n_gettext('10','Heading -- Chronological Subdivision','acsaf','name')),
11070     (11, 1, NULL, '185', 'vxyz', 'vxyz',
11071         oils_i18n_gettext('11','Heading -- Form Subdivision','acsaf','name')),
11072     (12, 1, NULL, '148', 'avxyz', 'avxyz',
11073         oils_i18n_gettext('12','Heading -- Chronological Term','acsaf','name')),
11074
11075 -- See Also From tracings
11076     (21, 1, 1, '500', 'abcdefiklmnopqrstvwxyz4', 'abcdefiklmnopqrstvxyz', oils_i18n_gettext('21','See Also From Tracing -- Personal Name','acsaf','name')),
11077     (22, 1, 2, '510', 'abcdefgiklmnoprstvwxyz4', 'abcdefgiklmnoprstvxyz', oils_i18n_gettext('22','See Also From Tracing -- Corporate Name','acsaf','name')),
11078     (23, 1, 3, '511', 'acdefgiklnpqstvwxyz4', 'acdefgiklnpqstvxyz', oils_i18n_gettext('23','See Also From Tracing -- Meeting Name','acsaf','name')),
11079     (25, 1, 5, '550', 'abivwxyz4', 'abivxyz', oils_i18n_gettext('25','See Also From Tracing -- Topical Term','acsaf','name')),
11080     (26, 1, 6, '551', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('26','See Also From Tracing -- Geographic Name','acsaf','name')),
11081     (27, 1, 7, '555', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('27','See Also From Tracing -- Genre/Form Term','acsaf','name')),
11082     (28, 1, 8, '580', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('28','See Also From Tracing -- General Subdivision','acsaf','name')),
11083     (29, 1, 9, '581', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('29','See Also From Tracing -- Geographic Subdivision','acsaf','name')),
11084     (30, 1, 10, '582', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('30','See Also From Tracing -- Chronological Subdivision','acsaf','name')),
11085     (31, 1, 11, '585', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('31','See Also From Tracing -- Form Subdivision','acsaf','name')),
11086     (32, 1, 12, '548', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('32','See Also From Tracing -- Chronological Term','acsaf','name')),
11087
11088 -- Linking entries
11089     (41, 1, 1, '700', 'abcdefghjklmnopqrstvwxyz25', 'abcdefghjklmnopqrstvxyz', oils_i18n_gettext('41','Established Heading Linking Entry -- Personal Name','acsaf','name')),
11090     (42, 1, 2, '710', 'abcdefghklmnoprstvwxyz25', 'abcdefghklmnoprstvxyz', oils_i18n_gettext('42','Established Heading Linking Entry -- Corporate Name','acsaf','name')),
11091     (43, 1, 3, '711', 'acdefghklnpqstvwxyz25', 'acdefghklnpqstvxyz', oils_i18n_gettext('43','Established Heading Linking Entry -- Meeting Name','acsaf','name')),
11092     (45, 1, 5, '750', 'abvwxyz25', 'abvxyz', oils_i18n_gettext('45','Established Heading Linking Entry -- Topical Term','acsaf','name')),
11093     (46, 1, 6, '751', 'avwxyz25', 'avxyz', oils_i18n_gettext('46','Established Heading Linking Entry -- Geographic Name','acsaf','name')),
11094     (47, 1, 7, '755', 'avwxyz25', 'avxyz', oils_i18n_gettext('47','Established Heading Linking Entry -- Genre/Form Term','acsaf','name')),
11095     (48, 1, 8, '780', 'vwxyz25', 'vxyz', oils_i18n_gettext('48','Subdivision Linking Entry -- General Subdivision','acsaf','name')),
11096     (49, 1, 9, '781', 'vwxyz25', 'vxyz', oils_i18n_gettext('49','Subdivision Linking Entry -- Geographic Subdivision','acsaf','name')),
11097     (50, 1, 10, '782', 'vwxyz25', 'vxyz', oils_i18n_gettext('50','Subdivision Linking Entry -- Chronological Subdivision','acsaf','name')),
11098     (51, 1, 11, '785', 'vwxyz25', 'vxyz', oils_i18n_gettext('51','Subdivision Linking Entry -- Form Subdivision','acsaf','name')),
11099     (52, 1, 12, '748', 'avwxyz25', 'avxyz', oils_i18n_gettext('52','Established Heading Linking Entry -- Chronological Term','acsaf','name')),
11100
11101 -- See From tracings
11102     (61, 1, 1, '400', 'abcdefiklmnopqrstvwxyz4', 'abcdefiklmnopqrstvxyz', oils_i18n_gettext('61','See From Tracing -- Personal Name','acsaf','name')),
11103     (62, 1, 2, '410', 'abcdefgiklmnoprstvwxyz4', 'abcdefgiklmnoprstvxyz', oils_i18n_gettext('62','See From Tracing -- Corporate Name','acsaf','name')),
11104     (63, 1, 3, '411', 'acdefgiklnpqstvwxyz4', 'acdefgiklnpqstvxyz', oils_i18n_gettext('63','See From Tracing -- Meeting Name','acsaf','name')),
11105     (65, 1, 5, '450', 'abivwxyz4', 'abivxyz', oils_i18n_gettext('65','See From Tracing -- Topical Term','acsaf','name')),
11106     (66, 1, 6, '451', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('66','See From Tracing -- Geographic Name','acsaf','name')),
11107     (67, 1, 7, '455', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('67','See From Tracing -- Genre/Form Term','acsaf','name')),
11108     (68, 1, 8, '480', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('68','See From Tracing -- General Subdivision','acsaf','name')),
11109     (69, 1, 9, '481', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('69','See From Tracing -- Geographic Subdivision','acsaf','name')),
11110     (70, 1, 10, '482', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('70','See From Tracing -- Chronological Subdivision','acsaf','name')),
11111     (71, 1, 11, '485', 'ivwxyz4', 'ivxyz', oils_i18n_gettext('71','See From Tracing -- Form Subdivision','acsaf','name')),
11112     (72, 1, 12, '448', 'aivwxyz4', 'aivxyz', oils_i18n_gettext('72','See From Tracing -- Chronological Term','acsaf','name'));
11113
11114 -- No linking on 4xx fields for LOC
11115 UPDATE authority.control_set_authority_field
11116     SET linking_subfield = '0' WHERE tag LIKE ANY (ARRAY['5%','7%']);
11117
11118 -- Set the default joiner for subject-ish authority fields
11119 UPDATE authority.control_set_authority_field
11120     SET joiner = ' -- ' WHERE tag LIKE ANY (ARRAY['_4_','_5_','_8_']);
11121
11122
11123 INSERT INTO authority.browse_axis (code,name,description,sorter) VALUES
11124     ('title','Title','Title axis','titlesort'),
11125     ('author','Author','Author axis','titlesort'),
11126     ('subject','Subject','Subject axis','titlesort'),
11127     ('topic','Topic','Topic Subject axis','titlesort');
11128
11129 INSERT INTO authority.browse_axis_authority_field_map (axis,field) VALUES
11130     ('author',  1 ),
11131     ('author',  2 ),
11132     ('author',  3 ),
11133     ('title',   4 ),
11134     ('topic',   5 ),
11135     ('subject', 5 ),
11136     ('subject', 6 ),
11137     ('subject', 7 ),
11138     ('subject', 12);
11139
11140 INSERT INTO authority.control_set_bib_field (tag, authority_field) 
11141     SELECT '100', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11142         UNION
11143     SELECT '600', id FROM authority.control_set_authority_field WHERE tag IN ('100','180','181','182','185')
11144         UNION
11145     SELECT '700', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11146         UNION
11147     SELECT '800', id FROM authority.control_set_authority_field WHERE tag IN ('100')
11148         UNION
11149
11150     SELECT '110', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11151         UNION
11152     SELECT '610', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11153         UNION
11154     SELECT '710', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11155         UNION
11156     SELECT '810', id FROM authority.control_set_authority_field WHERE tag IN ('110')
11157         UNION
11158
11159     SELECT '111', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11160         UNION
11161     SELECT '611', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11162         UNION
11163     SELECT '711', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11164         UNION
11165     SELECT '811', id FROM authority.control_set_authority_field WHERE tag IN ('111')
11166         UNION
11167
11168     SELECT '130', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11169         UNION
11170     SELECT '240', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11171         UNION
11172     SELECT '630', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11173         UNION
11174     SELECT '730', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11175         UNION
11176     SELECT '830', id FROM authority.control_set_authority_field WHERE tag IN ('130')
11177         UNION
11178
11179     SELECT '648', id FROM authority.control_set_authority_field WHERE tag IN ('148')
11180         UNION
11181
11182     SELECT '650', id FROM authority.control_set_authority_field WHERE tag IN ('150','180','181','182','185')
11183         UNION
11184     SELECT '651', id FROM authority.control_set_authority_field WHERE tag IN ('151','180','181','182','185')
11185         UNION
11186     SELECT '655', id FROM authority.control_set_authority_field WHERE tag IN ('155','180','181','182','185')
11187 ;
11188
11189 -- Map between authority controlled bib fields and stock indexing metabib fields
11190 INSERT INTO authority.control_set_bib_field_metabib_field_map (bib_field, metabib_field)
11191     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11192       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11193       WHERE a.tag = '100' AND m.name = 'personal'
11194
11195         UNION
11196
11197     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11198       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11199       WHERE a.tag = '110' AND m.name = 'corporate'
11200
11201         UNION
11202
11203     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11204       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11205       WHERE a.tag = '111' AND m.name = 'conference'
11206
11207         UNION
11208
11209     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11210       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11211       WHERE a.tag = '130' AND m.name = 'uniform'
11212
11213         UNION
11214
11215     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11216       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11217       WHERE a.tag = '148' AND m.name = 'temporal'
11218
11219         UNION
11220
11221     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11222       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11223       WHERE a.tag = '150' AND m.name = 'topic'
11224
11225         UNION
11226
11227     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11228       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11229       WHERE a.tag = '151' AND m.name = 'geographic'
11230
11231         UNION
11232
11233     SELECT  DISTINCT b.id AS bib_field, m.id AS metabib_field
11234       FROM  authority.control_set_bib_field b JOIN authority.control_set_authority_field a ON (b.authority_field = a.id), config.metabib_field m
11235       WHERE a.tag = '155' AND m.name = 'genre' -- Just in case...
11236 ;
11237
11238 INSERT INTO authority.thesaurus (code, name, control_set) VALUES
11239     ('a', oils_i18n_gettext('a','Library of Congress Subject Headings','at','name'), 1),
11240     ('b', oils_i18n_gettext('b','LC subject headings for children''s literature','at','name'), 1), 
11241     ('c', oils_i18n_gettext('c','Medical Subject Headings','at','name'), 1),
11242     ('d', oils_i18n_gettext('d','National Agricultural Library subject authority file','at','name'), 1),
11243     ('k', oils_i18n_gettext('k','Canadian Subject Headings','at','name'), 1),
11244     ('n', oils_i18n_gettext('n','Not applicable','at','name'), 1),
11245     ('r', oils_i18n_gettext('r','Art and Architecture Thesaurus','at','name'), 1),
11246     ('s', oils_i18n_gettext('s','Sears List of Subject Headings','at','name'), 1),
11247     ('v', oils_i18n_gettext('v','Repertoire de vedettes-matiere','at','name'), 1),
11248     ('z', oils_i18n_gettext('z','Other','at','name'), 1),
11249     ('|', oils_i18n_gettext('|','No attempt to code','at','name'), NULL),
11250     (' ', oils_i18n_gettext(' ','Alternate no attempt to code','at','name'), NULL);
11251
11252 INSERT INTO action_trigger.hook ( key, core_type, description, passive ) VALUES (
11253     'reservation.available',
11254     'bresv',
11255     'A reservation is available for pickup',
11256     false
11257 );
11258
11259 INSERT INTO action_trigger.validator ( module, description ) VALUES (
11260     'ReservationIsAvailable',
11261     'Checked that a reserved resource is available for checkout'
11262 );
11263
11264 INSERT INTO container.biblio_record_entry_bucket_type (code, label) VALUES (
11265     'vandelay_queue',
11266     oils_i18n_gettext('vandelay_queue', 'Vandelay Queue', 'cbrebt', 'label')
11267 );
11268
11269 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype,fm_class) VALUES (
11270     'opac.default_sms_carrier',
11271     'sms',
11272     TRUE,
11273     oils_i18n_gettext(
11274         'opac.default_sms_carrier',
11275         'Default SMS/Text Carrier',
11276         'cust',
11277         'label'
11278     ),
11279     oils_i18n_gettext(
11280         'opac.default_sms_carrier',
11281         'Default SMS/Text Carrier',
11282         'cust',
11283         'description'
11284     ),
11285     'link',
11286     'csc'
11287 );
11288
11289 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11290     'opac.default_sms_notify',
11291     'sms',
11292     TRUE,
11293     oils_i18n_gettext(
11294         'opac.default_sms_notify',
11295         'Default SMS/Text Number',
11296         'cust',
11297         'label'
11298     ),
11299     oils_i18n_gettext(
11300         'opac.default_sms_notify',
11301         'Default SMS/Text Number',
11302         'cust',
11303         'description'
11304     ),
11305     'string'
11306 );
11307
11308 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11309     'opac.default_phone',
11310     'opac',
11311     TRUE,
11312     oils_i18n_gettext(
11313         'opac.default_phone',
11314         'Default Phone Number',
11315         'cust',
11316         'label'
11317     ),
11318     oils_i18n_gettext(
11319         'opac.default_phone',
11320         'Default Phone Number',
11321         'cust',
11322         'description'
11323     ),
11324     'string'
11325 );
11326
11327 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
11328     'ui.grid_columns.circ.hold_pull_list',
11329     'gui',
11330     FALSE,
11331     oils_i18n_gettext(
11332         'ui.grid_columns.circ.hold_pull_list',
11333         'Hold Pull List',
11334         'cust',
11335         'label'
11336     ),
11337     oils_i18n_gettext(
11338         'ui.grid_columns.circ.hold_pull_list',
11339         'Hold Pull List Saved Column Settings',
11340         'cust',
11341         'description'
11342     ),
11343     'string'
11344 ), (
11345     'ui.grid_columns.actor.user.event_log',
11346     'gui',
11347     FALSE,
11348     oils_i18n_gettext(
11349         'ui.grid_columns.actor.user.event_log',
11350         'User Event Log',
11351         'cust',
11352         'label'
11353     ),
11354     oils_i18n_gettext(
11355         'ui.grid_columns.actor.user.event_log',
11356         'User Event Log Saved Column Settings',
11357         'cust',
11358         'description'
11359     ),
11360     'string'
11361 ), (
11362     'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11363     'gui',
11364     FALSE,
11365     oils_i18n_gettext(
11366         'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11367         'Circulation Policy Configuration',
11368         'cust',
11369         'label'
11370     ),
11371     oils_i18n_gettext(
11372         'ui.grid_columns.conify.config.circ_matrix_matchpoint',
11373         'Circulation Policy Configuration Column Settings',
11374         'cust',
11375         'description'
11376     ),
11377     'string'
11378 ) ;
11379
11380 SELECT setval( 'config.sms_carrier_id_seq', 1000 );
11381 INSERT INTO config.sms_carrier VALUES
11382
11383     -- Testing
11384     (
11385         1,
11386         oils_i18n_gettext(
11387             1,
11388             'Local',
11389             'csc',
11390             'region'
11391         ),
11392         oils_i18n_gettext(
11393             1,
11394             'Test Carrier',
11395             'csc',
11396             'name'
11397         ),
11398         'opensrf+$number@localhost',
11399         FALSE
11400     ),
11401
11402     -- Canada & USA
11403     (
11404         2,
11405         oils_i18n_gettext(
11406             2,
11407             'Canada & USA',
11408             'csc',
11409             'region'
11410         ),
11411         oils_i18n_gettext(
11412             2,
11413             'Rogers Wireless',
11414             'csc',
11415             'name'
11416         ),
11417         '$number@pcs.rogers.com',
11418         TRUE
11419     ),
11420     (
11421         3,
11422         oils_i18n_gettext(
11423             3,
11424             'Canada & USA',
11425             'csc',
11426             'region'
11427         ),
11428         oils_i18n_gettext(
11429             3,
11430             'Rogers Wireless (Alternate)',
11431             'csc',
11432             'name'
11433         ),
11434         '1$number@mms.rogers.com',
11435         TRUE
11436     ),
11437     (
11438         4,
11439         oils_i18n_gettext(
11440             4,
11441             'Canada & USA',
11442             'csc',
11443             'region'
11444         ),
11445         oils_i18n_gettext(
11446             4,
11447             'Telus Mobility',
11448             'csc',
11449             'name'
11450         ),
11451         '$number@msg.telus.com',
11452         TRUE
11453     ),
11454
11455     -- Canada
11456     (
11457         5,
11458         oils_i18n_gettext(
11459             5,
11460             'Canada',
11461             'csc',
11462             'region'
11463         ),
11464         oils_i18n_gettext(
11465             5,
11466             'Koodo Mobile',
11467             'csc',
11468             'name'
11469         ),
11470         '$number@msg.telus.com',
11471         TRUE
11472     ),
11473     (
11474         6,
11475         oils_i18n_gettext(
11476             6,
11477             'Canada',
11478             'csc',
11479             'region'
11480         ),
11481         oils_i18n_gettext(
11482             6,
11483             'Fido',
11484             'csc',
11485             'name'
11486         ),
11487         '$number@fido.ca',
11488         TRUE
11489     ),
11490     (
11491         7,
11492         oils_i18n_gettext(
11493             7,
11494             'Canada',
11495             'csc',
11496             'region'
11497         ),
11498         oils_i18n_gettext(
11499             7,
11500             'Bell Mobility & Solo Mobile',
11501             'csc',
11502             'name'
11503         ),
11504         '$number@txt.bell.ca',
11505         TRUE
11506     ),
11507     (
11508         8,
11509         oils_i18n_gettext(
11510             8,
11511             'Canada',
11512             'csc',
11513             'region'
11514         ),
11515         oils_i18n_gettext(
11516             8,
11517             'Bell Mobility & Solo Mobile (Alternate)',
11518             'csc',
11519             'name'
11520         ),
11521         '$number@txt.bellmobility.ca',
11522         TRUE
11523     ),
11524     (
11525         9,
11526         oils_i18n_gettext(
11527             9,
11528             'Canada',
11529             'csc',
11530             'region'
11531         ),
11532         oils_i18n_gettext(
11533             9,
11534             'Aliant',
11535             'csc',
11536             'name'
11537         ),
11538         '$number@sms.wirefree.informe.ca',
11539         TRUE
11540     ),
11541     (
11542         10,
11543         oils_i18n_gettext(
11544             10,
11545             'Canada',
11546             'csc',
11547             'region'
11548         ),
11549         oils_i18n_gettext(
11550             10,
11551             'PC Telecom',
11552             'csc',
11553             'name'
11554         ),
11555         '$number@mobiletxt.ca',
11556         TRUE
11557     ),
11558     (
11559         11,
11560         oils_i18n_gettext(
11561             11,
11562             'Canada',
11563             'csc',
11564             'region'
11565         ),
11566         oils_i18n_gettext(
11567             11,
11568             'SaskTel',
11569             'csc',
11570             'name'
11571         ),
11572         '$number@sms.sasktel.com',
11573         TRUE
11574     ),
11575     (
11576         12,
11577         oils_i18n_gettext(
11578             12,
11579             'Canada',
11580             'csc',
11581             'region'
11582         ),
11583         oils_i18n_gettext(
11584             12,
11585             'MTS Mobility',
11586             'csc',
11587             'name'
11588         ),
11589         '$number@text.mtsmobility.com',
11590         TRUE
11591     ),
11592     (
11593         13,
11594         oils_i18n_gettext(
11595             13,
11596             'Canada',
11597             'csc',
11598             'region'
11599         ),
11600         oils_i18n_gettext(
11601             13,
11602             'Virgin Mobile',
11603             'csc',
11604             'name'
11605         ),
11606         '$number@vmobile.ca',
11607         TRUE
11608     ),
11609
11610     -- International
11611     (
11612         14,
11613         oils_i18n_gettext(
11614             14,
11615             'International',
11616             'csc',
11617             'region'
11618         ),
11619         oils_i18n_gettext(
11620             14,
11621             'Iridium',
11622             'csc',
11623             'name'
11624         ),
11625         '$number@msg.iridium.com',
11626         TRUE
11627     ),
11628     (
11629         15,
11630         oils_i18n_gettext(
11631             15,
11632             'International',
11633             'csc',
11634             'region'
11635         ),
11636         oils_i18n_gettext(
11637             15,
11638             'Globalstar',
11639             'csc',
11640             'name'
11641         ),
11642         '$number@msg.globalstarusa.com',
11643         TRUE
11644     ),
11645     (
11646         16,
11647         oils_i18n_gettext(
11648             16,
11649             'International',
11650             'csc',
11651             'region'
11652         ),
11653         oils_i18n_gettext(
11654             16,
11655             'Bulletin.net',
11656             'csc',
11657             'name'
11658         ),
11659         '$number@bulletinmessenger.net', -- International Formatted number
11660         TRUE
11661     ),
11662     (
11663         17,
11664         oils_i18n_gettext(
11665             17,
11666             'International',
11667             'csc',
11668             'region'
11669         ),
11670         oils_i18n_gettext(
11671             17,
11672             'Panacea Mobile',
11673             'csc',
11674             'name'
11675         ),
11676         '$number@api.panaceamobile.com',
11677         TRUE
11678     ),
11679
11680     -- USA
11681     (
11682         18,
11683         oils_i18n_gettext(
11684             18,
11685             'USA',
11686             'csc',
11687             'region'
11688         ),
11689         oils_i18n_gettext(
11690             18,
11691             'C Beyond',
11692             'csc',
11693             'name'
11694         ),
11695         '$number@cbeyond.sprintpcs.com',
11696         TRUE
11697     ),
11698     (
11699         19,
11700         oils_i18n_gettext(
11701             19,
11702             'Alaska, USA',
11703             'csc',
11704             'region'
11705         ),
11706         oils_i18n_gettext(
11707             19,
11708             'General Communications, Inc.',
11709             'csc',
11710             'name'
11711         ),
11712         '$number@mobile.gci.net',
11713         TRUE
11714     ),
11715     (
11716         20,
11717         oils_i18n_gettext(
11718             20,
11719             'California, USA',
11720             'csc',
11721             'region'
11722         ),
11723         oils_i18n_gettext(
11724             20,
11725             'Golden State Cellular',
11726             'csc',
11727             'name'
11728         ),
11729         '$number@gscsms.com',
11730         TRUE
11731     ),
11732     (
11733         21,
11734         oils_i18n_gettext(
11735             21,
11736             'Cincinnati, Ohio, USA',
11737             'csc',
11738             'region'
11739         ),
11740         oils_i18n_gettext(
11741             21,
11742             'Cincinnati Bell',
11743             'csc',
11744             'name'
11745         ),
11746         '$number@gocbw.com',
11747         TRUE
11748     ),
11749     (
11750         22,
11751         oils_i18n_gettext(
11752             22,
11753             'Hawaii, USA',
11754             'csc',
11755             'region'
11756         ),
11757         oils_i18n_gettext(
11758             22,
11759             'Hawaiian Telcom Wireless',
11760             'csc',
11761             'name'
11762         ),
11763         '$number@hawaii.sprintpcs.com',
11764         TRUE
11765     ),
11766     (
11767         23,
11768         oils_i18n_gettext(
11769             23,
11770             'Midwest, USA',
11771             'csc',
11772             'region'
11773         ),
11774         oils_i18n_gettext(
11775             23,
11776             'i wireless (T-Mobile)',
11777             'csc',
11778             'name'
11779         ),
11780         '$number.iws@iwspcs.net',
11781         TRUE
11782     ),
11783     (
11784         24,
11785         oils_i18n_gettext(
11786             24,
11787             'USA',
11788             'csc',
11789             'region'
11790         ),
11791         oils_i18n_gettext(
11792             24,
11793             'i-wireless (Sprint PCS)',
11794             'csc',
11795             'name'
11796         ),
11797         '$number@iwirelesshometext.com',
11798         TRUE
11799     ),
11800     (
11801         25,
11802         oils_i18n_gettext(
11803             25,
11804             'USA',
11805             'csc',
11806             'region'
11807         ),
11808         oils_i18n_gettext(
11809             25,
11810             'MetroPCS',
11811             'csc',
11812             'name'
11813         ),
11814         '$number@mymetropcs.com',
11815         TRUE
11816     ),
11817     (
11818         26,
11819         oils_i18n_gettext(
11820             26,
11821             'USA',
11822             'csc',
11823             'region'
11824         ),
11825         oils_i18n_gettext(
11826             26,
11827             'Kajeet',
11828             'csc',
11829             'name'
11830         ),
11831         '$number@mobile.kajeet.net',
11832         TRUE
11833     ),
11834     (
11835         27,
11836         oils_i18n_gettext(
11837             27,
11838             'USA',
11839             'csc',
11840             'region'
11841         ),
11842         oils_i18n_gettext(
11843             27,
11844             'Element Mobile',
11845             'csc',
11846             'name'
11847         ),
11848         '$number@SMS.elementmobile.net',
11849         TRUE
11850     ),
11851     (
11852         28,
11853         oils_i18n_gettext(
11854             28,
11855             'USA',
11856             'csc',
11857             'region'
11858         ),
11859         oils_i18n_gettext(
11860             28,
11861             'Esendex',
11862             'csc',
11863             'name'
11864         ),
11865         '$number@echoemail.net',
11866         TRUE
11867     ),
11868     (
11869         29,
11870         oils_i18n_gettext(
11871             29,
11872             'USA',
11873             'csc',
11874             'region'
11875         ),
11876         oils_i18n_gettext(
11877             29,
11878             'Boost Mobile',
11879             'csc',
11880             'name'
11881         ),
11882         '$number@myboostmobile.com',
11883         TRUE
11884     ),
11885     (
11886         30,
11887         oils_i18n_gettext(
11888             30,
11889             'USA',
11890             'csc',
11891             'region'
11892         ),
11893         oils_i18n_gettext(
11894             30,
11895             'BellSouth',
11896             'csc',
11897             'name'
11898         ),
11899         '$number@bellsouth.com',
11900         TRUE
11901     ),
11902     (
11903         31,
11904         oils_i18n_gettext(
11905             31,
11906             'USA',
11907             'csc',
11908             'region'
11909         ),
11910         oils_i18n_gettext(
11911             31,
11912             'Bluegrass Cellular',
11913             'csc',
11914             'name'
11915         ),
11916         '$number@sms.bluecell.com',
11917         TRUE
11918     ),
11919     (
11920         32,
11921         oils_i18n_gettext(
11922             32,
11923             'USA',
11924             'csc',
11925             'region'
11926         ),
11927         oils_i18n_gettext(
11928             32,
11929             'AT&T Enterprise Paging',
11930             'csc',
11931             'name'
11932         ),
11933         '$number@page.att.net',
11934         TRUE
11935     ),
11936     (
11937         33,
11938         oils_i18n_gettext(
11939             33,
11940             'USA',
11941             'csc',
11942             'region'
11943         ),
11944         oils_i18n_gettext(
11945             33,
11946             'AT&T Mobility/Wireless',
11947             'csc',
11948             'name'
11949         ),
11950         '$number@txt.att.net',
11951         TRUE
11952     ),
11953     (
11954         34,
11955         oils_i18n_gettext(
11956             34,
11957             'USA',
11958             'csc',
11959             'region'
11960         ),
11961         oils_i18n_gettext(
11962             34,
11963             'AT&T Global Smart Messaging Suite',
11964             'csc',
11965             'name'
11966         ),
11967         '$number@sms.smartmessagingsuite.com',
11968         TRUE
11969     ),
11970     (
11971         35,
11972         oils_i18n_gettext(
11973             35,
11974             'USA',
11975             'csc',
11976             'region'
11977         ),
11978         oils_i18n_gettext(
11979             35,
11980             'Alltel (Allied Wireless)',
11981             'csc',
11982             'name'
11983         ),
11984         '$number@sms.alltelwireless.com',
11985         TRUE
11986     ),
11987     (
11988         36,
11989         oils_i18n_gettext(
11990             36,
11991             'USA',
11992             'csc',
11993             'region'
11994         ),
11995         oils_i18n_gettext(
11996             36,
11997             'Alaska Communications',
11998             'csc',
11999             'name'
12000         ),
12001         '$number@msg.acsalaska.com',
12002         TRUE
12003     ),
12004     (
12005         37,
12006         oils_i18n_gettext(
12007             37,
12008             'USA',
12009             'csc',
12010             'region'
12011         ),
12012         oils_i18n_gettext(
12013             37,
12014             'Ameritech',
12015             'csc',
12016             'name'
12017         ),
12018         '$number@paging.acswireless.com',
12019         TRUE
12020     ),
12021     (
12022         38,
12023         oils_i18n_gettext(
12024             38,
12025             'USA',
12026             'csc',
12027             'region'
12028         ),
12029         oils_i18n_gettext(
12030             38,
12031             'Cingular (GoPhone prepaid)',
12032             'csc',
12033             'name'
12034         ),
12035         '$number@cingulartext.com',
12036         TRUE
12037     ),
12038     (
12039         39,
12040         oils_i18n_gettext(
12041             39,
12042             'USA',
12043             'csc',
12044             'region'
12045         ),
12046         oils_i18n_gettext(
12047             39,
12048             'Cingular (Postpaid)',
12049             'csc',
12050             'name'
12051         ),
12052         '$number@cingular.com',
12053         TRUE
12054     ),
12055     (
12056         40,
12057         oils_i18n_gettext(
12058             40,
12059             'USA',
12060             'csc',
12061             'region'
12062         ),
12063         oils_i18n_gettext(
12064             40,
12065             'Cellular One (Dobson) / O2 / Orange',
12066             'csc',
12067             'name'
12068         ),
12069         '$number@mobile.celloneusa.com',
12070         TRUE
12071     ),
12072     (
12073         41,
12074         oils_i18n_gettext(
12075             41,
12076             'USA',
12077             'csc',
12078             'region'
12079         ),
12080         oils_i18n_gettext(
12081             41,
12082             'Cellular South',
12083             'csc',
12084             'name'
12085         ),
12086         '$number@csouth1.com',
12087         TRUE
12088     ),
12089     (
12090         42,
12091         oils_i18n_gettext(
12092             42,
12093             'USA',
12094             'csc',
12095             'region'
12096         ),
12097         oils_i18n_gettext(
12098             42,
12099             'Cellcom',
12100             'csc',
12101             'name'
12102         ),
12103         '$number@cellcom.quiktxt.com',
12104         TRUE
12105     ),
12106     (
12107         43,
12108         oils_i18n_gettext(
12109             43,
12110             'USA',
12111             'csc',
12112             'region'
12113         ),
12114         oils_i18n_gettext(
12115             43,
12116             'Chariton Valley Wireless',
12117             'csc',
12118             'name'
12119         ),
12120         '$number@sms.cvalley.net',
12121         TRUE
12122     ),
12123     (
12124         44,
12125         oils_i18n_gettext(
12126             44,
12127             'USA',
12128             'csc',
12129             'region'
12130         ),
12131         oils_i18n_gettext(
12132             44,
12133             'Cricket',
12134             'csc',
12135             'name'
12136         ),
12137         '$number@sms.mycricket.com',
12138         TRUE
12139     ),
12140     (
12141         45,
12142         oils_i18n_gettext(
12143             45,
12144             'USA',
12145             'csc',
12146             'region'
12147         ),
12148         oils_i18n_gettext(
12149             45,
12150             'Cleartalk Wireless',
12151             'csc',
12152             'name'
12153         ),
12154         '$number@sms.cleartalk.us',
12155         TRUE
12156     ),
12157     (
12158         46,
12159         oils_i18n_gettext(
12160             46,
12161             'USA',
12162             'csc',
12163             'region'
12164         ),
12165         oils_i18n_gettext(
12166             46,
12167             'Edge Wireless',
12168             'csc',
12169             'name'
12170         ),
12171         '$number@sms.edgewireless.com',
12172         TRUE
12173     ),
12174     (
12175         47,
12176         oils_i18n_gettext(
12177             47,
12178             'USA',
12179             'csc',
12180             'region'
12181         ),
12182         oils_i18n_gettext(
12183             47,
12184             'Syringa Wireless',
12185             'csc',
12186             'name'
12187         ),
12188         '$number@rinasms.com',
12189         TRUE
12190     ),
12191     (
12192         48,
12193         oils_i18n_gettext(
12194             48,
12195             'USA',
12196             'csc',
12197             'region'
12198         ),
12199         oils_i18n_gettext(
12200             48,
12201             'T-Mobile',
12202             'csc',
12203             'name'
12204         ),
12205         '$number@tmomail.net',
12206         TRUE
12207     ),
12208     (
12209         49,
12210         oils_i18n_gettext(
12211             49,
12212             'USA',
12213             'csc',
12214             'region'
12215         ),
12216         oils_i18n_gettext(
12217             49,
12218             'Straight Talk / PagePlus Cellular',
12219             'csc',
12220             'name'
12221         ),
12222         '$number@vtext.com',
12223         TRUE
12224     ),
12225     (
12226         50,
12227         oils_i18n_gettext(
12228             50,
12229             'USA',
12230             'csc',
12231             'region'
12232         ),
12233         oils_i18n_gettext(
12234             50,
12235             'South Central Communications',
12236             'csc',
12237             'name'
12238         ),
12239         '$number@rinasms.com',
12240         TRUE
12241     ),
12242     (
12243         51,
12244         oils_i18n_gettext(
12245             51,
12246             'USA',
12247             'csc',
12248             'region'
12249         ),
12250         oils_i18n_gettext(
12251             51,
12252             'Simple Mobile',
12253             'csc',
12254             'name'
12255         ),
12256         '$number@smtext.com',
12257         TRUE
12258     ),
12259     (
12260         52,
12261         oils_i18n_gettext(
12262             52,
12263             'USA',
12264             'csc',
12265             'region'
12266         ),
12267         oils_i18n_gettext(
12268             52,
12269             'Sprint (PCS)',
12270             'csc',
12271             'name'
12272         ),
12273         '$number@messaging.sprintpcs.com',
12274         TRUE
12275     ),
12276     (
12277         53,
12278         oils_i18n_gettext(
12279             53,
12280             'USA',
12281             'csc',
12282             'region'
12283         ),
12284         oils_i18n_gettext(
12285             53,
12286             'Nextel',
12287             'csc',
12288             'name'
12289         ),
12290         '$number@messaging.nextel.com',
12291         TRUE
12292     ),
12293     (
12294         54,
12295         oils_i18n_gettext(
12296             54,
12297             'USA',
12298             'csc',
12299             'region'
12300         ),
12301         oils_i18n_gettext(
12302             54,
12303             'Pioneer Cellular',
12304             'csc',
12305             'name'
12306         ),
12307         '$number@zsend.com', -- nine digit number
12308         TRUE
12309     ),
12310     (
12311         55,
12312         oils_i18n_gettext(
12313             55,
12314             'USA',
12315             'csc',
12316             'region'
12317         ),
12318         oils_i18n_gettext(
12319             55,
12320             'Qwest Wireless',
12321             'csc',
12322             'name'
12323         ),
12324         '$number@qwestmp.com',
12325         TRUE
12326     ),
12327     (
12328         56,
12329         oils_i18n_gettext(
12330             56,
12331             'USA',
12332             'csc',
12333             'region'
12334         ),
12335         oils_i18n_gettext(
12336             56,
12337             'US Cellular',
12338             'csc',
12339             'name'
12340         ),
12341         '$number@email.uscc.net',
12342         TRUE
12343     ),
12344     (
12345         57,
12346         oils_i18n_gettext(
12347             57,
12348             'USA',
12349             'csc',
12350             'region'
12351         ),
12352         oils_i18n_gettext(
12353             57,
12354             'Unicel',
12355             'csc',
12356             'name'
12357         ),
12358         '$number@utext.com',
12359         TRUE
12360     ),
12361     (
12362         58,
12363         oils_i18n_gettext(
12364             58,
12365             'USA',
12366             'csc',
12367             'region'
12368         ),
12369         oils_i18n_gettext(
12370             58,
12371             'Teleflip',
12372             'csc',
12373             'name'
12374         ),
12375         '$number@teleflip.com',
12376         TRUE
12377     ),
12378     (
12379         59,
12380         oils_i18n_gettext(
12381             59,
12382             'USA',
12383             'csc',
12384             'region'
12385         ),
12386         oils_i18n_gettext(
12387             59,
12388             'Virgin Mobile',
12389             'csc',
12390             'name'
12391         ),
12392         '$number@vmobl.com',
12393         TRUE
12394     ),
12395     (
12396         60,
12397         oils_i18n_gettext(
12398             60,
12399             'USA',
12400             'csc',
12401             'region'
12402         ),
12403         oils_i18n_gettext(
12404             60,
12405             'Verizon Wireless',
12406             'csc',
12407             'name'
12408         ),
12409         '$number@vtext.com',
12410         TRUE
12411     ),
12412     (
12413         61,
12414         oils_i18n_gettext(
12415             61,
12416             'USA',
12417             'csc',
12418             'region'
12419         ),
12420         oils_i18n_gettext(
12421             61,
12422             'USA Mobility',
12423             'csc',
12424             'name'
12425         ),
12426         '$number@usamobility.net',
12427         TRUE
12428     ),
12429     (
12430         62,
12431         oils_i18n_gettext(
12432             62,
12433             'USA',
12434             'csc',
12435             'region'
12436         ),
12437         oils_i18n_gettext(
12438             62,
12439             'Viaero',
12440             'csc',
12441             'name'
12442         ),
12443         '$number@viaerosms.com',
12444         TRUE
12445     ),
12446     (
12447         63,
12448         oils_i18n_gettext(
12449             63,
12450             'USA',
12451             'csc',
12452             'region'
12453         ),
12454         oils_i18n_gettext(
12455             63,
12456             'TracFone',
12457             'csc',
12458             'name'
12459         ),
12460         '$number@mmst5.tracfone.com',
12461         TRUE
12462     ),
12463     (
12464         64,
12465         oils_i18n_gettext(
12466             64,
12467             'USA',
12468             'csc',
12469             'region'
12470         ),
12471         oils_i18n_gettext(
12472             64,
12473             'Centennial Wireless',
12474             'csc',
12475             'name'
12476         ),
12477         '$number@cwemail.com',
12478         TRUE
12479     ),
12480
12481     -- South Korea and USA
12482     (
12483         65,
12484         oils_i18n_gettext(
12485             65,
12486             'South Korea and USA',
12487             'csc',
12488             'region'
12489         ),
12490         oils_i18n_gettext(
12491             65,
12492             'Helio',
12493             'csc',
12494             'name'
12495         ),
12496         '$number@myhelio.com',
12497         TRUE
12498     )
12499 ;
12500
12501 INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
12502     SELECT
12503         pgt.id, perm.id, aout.depth, TRUE
12504     FROM
12505         permission.grp_tree pgt,
12506         permission.perm_list perm,
12507         actor.org_unit_type aout
12508     WHERE
12509         pgt.name = 'Global Administrator' AND
12510         aout.name = 'Consortium' AND
12511         perm.code = 'ADMIN_SMS_CARRIER';
12512
12513 INSERT INTO action_trigger.reactor (
12514     module,
12515     description
12516 ) VALUES (
12517     'SendSMS',
12518     'Send an SMS text message based on a user-defined template'
12519 );
12520
12521 INSERT INTO action_trigger.event_definition (
12522     active,
12523     owner,
12524     name,
12525     hook,
12526     validator,
12527     reactor,
12528     cleanup_success,
12529     delay,
12530     delay_field,
12531     group_field,
12532     template
12533 ) VALUES (
12534     true,
12535     1, -- admin
12536     'Hold Ready for Pickup SMS Notification',
12537     'hold.available',
12538     'HoldIsAvailable',
12539     'SendSMS',
12540     'CreateHoldNotification',
12541     '00:30:00',
12542     'shelf_time',
12543     'sms_notify',
12544     '[%- USE date -%]
12545 [%- user = target.0.usr -%]
12546 From: [%- params.sender_email || default_sender %]
12547 To: [%- params.recipient_email || helpers.get_sms_gateway_email(target.0.sms_carrier,target.0.sms_notify) %]
12548 Subject: [% target.size %] hold(s) ready
12549
12550 [% FOR hold IN target %][%-
12551   bibxml = helpers.xml_doc( hold.current_copy.call_number.record.marc );
12552   title = "";
12553   FOR part IN bibxml.findnodes(''//*[@tag="245"]/*[@code="a"]'');
12554     title = title _ part.textContent;
12555   END;
12556   author = bibxml.findnodes(''//*[@tag="100"]/*[@code="a"]'').textContent;
12557 %][% hold.usr.first_given_name %]:[% title %] @ [% hold.pickup_lib.name %]
12558 [% END %]
12559 '
12560 );
12561
12562 INSERT INTO action_trigger.environment (
12563     event_def,
12564     path
12565 ) VALUES (
12566     currval('action_trigger.event_definition_id_seq'),
12567     'current_copy.call_number.record.simple_record'
12568 ), (
12569     currval('action_trigger.event_definition_id_seq'),
12570     'usr'
12571 ), (
12572     currval('action_trigger.event_definition_id_seq'),
12573     'pickup_lib.billing_address'
12574 );
12575
12576 INSERT INTO action_trigger.event_params (event_def, param, value)
12577     VALUES (currval('action_trigger.event_definition_id_seq'), 'check_sms_notify', 1);
12578
12579 INSERT INTO action_trigger.hook(
12580     key,
12581     core_type,
12582     description,
12583     passive
12584 ) VALUES (
12585     'acn.format.sms_text',
12586     'acn',
12587     oils_i18n_gettext(
12588         'acn.format.sms_text',
12589         'A text message has been requested for a call number.',
12590         'ath',
12591         'description'
12592     ),
12593     FALSE
12594 );
12595
12596 INSERT INTO action_trigger.event_definition (
12597     active,
12598     owner,
12599     name,
12600     hook,
12601     validator,
12602     reactor,
12603     template
12604 ) VALUES (
12605     true,
12606     1, -- admin
12607     'SMS Call Number',
12608     'acn.format.sms_text',
12609     'NOOP_True',
12610     'SendSMS',
12611     '[%- USE date -%]
12612 From: [%- params.sender_email || default_sender %]
12613 To: [%- params.recipient_email || helpers.get_sms_gateway_email(user_data.sms_carrier,user_data.sms_notify) %]
12614 Subject: Call Number
12615
12616 [%-
12617   bibxml = helpers.xml_doc( target.record.marc );
12618   title = "";
12619   FOR part IN bibxml.findnodes(''//*[@tag="245"]/*[@code="a" or @code="b"]'');
12620     title = title _ part.textContent;
12621   END;
12622   author = bibxml.findnodes(''//*[@tag="100"]/*[@code="a"]'').textContent;
12623 %]
12624 Call Number: [% target.label %]
12625 Location: [% helpers.get_most_populous_location( target.id ).name %]
12626 Library: [% target.owning_lib.name %]
12627 [%- IF title %]
12628 Title: [% title %]
12629 [%- END %]
12630 [%- IF author %]
12631 Author: [% author %]
12632 [%- END %]
12633 '
12634 );
12635
12636 INSERT INTO action_trigger.environment (
12637     event_def,
12638     path
12639 ) VALUES (
12640     currval('action_trigger.event_definition_id_seq'),
12641     'record.simple_record'
12642 ), (
12643     currval('action_trigger.event_definition_id_seq'),
12644     'owning_lib.billing_address'
12645 );
12646
12647 INSERT INTO vandelay.merge_profile (id, owner, name, replace_spec) 
12648     VALUES (1, 1, oils_i18n_gettext(1, 'Match-Only Merge', 'vmp', 'name'), '901c');
12649
12650 INSERT INTO vandelay.merge_profile (id, owner, name, preserve_spec) 
12651     VALUES (2, 1, oils_i18n_gettext(2, 'Full Overlay', 'vmp', 'name'), '901c');
12652
12653 SELECT SETVAL('vandelay.merge_profile_id_seq'::TEXT, 100);
12654
12655 -- user activity seed data --
12656
12657 INSERT INTO config.usr_activity_type (id, ewho, ewhat, ehow, egroup, label) VALUES
12658
12659      -- authen/authz actions
12660      -- note: "opensrf" is the default ingress/ehow
12661      (1,  NULL, 'login',  'opensrf',      'authen', oils_i18n_gettext(1 , 'Login via opensrf', 'cuat', 'label'))
12662     ,(2,  NULL, 'login',  'srfsh',        'authen', oils_i18n_gettext(2 , 'Login via srfsh', 'cuat', 'label'))
12663     ,(3,  NULL, 'login',  'gateway-v1',   'authen', oils_i18n_gettext(3 , 'Login via gateway-v1', 'cuat', 'label'))
12664     ,(4,  NULL, 'login',  'translator-v1','authen', oils_i18n_gettext(4 , 'Login via translator-v1', 'cuat', 'label'))
12665     ,(5,  NULL, 'login',  'xmlrpc',       'authen', oils_i18n_gettext(5 , 'Login via xmlrpc', 'cuat', 'label'))
12666     ,(6,  NULL, 'login',  'remoteauth',   'authen', oils_i18n_gettext(6 , 'Login via remoteauth', 'cuat', 'label'))
12667     ,(7,  NULL, 'login',  'sip2',         'authen', oils_i18n_gettext(7 , 'SIP2 Proxy Login', 'cuat', 'label'))
12668     ,(8,  NULL, 'login',  'apache',       'authen', oils_i18n_gettext(8 , 'Login via Apache module', 'cuat', 'label'))
12669
12670     ,(9,  NULL, 'verify', 'opensrf',      'authz',  oils_i18n_gettext(9 , 'Verification via opensrf', 'cuat', 'label'))
12671     ,(10, NULL, 'verify', 'srfsh',        'authz',  oils_i18n_gettext(10, 'Verification via srfsh', 'cuat', 'label'))
12672     ,(11, NULL, 'verify', 'gateway-v1',   'authz',  oils_i18n_gettext(11, 'Verification via gateway-v1', 'cuat', 'label'))
12673     ,(12, NULL, 'verify', 'translator-v1','authz',  oils_i18n_gettext(12, 'Verification via translator-v1', 'cuat', 'label'))
12674     ,(13, NULL, 'verify', 'xmlrpc',       'authz',  oils_i18n_gettext(13, 'Verification via xmlrpc', 'cuat', 'label'))
12675     ,(14, NULL, 'verify', 'remoteauth',   'authz',  oils_i18n_gettext(14, 'Verification via remoteauth', 'cuat', 'label'))
12676     ,(15, NULL, 'verify', 'sip2',         'authz',  oils_i18n_gettext(15, 'SIP2 User Verification', 'cuat', 'label'))
12677
12678      -- authen/authz actions w/ known uses of "who"
12679     ,(16, 'opac',        'login',  'gateway-v1',   'authen', oils_i18n_gettext(16, 'OPAC Login (jspac)', 'cuat', 'label'))
12680     ,(17, 'opac',        'login',  'apache',       'authen', oils_i18n_gettext(17, 'OPAC Login (tpac)', 'cuat', 'label'))
12681     ,(18, 'staffclient', 'login',  'gateway-v1',   'authen', oils_i18n_gettext(18, 'Staff Client Login', 'cuat', 'label'))
12682     ,(19, 'selfcheck',   'login',  'translator-v1','authen', oils_i18n_gettext(19, 'Self-Check Proxy Login', 'cuat', 'label'))
12683     ,(20, 'ums',         'login',  'xmlrpc',       'authen', oils_i18n_gettext(20, 'Unique Mgt Login', 'cuat', 'label'))
12684     ,(21, 'authproxy',   'login',  'apache',       'authen', oils_i18n_gettext(21, 'Apache Auth Proxy Login', 'cuat', 'label'))
12685     ,(22, 'libraryelf',  'login',  'xmlrpc',       'authz',  oils_i18n_gettext(22, 'LibraryElf Login', 'cuat', 'label'))
12686
12687     ,(23, 'selfcheck',   'verify', 'translator-v1','authz',  oils_i18n_gettext(23, 'Self-Check User Verification', 'cuat', 'label'))
12688     ,(24, 'ezproxy',     'verify', 'remoteauth',   'authz',  oils_i18n_gettext(24, 'EZProxy Verification', 'cuat', 'label'))
12689     -- ...
12690     ;
12691
12692 -- reserve the first 1000 slots
12693 SELECT SETVAL('config.usr_activity_type_id_seq'::TEXT, 1000);
12694
12695 INSERT INTO config.org_unit_setting_type 
12696     (name, label, description, grp, datatype) 
12697     VALUES (
12698         'circ.fines.charge_when_closed',
12699          oils_i18n_gettext(
12700             'circ.fines.charge_when_closed',
12701             'Charge fines on overdue circulations when closed',
12702             'coust', 
12703             'label'
12704         ),
12705         oils_i18n_gettext(
12706             'circ.fines.charge_when_closed',
12707             '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.',
12708             'coust', 
12709             'description'
12710         ),
12711         'circ',
12712         'bool'
12713     );
12714
12715 INSERT INTO config.org_unit_setting_type 
12716     (name, label, description, grp, datatype) 
12717     VALUES (
12718         'circ.patron.usr_activity_retrieve.max',
12719          oils_i18n_gettext(
12720             'circ.patron.usr_activity_retrieve.max',
12721             'Max user activity entries to retrieve (staff client)',
12722             'coust', 
12723             'label'
12724         ),
12725         oils_i18n_gettext(
12726             'circ.patron.usr_activity_retrieve.max',
12727             '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.',
12728             'coust', 
12729             'description'
12730         ),
12731         'gui',
12732         'integer'
12733     );
12734 -- circ export csv export --
12735
12736 INSERT INTO action_trigger.hook (key, core_type, description, passive)
12737 VALUES (
12738     'circ.format.history.csv',
12739     'circ',
12740     oils_i18n_gettext(
12741         'circ.format.history.csv',
12742         'Produce CSV of circulation history',
12743         'ath',
12744         'description'
12745     ),
12746     FALSE
12747 );
12748
12749 INSERT INTO action_trigger.event_definition (
12750     active, owner, name, hook, reactor, validator, group_field, template) 
12751 VALUES (
12752     TRUE, 1, 'Circ History CSV', 'circ.format.history.csv', 'ProcessTemplate', 'NOOP_True', 'usr',
12753 $$
12754 Title,Author,Call Number,Barcode,Format
12755 [%-
12756 FOR circ IN target;
12757     bibxml = helpers.unapi_bre(circ.target_copy.call_number.record, {flesh => '{mra}'});
12758     title = "";
12759     FOR part IN bibxml.findnodes('//*[@tag="245"]/*[@code="a" or @code="b"]');
12760         title = title _ part.textContent;
12761     END;
12762     author = bibxml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent;
12763     item_type = bibxml.findnodes('//*[local-name()="attributes"]/*[local-name()="field"][@name="item_type"]').getAttribute('coded-value') %]
12764
12765     [%- helpers.csv_datum(title) -%],
12766     [%- helpers.csv_datum(author) -%],
12767     [%- helpers.csv_datum(circ.target_copy.call_number.label) -%],
12768     [%- helpers.csv_datum(circ.target_copy.barcode) -%],
12769     [%- helpers.csv_datum(item_type) %]
12770 [%- END -%]
12771 $$
12772 );
12773
12774 INSERT INTO action_trigger.environment (event_def, path)
12775     VALUES (
12776         currval('action_trigger.event_definition_id_seq'),
12777         'target_copy.call_number'
12778     );
12779
12780 INSERT INTO actor.toolbar(id,org,label,layout) VALUES
12781     ( 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"]' ),
12782     ( 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"]' );
12783
12784 INSERT INTO config.global_flag (name, enabled, label) 
12785     VALUES (
12786         'opac.org_unit.non_inherited_visibility',
12787         FALSE,
12788         oils_i18n_gettext(
12789             'opac.org_unit.non_inherited_visibility',
12790             'Org Units Do Not Inherit Visibility',
12791             'cgf',
12792             'label'
12793         )
12794     );
12795
12796 INSERT INTO config.org_unit_setting_type ( name, label, description, datatype, grp, update_perm )
12797     VALUES (
12798         'ui.hide_copy_editor_fields',
12799         oils_i18n_gettext(
12800             'ui.hide_copy_editor_fields',
12801             'GUI: Hide these fields within the Item Attribute Editor',
12802             'coust',
12803             'label'
12804         ),
12805         oils_i18n_gettext(
12806             'ui.hide_copy_editor_fields',
12807             'This setting may be best maintained with the dedicated configuration'
12808             || ' interface within the Item Attribute Editor.  However, here it'
12809             || ' shows up as comma separated list of field identifiers to hide.',
12810             'coust',
12811             'description'
12812         ),
12813         'array',
12814         'gui',
12815         539
12816     );
12817
12818 INSERT into config.org_unit_setting_type 
12819     (name, grp, label, description, datatype) 
12820     VALUES ( 
12821         'opac.patron.auto_overide_hold_events', 
12822         'opac',
12823         oils_i18n_gettext(
12824             'opac.patron.auto_overide_hold_events',
12825             'Auto-Override Permitted Hold Blocks (Patrons)',
12826             'coust', 
12827             'label'
12828         ),
12829         oils_i18n_gettext(
12830             'opac.patron.auto_overide_hold_events',
12831             'When a patron places a hold that fails and the patron has the correct permission ' || 
12832             'to override the hold, automatically override the hold without presenting a message ' || 
12833             'to the patron and requiring that the patron make a decision to override',
12834             'coust', 
12835             'description'
12836         ),
12837         'bool'
12838     );
12839
12840 INSERT into config.org_unit_setting_type
12841     (name, grp, label, description, datatype)
12842     VALUES (
12843         'opac.patron.temporary_list_warn',
12844         'opac',
12845         oils_i18n_gettext(
12846             'opac.patron.temporary_list_warn',
12847             'Warn patrons when adding to a temporary book list',
12848             'coust',
12849             'label'
12850         ),
12851         oils_i18n_gettext(
12852             'opac.patron.temporary_list_warn',
12853             'Present a warning dialog to the patron when a patron adds a book to a temporary book list.',
12854             'coust',
12855             'description'
12856         ),
12857         'bool'
12858     );
12859
12860 INSERT INTO config.usr_setting_type
12861     (name,grp,opac_visible,label,description,datatype)
12862 VALUES (
12863     'opac.temporary_list_no_warn',
12864     'opac',
12865     TRUE,
12866     oils_i18n_gettext(
12867         'opac.temporary_list_no_warn',
12868         'Opt out of warning when adding a book to a temporary book list',
12869         'cust',
12870         'label'
12871     ),
12872     oils_i18n_gettext(
12873         'opac.temporary_list_no_warn',
12874         'Opt out of warning when adding a book to a temporary book list',
12875         'cust',
12876         'description'
12877     ),
12878     'bool'
12879 );
12880
12881 INSERT INTO config.usr_setting_type
12882     (name,grp,opac_visible,label,description,datatype)
12883 VALUES (
12884     'opac.default_list',
12885     'opac',
12886     FALSE,
12887     oils_i18n_gettext(
12888         'opac.default_list',
12889         'Default list to use when adding to a list',
12890         'cust',
12891         'label'
12892     ),
12893     oils_i18n_gettext(
12894         'opac.default_list',
12895         'Default list to use when adding to a list',
12896         'cust',
12897         'description'
12898     ),
12899     'integer'
12900 );
12901
12902 INSERT INTO config.org_unit_setting_type (
12903     name, grp, label, description, datatype
12904 ) VALUES (
12905     'circ.staff.max_visible_event_age',
12906     'circ',
12907     'Maximum visible age of User Trigger Events in Staff Interfaces',
12908     '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.',
12909     'interval'
12910 );
12911
12912 -- kid's opac main search filter
12913
12914 INSERT INTO actor.search_filter_group (owner, code, label) 
12915     VALUES (1, 'kpac_main', 'Kid''s OPAC Search Filter');
12916
12917 INSERT INTO actor.search_query (label, query_text) 
12918     VALUES ('Children''s Materials', 'audience(a,b,c)');
12919 INSERT INTO actor.search_query (label, query_text) 
12920     VALUES ('Young Adult Materials', 'audience(j,d)');
12921 INSERT INTO actor.search_query (label, query_text) 
12922     VALUES ('General/Adult Materials',  'audience(e,f,g, )');
12923
12924 INSERT INTO actor.search_filter_group_entry (grp, query, pos)
12925     VALUES (
12926         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
12927         (SELECT id FROM actor.search_query WHERE label = 'Children''s Materials'),
12928         0
12929     ); INSERT INTO actor.search_filter_group_entry (grp, query, pos) VALUES (
12930         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
12931         (SELECT id FROM actor.search_query WHERE label = 'Young Adult Materials'),
12932         1
12933     );
12934 INSERT INTO actor.search_filter_group_entry (grp, query, pos) 
12935     VALUES (
12936         (SELECT id FROM actor.search_filter_group WHERE code = 'kpac_main'),
12937         (SELECT id FROM actor.search_query WHERE label = 'General/Adult Materials'),
12938         2
12939     );
12940 INSERT into config.org_unit_setting_type
12941     (name, grp, label, description, datatype)
12942     VALUES (
12943         'acq.fund.allow_rollover_without_money',
12944         'acq',
12945         oils_i18n_gettext(
12946             'acq.fund.allow_rollover_without_money',
12947             'Allow funds to be rolled over without bringing the money along',
12948             'coust',
12949             'label'
12950         ),
12951         oils_i18n_gettext(
12952             'acq.fund.allow_rollover_without_money',
12953             '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.',
12954             'coust',
12955             'description'
12956         ),
12957         'bool'
12958     );
12959
12960 INSERT INTO config.org_unit_setting_type
12961     (name, grp, label, description, datatype)
12962     VALUES (
12963         'circ.lost.xact_open_on_zero',
12964         'finance',
12965         oils_i18n_gettext(
12966             'circ.lost.xact_open_on_zero',
12967             'Leave transaction open when lost balance equals zero',
12968             'coust',
12969             'label'
12970         ),
12971         oils_i18n_gettext(
12972             'circ.lost.xact_open_on_zero',
12973             'Leave transaction open when lost balance equals zero.  This leaves the lost copy on the patron record when it is paid',
12974             'coust',
12975             'description'
12976         ),
12977         'bool'
12978     );
12979
12980 INSERT INTO config.org_unit_setting_type
12981     (name, grp, label, description, datatype)
12982     VALUES (
12983         'circ.patron_expires_soon_warning',
12984         'circ',
12985         oils_i18n_gettext(
12986             'circ.patron_expires_soon_warning',
12987             'Warn when patron account is about to expire',
12988             'coust',
12989             'label'
12990         ),
12991         oils_i18n_gettext(
12992             'circ.patron_expires_soon_warning',
12993             '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.',
12994             'coust',
12995             'description'
12996         ),
12997         'integer'
12998     );
12999
13000 INSERT INTO config.org_unit_setting_type (
13001     name, label, grp, datatype
13002 ) VALUES (
13003     'circ.fines.truncate_to_max_fine',
13004     oils_i18n_gettext(
13005         'circ.fines.truncate_to_max_fine',
13006         'Truncate fines to max fine amount',
13007         'coust',
13008         'label'
13009     ),
13010     'circ',
13011     'bool'
13012 );
13013
13014
13015 INSERT INTO config.settings_group (name, label)
13016     VALUES (
13017         'url_verify',
13018         oils_i18n_gettext(
13019             'url_verify',
13020             'URL Verify',
13021             'csg',
13022             'label'
13023         )
13024     );
13025
13026 INSERT INTO config.org_unit_setting_type
13027     (name, grp, label, description, datatype, update_perm)
13028     VALUES (
13029         'url_verify.url_verification_delay',
13030         'url_verify',
13031         oils_i18n_gettext(
13032             'url_verify.url_verification_delay',
13033             'Number of seconds to wait between URL test attempts.',
13034             'coust',
13035             'label'
13036         ),
13037         oils_i18n_gettext(
13038             'url_verify.url_verification_delay',
13039             'Throttling mechanism for batch URL verification runs.  Each running process will wait this number of seconds after a URL test before performing the next.',
13040             'coust',
13041             'description'
13042         ),
13043         'integer',
13044         544
13045     );
13046
13047 INSERT INTO config.org_unit_setting_type
13048     (name, grp, label, description, datatype, update_perm)
13049     VALUES (
13050         'url_verify.url_verification_max_redirects',
13051         'url_verify',
13052         oils_i18n_gettext(
13053             'url_verify.url_verification_max_redirects',
13054             'Maximum redirect lookups',
13055             'coust',
13056             'label'
13057         ),
13058         oils_i18n_gettext(
13059             'url_verify.url_verification_max_redirects',
13060             'For URLs returning 3XX redirects, this is the maximum number of redirects we will follow before giving up.',
13061             'coust',
13062             'description'
13063         ),
13064         'integer',
13065         544
13066     );
13067
13068 INSERT INTO config.org_unit_setting_type
13069     (name, grp, label, description, datatype, update_perm)
13070     VALUES (
13071         'url_verify.url_verification_max_wait',
13072         'url_verify',
13073         oils_i18n_gettext(
13074             'url_verify.url_verification_max_wait',
13075             'Maximum wait time (in seconds) for a URL to lookup',
13076             'coust',
13077             'label'
13078         ),
13079         oils_i18n_gettext(
13080             'url_verify.url_verification_max_wait',
13081             'If we exceed the wait time, the URL is marked as a "timeout" and the system moves on to the next URL',
13082             'coust',
13083             'description'
13084         ),
13085         'integer',
13086         544
13087     );
13088
13089 INSERT INTO config.filter_dialog_interface (key, description) VALUES (
13090     'url_verify',
13091     oils_i18n_gettext(
13092         'url_verify',
13093         'All Link Checker filter dialogs',
13094         'cfdi',
13095         'description'
13096     )
13097 );
13098
13099 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
13100     'ui.grid_columns.url_verify.select_urls',
13101     'gui',
13102     FALSE,
13103     oils_i18n_gettext(
13104         'ui.grid_columns.url_verify.select_urls',
13105         'Link Checker''s URL Selection interface''s saved columns',
13106         'cust',
13107         'label'
13108     ),
13109     oils_i18n_gettext(
13110         'ui.grid_columns.url_verify.select_urls',
13111         'Link Checker''s URL Selection interface''s saved columns',
13112         'cust',
13113         'description'
13114     ),
13115     'string'
13116 );
13117
13118 INSERT INTO config.usr_setting_type (name,grp,opac_visible,label,description,datatype) VALUES (
13119     'ui.grid_columns.url_verify.review_attempt',
13120     'gui',
13121     FALSE,
13122     oils_i18n_gettext(
13123         'ui.grid_columns.url_verify.review_attempt',
13124         'Link Checker''s Review Attempt interface''s saved columns',
13125         'cust',
13126         'label'
13127     ),
13128     oils_i18n_gettext(
13129         'ui.grid_columns.url_verify.review_attempt',
13130         'Link Checker''s Review Attempt interface''s saved columns',
13131         'cust',
13132         'description'
13133     ),
13134     'string'
13135 );
13136
13137 INSERT INTO config.org_unit_setting_type
13138     (name, grp, label, description, datatype, update_perm)
13139     VALUES (
13140         'url_verify.verification_batch_size',
13141         'url_verify',
13142         oils_i18n_gettext(
13143             'url_verify.verification_batch_size',
13144             'Number of URLs to test in parallel',
13145             'coust',
13146             'label'
13147         ),
13148         oils_i18n_gettext(
13149             'url_verify.verification_batch_size',
13150             '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.',
13151             'coust',
13152             'description'
13153         ),
13154         'integer',
13155         544
13156     );
13157
13158 INSERT INTO config.org_unit_setting_type
13159     (name, label, description, grp, datatype, fm_class) 
13160 VALUES (
13161     'acq.upload.default.create_po',
13162     oils_i18n_gettext(
13163         'acq.upload.default.create_po',
13164         'Upload Create PO',
13165         'coust',
13166         'label'
13167     ),
13168      oils_i18n_gettext(
13169         'acq.upload.default.create_po',
13170         'Create a purchase order by default during ACQ file upload',
13171         'coust',
13172         'description'
13173     ),
13174    'acq',
13175     'bool',
13176     NULL
13177 ), (
13178     'acq.upload.default.activate_po',
13179     oils_i18n_gettext(
13180         'acq.upload.default.activate_po',
13181         'Upload Activate PO',
13182         'coust',
13183         'label'
13184     ),
13185      oils_i18n_gettext(
13186         'acq.upload.default.activate_po',
13187         'Activate the purchase order by default during ACQ file upload',
13188         'coust',
13189         'description'
13190     ),
13191     'acq',
13192     'bool',
13193     NULL
13194 ), (
13195     'acq.upload.default.provider',
13196     oils_i18n_gettext(
13197         'acq.upload.default.provider',
13198         'Upload Default Provider',
13199         'coust',
13200         'label'
13201     ),
13202      oils_i18n_gettext(
13203         'acq.upload.default.provider',
13204         'Default provider to use during ACQ file upload',
13205         'coust',
13206         'description'
13207     ),
13208     'acq',
13209     'link',
13210     'acqpro'
13211 ), (
13212     'acq.upload.default.vandelay.match_set',
13213     oils_i18n_gettext(
13214         'acq.upload.default.vandelay.match_set',
13215         'Upload Default Match Set',
13216         'coust',
13217         'label'
13218     ),
13219      oils_i18n_gettext(
13220         'acq.upload.default.vandelay.match_set',
13221         'Default match set to use during ACQ file upload',
13222         'coust',
13223         'description'
13224     ),
13225     'acq',
13226     'link',
13227     'vms'
13228 ), (
13229     'acq.upload.default.vandelay.merge_profile',
13230     oils_i18n_gettext(
13231         'acq.upload.default.vandelay.merge_profile',
13232         'Upload Default Merge Profile',
13233         'coust',
13234         'label'
13235     ),
13236      oils_i18n_gettext(
13237         'acq.upload.default.vandelay.merge_profile',
13238         'Default merge profile to use during ACQ file upload',
13239         'coust',
13240         'description'
13241     ),
13242     'acq',
13243     'link',
13244     'vmp'
13245 ), (
13246     'acq.upload.default.vandelay.import_non_matching',
13247     oils_i18n_gettext(
13248         'acq.upload.default.vandelay.import_non_matching',
13249         'Upload Import Non Matching by Default',
13250         'coust',
13251         'label'
13252     ),
13253      oils_i18n_gettext(
13254         'acq.upload.default.vandelay.import_non_matching',
13255         'Import non-matching records by default during ACQ file upload',
13256         'coust',
13257         'description'
13258     ),
13259     'acq',
13260     'bool',
13261     NULL
13262 ), (
13263     'acq.upload.default.vandelay.merge_on_exact',
13264     oils_i18n_gettext(
13265         'acq.upload.default.vandelay.merge_on_exact',
13266         'Upload Merge on Exact Match by Default',
13267         'coust',
13268         'label'
13269     ),
13270      oils_i18n_gettext(
13271         'acq.upload.default.vandelay.merge_on_exact',
13272         'Merge records on exact match by default during ACQ file upload',
13273         'coust',
13274         'description'
13275     ),
13276     'acq',
13277     'bool',
13278     NULL
13279 ), (
13280     'acq.upload.default.vandelay.merge_on_best',
13281     oils_i18n_gettext(
13282         'acq.upload.default.vandelay.merge_on_best',
13283         'Upload Merge on Best Match by Default',
13284         'coust',
13285         'label'
13286     ),
13287      oils_i18n_gettext(
13288         'acq.upload.default.vandelay.merge_on_best',
13289         'Merge records on best match by default during ACQ file upload',
13290         'coust',
13291         'description'
13292     ),
13293     'acq',
13294     'bool',
13295     NULL
13296 ), (
13297     'acq.upload.default.vandelay.merge_on_single',
13298     oils_i18n_gettext(
13299         'acq.upload.default.vandelay.merge_on_single',
13300         'Upload Merge on Single Match by Default',
13301         'coust',
13302         'label'
13303     ),
13304      oils_i18n_gettext(
13305         'acq.upload.default.vandelay.merge_on_single',
13306         'Merge records on single match by default during ACQ file upload',
13307         'coust',
13308         'description'
13309     ),
13310     'acq',
13311     'bool',
13312     NULL
13313 ), (
13314     'acq.upload.default.vandelay.quality_ratio',
13315     oils_i18n_gettext(
13316         'acq.upload.default.vandelay.quality_ratio',
13317         'Upload Default Min. Quality Ratio',
13318         'coust',
13319         'label'
13320     ),
13321      oils_i18n_gettext(
13322         'acq.upload.default.vandelay.quality_ratio',
13323         'Default minimum quality ratio used during ACQ file upload',
13324         'coust',
13325         'description'
13326     ),
13327     'acq',
13328     'integer',
13329     NULL
13330 ), (
13331     'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13332     oils_i18n_gettext(
13333         'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13334         'Upload Default Insufficient Quality Fall-Thru Profile',
13335         'coust',
13336         'label'
13337     ),
13338      oils_i18n_gettext(
13339         'acq.upload.default.vandelay.low_quality_fall_thru_profile',
13340         'Default low-quality fall through profile used during ACQ file upload',
13341         'coust',
13342         'description'
13343     ),
13344     'acq',
13345     'link',
13346     'vmp'
13347 ), (
13348     'acq.upload.default.vandelay.load_item_for_imported',
13349     oils_i18n_gettext(
13350         'acq.upload.default.vandelay.load_item_for_imported',
13351         'Upload Load Items for Imported Records by Default',
13352         'coust',
13353         'label'
13354     ),
13355      oils_i18n_gettext(
13356         'acq.upload.default.vandelay.load_item_for_imported',
13357         'Load items for imported records by default during ACQ file upload',
13358         'coust',
13359         'description'
13360     ),
13361     'acq',
13362     'bool',
13363     NULL
13364 );
13365
13366
13367 INSERT INTO config.ts_config_list(id, name) VALUES
13368     ('simple','Non-Stemmed Simple'),
13369     ('danish_nostop','Danish Stemmed'),
13370     ('dutch_nostop','Dutch Stemmed'),
13371     ('english_nostop','English Stemmed'),
13372     ('finnish_nostop','Finnish Stemmed'),
13373     ('french_nostop','French Stemmed'),
13374     ('german_nostop','German Stemmed'),
13375     ('hungarian_nostop','Hungarian Stemmed'),
13376     ('italian_nostop','Italian Stemmed'),
13377     ('norwegian_nostop','Norwegian Stemmed'),
13378     ('portuguese_nostop','Portuguese Stemmed'),
13379     ('romanian_nostop','Romanian Stemmed'),
13380     ('russian_nostop','Russian Stemmed'),
13381     ('spanish_nostop','Spanish Stemmed'),
13382     ('swedish_nostop','Swedish Stemmed'),
13383     ('turkish_nostop','Turkish Stemmed');
13384
13385 INSERT INTO config.metabib_class_ts_map(field_class, ts_config, index_weight, always) VALUES
13386     ('keyword','simple','A',true),
13387     ('keyword','english_nostop','C',true),
13388     ('title','simple','A',true),
13389     ('title','english_nostop','C',true),
13390     ('author','simple','A',true),
13391     ('author','english_nostop','C',true),
13392     ('series','simple','A',true),
13393     ('series','english_nostop','C',true),
13394     ('subject','simple','A',true),
13395     ('subject','english_nostop','C',true),
13396     ('identifier','simple','A',true);
13397
13398 INSERT INTO config.org_unit_setting_type (
13399     name, label, description, datatype, fm_class, update_perm, grp
13400 ) VALUES (
13401     'circ.hold_capture_order',
13402     oils_i18n_gettext(
13403         'circ.hold_capture_order',
13404         'Best-hold selection sort order',
13405         'coust',
13406         'label'
13407     ),
13408     oils_i18n_gettext(
13409         'circ.hold_capture_order',
13410         'Defines the sort order of holds when selecting a hold to fill using a given copy at capture time',
13411         'coust',
13412         'description'
13413     ),
13414     'link',
13415     'cbho',
13416     543,
13417     'holds'
13418 );
13419
13420 INSERT INTO config.org_unit_setting_type (
13421     name, label, description, datatype, update_perm, grp
13422 ) VALUES (
13423     'circ.hold_go_home_interval',
13424     oils_i18n_gettext(
13425         'circ.hold_go_home_interval',
13426         'Max foreign-circulation time',
13427         'coust',
13428         'label'
13429     ),
13430     oils_i18n_gettext(
13431         'circ.hold_go_home_interval',
13432         'Time a copy can spend circulating away from its circ lib before returning there to fill a hold (if one exists there)',
13433         'coust',
13434         'description'
13435     ),
13436     'interval',
13437     543,
13438     'holds'
13439 );
13440
13441
13442 INSERT INTO config.best_hold_order (
13443     name,
13444     approx, pprox, aprox, priority, cut, depth, rtime
13445 ) VALUES (
13446     'Traditional',
13447     1, 2, 3, 4, 5, 6, 7
13448 );
13449
13450 INSERT INTO config.best_hold_order (
13451     name,
13452     hprox, approx, pprox, aprox, priority, cut, depth, rtime
13453 ) VALUES (
13454     'Traditional with Holds-always-go-home',
13455     1, 2, 3, 4, 5, 6, 7, 8
13456 );
13457
13458 INSERT INTO config.best_hold_order (
13459     name,
13460     htime, approx, pprox, aprox, priority, cut, depth, rtime
13461 ) VALUES (
13462     'Traditional with Holds-go-home',
13463     1, 2, 3, 4, 5, 6, 7, 8
13464 );
13465
13466 INSERT INTO config.best_hold_order (
13467     name,
13468     priority, cut, rtime, depth, pprox, hprox, aprox, htime
13469 ) VALUES (
13470     'FIFO',
13471     1, 2, 3, 4, 5, 6, 7, 8
13472 );
13473
13474 INSERT INTO config.best_hold_order (
13475     name,
13476     hprox, priority, cut, rtime, depth, pprox, aprox, htime
13477 ) VALUES (
13478     'FIFO with Holds-always-go-home',
13479     1, 2, 3, 4, 5, 6, 7, 8
13480 );
13481
13482 INSERT INTO config.best_hold_order (
13483     name,
13484     htime, priority, cut, rtime, depth, pprox, aprox, hprox
13485 ) VALUES (
13486     'FIFO with Holds-go-home',
13487     1, 2, 3, 4, 5, 6, 7, 8
13488 );
13489
13490 INSERT INTO actor.org_unit_setting (
13491     org_unit, name, value
13492 ) VALUES (
13493     (SELECT id FROM actor.org_unit WHERE parent_ou IS NULL),
13494     'circ.hold_go_home_interval',
13495     '"6 months"'
13496 );
13497
13498 INSERT INTO action_trigger.hook (
13499         key,
13500         core_type,
13501         description,
13502         passive
13503     ) VALUES (
13504         'au.barred',
13505         'au',
13506         'A user was barred by staff',
13507         FALSE
13508     );
13509
13510 INSERT INTO action_trigger.hook (
13511         key,
13512         core_type,
13513         description,
13514         passive
13515     ) VALUES (
13516         'au.unbarred',
13517         'au',
13518         'A user was un-barred by staff',
13519         FALSE
13520     );
13521
13522 INSERT INTO action_trigger.validator (
13523         module, 
13524         description
13525     ) VALUES (
13526         'PatronBarred',
13527         'Tests if a patron is currently marked as barred'
13528     );
13529
13530 INSERT INTO action_trigger.validator (
13531         module, 
13532         description
13533     ) VALUES (
13534         'PatronNotBarred',
13535         'Tests if a patron is currently not marked as barred'
13536     );
13537
13538 INSERT INTO config.org_unit_setting_type
13539     (name, label, description, grp, datatype) 
13540 VALUES (
13541     'acq.fund.rollover_distrib_forms',
13542     oils_i18n_gettext(
13543         'acq.fund.rollover_distrib_forms',
13544         'Rollover Distribution Formulae Funds',
13545         'coust',
13546         'label'
13547     ),
13548      oils_i18n_gettext(
13549         'acq.fund.rollover_distrib_forms',
13550         'During fiscal rollover, update distribution formalae to use new funds',
13551         'coust',
13552         'description'
13553     ),
13554     'acq',
13555     'bool'
13556 );
13557
13558 INSERT INTO config.z3950_index_field_map 
13559     (id, label, metabib_field, z3950_attr_type) VALUES 
13560 (1, oils_i18n_gettext(1, 'Title',   'czifm', 'label'), 5,  'title'),
13561 (2, oils_i18n_gettext(2, 'Author',  'czifm', 'label'), 8,  'author'),
13562 (3, oils_i18n_gettext(3, 'ISBN',    'czifm', 'label'), 18, 'isbn'),
13563 (4, oils_i18n_gettext(4, 'ISSN',    'czifm', 'label'), 19, 'issn'),
13564 (5, oils_i18n_gettext(5, 'LCCN',    'czifm', 'label'), 30, 'lccn');
13565
13566 INSERT INTO config.z3950_index_field_map 
13567     (id, label, record_attr, z3950_attr_type) VALUES 
13568 (6, oils_i18n_gettext(6, 'Pubdate',  'czifm', 'label'),'pubdate', 'pubdate'),
13569 (7, oils_i18n_gettext(7, 'Item Type', 'czifm', 'label'),'item_type', 'item_type');
13570
13571
13572 -- let's leave room for more stock mappings
13573 SELECT SETVAL('config.z3950_index_field_map_id_seq'::TEXT, 1000);
13574
13575 INSERT INTO config.org_unit_setting_type
13576     (name, grp, label, description, datatype)
13577     VALUES (
13578         'cat.z3950.batch.max_parallel',
13579         'cat',
13580         oils_i18n_gettext(
13581             'cat.z3950.batch.max_parallel',
13582             'Maximum Parallel Z39.50 Batch Searches',
13583             'coust',
13584             'label'
13585         ),
13586         oils_i18n_gettext(
13587             'cat.z3950.batch.max_parallel',
13588             'The maximum number of Z39.50 searches that can be in-flight at any given time when performing batch Z39.50 searches',
13589             'coust',
13590             'description'
13591         ),
13592         'integer'
13593     );
13594
13595 INSERT INTO config.org_unit_setting_type
13596     (name, grp, label, description, datatype)
13597     VALUES (
13598         'cat.z3950.batch.max_results',
13599         'cat',
13600         oils_i18n_gettext(
13601             'cat.z3950.batch.max_results',
13602             'Maximum Z39.50 Batch Search Results',
13603             'coust',
13604             'label'
13605         ),
13606         oils_i18n_gettext(
13607             'cat.z3950.batch.max_results',
13608             'The maximum number of search results to retrieve and queue for each record + Z39 source during batch Z39.50 searches',
13609             'coust',
13610             'description'
13611         ),
13612         'integer'
13613     );
13614
13615 -- long overdue stuff...
13616
13617 INSERT INTO config.org_unit_setting_type 
13618     (name, grp, datatype, label, description) VALUES 
13619 (
13620     'circ.longoverdue_immediately_available',
13621     'circ', 'bool',
13622     oils_i18n_gettext(
13623         'circ.longoverdue_immediately_available',
13624         'Long-Overdue Items Usable on Checkin',
13625         'coust',
13626         'label'
13627     ),
13628     oils_i18n_gettext(
13629         'circ.longoverdue_immediately_available',
13630         'Long-overdue items are usable on checkin instead of going "home" first',
13631         'coust',
13632         'description'
13633     )
13634 ), (
13635     'circ.longoverdue_materials_processing_fee',
13636     'finance', 'currency',
13637     oils_i18n_gettext(
13638         'circ.longoverdue_materials_processing_fee',
13639         'Long-Overdue Materials Processing Fee',
13640         'coust',
13641         'label'
13642     ),
13643     oils_i18n_gettext(
13644         'circ.longoverdue_materials_processing_fee',
13645         'Long-Overdue Materials Processing Fee',
13646         'coust',
13647         'description'
13648     )
13649 ), (
13650     'circ.max_accept_return_of_longoverdue',
13651     'circ', 'interval',
13652     oils_i18n_gettext(
13653         'circ.max_accept_return_of_longoverdue',
13654         'Long-Overdue Max Return Interval',
13655         'coust',
13656         'label'
13657     ),
13658     oils_i18n_gettext(
13659         'circ.max_accept_return_of_longoverdue',
13660         'Long-overdue check-in processing (voiding fees, re-instating ' ||
13661             'overdues, etc.) will not take place for items that have been ' ||
13662             'overdue for (or have last activity older than) this amount of time',
13663         'coust',
13664         'description'
13665     )
13666 ), (
13667     'circ.restore_overdue_on_longoverdue_return',
13668     'circ', 'bool',
13669     oils_i18n_gettext(
13670         'circ.restore_overdue_on_longoverdue_return',
13671         'Restore Overdues on Long-Overdue Item Return',
13672         'coust',
13673         'label'
13674     ),
13675     oils_i18n_gettext(
13676         'circ.restore_overdue_on_longoverdue_return',
13677         'Restore Overdues on Long-Overdue Item Return',
13678         'coust',
13679         'description'
13680     )
13681 ), (
13682     'circ.void_longoverdue_on_checkin',
13683     'circ', 'bool',
13684     oils_i18n_gettext(
13685         'circ.void_longoverdue_on_checkin',
13686         'Void Long-Overdue Item Billing When Returned',
13687         'coust',
13688         'label'
13689     ),
13690     oils_i18n_gettext(
13691         'circ.void_longoverdue_on_checkin',
13692         'Void Long-Overdue Item Billing When Returned',
13693         'coust',
13694         'description'
13695     )
13696 ), (
13697     'circ.void_longoverdue_proc_fee_on_checkin',
13698     'circ', 'bool',
13699     oils_i18n_gettext(
13700         'circ.void_longoverdue_proc_fee_on_checkin',
13701         'Void Processing Fee on Long-Overdue Item Return',
13702         'coust',
13703         'label'
13704     ),
13705     oils_i18n_gettext(
13706         'circ.void_longoverdue_proc_fee_on_checkin',
13707         'Void Processing Fee on Long-Overdue Item Return',
13708         'coust',
13709         'description'
13710     )
13711 ), (
13712     'circ.void_overdue_on_longoverdue',
13713     'finance', 'bool',
13714     oils_i18n_gettext(
13715         'circ.void_overdue_on_longoverdue',
13716         'Void Overdue Fines When Items are Marked Long-Overdue',
13717         'coust',
13718         'label'
13719     ),
13720     oils_i18n_gettext(
13721         'circ.void_overdue_on_longoverdue',
13722         'Void Overdue Fines When Items are Marked Long-Overdue',
13723         'coust',
13724         'description'
13725     )
13726 ), (
13727     'circ.longoverdue.xact_open_on_zero',
13728     'finance', 'bool',
13729     oils_i18n_gettext(
13730         'circ.longoverdue.xact_open_on_zero',
13731         'Leave transaction open when long overdue balance equals zero',
13732         'coust',
13733         'label'
13734     ),
13735     oils_i18n_gettext(
13736         'circ.longoverdue.xact_open_on_zero',
13737         'Leave transaction open when long-overdue balance equals zero.  ' ||
13738             'This leaves the lost copy on the patron record when it is paid',
13739         'coust',
13740         'description'
13741     )
13742 ), (
13743     'circ.longoverdue.use_last_activity_date_on_return',
13744     'circ', 'bool',
13745     oils_i18n_gettext(
13746         'circ.longoverdue.use_last_activity_date_on_return',
13747         'Long-Overdue Check-In Interval Uses Last Activity Date',
13748         'coust',
13749         'label'
13750     ),
13751     oils_i18n_gettext(
13752         'circ.longoverdue.use_last_activity_date_on_return',
13753         'Use the long-overdue last-activity date instead of the due_date to ' ||
13754             'determine whether the item has been checked out too long to ' ||
13755             'perform long-overdue check-in processing.  If set, the system ' ||
13756             'will first check the last payment time, followed by the last ' ||
13757             'billing time, followed by the due date.  See also ' ||
13758             'circ.max_accept_return_of_longoverdue',
13759         'coust',
13760         'description'
13761     )
13762 );
13763
13764 -- mark long-overdue reactor
13765
13766 INSERT INTO action_trigger.reactor (module, description) VALUES
13767 (   'MarkItemLongOverdue',
13768     oils_i18n_gettext(
13769         'MarkItemLongOverdue',
13770         'Marks a circulating item as long-overdue and applies configured ' ||
13771         'penalties.  Also creates events for the longoverdue.auto hook',
13772         'atreact',
13773         'description'
13774     )
13775 );
13776
13777 INSERT INTO action_trigger.validator (module, description) VALUES (
13778     'PatronNotInCollections', 
13779     'Event is valid if the linked patron is not in collections processing ' ||
13780         'at the context org unit'
13781 );
13782
13783 INSERT INTO action_trigger.event_definition 
13784     (id, active, owner, name, hook, validator, reactor, delay, delay_field) 
13785 VALUES (
13786     49, FALSE, 1, '6 Month Overdue Mark Long-Overdue', 
13787     'checkout.due', 'PatronNotInCollections', 
13788     'MarkItemLongOverdue', '6 months', 'due_date'
13789 );
13790
13791 INSERT INTO action_trigger.event_params (event_def, param, value) VALUES
13792     (49, 'editor', '''1''');
13793
13794 -- new longoverdue and longervdue.auto hook.
13795
13796 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
13797     'longoverdue',
13798     'circ',
13799     'Circulating Item marked long-overdue'
13800 );
13801
13802 INSERT INTO action_trigger.hook (key,core_type,description) VALUES (
13803     'longoverdue.auto',
13804     'circ',
13805     'Circulating Item automatically marked long-overdue'
13806 );
13807
13808 -- sample longoverdue.auto notification reactor
13809
13810 INSERT INTO action_trigger.event_definition 
13811     (id, active, owner, name, hook, validator, reactor, group_field, template) 
13812     VALUES (
13813         50, FALSE, 1, '6 Month Long Overdue Notice', 
13814         'longoverdue.auto', 'NOOP_True', 'SendEmail', 'usr',
13815 $$
13816 [%- USE date -%]
13817 [%- user = target.0.usr -%]
13818 To: [%- params.recipient_email || user.email %]
13819 From: [%- params.sender_email || default_sender %]
13820 Subject: Overdue Items Marked Long Overdue
13821
13822 Dear [% user.family_name %], [% user.first_given_name %]
13823 The following items are 6 months overdue and have been marked Long Overdue.
13824
13825 [% FOR circ IN target %]
13826     [%- copy_details = helpers.get_copy_bib_basics(circ.target_copy.id) -%]
13827     Title: [% copy_details.title %], by [% copy_details.author %]
13828     Call Number: [% circ.target_copy.call_number.label %]
13829     Shelving Location: [% circ.target_copy.location.name %]
13830     Barcode: [% circ.target_copy.barcode %]
13831     Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
13832     Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
13833     Total Owed For Transaction: [% circ.billable_transaction.summary.balance_owed %]
13834     Library: [% circ.circ_lib.name %]
13835
13836 [% END %]
13837 $$);
13838
13839 -- ENV for above
13840
13841 INSERT INTO action_trigger.environment (event_def, path) VALUES 
13842     (50, 'target_copy.call_number'),
13843     (50, 'usr'),
13844     (50, 'billable_transaction.summary'),
13845     (50, 'circ_lib.billing_address'),
13846     (50, 'target_copy.location');
13847
13848
13849 -- Auto-cancelled, no target
13850 INSERT INTO action_trigger.event_definition (
13851     id, active, owner, name, hook,
13852     validator, reactor, delay, delay_field,
13853     group_field, message_usr_path, message_library_path, message_title,
13854     message_template
13855 ) VALUES (
13856     51, FALSE, 1, 'Hold Cancelled (No Target) User Message', 'hold_request.cancel.expire_no_target',
13857     'HoldIsCancelled', 'NOOP_True', '30 minutes', 'cancel_time',
13858     'usr', 'usr', 'usr.home_ou', 'Hold Request Cancelled',
13859 $$
13860 [%- USE date -%]
13861 [%- user = target.0.usr -%]
13862 The following holds were cancelled because no items were found to fullfil them.
13863
13864 [% FOR hold IN target %]
13865     Title: [% hold.bib_rec.bib_record.simple_record.title %]
13866     Author: [% hold.bib_rec.bib_record.simple_record.author %]
13867     Library: [% hold.pickup_lib.name %]
13868     Request Date: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
13869 [% END %]
13870
13871 $$);
13872
13873 INSERT INTO action_trigger.environment (event_def, path) VALUES
13874     (51, 'usr'),
13875     (51, 'pickup_lib'),
13876     (51, 'bib_rec.bib_record.simple_record');
13877
13878
13879 -- Cancelled by staff
13880 INSERT INTO action_trigger.event_definition (
13881     id, active, owner, name, hook,
13882     validator, reactor, delay, delay_field,
13883     group_field, message_usr_path, message_library_path, message_title,
13884     message_template
13885 ) VALUES (
13886     52, FALSE, 1, 'Hold Cancelled (Staff) User Message', 'hold_request.cancel.staff',
13887     'HoldIsCancelled', 'NOOP_True', '30 minutes', 'cancel_time',
13888     'usr', 'usr', 'usr.home_ou', 'Hold Request Cancelled',
13889 $$
13890 [%- USE date -%]
13891 [%- user = target.0.usr -%]
13892 The following holds were cancelled by a staff member.
13893
13894 [% FOR hold IN target %]
13895     Title: [% hold.bib_rec.bib_record.simple_record.title %]
13896     Author: [% hold.bib_rec.bib_record.simple_record.author %]
13897     Library: [% hold.pickup_lib.name %]
13898     Request Date: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
13899     Cancellation Note: [% hold.cancel_note %]
13900 [% END %]
13901
13902 $$);
13903
13904 INSERT INTO action_trigger.environment (event_def, path) VALUES
13905     (52, 'usr'),
13906     (52, 'pickup_lib'),
13907     (52, 'bib_rec.bib_record.simple_record');
13908
13909
13910 -- Shelf expired
13911 INSERT INTO action_trigger.event_definition (
13912     id, active, owner, name, hook,
13913     validator, reactor, delay, delay_field,
13914     group_field, message_usr_path, message_library_path, message_title,
13915     message_template
13916 ) VALUES (
13917     53, TRUE, 1, 'Hold Cancelled (Shelf-expired) User Message', 'hold_request.cancel.expire_holds_shelf',
13918     'HoldIsCancelled', 'NOOP_True', '30 minutes', 'cancel_time',
13919     'usr', 'usr', 'usr.home_ou', 'Hold Request Cancelled',
13920 $$
13921 [%- USE date -%]
13922 [%- user = target.0.usr -%]
13923 The following holds were cancelled because they were never picked up.
13924
13925 [% FOR hold IN target %]
13926     Title: [% hold.bib_rec.bib_record.simple_record.title %]
13927     Author: [% hold.bib_rec.bib_record.simple_record.author %]
13928     Library: [% hold.pickup_lib.name %]
13929     Request Date: [% date.format(helpers.format_date(hold.request_time), '%Y-%m-%d') %]
13930     Pickup By: [% date.format(helpers.format_date(hold.shelf_expire_time), '%Y-%m-%d') %]
13931 [% END %]
13932
13933 $$);
13934
13935 INSERT INTO action_trigger.environment (event_def, path) VALUES
13936     (53, 'usr'),
13937     (53, 'pickup_lib'),
13938     (53, 'bib_rec.bib_record.simple_record');
13939
13940 -- OUS's for patron self-reg
13941 INSERT INTO config.org_unit_setting_type
13942     (name, grp, datatype, label, description)
13943 VALUES (
13944     'opac.allow_pending_user',
13945     'opac',
13946     'bool',
13947     oils_i18n_gettext(
13948         'opac.allow_pending_user',
13949         'Allow Patron Self-Registration',
13950         'coust',
13951         'label'
13952     ),
13953     oils_i18n_gettext(
13954         'opac.allow_pending_user',
13955         'Allow patrons to self-register, creating pending user accounts',
13956         'coust',
13957         'description'
13958     )
13959 ), (
13960     'opac.pending_user_expire_interval',
13961     'opac',
13962     'interval',
13963     oils_i18n_gettext(
13964         'opac.pending_user_expire_interval',
13965         'Patron Self-Reg. Expire Interval',
13966         'coust',
13967         'label'
13968     ),
13969     oils_i18n_gettext(
13970         'opac.pending_user_expire_interval',
13971         'If set, this is the amount of time a pending user account will ' ||
13972         'be allowed to sit in the database.  After this time, the pending ' ||
13973         'user information will be purged',
13974         'coust',
13975         'description'
13976     )
13977 ), (
13978     'ui.patron.edit.aua.county.show',
13979     'gui',
13980     'bool',
13981     oils_i18n_gettext(
13982         'ui.patron.edit.aua.county.require',
13983         'Show county field on patron registration',
13984         'coust',
13985         'label'
13986     ),
13987     oils_i18n_gettext(
13988         'ui.patron.edit.aua.county.require',
13989         'The county field will be shown on the patron registration screen',
13990         'coust',
13991         'description'
13992     )
13993 );
13994
13995 -- vandelay item import defaults
13996 INSERT INTO config.org_unit_setting_type
13997     (grp, name, label, description, datatype, fm_class)
13998 VALUES (
13999     'vandelay',
14000     'vandelay.item.barcode.auto',
14001     oils_i18n_gettext(
14002         'vandelay.item.barcode.auto',
14003         'Vandelay Generate Default Barcodes',
14004         'coust', 'label'),
14005     oils_i18n_gettext(
14006         'vandelay.item.barcode.auto',
14007         'Auto-generate deault item barcodes when no item barcode is present',
14008         'coust', 'label'),
14009     'bool',
14010     NULL
14011 ), (
14012     'vandelay',
14013     'vandelay.item.barcode.prefix',
14014     oils_i18n_gettext(
14015         'vandelay.item.barcode.prefix',
14016         'Vandelay Default Barcode Prefix',
14017         'coust', 'label'),
14018     oils_i18n_gettext(
14019         'vandelay.item.barcode.prefix',
14020         'Apply this prefix to any auto-generated item barcodes',
14021         'coust', 'label'),
14022     'string',
14023     NULL
14024 ), (
14025     'vandelay',
14026     'vandelay.item.call_number.auto',
14027     oils_i18n_gettext(
14028         'vandelay.item.call_number.auto',
14029         'Vandelay Generate Default Call Numbers',
14030         'coust', 'label'),
14031     oils_i18n_gettext(
14032         'vandelay.item.call_number.auto',
14033         'Auto-generate default item call numbers when no item call number is present',
14034         'coust', 'label'),
14035     'bool',
14036     NULL
14037 ), (
14038     'vandelay',
14039     'vandelay.item.call_number.prefix',
14040     oils_i18n_gettext(
14041         'vandelay.item.call_number.prefix',
14042         'Vandelay Default Call Number Prefix',
14043         'coust', 'label'),
14044     oils_i18n_gettext(
14045         'vandelay.item.call_number.prefix',
14046         'Apply this prefix to any auto-generated item call numbers',
14047         'coust', 'label'),
14048     'string',
14049     NULL
14050 ), (
14051     'vandelay',
14052     'vandelay.item.copy_location.default',
14053     oils_i18n_gettext(
14054         'vandelay.item.copy_location.default',
14055         'Vandelay Default Copy Location',
14056         'coust', 'label'),
14057     oils_i18n_gettext(
14058         'vandelay.item.copy_location.default',
14059         'Default copy location value for imported items',
14060         'coust', 'label'),
14061     'link',
14062     'acpl'
14063 ), (
14064     'vandelay',
14065     'vandelay.item.circ_modifier.default',
14066     oils_i18n_gettext(
14067         'vandelay.item.circ_modifier.default',
14068         'Vandelay Default Circulation Modifier',
14069         'coust', 'label'),
14070     oils_i18n_gettext(
14071         'vandelay.item.circ_modifier.default',
14072         'Default circulation modifier value for imported items',
14073         'coust', 'label'),
14074     'link',
14075     'ccm'
14076 );
14077
14078
14079 INSERT into config.org_unit_setting_type 
14080     (name, grp, label, description, datatype)
14081 VALUES ( 
14082     'opac.holds.org_unit_not_pickup_lib', 
14083     'opac',
14084     oils_i18n_gettext('opac.holds.org_unit_not_pickup_lib',
14085         'OPAC: Org Unit is not a hold pickup library',
14086         'coust', 'label'),
14087     oils_i18n_gettext('opac.holds.org_unit_not_pickup_lib',
14088         'If set, this org unit will not be offered to the patron as an '||
14089         'option for a hold pickup location.  This setting has no affect '||
14090         'on searching or hold targeting',
14091         'coust', 'description'),
14092     'bool'
14093 );
14094
14095
14096 INSERT INTO config.standing_penalty
14097     (id, name, label, block_list, staff_alert)
14098 VALUES (
14099     35,
14100     'PATRON_EXCEEDS_LONGOVERDUE_COUNT',
14101     oils_i18n_gettext(
14102         35,
14103         'Patron Exceeds Max Long-Overdue Threshold',
14104         'csp',
14105         'label'
14106     ),
14107     'CIRC|FULFILL|HOLD|CAPTURE|RENEW',
14108     TRUE
14109 );
14110
14111
14112 INSERT INTO config.org_unit_setting_type
14113     (name, grp, datatype, label, description)
14114 VALUES (
14115     'opac.self_register.timeout',
14116     'opac',
14117     'integer',
14118     oils_i18n_gettext(
14119         'opac.self_register.timeout',
14120         'Patron Self-Reg. Display Timeout',
14121         'coust',
14122         'label'
14123     ),
14124     oils_i18n_gettext(
14125         'opac.self_register.timeout',
14126         'Number of seconds to wait before reloading the patron self-'||
14127         'registration interface to clear sensitive data',
14128         'coust',
14129         'description'
14130     )
14131 );
14132
14133
14134 INSERT INTO config.org_unit_setting_type 
14135     (name, grp, datatype, label, description)
14136 VALUES (
14137     'ui.circ.items_out.longoverdue', 'gui', 'integer',
14138     oils_i18n_gettext(
14139         'ui.circ.items_out.longoverdue',
14140         'Items Out Long-Overdue display setting',
14141         'coust',
14142         'label'
14143     ),
14144     oils_i18n_gettext(
14145         'ui.circ.items_out.longoverdue',
14146 'Value is a numeric code, describing which list the circulation '||
14147 'should appear while checked out and whether the circulation should '||
14148 'continue to appear in the bottom list, when checked in with '||
14149 'oustanding fines.  '||
14150 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14151 '5 = top list, do not display.  6 = bottom list, do not display.',
14152         'coust',
14153         'description'
14154     )
14155 ), (
14156     'ui.circ.items_out.lost', 'gui', 'integer',
14157     oils_i18n_gettext(
14158         'ui.circ.items_out.lost',
14159         'Items Out Lost display setting',
14160         'coust',
14161         'label'
14162     ),
14163     oils_i18n_gettext(
14164         'ui.circ.items_out.lost',
14165 'Value is a numeric code, describing which list the circulation '||
14166 'should appear while checked out and whether the circulation should '||
14167 'continue to appear in the bottom list, when checked in with '||
14168 'oustanding fines.  '||
14169 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14170 '5 = top list, do not display.  6 = bottom list, do not display.',
14171         'coust',
14172         'description'
14173     )
14174 ), (
14175     'ui.circ.items_out.claimsreturned', 'gui', 'integer',
14176     oils_i18n_gettext(
14177         'ui.circ.items_out.claimsreturned',
14178         'Items Out Claims Returned display setting',
14179         'coust',
14180         'label'
14181     ),
14182     oils_i18n_gettext(
14183         'ui.circ.items_out.claimsreturned',
14184 'Value is a numeric code, describing which list the circulation '||
14185 'should appear while checked out and whether the circulation should '||
14186 'continue to appear in the bottom list, when checked in with '||
14187 'oustanding fines.  '||
14188 '1 = top list, bottom list.  2 = bottom list, bottom list.  ' ||
14189 '5 = top list, do not display.  6 = bottom list, do not display.',
14190         'coust',
14191         'description'
14192     )
14193 );
14194
14195 -- YAOUS patron credit disable
14196 INSERT INTO config.org_unit_setting_type 
14197     (grp, name, datatype, label, description) 
14198 VALUES (
14199     'finance',
14200     'circ.disable_patron_credit',
14201     'bool',
14202     oils_i18n_gettext(
14203         'circ.disable_patron_credit',
14204         'Disable Patron Credit',
14205         'coust',
14206         'label'
14207     ),
14208     oils_i18n_gettext(
14209         'circ.disable_patron_credit',
14210         'Do not allow patrons to accrue credit or pay fines/fees with accrued credit',
14211         'coust',
14212         'description'
14213     )
14214 );
14215
14216 INSERT INTO config.floating_group(name) VALUES ('Everywhere');
14217 INSERT INTO config.floating_group_member(floating_group, org_unit) VALUES (1, 1);
14218
14219 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
14220     'opac.metarecord.holds.format_attr', 
14221     oils_i18n_gettext(
14222         'opac.metarecord.holds.format_attr',
14223         'OPAC Metarecord Hold Formats Attribute', 
14224         'cgf',
14225         'label'
14226     ),
14227     'mr_hold_format', 
14228     TRUE
14229 );
14230
14231 -- until we have a custom attribute for the selector, 
14232 -- default to the icon_format attribute
14233 INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
14234     'opac.format_selector.attr', 
14235     oils_i18n_gettext(
14236         'opac.format_selector.attr', 
14237         'OPAC Format Selector Attribute', 
14238         'cgf',
14239         'label'
14240     ),
14241     'search_format', 
14242     TRUE
14243 );
14244
14245 INSERT INTO config.org_unit_setting_type
14246     (name, grp, label, description, datatype)
14247     VALUES
14248         ('circ.void_lost_on_claimsreturned',
14249          'circ',
14250          oils_i18n_gettext('circ.void_lost_on_claimsreturned',
14251              'Void lost item billing when claims returned',
14252              'coust', 'label'),
14253          oils_i18n_gettext('circ.void_lost_on_claimsreturned',
14254              'Void lost item billing when claims returned',
14255              'coust', 'description'),
14256          'bool'),
14257         ('circ.void_lost_proc_fee_on_claimsreturned',
14258          'circ',
14259          oils_i18n_gettext('circ.void_lost_proc_fee_on_claimsreturned',
14260              'Void lost item processing fee when claims returned',
14261              'coust', 'label'),
14262          oils_i18n_gettext('circ.void_lost_proc_fee_on_claimsreturned',
14263              'Void lost item processing fee when claims returned',
14264              'coust', 'description'),
14265          'bool');
14266
14267 INSERT INTO config.org_unit_setting_type
14268     (name, grp, label, description, datatype)
14269     VALUES
14270         ('circ.void_longoverdue_on_claimsreturned',
14271          'circ',
14272          oils_i18n_gettext('circ.void_longoverdue_on_claimsreturned',
14273              'Void longoverdue item billing when claims returned',
14274              'coust', 'label'),
14275          oils_i18n_gettext('circ.void_longoverdue_on_claimsreturned',
14276              'Void long overdue item billing when claims returned',
14277              'coust', 'description'),
14278          'bool'),
14279         ('circ.void_longoverdue_proc_fee_on_claimsreturned',
14280          'circ',
14281          oils_i18n_gettext('circ.void_longoverdue_proc_fee_on_claimsreturned',
14282              'Void longoverdue item processing fee when claims returned',
14283              'coust', 'label'),
14284          oils_i18n_gettext('circ.void_longoverdue_proc_fee_on_claimsreturned',
14285              'Void long overdue item processing fee when claims returned',
14286              'coust', 'description'),
14287          'bool');
14288