]> git.evergreen-ils.org Git - working/Evergreen.git/blob - 1.6/admin/serveradministration.xml
Add procedure for updating org unit structure using SQL
[working/Evergreen.git] / 1.6 / admin / serveradministration.xml
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"\r
3 xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:id="serveradministration">\r
4         <info>\r
5                 <title>Server Administration</title>\r
6                 <abstract>\r
7                         <para>Administration of <application>Evergreen</application> involves configuration done from both the Staff Client as well a \r
8                         the command line. The goal of this chapter is to provide you with the procedures to help \r
9                         you optimize your <application>Evergreen</application> system.</para>\r
10                 </abstract>\r
11         </info>\r
12         <section xml:id="orgunitsandtypes">\r
13                 <title>Organizational Unit Types and Organizational Units</title>\r
14                 <simplesect xml:id="orgtypes">\r
15                         <title>Organizational Unit Types</title>\r
16                         <indexterm><primary>organizational unit types</primary></indexterm>\r
17                         <para>Organizational Unit Types are the terms used to refer to levels in the hierarchy of your \r
18                         library system(s). Examples could include>All-Encompassing Consortium, Consortium Within a \r
19                         Consortium, Library System, Branch, Bookmobile, Sub-Branch, Twig, etc.</para>\r
20                         <para>You can add or remove organizational unit types, and rename them as needed to match the \r
21                         organizational hierarchy that exists in reality for the libraries using your installation of \r
22                         Evergreen. Evergreen can support organizations as simple as a single library with one or more \r
23                         branches or as complex as a consortium composed of many independently governed library \r
24                         systems. Organizational unit types should never have proper names since they are only generic types .</para>\r
25                         <tip><para>It is a good idea to set up all of your organizational types and units before loading other data. In many cases, editing or deleting organizational units and types \r
26                         may be difficult once you have loaded records or users. </para></tip>\r
27                         <para>The fields in the organizational unit type record include:</para>\r
28                         <itemizedlist>\r
29                                 <listitem><guilabel>Type Name</guilabel> - The name of the organization unit type.</listitem>\r
30                                 <listitem><guilabel>Opac Label</guilabel> - This is the label displayed in the OPAC to describe the search \r
31                                 range and the copy count columns for results. They are <emphasis>range \r
32                                 relative</emphasis> labels.</listitem>\r
33                                 \r
34                                 <listitem><guilabel>Parent Type</guilabel> - The parent organizational unit type of this type.</listitem>\r
35                                 <listitem><guilabel>Can Have Volumes</guilabel> - Flag that allows an organizational unit of this type to contain \r
36                                 Volumes/Call Numbers and thus Copies.</listitem>\r
37                                 <listitem><guilabel>Can Have Users</guilabel> - Flag that allows an Organizational unit of this type to be home to \r
38                                 Users.</listitem>\r
39                         </itemizedlist>\r
40                         <para>An organizational unit type can be added, edited, or removed using  the staff client.</para>\r
41                         <para>To navigate to the <emphasis>Organization Unit Types</emphasis> from the staff client select  \r
42                                         <menuchoice>\r
43                                                 <guimenu>Admin</guimenu>  \r
44                                                 <guisubmenu>Server Administration</guisubmenu>\r
45                                                   <guisubmenu>Organization Types</guisubmenu>\r
46                                         </menuchoice>\r
47                         </para>\r
48                         <procedure>\r
49                                 <title>Adding Organization Types<indexterm><primary>organizational unit types</primary><secondary>adding</secondary></indexterm></title>\r
50                                 <step><para>Select an organization type from the organization type tree on the left and \r
51                                 click <guibutton>New Child</guibutton>.</para></step>\r
52                                 <step><para>Make sure your new type is selected and edit the <guilabel>Type Name</guilabel>, \r
53                                 <guilabel>OPAC Label</guilabel> and <guilabel>Parent Type</guilabel>.</para></step>\r
54                                 <step><para>Change the <guilabel>Parent Type</guilabel> if necessary.</para></step>\r
55                                 <step><para>Check the <guilabel>Can Have Volumes and Copies</guilabel> check box if the \r
56                                 organization units of this type will have volumes and copies assigned to it.</para></step>\r
57                                 <step><para>Check the <guilabel>Can Have Users</guilabel> check box if you will allow users \r
58                                 to be have the organization units of this type as their home unit.</para></step>\r
59                                 <step><para>Click <guibutton>Save</guibutton> to save your new organization type.\r
60                                 </para></step>  \r
61                                 <step><para>From the server command line, run autogen to apply the changes to the database and scripts. Run the following command as the opensrf user:</para>\r
62 <screen>\r
63 <userinput>/openils/bin/autogen.sh -c /openils/conf/opensrf_core.xml -u</userinput>\r
64 </screen> \r
65                                 </step> \r
66                                 <step><para>The staff client will need to be restarted for changes to appear.</para>\r
67                                 </step> \r
68                         </procedure>\r
69                         <procedure>\r
70                                 <title>Deleting Organization Types</title>\r
71                                 <indexterm><primary>organizational unit types</primary><secondary>deleting</secondary></indexterm>\r
72                                 <step><para>Select the <guilabel>organization type</guilabel> from the <guilabel>Organization Type</guilabel> \r
73                                 tree.</para></step>\r
74                                 <step><para>Click <guibutton>Delete</guibutton>.</para></step>\r
75                                 <step><para>Click <guibutton>OK</guibutton> on the warning alert box.</para></step>\r
76                                 <step><para>From the server command line, run autogen to apply the changes to the database and scripts. Run the following command as the opensrf user:</para>\r
77 <screen>\r
78 <userinput>/openils/bin/autogen.sh -c /openils/conf/opensrf_core.xml -u</userinput>\r
79 </screen> \r
80                                 </step> \r
81                                 <step><para>The staff client will need to be restarted for changes to appear.</para>\r
82                                 </step>                                 \r
83                                 <note>\r
84                                         <para>You will not be able to delete organization types if organization units are \r
85                                         assigned to that type. Before you can delete the organization \r
86                                         Type, you must change the organization type of the units associated with the type \r
87                                         or delete the units.</para>\r
88                                 </note>\r
89 \r
90                         </procedure>\r
91                         <procedure>\r
92                                 <title>Editing Organization Types<indexterm><primary>organizational unit types</primary><secondary>editing</secondary></indexterm></title>\r
93                                 <step><para>Select the <guilabel>organization type</guilabel> you wish to edit from the \r
94                                 organization type tree.</para></step>\r
95                                 <step><para>Make the changes in the right pane.</para></step>\r
96                                 <step><para>Click <guibutton>Save</guibutton> to save your changes.</para></step>\r
97                                 <step><para>From the server command line, run autogen to apply the changes to the database and scripts. Run the following command as the opensrf user:</para>\r
98 <screen>\r
99 <userinput>/openils/bin/autogen.sh -c /openils/conf/opensrf_core.xml -u</userinput>\r
100 </screen> \r
101                                 </step> \r
102                                 <step><para>The staff client will need to be restarted for changes to appear.</para>\r
103                                 </step>                                 \r
104                         </procedure>\r
105                 </simplesect>\r
106         \r
107                 <simplesect xml:id="orgunits">\r
108                 <title>Organizational Units</title>\r
109                 <indexterm><primary>organizational units</primary></indexterm>\r
110                 <abstract>\r
111                 <para>Organizational Units are the specific instances of the organization unit types that \r
112                 make up your library's hierarchy. These can include  consortia, systems, branches, \r
113                 etc. The organizational units should have distinctive proper names such as \r
114                 <emphasis>Main Street Branch</emphasis> or <emphasis>Townsville Campus</emphasis>.</para>\r
115                 </abstract>\r
116                 <para>To navigate to the organizational units administration page in the staff client select  \r
117                         <menuchoice>\r
118                                 <guimenu>Admin</guimenu>  \r
119                                 <guisubmenu>Server Administration</guisubmenu>\r
120                                 <guisubmenu>Organizational Units</guisubmenu>\r
121                         </menuchoice>\r
122                 </para>\r
123                 <procedure>\r
124                         <title>Adding Organizational Units</title>\r
125                         <indexterm><primary>organization units</primary><secondary>adding</secondary></indexterm>\r
126                         <step><para>Select an <guilabel>Organizational Unit</guilabel> from the organizational unit tree on the left and click \r
127                         <guibutton>New Child</guibutton>.</para></step>\r
128                         <step><para>Make sure your new unit is selected and edit the <guilabel>Organizational Unit \r
129                         Name</guilabel>, <guilabel>Organizational Unit Policy Code</guilabel>, \r
130                         <guilabel>Main Email Address</guilabel> and <guilabel>Main Phone Number</guilabel>.</para>\r
131                         <note>\r
132                                 <para>The <emphasis>Organizational Unit Name</emphasis> is the name that will appear in the \r
133                                 OPAC. The <emphasis>Policy Code</emphasis> is used by the system to associate policies and \r
134                                 copies with the unit.</para>\r
135                         </note>\r
136                         </step>\r
137                         <step><para>Select the <guilabel>Organization Unit Type</guilabel> and \r
138                         <guilabel>Parent Organization Unit</guilabel>.</para></step>\r
139                         <step><para>Check the <guilabel>Can Have Volumes and Copies</guilabel> check box if the \r
140                         organization units of this type will have volumes and copies assigned to it.<indexterm><primary>organization units</primary><secondary>volumes \r
141                         and copies</secondary></indexterm></para></step>\r
142                         <step><para>Check the <guilabel>OPAC Visible</guilabel> check box if you want this location to be \r
143                         visible in the OPAC for searching.<indexterm><primary>Organization Units</primary><secondary>opac visible</secondary></indexterm></para></step>\r
144                         <step><para>Click <guibutton>Save</guibutton> to save your new organizational unit.</para></step>\r
145                         <step><para>From the server command line, run autogen to apply the changes to the database and scripts. Run the following command as the opensrf user:</para>\r
146 <screen>\r
147 <userinput>/openils/bin/autogen.sh -c /openils/conf/opensrf_core.xml -u</userinput>\r
148 </screen> \r
149                                 </step> \r
150                                 <step><para>The staff client will need to be restarted for changes to appear.</para>\r
151                                 </step>         \r
152                 </procedure>\r
153                 <procedure>\r
154                         <title>Deleting Organizational Units</title>\r
155                          <indexterm><primary>organization units</primary><secondary>deleting</secondary></indexterm>\r
156                         <step><para>Select the <emphasis>organizational unit</emphasis> you wish to delete from the organizational unit tree in the left pane.</para></step>\r
157                         <step><para>Click<guibutton>Delete</guibutton>.</para></step>\r
158                         <step><para>Click <guibutton>OK</guibutton> on the warning alert box.</para></step>\r
159                         <step><para>From the server command line, run autogen to apply the changes to the database and scripts. Run the following command as the opensrf user:</para>\r
160 <screen>\r
161 <userinput>/openils/bin/autogen.sh -c /openils/conf/opensrf_core.xml -u</userinput>\r
162 </screen> \r
163                                 </step> \r
164                                 <step><para>The staff client will need to be restarted for changes to appear.</para>\r
165                                 </step> \r
166                         <note>\r
167                                 <para>You will not be able to delete organizational units if you have \r
168                                 users, workstations or copies assigned to the unit. Before you can delete the \r
169                                 organizational unit, you must move its users, workstations, copies and other associated resources to other \r
170                                 organizational units.</para>\r
171                         </note>\r
172                 </procedure>\r
173                 <procedure>\r
174                         <title>Changing the Default Organizational Units and Types Using SQL</title>\r
175                         <para>Evergreen comes with several default organizational units set up out-of-the-box. Most libraries will want to customize the Org units with their own Organizational Units and \r
176                         types. The quickest way to do this is with SQL.</para> \r
177                         <note><para>The following procedure should only be done before you have migrated users and items into your system.</para></note>\r
178                         <step>\r
179                                 <para>Delete all but the core organizational unit:</para>\r
180 <programlisting language="sql">\r
181 BEGIN;\r
182 DELETE FROM actor.org_unit WHERE id > 1;\r
183 DELETE FROM actor.org_address WHERE id > 1;\r
184 DELETE FROM actor.workstation WHERE owning_lib > 1;\r
185 COMMIT;\r
186 </programlisting>\r
187                         </step>\r
188                         <step>\r
189                                 <para>Clean up our org unit types, in preparation for creating the organizational units hierarchy:</para>\r
190 <programlisting language="sql">\r
191 BEGIN;\r
192 DELETE FROM actor.org_unit_type WHERE id > 2;\r
193 UPDATE actor.org_unit_type SET name = 'System', can_have_users = TRUE\r
194 WHERE id = 1;\r
195 UPDATE actor.org_unit_type SET name = 'Branch', can_have_users = TRUE,\r
196 can_have_vols = TRUE WHERE id = 2;\r
197 COMMIT;\r
198 </programlisting>\r
199 </step>\r
200                         <step>\r
201                                 <para>Create a branch that hangs off the only remaining parent branch setting the addresses to the system address temporarily:</para>\r
202 <programlisting language="sql">\r
203 INSERT INTO actor.org_unit (parent_ou, ou_type, ill_address,\r
204 holds_address, mailing_address, billing_address, shortname, name)\r
205   VALUES (1, 2, 1, 1, 1, 1, 'MYBRANCH', 'My Branch');\r
206 </programlisting>\r
207                         </step>\r
208                                         <step>\r
209                                 <para>Find out what ID was assigned to the new branch:</para>\r
210 <programlisting language="sql">\r
211 SELECT id FROM actor.org_unit WHERE shortname = 'MYBRANCH';\r
212 </programlisting>\r
213                         </step>\r
214                         <step>\r
215                                 <para>Create our required org address and update <database class="table">actor.org_unit</database> to point ot correct <database class="table">actor.org_address</database> <database class="field">id</database> (assuming output of last step was <quote>101</quote>, adjust accordingly.):</para>\r
216 <programlisting language="sql">\r
217 BEGIN;\r
218 INSERT INTO actor.org_address (id, org_unit, street1, city, state,\r
219 country, post_code)\r
220   VALUES (2, 101, 'Fake Street', 'Fake', 'Fake', 'Fake', 'FOO BAR');\r
221 UPDATE actor.org_unit SET ill_address= 2, holds_address = 2, mailing_address = 2, billing_address = 2 WHERE id = 101;\r
222 COMMIT; \r
223 </programlisting>\r
224                         </step>\r
225 <step>\r
226                                 <para>Run autogen.sh for your changes to be updated.</para>\r
227 <screen>\r
228 <userinput>./autogen.sh -c /openils/conf/opensrf_core.xml -u</userinput>\r
229 </screen>\r
230 \r
231                         </step>\r
232 \r
233 \r
234 \r
235                 </procedure>\r
236                 <procedure>\r
237                         <title>Editing Organizational Units<indexterm><primary>organization units</primary><secondary>editing</secondary></indexterm></title>\r
238                         <step><para>Select the organizational unit you wish to edit from the \r
239                         organizational unit tree in the left pane.</para></step>\r
240                         <step><para>Edit the fields in the right pane.</para></step>\r
241                         <step><para>Click <guibutton>Save</guibutton> to save your changes.</para></step>\r
242                         <step><para>From the server command line, run autogen to apply the changes to the database and scripts. Run the following command as the opensrf user:</para>\r
243 <screen>\r
244 <userinput>/openils/bin/autogen.sh -c /openils/conf/opensrf_core.xml -u</userinput>\r
245 </screen> \r
246                         </step> \r
247                         <step><para>The staff client will need to be restarted for changes to appear.</para>\r
248                         </step> \r
249                 </procedure>\r
250                 \r
251                 </simplesect>\r
252                 <simplesect xml:id="server-hours">\r
253                       <info>\r
254                          <title>Library Hours of Operation<indexterm><primary>hours of operation</primary><secondary>setting</secondary></indexterm></title>\r
255                       </info>\r
256 \r
257                       <para>Local System Administrators can use the <guilabel>Organizational Units</guilabel> interface to set the library's hours of operation. These are regular weekly hours;\r
258                          holiday and other closures are recorded in the <link linkend="lsa-closed">Closed Dates\r
259                             Editor</link>.</para>\r
260 \r
261                       <para>Hours of operation and closed dates affect due dates and overdue fines.</para>\r
262 \r
263                       <itemizedlist>\r
264                          <listitem>\r
265                             <formalpara>\r
266                                <title>Due dates<indexterm><primary>hours of operation</primary><secondary>due dates policy</secondary></indexterm></title>\r
267                                <para>Due dates that would fall on closed days are automatically pushed forward to\r
268                                   the next open day. Likewise, if an item is checked out at 8pm, for example, and\r
269                                   would normally be due on a day when the library closes before 8pm, Evergreen\r
270                                   pushes the due date forward to the next open day.</para>\r
271                             </formalpara>\r
272                          </listitem>\r
273                          <listitem>\r
274                             <formalpara>\r
275                                <title>Overdue fines <indexterm><primary>hours of operation</primary><secondary>overdue fines policy</secondary></indexterm></title>\r
276                                <para>Overdue fines are not charged on days when the library is closed.</para>\r
277                             </formalpara>\r
278                          </listitem>\r
279                       </itemizedlist>\r
280 \r
281                         <para>To review or edit your library's hours of operation,</para>\r
282 \r
283 \r
284               <procedure>\r
285 \r
286                  <step>\r
287                     <para>Open the <guilabel>Organizational Units</guilabel> interface.</para>\r
288                  </step>\r
289                  <step>\r
290                     <informalfigure>\r
291                        <para>Click the <guilabel>Hours of\r
292                              Operation</guilabel> tab.</para>\r
293                        <para>\r
294                           <mediaobject>\r
295                              <alt>organizational units, main settings</alt>\r
296                              <imageobject>\r
297                                 <imagedata scalefit="0" fileref="../media/server-4.png"/>\r
298                              </imageobject>\r
299                           </mediaobject>\r
300                        </para>\r
301                     </informalfigure>\r
302                  </step>\r
303 \r
304                  <step>\r
305                     <informalfigure>\r
306                        <para>Review your library's weekly hours, editing as necessary. To set a closed day\r
307                           click the corresponding <guibutton>Closed</guibutton> button. Closed days (Monday\r
308                           and Sunday in the example below) have open and close times of 12:00\r
309                           AM.</para>\r
310                        <para>\r
311                           <mediaobject>\r
312                              <alt>hours of operation interface</alt>\r
313                              <imageobject>\r
314                                 <imagedata scalefit="0" fileref="../media/server-5.png"/>\r
315                              </imageobject>\r
316                           </mediaobject>\r
317                        </para>\r
318                     </informalfigure>\r
319                  </step>\r
320 \r
321                  <step>\r
322                     <para>Click <guibutton>Save</guibutton> to record any changes</para>\r
323                  </step>\r
324 \r
325 \r
326               </procedure>\r
327 \r
328          </simplesect>\r
329 \r
330 \r
331            <simplesect xml:id="server-addresses">\r
332               <info>\r
333                  <title>Library Addresses <indexterm><primary>library addresses </primary><secondary>setting</secondary></indexterm></title>\r
334               </info>\r
335 \r
336               <para>Addresses set in <menuchoice>\r
337                     <guimenu>Admin (-)</guimenu>\r
338                     <guisubmenu>Server Administrations</guisubmenu>\r
339                     <guimenuitem>Organizational Units</guimenuitem>\r
340                  </menuchoice> appear in patron email notifications, hold slips, and transit slips. Local\r
341                  System Administrators should ensure that the <guilabel>Physical</guilabel>,\r
342                     <guilabel>Holds</guilabel>, and <guilabel>Mailing</guilabel> addresses are set\r
343                  correctly.</para>\r
344 \r
345               <procedure>\r
346 \r
347                  <step>\r
348                     <para>Open the <guilabel>Organizational Units</guilabel> interface as described in the <link\r
349                           linkend="orgunits">previous section</link>.</para>\r
350                  </step>\r
351                  <step>\r
352                     <informalfigure>\r
353                        <para>Click the\r
354                              <guilabel>Addresses</guilabel> tab.</para>\r
355                        <para>\r
356                           <mediaobject>\r
357                              <alt>organizational units, main settings</alt>\r
358                              <imageobject>\r
359                                 <imagedata scalefit="0" fileref="../media/server-6.png"/>\r
360                              </imageobject>\r
361                           </mediaobject>\r
362                        </para>\r
363                     </informalfigure>\r
364                  </step>\r
365 \r
366                  <step>\r
367                    \r
368                        <para>There are four address tabs: <guilabel>Physical</guilabel>,\r
369                              <guilabel>Holds</guilabel>, <guilabel>Mailing</guilabel>, and\r
370                              <guilabel>ILL</guilabel>. The <guilabel>Holds Address</guilabel> appears on transit slips when items are sent to fulfill holds at another branch.</para>\r
371                       \r
372                    \r
373                  </step>\r
374 \r
375                  <step>\r
376                     <para>Click <guibutton>Save</guibutton> to record changes for each tab.</para>\r
377                  </step>\r
378 \r
379               </procedure>\r
380 \r
381               <note>\r
382                  <para>The <guilabel>Valid</guilabel> check box is an optional setting that does not affect current Evergreen functions.</para>\r
383               </note>\r
384 \r
385            </simplesect>\r
386 \r
387         </section>\r
388         \r
389         <section xml:id="permissions">\r
390                         <title>User and Group Permissions <indexterm><primary>permissions</primary><secondary>group</secondary></indexterm></title>\r
391                         <abstract>\r
392                         <para>It is essential to understand how user and group permissions can be used to allow staff \r
393                         to fulfill their roles while ensuring that they only have access to the appropriate level.</para> \r
394                         <para>Permissions in <application>Evergreen</application> are applied to a specific location and system depth based on the home \r
395                         library of the user. The user will only have that permission within the scope provided by the \r
396                         <emphasis>Depth</emphasis> field in relation to his/her working locations.</para> \r
397                         <para>Evergreen provides group application permissions in order to restrict which staff members \r
398                         have the ability to assign elevated permissions to a user, and which staff members have the ability \r
399                         to edit users in particular groups.</para>\r
400                 </abstract>\r
401                 <simplesect>\r
402                         <title>User Permissions</title>\r
403                         <tip><para>The User permissions editor allows an administrator to set up permission for an individual user. However, In most cases, permissions can be controlled more \r
404                         efficiently at the group level with individuals being assigned to specific groups based on their roles in the library.</para></tip> \r
405                         <para>To open the user permission editor, select <menuchoice><guimenu>Admin</guimenu>  \r
406                         <guisubmenu>User Permission Editor</guisubmenu></menuchoice>. Type the user's barcode when prompted.</para>   \r
407                         <simplesect>\r
408                                 <title>Working Locations</title>\r
409                                 <para>You may select more than one working location for a user. This will effect \r
410                                 the availability of certain permissions which are dependent on the user having the working location.</para>     \r
411                         </simplesect>\r
412                         <simplesect>\r
413                                 <title>User Permission Settings<indexterm><primary>permissions</primary><secondary>user</secondary></indexterm></title>\r
414                                 <para>Below the working locations is the long list of all the permissions available on your \r
415                                 system. For each permission you can apply it by checking the \r
416                                 <emphasis>Applied</emphasis> check box. You can also select a depth to which the \r
417                                 permission is applied and also make the permission <emphasis>grantable</emphasis>, allowing \r
418                                 the user the ability to grant the permission to others.</para>\r
419                         </simplesect>   \r
420                 </simplesect>\r
421                 <simplesect>\r
422                         <title>Group Permissions <indexterm><primary>permissions</primary><secondary>group</secondary></indexterm></title>\r
423                         <para>Most permissions should be assigned at the group level. Here you can create new \r
424                         groups based on the roles and responsibilities of the users in your system. Staff will be able to \r
425                         assign users to these groups when they register patrons.</para> \r
426                         <tip><para>It is a good idea to create your groups soon after creating your organizational units.\r
427                         It is also important to give careful consideration to the hierarchy of your groups to make \r
428                         permission assignment as efficient as possible.</para></tip> \r
429                         <para>To enter the <emphasis>Group Permission</emphasis> module from the staff client menu, select \r
430                         <menuchoice><guimenu>Admin</guimenu>  <guisubmenu>Server Administration</guisubmenu> \r
431                                 <guisubmenu>Permission Groups</guisubmenu></menuchoice></para>\r
432                         <procedure>\r
433                                 <title>Adding Groups</title>\r
434                                 <step><para>Select the <guibutton>Group Configuration</guibutton> tab if not \r
435                                 already selected in the right pane</para></step>\r
436                                 <step><para>Click <guibutton>New Child</guibutton></para></step>\r
437                                 <step><para>Enter a unique <guilabel>Group Name</guilabel></para></step>\r
438                                 <step><para>Enter a <guilabel>Description</guilabel></para></step>\r
439                                 <step><para>Select a <guilabel>Permission Interval</guilabel>. This will determine the \r
440                                 default expiry date of user account when you register patrons and select \r
441                                 their groups</para></step>\r
442                                 <step><para>Selecting an <guilabel>Editing Permission</guilabel> will determine the group level the user will have for editing other users.</para></step>\r
443                                 <step><para>Select the <guilabel>Parent Group</guilabel> for the group.</para>\r
444                                 <note><para>The group will inherit its parent group's permissions so it is unnecessary to assign permissions already inherited from its parent.</para></note></step>\r
445                                 <step><para>Click the <guibutton>Save</guibutton> button.</para></step> \r
446                         </procedure>\r
447                         <procedure>\r
448                                 <title>Deleting Groups</title>\r
449                                 <step><para>Select the group you wish to delete from the group tree on \r
450                                 left pane.</para></step>\r
451                                 <step><para>Click the <guibutton>Delete</guibutton> button.</para></step>\r
452                                 <step><para>Click on <guibutton>OK</guibutton>to verify.</para></step>\r
453                         </procedure>\r
454                         <procedure>\r
455                                 <title>Editing Groups</title>\r
456                                 <step><para>Select the group you wish to edit from the group tree on left pane.</para></step>\r
457                                 <step><para>Edit the fields you wish to change in the right pane.</para></step>\r
458                                 <step><para>Click on <guibutton>Save</guibutton> to save changes.</para></step> \r
459                         </procedure>\r
460                         <procedure>\r
461                                 <title>Adding Group Permissions</title>\r
462                                 <step><para>Select the <guibutton>Group Permissions</guibutton> tab on the right \r
463                                 pane</para></step>\r
464                                 <step><para>Click on <guibutton>New Mapping</guibutton>.</para></step>\r
465                                 <step><para>Select the permission you would like to add from the \r
466                                 <guibutton>Permission</guibutton> Select box.</para></step>\r
467                                 <step><para>Select the <guibutton>Depth</guibutton> you wish to set the \r
468                                 permission. This will determine if the group has the permission at a local level or across a\r
469                                 system, or consortium, or other organizational unit type.</para></step>\r
470                                 <step><para>check the <guibutton>Grantable</guibutton> check box to allow the user to \r
471                                 grant the permission to others.</para></step>\r
472                                 <step><para>Click <guibutton>Add Mapping</guibutton> to add the permission to the \r
473                                 group</para></step>\r
474                         </procedure>\r
475                         <procedure>\r
476                                 <title>Deleting Group Permissions</title>\r
477                                 <step><para>Select the group permission you wish to delete.</para></step>\r
478                                 <step><para>Click the <guibutton>Delete Selected</guibutton> button.</para></step>\r
479                                 <step><para>Click on <guibutton>OK</guibutton> to verify</para></step>\r
480                         </procedure>\r
481                         <procedure>\r
482                                 <title>Editing Group Permissions</title>\r
483                                 <step><para>Click on the <guilabel>Depth</guilabel> or <guilabel>Grantable</guilabel> \r
484                                 field for the permission setting you wish to change.</para></step>\r
485                                 <step><para>Make changes to other permissions in the same way.</para></step>\r
486                                 <step><para>Click <guibutton>Save Changes</guibutton> when you are finished all \r
487                                 the changes.</para></step>\r
488                         </procedure>\r
489                 </simplesect>\r
490                 <simplesect>\r
491                         <title>Permissions</title>\r
492                         \r
493                         <table xml:id="permissiondescriptions">\r
494                                 <title>Permissions Table</title>\r
495                                 <tgroup cols="2">\r
496                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>\r
497                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>\r
498                                         <thead>\r
499                                                 <row>\r
500                                                         <entry>Permission Name</entry>\r
501                                                         <entry>Permission Description</entry>\r
502                                                 </row>\r
503                                         </thead>\r
504                                         <tbody>\r
505                                                 <row>\r
506                                                         <entry>ABORT_REMOTE_TRANSIT</entry>\r
507                                                         <entry>Allows user to abort a copy transit if the user is not at \r
508                                                         the transit source or destination</entry>\r
509                                                 </row>\r
510                                                 <row>\r
511                                                         <entry>ABORT_TRANSIT</entry>\r
512                                                         <entry>Allows user to abort a copy transit if the user is at the \r
513                                                         transit destination or source</entry>\r
514                                                 </row>\r
515                                                 <row>\r
516                                                         <entry>ASSIGN_WORK_ORG_UNIT</entry>\r
517                                                         <entry>Allows user to define where another staff member's \r
518                                                         permissions apply via the Permissions Editor interface.</entry>\r
519                                                 </row>\r
520                                                 <row>\r
521                                                         <entry>BAR_PATRON</entry>\r
522                                                         <entry>Allows user to bar a patron</entry>\r
523                                                 </row>\r
524                                                 <row>\r
525                                                         <entry>CANCEL_HOLDS</entry>\r
526                                                         <entry>Allows user to cancel holds</entry>\r
527                                                 </row>\r
528                                                 <row>\r
529                                                         <entry>CIRC_CLAIMS_RETURNED override</entry>\r
530                                                         <entry>Allows user to check in/out an item that is claims \r
531                                                         returned</entry>\r
532                                                 </row>\r
533                                                 <row>\r
534                                                         <entry>CIRC_EXCEEDS_COPY_RANGE override</entry>\r
535                                                         <entry>Allows user to override the copy exceeds range event</entry>\r
536                                                 </row>\r
537                                                 <row>\r
538                                                         <entry>CIRC_OVERRIDE_DUE_DATE</entry>\r
539                                                         <entry>Allows user to change due date</entry>\r
540                                                 </row>\r
541                                                 <row>\r
542                                                         <entry>CIRC_PERMIT_OVERRIDE</entry>\r
543                                                         <entry>Allows user to bypass the circ permit call for i\r
544                                                         checkout</entry>\r
545                                                 </row>\r
546                                                 <row>\r
547                                                         <entry>COPY_ALERT_MESSAGE override</entry>\r
548                                                         <entry>Allows user to check in/out an item that has an alert \r
549                                                                 message</entry>\r
550                                                 </row>\r
551                                                 <row>\r
552                                                         <entry>COPY_BAD_STATUS override</entry>\r
553                                                         <entry>Allows user to check out an item in a non-circulating\r
554                                                         status</entry>\r
555                                                 </row>\r
556                                                 <row>\r
557                                                         <entry>COPY_CHECKIN</entry>\r
558                                                         <entry>Allows user to check in a copy</entry>\r
559                                                 </row>\r
560                                                 <row>\r
561                                                         <entry>COPY_CHECKOUT</entry>\r
562                                                         <entry>Allows user to check out a copy</entry>\r
563                                                 </row>\r
564                                                 <row>\r
565                                                         <entry>COPY_CIRC_NOT_ALLOWED override</entry>\r
566                                                         <entry>Allows user to checkout an item that is marked as \r
567                                                         non-circ</entry>\r
568                                                 </row>\r
569                                                 <row>\r
570                                                         <entry>COPY_HOLDS</entry>\r
571                                                         <entry>Allows user to place a hold on a specific copy</entry>\r
572                                                 </row>\r
573                                                 <row>\r
574                                                         <entry>COPY_IS_REFERENCE override</entry>\r
575                                                         <entry>Allows user to override the copy_is_reference event</entry>\r
576                                                 </row>\r
577                                         \r
578                                                 <row>\r
579                                                         <entry>COPY_NOT_AVAILABLE override</entry>\r
580                                                         <entry>Allows user to force checkout of Missing/Lost type \r
581                                                         items</entry>\r
582                                                 </row>\r
583                                                 <row>\r
584                                                         <entry>COPY_STATUS_LOST override</entry>\r
585                                                         <entry>Allows user to remove the lost status from a copy</entry>\r
586                                                 </row>\r
587                                                 <row>\r
588                                                         <entry>COPY_STATUS_MISSING override</entry>\r
589                                                         <entry>Allows user to change the missing status on a copy</entry>\r
590                                                 </row>\r
591                                                 <row>\r
592                                                         <entry>COPY_TRANSIT_RECEIVE</entry>\r
593                                                         <entry>Allows user to close out a transit on a copy</entry>\r
594                                                 </row>\r
595                                                 <row>\r
596                                                         <entry>CREATE_BILL</entry>\r
597                                                         <entry>Allows user to create a new bill on a transaction</entry>\r
598                                                 </row>\r
599                                                 <row>\r
600                                                         <entry>CREATE_CONTAINER</entry>\r
601                                                         <entry>Allows user to create containers owned by other users \r
602                                                         (containers are Item Buckets, Volume Buckets, and Book Bags)</entry>\r
603                                                 </row>\r
604                                                 <row>\r
605                                                         <entry>CREATE_CONTAINER_ITEM</entry>\r
606                                                         <entry>Allows user to place an item in a container (even if the \r
607                                                         container is owned by other users).</entry>\r
608                                                 </row>\r
609                                                 <row>\r
610                                                         <entry>CREATE_COPY</entry>\r
611                                                         <entry>Allows user to create a new copy object</entry>\r
612                                                 </row>\r
613                                                 <row>\r
614                                                         <entry>CREATE_COPY_LOCATION</entry>\r
615                                                         <entry>Allows user to create a new copy location</entry>\r
616                                                 </row>\r
617                                                 <row>\r
618                                                         <entry>CREATE_COPY_NOTE</entry>\r
619                                                         <entry>Allows user to create a new copy note</entry>\r
620                                                 </row>\r
621                                                 <row>\r
622                                                         <entry>CREATE_COPY_STAT_CAT</entry>\r
623                                                         <entry>Allows user to create a statistical category for \r
624                                                         copies</entry>\r
625                                                 </row>\r
626                                                 <row>\r
627                                                         <entry>CREATE_COPY_STAT_CAT _ENTRY</entry>\r
628                                                         <entry>Allows user to create a new entry for a copy statistical \r
629                                                         category</entry>\r
630                                                 </row>\r
631                                                 <row>\r
632                                                         <entry>CREATE_COPY_STAT_CAT _ENTRY_MAP</entry>\r
633                                                         <entry>Allows user to link a copy to a statistical category \r
634                                                         (i.e., allows user to specify the appropriate entry for a copy and \r
635                                                         given statistical category)</entry>\r
636                                                 </row>\r
637                                                 <row>\r
638                                                         <entry>CREATE_COPY_TRANSIT</entry>\r
639                                                         <entry>Allows user to create a transit</entry>\r
640                                                 </row>\r
641                                                 <row>\r
642                                                         <entry>CREATE_DUPLICATE_HOLDS</entry>\r
643                                                         <entry>Allows user to create duplicate holds (e.g. two holds on the \r
644                                                         same title)</entry>\r
645                                                 </row>\r
646                                                 <row>\r
647                                                         <entry>CREATE_HOLD_NOTIFICATION</entry>\r
648                                                         <entry>Allows user to create new hold notifications</entry>\r
649                                                 </row>\r
650                                                 <row>\r
651                                                         <entry>CREATE_IN_HOUSE_USE</entry>\r
652                                                         <entry>Allows user to create a new in-house-use</entry>\r
653                                                 </row>\r
654                                                 <row>\r
655                                                         <entry>CREATE_MARC</entry>\r
656                                                         <entry>Allows user to create new MARC records</entry>\r
657                                                 </row>\r
658                                                 <row>\r
659                                                         <entry>CREATE_MY_CONTAINER</entry>\r
660                                                         <entry>Allows user to create containers for self (containers are \r
661                                                         Item Buckets, Volume Buckets, and Book Bags).</entry>\r
662                                                 </row>\r
663                                                 <row>\r
664                                                         <entry>CREATE_NON_CAT_TYPE</entry>\r
665                                                         <entry>Allows user to create a new non-cataloged item type</entry>\r
666                                                 </row>\r
667                                                 <row>\r
668                                                         <entry>CREATE_PATRON_STAT _CAT</entry>\r
669                                                         <entry>Allows user to create a new patron statistical \r
670                                                         category</entry>\r
671                                                 </row>\r
672                                                 <row>\r
673                                                         <entry>CREATE_PATRON_STAT _CAT_ENTRY</entry>\r
674                                                         <entry>Allows user to create a new possible entry for patron \r
675                                                         statistical categories</entry>\r
676                                                 </row>\r
677                                                 <row>\r
678                                                         <entry>CREATE_PATRON_STAT _CAT_ENTRY_MAP</entry>\r
679                                                         <entry>Allows user to link another user to a stat cat entry (i.e., \r
680                                                         specify the patron's entry for a given statistical category)</entry>\r
681                                                 </row>\r
682                                                 <row>\r
683                                                         <entry>CREATE_PAYMENT</entry>\r
684                                                         <entry>Allows user to record payments in the Billing \r
685                                                         Interface</entry>\r
686                                                 </row>\r
687                                                 <row>\r
688                                                         <entry>CREATE_TITLE_NOTE</entry>\r
689                                                         <entry>Allows user to create a new title note</entry>\r
690                                                 </row>\r
691                                                 <row>\r
692                                                         <entry>CREATE_TRANSACTION</entry>\r
693                                                         <entry>Allows user to create new billable transactions (these \r
694                                                         include checkouts and transactions created via the Bill Patron \r
695                                                         operation)</entry>\r
696                                                 </row>\r
697                                                 <row>\r
698                                                         <entry>CREATE_TRANSIT</entry>\r
699                                                         <entry>Allows user to place item in transit</entry>\r
700                                                 </row>\r
701                                                 <row>\r
702                                                         <entry>CREATE_USER</entry>\r
703                                                         <entry>Allows user to create another user</entry>\r
704                                                 </row>\r
705                                                 <row>\r
706                                                         <entry>CREATE_USER_GROUP _LINK</entry>\r
707                                                         <entry>Allows user to add other users to permission groups</entry>\r
708                                                 </row>\r
709                                                 <row>\r
710                                                         <entry>CREATE_VOLUME</entry>\r
711                                                         <entry>Allows user to create a volume</entry>\r
712                                                 </row>\r
713                                                 <row>\r
714                                                         <entry>CREATE_VOLUME_NOTE</entry>\r
715                                                         <entry>Allows user to create a new volume note</entry>\r
716                                                 </row>\r
717                                                 <row>\r
718                                                         <entry>DELETE_CONTAINER</entry>\r
719                                                         <entry>Allows user to delete containers (containers are Item Buckets, \r
720                                                         Volume Buckets, and Book Bags).</entry>\r
721                                                 </row>\r
722                                                 <row>\r
723                                                         <entry>DELETE_CONTAINER _ITEM</entry>\r
724                                                         <entry>Allows user to remove items from buckets and bookbags</entry>\r
725                                                 </row>\r
726                                                 <row>\r
727                                                         <entry>DELETE_COPY</entry>\r
728                                                         <entry>Allows user to delete a copy</entry>\r
729                                                 </row>\r
730                                                 <row>\r
731                                                         <entry>DELETE_COPY _LOCATION</entry>\r
732                                                         <entry>Allows user to delete a copy location</entry>\r
733                                                 </row>\r
734                                                 <row>\r
735                                                         <entry>DELETE_COPY_NOTE</entry>\r
736                                                         <entry>Allows user to delete copy notes</entry>\r
737                                                 </row>\r
738                                                 <row>\r
739                                                         <entry>DELETE_COPY_STAT _CAT</entry>\r
740                                                         <entry>Allows user to delete a copy statistical category</entry>\r
741                                                 </row>\r
742                                                 <row>\r
743                                                         <entry>DELETE_COPY_STAT _CAT_ENTRY</entry>\r
744                                                         <entry>Allows user to delete an entry for a copy statistical \r
745                                                         category</entry>\r
746                                                 </row>\r
747                                                 <row>\r
748                                                         <entry>DELETE_COPY_STAT _CAT_ENTRY_MAP</entry>\r
749                                                         <entry>Allows user to delete a copy stat cat entry map</entry>\r
750                                                 </row>\r
751                                                 <row>\r
752                                                         <entry>DELETE_NON_CAT_TYPE</entry>\r
753                                                         <entry>Allows user to delete a non cataloged type (the user still \r
754                                                         cannot deleted a non-cat type if any items of that type have \r
755                                                         circulated).</entry>\r
756                                                 </row>\r
757                                                 <row>\r
758                                                         <entry>DELETE_PATRON_STAT _CAT</entry>\r
759                                                         <entry>Allows user to delete a patron statistical category</entry>\r
760                                                 </row>\r
761                                                 <row>\r
762                                                         <entry>DELETE_PATRON_STAT _CAT_ENTRY</entry>\r
763                                                         <entry>Allows user to delete an entry for patron statistical \r
764                                                         categories</entry>\r
765                                                 </row>\r
766                                                 <row>\r
767                                                         <entry>DELETE_PATRON_STAT _CAT_ENTRY_MAP</entry>\r
768                                                         <entry>Allows user to remove a patron's entry for a given \r
769                                                         statistical category</entry>\r
770                                                 </row>\r
771                                                 <row>\r
772                                                         <entry>DELETE_RECORD</entry>\r
773                                                         <entry>Allows user to delete a bib record</entry>\r
774                                                 </row>\r
775                                                 <row>\r
776                                                         <entry>DELETE_TITLE_NOTE</entry>\r
777                                                         <entry>Allows user to delete title notes</entry>\r
778                                                 </row>\r
779                                                 <row>\r
780                                                         <entry>DELETE_USER</entry>\r
781                                                         <entry>Allows user to mark a user as deleted</entry>\r
782                                                 </row>\r
783                                                 <row>\r
784                                                         <entry>DELETE_VOLUME</entry>\r
785                                                         <entry>Allows user to delete a volume</entry>\r
786                                                 </row>\r
787                                                 <row>\r
788                                                         <entry>DELETE_VOLUME_NOTE</entry>\r
789                                                         <entry>Allows user to delete volume notes</entry>\r
790                                                 </row>\r
791                                                 <row>\r
792                                                         <entry>DELETE_WORKSTATION</entry>\r
793                                                         <entry>Allows user to remove an existing workstation so a new one \r
794                                                         can replace it</entry>\r
795                                                 </row>\r
796                                                 <row>\r
797                                                         <entry>EVERYTHING</entry>\r
798                                                         <entry> Every permission is granted (for sysadmins and developers \r
799                                                         only!)</entry>\r
800                                                 </row>\r
801                                                 <row>\r
802                                                         <entry>HOLD_EXISTS.override</entry>\r
803                                                         <entry>Allows users to place multiple holds on a single \r
804                                                         copy/volume/title/metarecord (depending on hold type)</entry>\r
805                                                 </row>\r
806                                                 <row>\r
807                                                         <entry>IMPORT_MARC</entry>\r
808                                                         <entry>Allows user to import a MARC record via the z39.50 \r
809                                                         interface</entry>\r
810                                                 </row>\r
811                                                 <row>\r
812                                                         <entry>ITEM_AGE_PROTECTED override</entry>\r
813                                                         <entry>Allows user to place a hold on an age-protected item</entry>\r
814                                                 </row>                                          <row>\r
815                                                         <entry>ITEM_ON_HOLDS_SHELF override</entry>\r
816                                                         <entry>Allows user to check out an item that is on holds shelf for a \r
817                                                         different patron</entry>\r
818                                                 </row>\r
819                                                 <row>\r
820                                                         <entry>MAX_RENEWALS_REACHED override</entry>\r
821                                                         <entry>Allows user to renew an item past the maximum renewal \r
822                                                         count</entry>\r
823                                                 </row>\r
824                                                 <row>\r
825                                                         <entry>MERGE_BIB_RECORDS</entry>\r
826                                                         <entry>Allows user to merge bib records and their associated data \r
827                                                         regardless of their bib/volume/copy level perms (in theory - as of \r
828                                                         1.2.2, users still must have VOLUME_UPDATE and UPDATE_VOLUME in \r
829                                                         order to merge records.</entry>\r
830                                                 </row>\r
831                                                 <row>\r
832                                                         <entry>MR_HOLDS</entry>\r
833                                                         <entry>Allows user to create a metarecord holds</entry>\r
834                                                 </row>\r
835                                                 <row>\r
836                                                         <entry>OFFLINE_EXECUTE</entry>\r
837                                                         <entry>Allows user to process an offline/standalone script \r
838                                                         batch</entry>\r
839                                                 </row>\r
840                                                 <row>\r
841                                                         <entry>OFFLINE_UPLOAD</entry>\r
842                                                         <entry>Allows user to upload an offline/standalone script</entry>\r
843                                                 </row>\r
844                                                 <row>\r
845                                                         <entry>OFFLINE_VIEW</entry>\r
846                                                         <entry>Allows user to view uploaded offline script information</entry>\r
847                                                 </row>\r
848                                                 <row>\r
849                                                         <entry>OPAC_LOGIN</entry>\r
850                                                         <entry>Allows user to login to the OPAC</entry>\r
851                                                 </row>\r
852                                                 <row>\r
853                                                         <entry>patron_exceeds_checkout _count.override</entry>\r
854                                                         <entry>Allow user to override checkout count failure</entry>\r
855                                                 </row>\r
856                                                 <row>\r
857                                                         <entry>patron_exceeds_fines override</entry>\r
858                                                         <entry>Allow user to override fine amount checkout failure</entry>\r
859                                                 </row>\r
860                                                 <row>\r
861                                                         <entry>patron_exceeds_overdue _count.override</entry>\r
862                                                         <entry>Allow user to override overdue count failure</entry>\r
863                                                 </row>\r
864                                                 <row>\r
865                                                         <entry>REGISTER_WORKSTATION</entry>\r
866                                                         <entry>Allows user to register a new workstation</entry>\r
867                                                 </row>\r
868                                                 <row>\r
869                                                         <entry>REMOTE_Z3950_QUERY</entry>\r
870                                                         <entry>Allows user to perform z3950 queries against remote \r
871                                                         servers</entry>\r
872                                                 </row>\r
873                                                 <row>\r
874                                                         <entry>REMOVE_USER_GROUP_LINK</entry>\r
875                                                         <entry>Allows user to remove other users from permission \r
876                                                         groups</entry>\r
877                                                 </row>\r
878                                                 <row>\r
879                                                         <entry>RENEW_CIRC</entry>\r
880                                                         <entry>Allows user to renew items</entry>\r
881                                                 </row>\r
882                                                 <row>\r
883                                                         <entry>RENEW_HOLD_OVERRIDE</entry>\r
884                                                         <entry>Allows user to continue to renew an item even if it is \r
885                                                         required for a hold.</entry>\r
886                                                 </row>\r
887                                                 <row>\r
888                                                         <entry>REQUEST_HOLDS</entry>\r
889                                                         <entry>Allows user to create holds for another user (if true, we \r
890                                                         still check to make sure they have permission to make the type of \r
891                                                         hold they are requesting, e.g. COPY_HOLDS)</entry>\r
892                                                 </row>\r
893                                                 <row>\r
894                                                         <entry>RUN_REPORTS</entry>\r
895                                                         <entry>Allows user to view the Reports Interface, create templates, \r
896                                                         and run reports</entry>\r
897                                                 </row>\r
898                                                 <row>\r
899                                                         <entry>SET_CIRC_CLAIMS _RETURNED</entry>\r
900                                                         <entry>Allows user to mark an item as claimed returned</entry>\r
901                                                 </row>\r
902                                                 <row>\r
903                                                         <entry>SET_CIRC_LOST</entry>\r
904                                                         <entry>Allows user to mark an item as lost</entry>\r
905                                                 </row>\r
906                                                 <row>\r
907                                                         <entry>SET_CIRC_MISSING</entry>\r
908                                                         <entry>Allows user to mark an item as missing</entry>\r
909                                                 </row>\r
910                                                 <row>\r
911                                                         <entry>SHARE_REPORT_FOLDER</entry>\r
912                                                         <entry>Allows user to share Template/Report/Output folders via the \r
913                                                         Reporting Interface</entry>\r
914                                                 </row>\r
915                                                 <row>\r
916                                                         <entry>STAFF_LOGIN</entry>\r
917                                                         <entry>Allows user to login to the staff client</entry>\r
918                                                 </row>\r
919                                                 <row>\r
920                                                         <entry>TITLE_HOLDS</entry>\r
921                                                         <entry> Allows user to place a hold at the title level</entry>\r
922                                                 </row>\r
923                                                 <row>\r
924                                                         <entry>UNBAR_PATRON</entry>\r
925                                                         <entry> Allows user to un-bar a patron</entry>\r
926                                                 </row>\r
927                                                 <row>\r
928                                                         <entry>UPDATE_BATCH_COPY</entry>\r
929                                                         <entry>Allows user to edit copies in batch</entry>\r
930                                                 </row>\r
931                                                 <row>\r
932                                                         <entry>UPDATE_CONTAINER</entry>\r
933                                                         <entry>Allows user to update another users Buckets or Book \r
934                                                         Bags</entry>\r
935                                                 </row>\r
936                                                 <row>\r
937                                                         <entry>UPDATE_COPY</entry>\r
938                                                         <entry>Allows user to edit a copy</entry>\r
939                                                 </row>\r
940                                                 <row>\r
941                                                         <entry>UPDATE_COPY_LOCATION</entry>\r
942                                                         <entry>Allows user to edit a copy location</entry>\r
943                                                 </row>\r
944                                                 <row>\r
945                                                         <entry>UPDATE_COPY_STAT_CAT</entry>\r
946                                                         <entry>Allows user to change a copy statistical category</entry>\r
947                                                 </row>\r
948                                                 <row>\r
949                                                         <entry>UPDATE_COPY_STAT _CAT_ENTRY</entry>\r
950                                                         <entry>Allows user to change a copy statistical category entry</entry>\r
951                                                 </row>\r
952                                                 <row>\r
953                                                         <entry>UPDATE_HOLD</entry>\r
954                                                         <entry>Allows user to edit holds (such as change notification phone \r
955                                                         number or pickup library, as well as re-target the hold and capture \r
956                                                         an item for hold or pickup)</entry>\r
957                                                 </row>\r
958                                                 <row>\r
959                                                         <entry>UPDATE_MARC</entry>\r
960                                                         <entry>Allows user to edit a marc record</entry>\r
961                                                 </row>\r
962                                                 <row>\r
963                                                         <entry>UPDATE_NON_CAT _TYPE</entry>\r
964                                                         <entry>Allows user to update a non cataloged type</entry>\r
965                                                 </row>\r
966                                                 <row>\r
967                                                         <entry>UPDATE_ORG_SETTING</entry>\r
968                                                         <entry>Allows user to update an org unit setting</entry>\r
969                                                 </row>\r
970                                                 <row>\r
971                                                         <entry>UPDATE_ORG_UNIT</entry>\r
972                                                         <entry>Allows user to change org unit settings</entry>\r
973                                                 </row>\r
974                                                 <row>\r
975                                                         <entry>UPDATE_PATRON_STAT _CAT</entry>\r
976                                                         <entry>Allows user to change a patron statistical category (such as \r
977                                                         renaming the category)</entry>\r
978                                                 </row>\r
979                                                 <row>\r
980                                                         <entry>UPDATE_PATRON_STAT _CAT_ENTRY</entry>\r
981                                                         <entry>Allows user to change a patron stat cat entry(such as \r
982                                                         renaming the entry)</entry>\r
983                                                 </row>\r
984                                                 <row>\r
985                                                         <entry>UPDATE_RECORD</entry>\r
986                                                         <entry>Allows user to undelete a MARC record</entry>\r
987                                                 </row>\r
988                                                 <row>\r
989                                                         <entry>UPDATE_USER</entry>\r
990                                                         <entry>Allows user to edit a user's record</entry>\r
991                                                 </row>\r
992                                                 <row>\r
993                                                         <entry>UPDATE_VOLUME</entry>\r
994                                                         <entry>Allows user to edit volumes - needed for merging records. \r
995                                                         This is a duplicate of VOLUME_UPDATE; user must have both \r
996                                                         permissions at appropriate level to merge records.</entry>\r
997                                                 </row>\r
998                                                 <row>\r
999                                                         <entry>VIEW_CIRCULATIONS</entry>\r
1000                                                         <entry>Allows user to see what another user has checked out</entry>\r
1001                                                 </row>\r
1002                                                 <row>\r
1003                                                         <entry>VIEW_CONTAINER</entry>\r
1004                                                         <entry>Allows user to view buckets and bookbags</entry>\r
1005                                                 </row>\r
1006                                                 <row>\r
1007                                                         <entry>VIEW_COPY_CHECKOUT _HISTORY</entry>\r
1008                                                         <entry>Allows user to view which users have checked out a given \r
1009                                                         copy</entry>\r
1010                                                 </row>\r
1011                                                 <row>\r
1012                                                         <entry>VIEW_COPY_NOTES</entry>\r
1013                                                         <entry>Allows user to view notes attached to a copy</entry>\r
1014                                                 </row>\r
1015                                                 <row>\r
1016                                                         <entry>VIEW_HOLD</entry>\r
1017                                                         <entry>Allows user to view another user's holds</entry>\r
1018                                                 </row>\r
1019                                                 <row>\r
1020                                                         <entry>VIEW_HOLD_NOTIFICATION</entry>\r
1021                                                         <entry>Allows user to view notifications attached to a hold</entry>\r
1022                                                 </row>\r
1023                                                 <row>\r
1024                                                         <entry>VIEW_HOLD_PERMIT</entry>\r
1025                                                         <entry>Allows user to see if another user has permission to place a \r
1026                                                         hold on a given copy</entry>\r
1027                                                 </row>\r
1028                                                 <row>\r
1029                                                         <entry>VIEW_PERM_GROUPS</entry>\r
1030                                                         <entry>Allows user to view permission groups.</entry>\r
1031                                                 </row>\r
1032                                                 <row>\r
1033                                                         <entry>VIEW_PERMISSION</entry>\r
1034                                                         <entry>Allows user to view user permissions within the user \r
1035                                                         permissions editor</entry>\r
1036                                                 </row>\r
1037                                                 <row>\r
1038                                                         <entry>VIEW_PERMIT_CHECKOUT</entry>\r
1039                                                         <entry>Allows user to see if another user can check out an item \r
1040                                                         (should be true for all staff)</entry>\r
1041                                                 </row>\r
1042                                                 <row>\r
1043                                                         <entry>VIEW_REPORT_OUTPUT</entry>\r
1044                                                         <entry>Allows user to view report output</entry>\r
1045                                                 </row>\r
1046                                                 <row>\r
1047                                                         <entry>VIEW_TITLE_NOTES</entry>\r
1048                                                         <entry>Allows user to view all notes attached to a title</entry>\r
1049                                                 </row>\r
1050                                                 <row>\r
1051                                                         <entry>VIEW_TRANSACTION</entry>\r
1052                                                         <entry>Allows user to see another users grocery/circ transactions \r
1053                                                         in the Bills Interface</entry>\r
1054                                                 </row>\r
1055                                                 <row>\r
1056                                                         <entry>VIEW_USER</entry>\r
1057                                                         <entry>Allows user to view another user's Patron Record</entry>\r
1058                                                 </row>\r
1059                                                 <row>\r
1060                                                         <entry>VIEW_USER_FINES _SUMMARY</entry>\r
1061                                                         <entry>Allows user to view bill details</entry>\r
1062                                                 </row>\r
1063                                                 <row>\r
1064                                                         <entry>VIEW_USER_TRANSACTIONS</entry>\r
1065                                                         <entry>*same as VIEW_TRANSACTION (duplicate perm)</entry>\r
1066                                                 </row>\r
1067                                                 <row>\r
1068                                                         <entry>VIEW_VOLUME_NOTES</entry>\r
1069                                                         <entry>Allows user to view all notes attached to a volume</entry>\r
1070                                                 </row>\r
1071                                                 <row>\r
1072                                                         <entry>VIEW_ZIP_DATA</entry>\r
1073                                                         <entry>Allows user to query the zip code data method</entry>\r
1074                                                 </row>\r
1075                                                 <row>\r
1076                                                         <entry>VOID_BILLING</entry>\r
1077                                                         <entry>Allows user to void a bill</entry>\r
1078                                                 </row>\r
1079                                                 <row>\r
1080                                                         <entry>VOLUME_HOLDS</entry>\r
1081                                                         <entry> Allows user to place a volume level hold</entry>\r
1082                                                 </row>\r
1083                                 \r
1084                                                 <row>\r
1085                                                         <entry>actor.org_unit.closed _date.create</entry>\r
1086                                                         <entry>Allows user to create a new closed date for a location</entry>\r
1087                                                 </row>\r
1088                                                 <row>\r
1089                                                         <entry>actor.org_unit.closed _date.delete</entry>\r
1090                                                         <entry>Allows user to remove a closed date interval for a given \r
1091                                                         location</entry>\r
1092                                                 </row>\r
1093                                                 <row>\r
1094                                                         <entry>actor.org_unit.closed _date.update</entry>\r
1095                                                         <entry>Allows user to update a closed date interval for a given \r
1096                                                         location</entry>\r
1097                                                 </row>\r
1098                                                 <row>\r
1099                                                         <entry>group_application.user</entry>\r
1100                                                         <entry>Allows user to add/remove users to/from the User group</entry>\r
1101                                                 </row>\r
1102                                                 <row>\r
1103                                                         <entry>group_application.user .patron</entry>\r
1104                                                         <entry>Allows user to add/remove users to/from the Patron \r
1105                                                         group</entry>\r
1106                                                 </row>\r
1107                                                 <row>\r
1108                                                         <entry>group_application.user. sip_client</entry>\r
1109                                                         <entry>Allows user to add/remove users to/from the SIP-Client \r
1110                                                         group</entry>\r
1111                                                 </row>\r
1112                                                 <row>\r
1113                                                         <entry>group_application.user. staff</entry>\r
1114                                                         <entry>Allows user to add/remove users to/from the Staff \r
1115                                                         group</entry>\r
1116                                                 </row>\r
1117                                                 <row>\r
1118                                                         <entry>group_application.user.staff. admin.global_admin</entry>\r
1119                                                         <entry>Allows user to add/remove users to/from the GlobalAdmin \r
1120                                                         group</entry>\r
1121                                                 </row>\r
1122                                                 <row>\r
1123                                                         <entry>group_application.user.staff. admin.lib_manager</entry>\r
1124                                                         <entry>Allows user to add/remove users to/from the LibraryManager \r
1125                                                         group</entry>\r
1126                                                 </row>\r
1127                                                 <row>\r
1128                                                         <entry>group_application.user.staff. admin.local_admin</entry>\r
1129                                                         <entry>Allows user to add/remove users to/from the LocalAdmin \r
1130                                                         group</entry>\r
1131                                                 </row>\r
1132                                                 <row>\r
1133                                                 <entry>group_application.user.staff.cat</entry>\r
1134                                                 <entry>Allows user to add/remove users to/from the Cataloger group</entry>\r
1135                                                 </row>\r
1136                                                 <row>\r
1137                                                         <entry>group_application.user. staff.cat.cat1</entry>\r
1138                                                         <entry>Allows user to add/remove users to/from the Cat1 group</entry>\r
1139                                                 </row>\r
1140                                                 <row>\r
1141                                                         <entry>group_application.user. staff.circ</entry>\r
1142                                                         <entry>Allows user to add/remove users to/from the Circulator \r
1143                                                         group</entry>\r
1144                                                 </row>\r
1145                                                 <row>\r
1146                                                         <entry>group_application.user. staff.supercat</entry>\r
1147                                                         <entry>Allows user to add/remove users to/from the Supercat \r
1148                                                         group</entry>\r
1149                                                 </row>\r
1150                                                 <row>\r
1151                                                         <entry>group_application.user. vendor</entry>\r
1152                                                         <entry>Allows user to add/remove users to/from the Vendor \r
1153                                                         group</entry>\r
1154                                                 </row>\r
1155                                                 <row>\r
1156                                                         <entry>money.collections_tracker. create</entry>\r
1157                                                         <entry>Allows user to put someone into collections</entry>\r
1158                                                 </row>\r
1159                                                 <row>\r
1160                                                         <entry>money.collections_tracker. delete</entry>\r
1161                                                         <entry>Allows user to take someone out of collections</entry>\r
1162                                                 </row>\r
1163                                         </tbody>\r
1164                                 </tgroup>\r
1165                         </table>\r
1166         \r
1167                 </simplesect>\r
1168         </section>\r
1169         <section xml:id="admin-staff_accounts">\r
1170         <info>\r
1171         <title>Staff Accounts</title>\r
1172     </info>\r
1173 \r
1174     \r
1175         <para> New staff accounts are created in much the same way as patron accounts, using <menuchoice>\r
1176                 <guimenu>Circulation</guimenu>\r
1177                 <guimenuitem>Register Patron</guimenuitem>\r
1178             </menuchoice> or <keycombo>\r
1179                 <keycap>Shift</keycap>\r
1180                 <keycap>F1</keycap>\r
1181             </keycombo>. Select one of the staff profiles from the <guilabel>Profile\r
1182                 Group</guilabel> drop-down menu. <indexterm><primary>staff accounts</primary></indexterm></para>\r
1183 \r
1184     <para xml:id="profiles-working">Each new staff account must be assigned a <guilabel>Working\r
1185             Location</guilabel><indexterm><primary>staff accounts</primary><secondary>working location</secondary></indexterm> which determines its access level in staff client interfaces.\r
1186         Accounts migrated from legacy systems or created before the upgrade to Evergreen 1.6 already\r
1187         have working locations assigned.</para>\r
1188 \r
1189 \r
1190     <procedure>\r
1191         <step>\r
1192             <para>To assign a working location open the newly created staff account using\r
1193                     <keycap>F1</keycap> (retrieve patron) or <keycap>F4</keycap> (patron search).\r
1194             </para>\r
1195         </step>\r
1196 \r
1197         <step>\r
1198                 <para>Select <menuchoice>\r
1199                         <guimenu>Other</guimenu>\r
1200                         <guimenuitem>User Permission Editor</guimenuitem>\r
1201                     </menuchoice></para>\r
1202                         </step>\r
1203         <step>\r
1204             <para>Place a check in the box next to the desired working location, then scroll to the\r
1205                 bottom of the display and click <guibutton>Save</guibutton>.</para>\r
1206 \r
1207 \r
1208         </step>\r
1209 \r
1210     </procedure>\r
1211 \r
1212     <note>\r
1213         <para>In multi-branch libraries it is possible to assign more than one working\r
1214             location</para>\r
1215     </note>\r
1216 \r
1217 \r
1218     <simplesect xml:id="staff_account_permissions">\r
1219         <info>\r
1220             <title>Staff Account Permissions <indexterm><primary>staff accounts</primary><secondary>permissions</secondary></indexterm> </title>\r
1221         </info>\r
1222         <para> To view a detailed list\r
1223             of permissions for a particular Evergreen account go to <menuchoice>\r
1224                 <guimenu>Admin (-)</guimenu>\r
1225                 <guimenuitem>User permission editor</guimenuitem>\r
1226             </menuchoice> in the staff client.</para>\r
1227 \r
1228        <!-- <informaltable>\r
1229 \r
1230             <tgroup cols="7" align="center" colsep="1" rowsep="1">\r
1231 \r
1232                 <colspec colnum="1" colname="col1" align="left" colwidth="2.0*"/>\r
1233                 <colspec colnum="2" colname="col2" colwidth="1.0*"/>\r
1234                 <colspec colnum="3" colname="col3" colwidth="1.0*"/>\r
1235                 <colspec colnum="4" colname="col4" colwidth="1.0*"/>\r
1236                 <colspec colnum="5" colname="col5" colwidth="1.0*"/>\r
1237                 <colspec colnum="6" colname="col6" colwidth="1.0*"/>\r
1238                 <colspec colnum="7" colname="col7" colwidth="1.0*"/>\r
1239                 <thead>\r
1240                     <row>\r
1241                         <entry>Action</entry>\r
1242                         <entry>General Staff</entry>\r
1243                         <entry>Circulators</entry>\r
1244                         <entry>Circ + Copy Edit</entry>\r
1245                         <entry>Circ + Full Cat</entry>\r
1246                         <entry>Catalogers</entry>\r
1247                         <entry>Local System Admin.</entry>\r
1248                     </row>\r
1249                 </thead>\r
1250 \r
1251                 <tbody>\r
1252                     <row>\r
1253                         <entry>Basic circulation functions</entry>\r
1254                         <entry>*</entry>\r
1255                         <entry>*</entry>\r
1256                         <entry>*</entry>\r
1257                         <entry>*</entry>\r
1258                         <entry>*</entry>\r
1259                         <entry>*</entry>\r
1260                     </row>\r
1261 \r
1262 \r
1263                     <row>\r
1264                         <entry>CheckIn bad status overrides</entry>\r
1265                         <entry>*</entry>\r
1266                         <entry>*</entry>\r
1267                         <entry>*</entry>\r
1268                         <entry>*</entry>\r
1269                         <entry>*</entry>\r
1270                         <entry>*</entry>\r
1271                     </row>\r
1272 \r
1273                     <row>\r
1274                         <entry>CheckIn Missing/Lost/ ClaimedReturned overrides</entry>\r
1275                         <entry/>\r
1276                         <entry/>\r
1277                         <entry>*</entry>\r
1278                         <entry>*</entry>\r
1279                         <entry/>\r
1280                         <entry>*</entry>\r
1281                     </row>\r
1282                     <row>\r
1283                         <entry>CheckOut overrides</entry>\r
1284                         <entry/>\r
1285                         <entry/>\r
1286                         <entry/>\r
1287                         <entry>*</entry>\r
1288                         <entry/>\r
1289                         <entry>*</entry>\r
1290                     </row>\r
1291 \r
1292                     <row>\r
1293                         <entry>MaxRenewal Reached override</entry>\r
1294                         <entry/>\r
1295                         <entry>*</entry>\r
1296                         <entry>*</entry>\r
1297                         <entry>*</entry>\r
1298                         <entry>*</entry>\r
1299                         <entry>*</entry>\r
1300                     </row>\r
1301 \r
1302 \r
1303 \r
1304                     <row>\r
1305                         <entry>Basic patron record</entry>\r
1306                         <entry>*</entry>\r
1307                         <entry>*</entry>\r
1308                         <entry>*</entry>\r
1309                         <entry>*</entry>\r
1310                         <entry>*</entry>\r
1311                         <entry>*</entry>\r
1312                     </row>\r
1313 \r
1314 \r
1315                     <row>\r
1316                         <entry>Bar patrons</entry>\r
1317                         <entry>*</entry>\r
1318                         <entry>*</entry>\r
1319                         <entry>*</entry>\r
1320                         <entry>*</entry>\r
1321                         <entry/>\r
1322                         <entry>*</entry>\r
1323                     </row>\r
1324                     <row>\r
1325                         <entry>Unbar patrons</entry>\r
1326                         <entry/>\r
1327                         <entry>*</entry>\r
1328                         <entry>*</entry>\r
1329                         <entry>*</entry>\r
1330                         <entry/>\r
1331                         <entry>*</entry>\r
1332                     </row>\r
1333 \r
1334                     <row>\r
1335                         <entry>Merge/delete patrons</entry>\r
1336                         <entry/>\r
1337                         <entry/>\r
1338                         <entry/>\r
1339                         <entry/>\r
1340                         <entry/>\r
1341                         <entry>*</entry>\r
1342                     </row>\r
1343 \r
1344                     <row>\r
1345                         <entry>Patron restriction overrides</entry>\r
1346                         <entry/>\r
1347                         <entry>*</entry>\r
1348                         <entry>*</entry>\r
1349                         <entry>*</entry>\r
1350                         <entry/>\r
1351                         <entry>*</entry>\r
1352                     </row>\r
1353 \r
1354                     <row>\r
1355                         <entry>Bills and payments</entry>\r
1356                         <entry>*</entry>\r
1357                         <entry>*</entry>\r
1358                         <entry>*</entry>\r
1359                         <entry>*</entry>\r
1360                         <entry/>\r
1361                         <entry>*</entry>\r
1362                     </row>\r
1363 \r
1364 \r
1365                     <row>\r
1366                         <entry>Holds</entry>\r
1367                         <entry>*</entry>\r
1368                         <entry>*</entry>\r
1369                         <entry>*</entry>\r
1370                         <entry>*</entry>\r
1371                         <entry>*</entry>\r
1372                         <entry>*</entry>\r
1373                     </row>\r
1374                     <row>\r
1375                         <entry>Copy/volume records</entry>\r
1376                         <entry/>\r
1377                         <entry/>\r
1378                         <entry>*</entry>\r
1379                         <entry>*</entry>\r
1380                         <entry>*</entry>\r
1381                         <entry>*</entry>\r
1382                     </row>\r
1383 \r
1384                     <row>\r
1385                         <entry>Bib records</entry>\r
1386                         <entry/>\r
1387                         <entry/>\r
1388                         <entry/>\r
1389                         <entry>*</entry>\r
1390                         <entry>*</entry>\r
1391                         <entry>*</entry>\r
1392                     </row>\r
1393                     <row>\r
1394                         <entry>Buckets</entry>\r
1395                         <entry>*</entry>\r
1396                         <entry>*</entry>\r
1397                         <entry>*</entry>\r
1398                         <entry>*</entry>\r
1399                         <entry>*</entry>\r
1400                         <entry>*</entry>\r
1401                     </row>\r
1402 \r
1403 \r
1404 \r
1405                     <row>\r
1406                         <entry>View report output</entry>\r
1407                         <entry>*</entry>\r
1408                         <entry>*</entry>\r
1409                         <entry>*</entry>\r
1410                         <entry>*</entry>\r
1411                         <entry>*</entry>\r
1412                         <entry>*</entry>\r
1413                     </row>\r
1414 \r
1415                     <row>\r
1416                         <entry>Create/run reports</entry>\r
1417                         <entry/>\r
1418                         <entry/>\r
1419                         <entry/>\r
1420                         <entry/>\r
1421                         <entry/>\r
1422                         <entry>*</entry>\r
1423                     </row>\r
1424 \r
1425                     <row>\r
1426                         <entry>Create/upload offline transactions</entry>\r
1427                         <entry>*</entry>\r
1428                         <entry>*</entry>\r
1429                         <entry>*</entry>\r
1430                         <entry>*</entry>\r
1431                         <entry>*</entry>\r
1432                         <entry>*</entry>\r
1433                     </row>\r
1434 \r
1435                     <row>\r
1436                         <entry>Process offline transactions</entry>\r
1437                         <entry/>\r
1438                         <entry/>\r
1439                         <entry/>\r
1440                         <entry/>\r
1441                         <entry/>\r
1442                         <entry>*</entry>\r
1443                     </row>\r
1444                     <row>\r
1445                         <entry>Transit</entry>\r
1446                         <entry>*</entry>\r
1447                         <entry>*</entry>\r
1448                         <entry>*</entry>\r
1449                         <entry>*</entry>\r
1450                         <entry>*</entry>\r
1451                         <entry>*</entry>\r
1452                     </row>\r
1453                     <row>\r
1454                         <entry>Abort remote transit</entry>\r
1455                         <entry/>\r
1456                         <entry/>\r
1457                         <entry>*</entry>\r
1458                         <entry>*</entry>\r
1459                         <entry>*</entry>\r
1460                         <entry>*</entry>\r
1461                     </row>\r
1462 \r
1463                 </tbody>\r
1464             </tgroup>\r
1465         </informaltable>-->\r
1466     </simplesect>\r
1467 \r
1468     <simplesect xml:id="profiles-grant-permissions">\r
1469         <title>Granting Additional Permissions</title>\r
1470         <para>A Local System Administrator (LSA) may selectively grant LSA permissions to other staff\r
1471             accounts. In the example below a <emphasis>Circ +Full\r
1472                 Cat</emphasis> account is granted permission to process offline transactions, a function which otherwise requires an LSA login.</para>\r
1473 \r
1474         <procedure>\r
1475             <step>\r
1476                 <para>Log in as a Local System Administrator.</para>\r
1477             </step>\r
1478 \r
1479            <step><stepalternatives> <step>\r
1480                \r
1481                     <para>Select <menuchoice>\r
1482                             <guimenu>Admin (-)</guimenu>\r
1483                             <guimenuitem>User Permission Editor</guimenuitem>\r
1484                         </menuchoice> and enter the staff account barcode when prompted</para>\r
1485                \r
1486                <para><emphasis role="bold">OR</emphasis></para>\r
1487            </step>\r
1488                <step>\r
1489                   \r
1490                        <para>Retrieve the staff account first, then select <menuchoice>\r
1491                            <guimenu>Other</guimenu>\r
1492                            <guimenuitem>User Permission Editor</guimenuitem>\r
1493                        </menuchoice></para>\r
1494                        \r
1495                </step></stepalternatives></step>\r
1496 \r
1497             <step>\r
1498                 <informalfigure>\r
1499                     <para>The <guilabel>User Permission Editor</guilabel> will load (this may take a\r
1500                         few seconds). Greyed-out permissions cannot be edited because they are\r
1501                         either a) already granted to the account, or b) not\r
1502                         available to any staff account, including LSAs.</para>\r
1503                     <para>\r
1504                         <mediaobject>\r
1505                             <alt>User permissions screen shot</alt>\r
1506                             <imageobject>\r
1507                                 <imagedata scalefit="0" fileref="../media/profile-5.png"/>\r
1508                             </imageobject>\r
1509 \r
1510                         </mediaobject>\r
1511                     </para>\r
1512 \r
1513                     <para>\r
1514                         <inlinemediaobject>\r
1515                             <imageobject>\r
1516                                 <imagedata scalefit="0" fileref="../media/1.png"/>\r
1517                             </imageobject>\r
1518                         </inlinemediaobject> List of permission names.</para>\r
1519 \r
1520                     <para>\r
1521                         <inlinemediaobject>\r
1522                             <imageobject>\r
1523                                 <imagedata scalefit="0" fileref="../media/2.png"/>\r
1524                             </imageobject>\r
1525                         </inlinemediaobject>\r
1526                         If checked the permission is granted to this account.</para>\r
1527 \r
1528                     <para>\r
1529                         <inlinemediaobject>\r
1530                             <imageobject>\r
1531                                 <imagedata scalefit="0" fileref="../media/3.png"/>\r
1532                             </imageobject>\r
1533                         </inlinemediaobject> <guilabel>Depth</guilabel> limits application to the staff member's library and should be left at the default.</para>\r
1534 \r
1535                     <para>\r
1536                         <inlinemediaobject>\r
1537                             <imageobject>\r
1538                                 <imagedata scalefit="0" fileref="../media/4.png"/>\r
1539                             </imageobject>\r
1540                         </inlinemediaobject>\r
1541                         If checked this staff account will be able to grant the new privilege to other accounts (not recommended).\r
1542                         </para>\r
1543 \r
1544                 </informalfigure>\r
1545             </step>\r
1546             \r
1547             <step>\r
1548                 <informalfigure>\r
1549                     <para>To allow processing of offline transactions check the <emphasis>Applied</emphasis> column next to OFFLINE_EXECUTE.</para>\r
1550                     <para>\r
1551                         <mediaobject>\r
1552                             <alt>User permissions screen shot</alt>\r
1553                             <imageobject>\r
1554                                 <imagedata scalefit="0" fileref="../media/profile-6.png"/>\r
1555                             </imageobject>\r
1556                             \r
1557                         </mediaobject>\r
1558                     </para>\r
1559                     \r
1560                 </informalfigure>\r
1561             </step>\r
1562             \r
1563             <step>\r
1564                 <informalfigure>\r
1565                     <para>Scroll down and click <guibutton>Save</guibutton> to apply the changes.</para>\r
1566                     <para>\r
1567                         <mediaobject>\r
1568                             <alt>User permissions screen shot</alt>\r
1569                             <imageobject>\r
1570                                 <imagedata scalefit="0" fileref="../media/profile-7.png"/>\r
1571                             </imageobject>\r
1572                             \r
1573                         </mediaobject>\r
1574                     </para>\r
1575                     \r
1576                 </informalfigure>\r
1577             </step>     \r
1578                         </procedure>\r
1579        \r
1580                 </simplesect>\r
1581         </section>\r
1582         <section xml:id="copystatus">\r
1583                 <title>Copy Status</title>\r
1584                  <indexterm><primary>copy status</primary></indexterm>\r
1585                 <para>To navigate to the copy status editor from the staff client menu, select \r
1586                         <menuchoice><guimenu>Admin</guimenu>  <guisubmenu>Server Administration</guisubmenu> \r
1587                                 <guisubmenu>Copy Statuses </guisubmenu></menuchoice></para>\r
1588                 <para>The Copy Status Editor is used to Add, edit and delete statuses of copies in your system.</para>\r
1589                 <para>Evergreen comes pre-loaded with a number of copy statuses.</para> \r
1590                         <table xml:id="copystatusestable">\r
1591                                 <title>Copy Status Table</title>\r
1592                                 <tgroup cols="4">\r
1593                                         <colspec colnum="1" colname="col1" colwidth="0.5*"/>\r
1594                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>\r
1595                                         <colspec colnum="3" colname="col3" colwidth="1.0*"/>\r
1596                                         <colspec colnum="4" colname="col4" colwidth="1.0*"/>\r
1597                                         <thead>\r
1598                                                 <row>\r
1599                                                         <entry>ID</entry>\r
1600                                                         <entry>Name</entry>\r
1601                                                         <entry>Holdable - default setting</entry>\r
1602                                                         <entry>OPAC Visible - default setting</entry>\r
1603                                                 </row>\r
1604                                         </thead>\r
1605                                         <tbody>\r
1606                                                 <row>\r
1607                                                         <entry>0</entry>\r
1608                                                         <entry>Available</entry>\r
1609                                                         <entry>true</entry>\r
1610                                                         <entry>true</entry>\r
1611                                                 </row>\r
1612                                                 <row>\r
1613                                                         <entry>1</entry>\r
1614                                                         <entry>Checked out</entry>\r
1615                                                         <entry>true</entry>\r
1616                                                         <entry>true</entry>\r
1617                                                 </row>\r
1618                                                 <row>\r
1619                                                         <entry>2</entry>\r
1620                                                         <entry>Bindery</entry>\r
1621                                                         <entry>false</entry>\r
1622                                                         <entry>false</entry>\r
1623                                                 </row>\r
1624                                                 <row>\r
1625                                                         <entry>3</entry>\r
1626                                                         <entry>Lost</entry>\r
1627                                                         <entry>false</entry>\r
1628                                                         <entry>false</entry>\r
1629                                                 </row>\r
1630                                                 <row>\r
1631                                                         <entry>4</entry>\r
1632                                                         <entry>Missing</entry>\r
1633                                                         <entry>false</entry>\r
1634                                                         <entry>false</entry>\r
1635                                                 </row>\r
1636                                                 <row>\r
1637                                                         <entry>5</entry>\r
1638                                                         <entry>In process</entry>\r
1639                                                         <entry>false</entry>\r
1640                                                         <entry>true</entry>\r
1641                                                 </row>\r
1642                                                 <row>\r
1643                                                         <entry>6</entry>\r
1644                                                         <entry>In transit</entry>\r
1645                                                         <entry>true</entry>\r
1646                                                         <entry>true</entry>\r
1647                                                 </row>\r
1648                                                 <row>\r
1649                                                         <entry>7</entry>\r
1650                                                         <entry>Reshelving</entry>\r
1651                                                         <entry>true</entry>\r
1652                                                         <entry>true</entry>\r
1653                                                 </row>\r
1654                                                 <row>\r
1655                                                         <entry>8</entry>\r
1656                                                         <entry>On holds shelf</entry>\r
1657                                                         <entry>true</entry>\r
1658                                                         <entry>true</entry>\r
1659                                                 </row>\r
1660                                                 <row>\r
1661                                                         <entry>9</entry>\r
1662                                                         <entry>On order</entry>\r
1663                                                         <entry>true</entry>\r
1664                                                         <entry>true</entry>\r
1665                                                 </row>\r
1666                                                 <row>\r
1667                                                         <entry>10</entry>\r
1668                                                         <entry>ILL</entry>\r
1669                                                         <entry>true</entry>\r
1670                                                         <entry>false</entry>\r
1671                                                 </row>\r
1672                                                 <row>\r
1673                                                         <entry>11</entry>\r
1674                                                         <entry>Cataloging</entry>\r
1675                                                         <entry>true</entry>\r
1676                                                         <entry>false</entry>\r
1677                                                 </row>\r
1678                                                 <row>\r
1679                                                         <entry>12</entry>\r
1680                                                         <entry>Reserves</entry>\r
1681                                                         <entry>false</entry>\r
1682                                                         <entry>true</entry>\r
1683                                                 </row>\r
1684                                                 <row>\r
1685                                                         <entry>13</entry>\r
1686                                                         <entry>Discard/Weed</entry>\r
1687                                                         <entry>false</entry>\r
1688                                                         <entry>false</entry>\r
1689                                                 </row>\r
1690                                                 <row>\r
1691                                                         <entry>14</entry>\r
1692                                                         <entry>Damaged</entry>\r
1693                                                         <entry>false</entry>\r
1694                                                         <entry>false</entry>\r
1695                                                 </row>\r
1696                                                 <row>\r
1697                                                         <entry>15</entry>\r
1698                                                         <entry>On reservation shelf</entry>\r
1699                                                         <entry>true</entry>\r
1700                                                         <entry>false</entry>\r
1701                                                 </row>\r
1702                                         </tbody>\r
1703                                 </tgroup>\r
1704                         </table>\r
1705                         <para>It is possible to add, delete and edit copy statuses.</para>\r
1706                         <procedure>\r
1707                                 <title>Adding Copy Statuses</title>\r
1708                                 <step><para>In the <guilabel>New Status</guilabel> field, enter the name of the  \r
1709                                 new status you wish to add.</para></step>\r
1710                                 <step><para>Click <guibutton>Add</guibutton>.</para></step>\r
1711                                 <step><para>Locate you new status and check the <emphasis>Holdable</emphasis> check box \r
1712                                 if you wish to all users to place holds on items in this status. Check \r
1713                                 <guilabel>OPAC Visible</guilabel> if you wish for this status to appear in the public \r
1714                                 OPAC.</para></step>\r
1715                                 <step><para>Click <guibutton>Save Changes</guibutton> at the bottom of the screen to \r
1716                                 save changes to the new status.</para></step>\r
1717                         </procedure>\r
1718                         <procedure>\r
1719                                 <title>Deleting Copy Statuses</title>\r
1720                                 <step><para>Highlight the statuses you wish to delete. Hold the \r
1721                                 <keycap>Shift</keycap> to select more than one status.</para></step>\r
1722                                 <step><para>Click <guibutton>Delete Selected</guibutton>.</para></step>\r
1723                                 <step><para>Click OK to verify.</para>\r
1724                                         <note><para>You will not be able to delete statuses if copies currently \r
1725                                         exist with that status.</para></note>\r
1726                                 </step>\r
1727                         </procedure>\r
1728                         <procedure>\r
1729                                 <title>Editing Copy Statuses</title>\r
1730                                 <step><para>Double click on a status name to change its name and enter the new \r
1731                                 name.</para> <para>To change whether a status is visible in the OPAC, check or uncheck \r
1732                                 the <guilabel>OPAC Visible</guilabel> check box.</para><para>To allow patrons the ability to \r
1733                                 hold items in that status, check the <emphasis>Holdable</emphasis> check box. To prevent \r
1734                                 users from holding items in that status, uncheck the <emphasis>Holdable</emphasis> \r
1735                                 check box. </para></step>\r
1736                                 <step><para>Once you have finished editing the statuses, remember to click \r
1737                                 <guibutton>Save Changes</guibutton>.</para></step>      \r
1738                         </procedure>\r
1739         </section>\r
1740         <section xml:id="billingtypes">\r
1741                 <title>Billing Types</title>\r
1742                 <indexterm><primary>billing types</primary></indexterm>\r
1743                 <para>The billing types editor is used for creating, editing and deleting billing types.</para>    \r
1744                 <para>To navigate to the billing types editor from the staff client menu, select \r
1745                         <menuchoice><guimenu>Admin</guimenu>  <guisubmenu>Server Administration</guisubmenu> \r
1746                                 <guisubmenu>Billing Types</guisubmenu></menuchoice></para>\r
1747                         <procedure>\r
1748                                 <title>Adding Billing Types</title>\r
1749                                 <indexterm><primary>billing types</primary><secondary>adding</secondary></indexterm>\r
1750                                 <step><para>Click <guibutton>New Billing Type</guibutton>.</para></step>\r
1751                                 <step><para>Enter the name of the billing type.</para></step>\r
1752                                 <step><para>Select the <guilabel>Org Unit</guilabel> to use this billing type.</para></step>\r
1753                                 <step><para>Enter the <guilabel>Default Price</guilabel>. This is only the default since \r
1754                                 the actual price of a specific billing can be adjusted when staff create \r
1755                                 a billing</para></step>\r
1756                                 <step><para>Click <guibutton>Save</guibutton> to save the new billing type.</para></step>\r
1757                         </procedure>\r
1758                         <procedure>\r
1759                                 <title>Deleting Billing Types</title>\r
1760                                 <indexterm><primary>billing types</primary><secondary>deleting</secondary></indexterm>\r
1761                                 <step><para>Check the check box of the billing type(s) you wish to delete.</para></step>\r
1762                                 <step><para>Click <guibutton>Delete Selected</guibutton>.\r
1763                                         <caution><para>The selected billing types will be deleted without a \r
1764                                         verification alert.</para></caution>\r
1765                                 </para></step>\r
1766                         </procedure>\r
1767                         <procedure>\r
1768                                 <title>Editing Billing Types</title>\r
1769                                 <indexterm><primary>billing types</primary><secondary>editing</secondary></indexterm>\r
1770                                 <step><para>Double click on a billing types to open the editing window.</para></step> \r
1771                                 <step><para>Make desired changes to the <guilabel>name</guilabel>, \r
1772                                 <guilabel>Org Unit</guilabel> and <guilabel>Default Price</guilabel>.</para></step>\r
1773                                 <step><para>Once you have finished editing, click \r
1774                                 <guibutton>Save</guibutton>.</para></step>      \r
1775                         </procedure>\r
1776                 \r
1777         </section>\r
1778         <section xml:id="circmodifiers">\r
1779                 <title>Circulation Modifiers</title>\r
1780                 <indexterm><primary>circulation modifiers</primary></indexterm>\r
1781                 <para>The circulation modifier editor is used to create, edit and delete modifier categories to control \r
1782                 circulation policies on specific groups of items.</para> \r
1783                 <para>To navigate to the circulation modifiers editor from the staff client menu, select \r
1784                         <menuchoice>\r
1785                                 <guimenu>Admin</guimenu>  <guisubmenu>Server Administration</guisubmenu> \r
1786                                 <guisubmenu>Circulation Modifiers</guisubmenu></menuchoice>.\r
1787                 </para>\r
1788                         <procedure>\r
1789                                 <title>Adding Circulation Modifiers</title>\r
1790                                 <indexterm><primary>circulation modifiers</primary><secondary>adding</secondary></indexterm>\r
1791                                 <step><para>Click <guibutton>New Circ Modifier</guibutton>.</para></step>\r
1792                                 <step><para>Enter a <guilabel>Code</guilabel>, <guilabel>Name</guilabel> and  \r
1793                                 <guilabel>Description</guilabel>.</para></step>\r
1794                                 <step><para>Select the <guilabel>SIP 2 Media Type</guilabel>.</para></step>\r
1795                                 <step><para>Check the <guibutton>Magnetic Media</guibutton> check box if the item is magnetic media such as a cassette \r
1796                                 tape.</para></step>\r
1797                                 <step><para>Click <guibutton>Save</guibutton> to save the new circulation \r
1798                                 modifier.</para></step>\r
1799                         </procedure>\r
1800                         <procedure>\r
1801                                 <title>Deleting Circulation Modifiers</title>\r
1802                                 <indexterm><primary>circulation modifiers</primary><secondary>deleting</secondary></indexterm>\r
1803                                 <step><para>Check the check box(es) next to the circulation modifiers(s) you wish to \r
1804                                 delete.</para></step>\r
1805                                 <step><para>Click <guibutton>Delete Selected</guibutton> near the top of the page.\r
1806                                 <caution><para>The selected circulation modifiers will be deleted without a \r
1807                                 verification alert.</para></caution>\r
1808                                 </para></step>\r
1809                         </procedure>\r
1810                         <procedure>\r
1811                                 <title>Editing Circulation Modifiers</title>\r
1812                                 <indexterm><primary>circulation modifiers</primary><secondary>editing</secondary></indexterm>\r
1813                                 <step><para>Double click on the row of the circulation modifier you wish to \r
1814                                 edit.</para></step> \r
1815                                 <step><para>Make desired changes.</para></step>\r
1816                                 <step><para>Once you have finished editing, click \r
1817                                 <guibutton>Save</guibutton>.</para></step>      \r
1818                         </procedure>\r
1819         </section>\r
1820         <section xml:id="catalogingtemplates">\r
1821                 <title>Cataloging Templates</title>\r
1822                 <indexterm><primary>cataloging</primary><secondary>templates</secondary></indexterm>\r
1823                 <para>Cataloging templates are essential for making the cataloging process more efficient. Templates are used that that the basic structure of specific types of cataloging records can                         loaded when the cataloger adds a new record</para>\r
1824                 <procedure>\r
1825                         <title>Adding Cataloging Templates</title>\r
1826                         <step>\r
1827                                 <para>                          \r
1828                                 Create a marc template in  the directory <filename class="directory">/openils/var/templates/marc/</filename>. It should be in xml format.\r
1829                                 Here is an example file <filename>k_book.xml</filename>: \r
1830                                 </para>\r
1831 <programlisting language="xml">\r
1832 <![CDATA[\r
1833 <record>\r
1834   <leader>00620cam a2200205Ka 4500</leader>\r
1835   <controlfield tag="008">070101s                            eng d</controlfield>\r
1836   <datafield tag="010" ind1="" ind2="">\r
1837     <subfield code="a"></subfield>\r
1838   </datafield>\r
1839   <datafield tag="020" ind1="" ind2="">\r
1840     <subfield code="a"></subfield>\r
1841   </datafield>\r
1842   <datafield tag="082" ind1="0" ind2="4">\r
1843     <subfield code="a"></subfield>\r
1844   </datafield>\r
1845   <datafield tag="092" ind1="" ind2="">\r
1846     <subfield code="a"></subfield>\r
1847   </datafield>\r
1848   <datafield tag="100" ind1="" ind2="">\r
1849     <subfield code="a"></subfield>\r
1850   </datafield>\r
1851   <datafield tag="245" ind1="" ind2="">\r
1852     <subfield code="a"></subfield>\r
1853     <subfield code="b"></subfield>\r
1854     <subfield code="c"></subfield>\r
1855   </datafield>\r
1856   <datafield tag="260" ind1="" ind2="">\r
1857     <subfield code="a"></subfield>\r
1858     <subfield code="b"></subfield>\r
1859     <subfield code="c"></subfield>\r
1860   </datafield>\r
1861   <datafield tag="300" ind1="" ind2="">\r
1862     <subfield code="a"></subfield>\r
1863     <subfield code="b"></subfield>\r
1864     <subfield code="c"></subfield>\r
1865   </datafield>\r
1866   <datafield tag="500" ind1="" ind2="">\r
1867     <subfield code="a"></subfield>\r
1868   </datafield>\r
1869   <datafield tag="650" ind1="" ind2="">\r
1870     <subfield code="a"></subfield>\r
1871     <subfield code="v"></subfield>\r
1872   </datafield>\r
1873   <datafield tag="650" ind1="" ind2="">\r
1874     <subfield code="a"></subfield>\r
1875   </datafield>\r
1876 </record>\r
1877 ]]>\r
1878 </programlisting>\r
1879         \r
1880                         </step>\r
1881                         <step>\r
1882                         <para>Add the template to the to the <emphasis>marctemplates</emphasis> list in the open-ils.cat section of the Evergreen configuration file \r
1883                         <filename>opensrf.xml</filename><indexterm><primary>configuration files</primary><secondary>opensrf.xml</secondary></indexterm></para>\r
1884                         </step>\r
1885                         <step>\r
1886                                 <para>Restart <systemitem class="service">Perl</systemitem><indexterm><primary>Perl</primary></indexterm> services for changes to take effect.</para>\r
1887                                 <screen><userinput>/openils/bin/osrf_ctl.sh -l -a restart_perl</userinput></screen>\r
1888                         </step>\r
1889                 </procedure>\r
1890         </section>\r
1891         <section xml:id="relevancyrankings">\r
1892                 <title>Adjusting Search Relevancy Rankings</title>\r
1893                 <indexterm><primary>search relevancy</primary></indexterm>\r
1894                 <info>\r
1895                         <abstract>\r
1896                                 <para>This section describes indexed field weighting and matchpoint weighting, which\r
1897                                 control relevance ranking in Evergreen catalog search results. Adjusting relevancy can only be completed through access to the Evergreen database as of version 1.6.</para>\r
1898                                 <tip>\r
1899                                         <para>In tuning search relevance, it is good practice to make incremental\r
1900                                         adjustments, capture search logs, and assess results before making further\r
1901                                         adjustments. </para>\r
1902                                 </tip>\r
1903                         </abstract>\r
1904                 </info>\r
1905                 <simplesect>\r
1906                         <title>Indexed-field Weighting<indexterm><primary>search relevancy</primary><secondary>indexed-field weighting</secondary></indexterm> </title>\r
1907                         <para>Indexed-field weighting is configured in the Evergreen database in the weight column\r
1908                         of the <link linkend="config.table.metabib-field">config.metabib_field</link> table, which follows the other four columns in this table:\r
1909                         field_class, name, xpath, and format.</para>\r
1910                         <para>The following is one representative line from the <link linkend="config.table.metabib-field">config.metabib_field</link> table:</para>\r
1911 <screen>\r
1912 author | conference | //mods32:mods/mods32:name[@type='conference']/mods32:\r
1913 namePart[../mods32:role/mods32:roleTerm[text()='creator']] | mods32 | 1 ) \r
1914 </screen>\r
1915                         <para>The default value for index-field weights in config.metabib_field is 1. Adjust the\r
1916                         weighting of indexed fields to boost or lower the relevance score for matches on that\r
1917                         indexed field. The weight value may be increased or decreased by whole integers. </para>\r
1918                         <para>For example, by increasing the weight of the title-proper field from 1 to 2, a search\r
1919                         for <emphasis role="bold">jaguar</emphasis> would double the relevance  for the book titled\r
1920                         <emphasis role="italic">Aimee and Jaguar</emphasis> than for a record with the term\r
1921                         <emphasis role="bold">jaguar</emphasis> in another indexed field. </para>\r
1922                 </simplesect>\r
1923                 <simplesect>\r
1924                         <title>Match point Weighting</title>\r
1925                         <indexterm><primary>search relevancy</primary><secondary>match point weighting</secondary></indexterm>\r
1926                         <para> Match point weighting provides another way to fine-tune Evergreen relevance ranking,\r
1927                         and is configured through floating-point multipliers in the multiplier column of the\r
1928                         search.relevance_adjustment table.</para>\r
1929                         <para> Weighting can be adjusted for one, more, or all multiplier fields in\r
1930                         <link linkend="search.relevance">search.relevance_adjustment</link>.</para>\r
1931                         <para>You can adjust the following three matchpoints:</para> \r
1932                         <itemizedlist>\r
1933                         <listitem>\r
1934                                 <para>first_wordboosts relevance if the query is \r
1935                                 one term long and matches the first term in the indexed field (search for <emphasis \r
1936                                 role="bold">twain</emphasis>, get a bonus for <emphasis role="bold">twain, mark</emphasis> \r
1937                                 but not <emphasis role="bold">mark twain</emphasis>)</para>\r
1938                         </listitem>\r
1939                         <listitem>\r
1940                                 <para>word_order increases relevance for words \r
1941                                 matching the order of search terms, so that the results for the search <emphasis \r
1942                                 role="bold">legend suicide</emphasis> would match higher for the book <emphasis \r
1943                                 role="italic">Legend of a Suicide</emphasis> than for the book, \r
1944                                 <emphasis role="italic">Suicide Legend</emphasis></para>\r
1945                         </listitem>\r
1946                         <listitem>\r
1947                                 <para>full_match boosts relevance when the full \r
1948                                 query exactly matches the entire indexed field (after space, case, and diacritics are \r
1949                                 normalized). So a title search for <emphasis role="italic">The Future of Ice</emphasis> \r
1950                                 would get a relevance boost above <emphasis role="italic">Ice>Ages of the \r
1951                                 Future</emphasis>.</para>\r
1952                         </listitem>\r
1953                         </itemizedlist>\r
1954                         <para> Here are the default settings of the search.relevance_adjustment table: </para>\r
1955                         <table xml:id="search.relevance">\r
1956                         <title>search.relevance_adjustment table</title>\r
1957                         <tgroup cols="4">\r
1958                                         <colspec colnum="1" colname="col1" colwidth="1.0*"/>\r
1959                                         <colspec colnum="2" colname="col2" colwidth="1.0*"/>\r
1960                                         <colspec colnum="3" colname="col3" colwidth="1.0*"/>\r
1961                                         <colspec colnum="4" colname="col4" colwidth="1.0*"/>\r
1962                                 <thead>\r
1963                                         <row>\r
1964                                                 <entry>field_class</entry>\r
1965                                                 <entry>name</entry>\r
1966                                                 <entry>bump_type</entry>\r
1967                                                 <entry>multiplier</entry>\r
1968                                         </row>\r
1969                                 </thead>\r
1970                                 <tbody>\r
1971                                         <row>\r
1972                                                 <entry>author</entry>\r
1973                                                 <entry>conference</entry>\r
1974                                                 <entry>first_word</entry>\r
1975                                                 <entry>1.5</entry>\r
1976                                         </row>\r
1977                                         <row>\r
1978                                                 <entry>author</entry>\r
1979                                                 <entry>corporate</entry>\r
1980                                                 <entry>first_word</entry>\r
1981                                                 <entry>1.5</entry>\r
1982                                         </row>\r
1983                                         <row>\r
1984                                                 <entry>author </entry>\r
1985                                                 <entry>other </entry>\r
1986                                                 <entry>first_word</entry>\r
1987                                                 <entry>1.5</entry>\r
1988                                         </row>\r
1989                                         <row>\r
1990                                                 <entry>author</entry>\r
1991                                                 <entry>personal</entry>\r
1992                                                 <entry>first_word</entry>\r
1993                                                 <entry>1.5</entry>\r
1994                                         </row>\r
1995                                         <row>\r
1996                                                 <entry>keyword</entry>\r
1997                                                 <entry>keyword</entry>\r
1998                                                 <entry>word_order</entry>\r
1999                                                 <entry>10</entry>\r
2000                                         </row>\r
2001                                         <row>\r
2002                                                 <entry>series</entry>\r
2003                                                 <entry>seriestitle</entry>\r
2004                                                 <entry>first_word</entry>\r
2005                                                 <entry>1.5</entry>\r
2006                                         </row>\r
2007                                         <row>\r
2008                                                 <entry>series</entry>\r
2009                                                 <entry>seriestitle</entry>\r
2010                                                 <entry>full_match</entry>\r
2011                                                 <entry>20</entry>\r
2012                                         </row>\r
2013                                         <row>\r
2014                                                 <entry>title</entry>\r
2015                                                 <entry>abbreviated</entry>\r
2016                                                 <entry>first_word</entry>\r
2017                                                 <entry>1.5</entry>\r
2018                                         </row>\r
2019                                         <row>\r
2020                                                 <entry>title</entry>\r
2021                                                 <entry>abbreviated</entry>\r
2022                                                 <entry>full_match</entry>\r
2023                                                 <entry>20</entry>\r
2024                                         </row>\r
2025                                         <row>\r
2026                                                 <entry>title</entry>\r
2027                                                 <entry>abbreviated</entry>\r
2028                                                 <entry>word_order</entry>\r
2029                                                 <entry>10</entry>\r
2030                                         </row>\r
2031                                         <row>\r
2032                                                 <entry>title</entry>\r
2033                                                 <entry>alternative</entry>\r
2034                                                 <entry>first_word</entry>\r
2035                                                 <entry>1.5</entry>\r
2036                                         </row>\r
2037                                         <row>\r
2038                                                 <entry>title</entry>\r
2039                                                 <entry>alternative</entry>\r
2040                                                 <entry>full_match</entry>\r
2041                                                 <entry>20</entry>\r
2042                                         </row>\r
2043                                         <row>\r
2044                                                 <entry>title</entry>\r
2045                                                 <entry>alternative</entry>\r
2046                                                 <entry>word_order</entry>\r
2047                                                 <entry>10</entry>\r
2048                                         </row>\r
2049                                         <row>\r
2050                                                 <entry>title</entry>\r
2051                                                 <entry>proper</entry>\r
2052                                                 <entry>first_word</entry>\r
2053                                                 <entry>1.5</entry>\r
2054                                         </row>\r
2055                                         <row>\r
2056                                                 <entry>title</entry>\r
2057                                                 <entry>proper</entry>\r
2058                                                 <entry>full_match</entry>\r
2059                                                 <entry>20</entry>\r
2060                                         </row>\r
2061                                         <row>\r
2062                                                 <entry>title</entry>\r
2063                                                 <entry>proper</entry>\r
2064                                                 <entry>word_order</entry>\r
2065                                                 <entry>10</entry>\r
2066                                         </row>\r
2067                                         <row>\r
2068                                                 <entry>title</entry>\r
2069                                                 <entry>translated</entry>\r
2070                                                 <entry>first_word</entry>\r
2071                                                 <entry>1.5</entry>\r
2072                                         </row>\r
2073                                         <row>\r
2074                                                 <entry>title</entry>\r
2075                                                 <entry>translated</entry>\r
2076                                                 <entry>full_match</entry>\r
2077                                                 <entry>20</entry>\r
2078                                         </row>\r
2079                                         <row>\r
2080                                                 <entry>title</entry>\r
2081                                                 <entry>translated</entry>\r
2082                                                 <entry>word_order</entry>\r
2083                                                 <entry>10</entry>\r
2084                                         </row>\r
2085                                         <row>\r
2086                                                 <entry>title</entry>\r
2087                                                 <entry>uniform</entry>\r
2088                                                 <entry>first_word</entry>\r
2089                                                 <entry>1.5</entry>\r
2090                                         </row>\r
2091                                         <row>\r
2092                                                 <entry>title</entry>\r
2093                                                 <entry>uniform</entry>\r
2094                                                 <entry>full_match</entry>\r
2095                                                 <entry>20</entry>\r
2096                                         </row>\r
2097                                         <row>\r
2098                                                 <entry>title</entry>\r
2099                                                 <entry>uniform</entry>\r
2100                                                 <entry>word_order</entry>\r
2101                                                 <entry>10</entry>\r
2102                                         </row>\r
2103                                 </tbody>\r
2104                         </tgroup>\r
2105                         </table>\r
2106                 </simplesect>\r
2107                 <simplesect>\r
2108                         <title>Combining Index Weighting and Match point Weighting</title>\r
2109                         <indexterm><primary>search relevancy</primary><secondary>combining index weighting and match point weighting</secondary></indexterm>\r
2110                         \r
2111                         <para>Index weighting and matchpoint weighting may be combined. The relevance boost of the combined \r
2112                         weighting is equal to the product of the two multiplied values. </para>\r
2113                         <para>If the relevance setting in the config.metabib_field were increased to 2, and the multiplier \r
2114                         set to 1.2 in the search.relevance_adjustment table, the resulting matchpoint increase would be \r
2115                         240%. </para>\r
2116                         <note>\r
2117                                 <para>In practice, these weights are applied serially -- first the index weight, then all \r
2118                                 the matchpoint weights that apply -- because they are evaluated at different stages of the \r
2119                                 search process.</para>\r
2120                         </note>\r
2121                 </simplesect>\r
2122                 <simplesect>\r
2123                         <title>Adjusting Relevancy for Keyword Searches</title>\r
2124                         <indexterm><primary>search relevancy</primary><secondary>keyword search adjusting</secondary></indexterm>\r
2125                         <para> Searching the out of the box <emphasis>keyword</emphasis> does not boost the ranking for terms appearing in, the title or subject fields since  there is just one \r
2126                         keyword index which does not distinguish terms that appear in the title field from those in the notes field for example. In comparison, the title index is actually composed of \r
2127                         a number of separate indexes: title|proper, title|uniform, title|alternative, title|translated, etc, that collectively form the title index. You can see this in the \r
2128                         <link linkend="config.table.metabib-field">config.metabib_field</link> table. The following procedure will add a keyword|title index so that terms found in the title field of an \r
2129                         item are given more weight than terms in other fields. </para>\r
2130                         <procedure>\r
2131                                 <step>\r
2132                                         <para>From the command line, access the PostgreSQL command line interface</para>\r
2133                                         <screen><userinput>psql -U evergreen</userinput></screen>\r
2134                                 </step> \r
2135                                 <step>\r
2136                                         <para>Clone the title|proper index to create a keyword|title index</para>\r
2137                                         <para>6 = the title|proper index</para>\r
2138 <programlisting>\r
2139 INSERT INTO config.metabib_field \r
2140         (field_class, name, xpath, weight, format, search_field, facet_field)\r
2141         SELECT 'keyword', 'title', xpath, weight, format, search_field, facet_field\r
2142         FROM config.metabib_field\r
2143         WHERE id = 6;\r
2144 </programlisting>\r
2145                                 </step>\r
2146                                 <step>\r
2147                                         <para>Populate the keyword|title index with a set of index entries cloned from the metabib.title_field_entry table;</para>\r
2148                                         <para>6 = the title|proper index</para>\r
2149 <programlisting>\r
2150 INSERT INTO metabib.keyword_field_entry \r
2151         (source, field, value)\r
2152         SELECT source, 17, value (the field value, 17, field be different in your database \r
2153         so you may need to check the <link linkend="config.table.metabib-field">config.metabib_field</link> \r
2154         for the id of your new index).\r
2155         FROM metabib.title_field_entry\r
2156         WHERE field = 6;\r
2157 </programlisting>\r
2158                                 </step>\r
2159                                 <step> \r
2160                                         <para>Bump the relevance when the first search term appears first in the title in a keyword search.</para>\r
2161                                         <para>17 = our new keyword|title index (This may be different in your database so you may need to check the \r
2162                                         <link linkend="config.table.metabib-field">config.metabib_field</link> for the id \r
2163                                         of your new index).</para>\r
2164 <programlisting>\r
2165 INSERT INTO search.relevance_adjustment \r
2166         (active, field, bump_type, multiplier)\r
2167 VALUES (true, 17, 'first_word', 5); \r
2168 </programlisting>\r
2169                                 </step>\r
2170                                 <step>\r
2171                                         <para>Boost the relevance for search terms appearing in the title in general</para>\r
2172                                         <para>17 = our new keyword|title index (This may be different in your database so you may need to check the \r
2173                                         <link linkend="config.table.metabib-field">config.metabib_field</link> for the id \r
2174                                         of your new index).</para>\r
2175 <programlisting>\r
2176 UPDATE config.metabib_field\r
2177 SET weight = 10\r
2178 WHERE id = 17;\r
2179 </programlisting>\r
2180                                 </step>\r
2181                         </procedure>  \r
2182                 </simplesect> \r
2183         </section>\r
2184         <section xml:id="notifications">\r
2185                 <title>Notifications</title>\r
2186                 <para>Notifications can be set up for Holds, Overdue items and Predue items. There are two ways to configure notifications for each of these type of notifications.</para>\r
2187                 <section xml:id="Holdnotifications">\r
2188                         <title>Hold Notifications</title>\r
2189                         <indexterm><primary>notifications</primary><secondary>hold</secondary></indexterm>\r
2190                         <para>Hold notifications can be used that that library users are sent an email when their items are available for pickup. This notification is triggered when the item being held \r
2191                         is <emphasis>captured</emphasis> by a library staff member and the item is in the <emphasis>on holds shelf</emphasis> status. </para>\r
2192                         <simplesect>                    \r
2193                                 <title>Hold Notifications using the Action Trigger</title> \r
2194                                 <para>The easiest way to set up hold notifications is to use the <link linkend="actiontriggers">Action Trigger</link> mechanism introduced in Evergreen 1.6.</para>                     \r
2195                                 <procedure>\r
2196                                 <step>\r
2197                                 <para>From the staff client menu, Click on\r
2198                                         <menuchoice>\r
2199                                                 <guimenu>Admin</guimenu>  \r
2200                                                 <guisubmenu>Local Administration</guisubmenu>\r
2201                                                 <guisubmenu>Notifications / Action triggers</guisubmenu>\r
2202                                         </menuchoice>\r
2203                                 </para>\r
2204                                 </step>\r
2205 \r
2206                                 <step>\r
2207                                         <para>Locate the Action Trigger Definition with the <guilabel>Name</guilabel> <guilabel>Hold Ready for Pickup Email Notification</guilabel>.</para>\r
2208                                 </step>\r
2209                                 <step>\r
2210                                         <para>Double click on the item row to open the editing page, but <emphasis role="bold">not</emphasis> on the hyperlinked <guilabel>Name</guilabel></para>\r
2211                                 </step>\r
2212                                 <step>\r
2213                                         <para>Check the <guilabel>Enabled</guilabel> check box to enable it.</para>\r
2214                                 </step>\r
2215                                 <step>\r
2216                                         <para>Edit the <guilabel>Template</guilabel> text box to customize the body of the email as needed. Note that text between <quote>[% %]</quote> are variables to be \r
2217                                         generated by the system. For example, <varname>[% user.family_name %]</varname> with be replaced by the family name of the user receiving a notice.</para>\r
2218                                 </step>\r
2219                                 <step>\r
2220                                         <para>Click <guibutton>Save</guibutton> to save your changes.</para>\r
2221                                 </step>\r
2222                                 <step>\r
2223                                         <para>Hold notices are now activated and will be processed the next time action triggers are processed. See <xref linkend="ProcessingActionTriggers" /> for \r
2224                                         more details on processing action triggers.</para>\r
2225                                 </step>\r
2226                                 </procedure>\r
2227                         </simplesect>   \r
2228                         <simplesect>                    \r
2229                                 <title>Hold Notifications using the Evergreen Configuration File</title> \r
2230                                 <para>An older method for Setting up hold notifications is through the Configuration file <filename>/openils/conf/opensrf.xml</filename>. </para>                       \r
2231                                 <procedure>\r
2232                                         <step>\r
2233                                                 <para>Open the file <filename>/openils/conf/opensrf.xml</filename> with your favorite text editor</para>\r
2234                                                 <para>Locate this section of the configuration file:</para>\r
2235 \r
2236 <programlisting><![CDATA[\r
2237 <notify_hold>\r
2238 <email>true</email> <!-- set to true for hold notice emails -->\r
2239 </notify_hold>\r
2240 ]]>\r
2241 </programlisting>               \r
2242                 \r
2243 \r
2244                                                 <para>Ensure that &lt;email&gt; is set to <emphasis role="bold">true</emphasis>.</para>\r
2245                                         </step>\r
2246                                         <step>\r
2247                                                 <para>Locate the following section of the configuration file:</para>\r
2248 <programlisting> <![CDATA[\r
2249 ...\r
2250 <email_notify> \r
2251             <!-- global email notification settings -->\r
2252             <template>/openils/var/data/hold_notification_template.example</template>\r
2253 ...\r
2254 ]]>\r
2255 </programlisting>\r
2256                                                 <para>Point the &lt;template&gt; variable to the hold notification template you will be using for hold notifications.</para>\r
2257                                         </step>\r
2258                                         <step>\r
2259                                                 <para>Locate the template and edit as desired. Use the example template provided as a guide.</para>\r
2260                                         </step>\r
2261                                 </procedure>\r
2262                         </simplesect>   \r
2263                 </section> \r
2264                 <section xml:id="overedueandpreduenotifications">\r
2265                         <title>Overdue and Predue Notifications</title> \r
2266                         <para>Overdue and Predue email notifications can be used to inform users that they have materials which are overdue or to warn them that materials are almost overdue.</para>  \r
2267                         <simplesect>                    \r
2268                                 <title>Activating the Existing Overdue Action Triggers</title> \r
2269                                 <indexterm><primary>notifications</primary><secondary>overdue</secondary><tertiary>activating action triggers</tertiary></indexterm>\r
2270                                 <para>The easiest way to set up overdue notifications is to use the <link linkend="actiontriggers">Action Trigger</link> mechanism introduced in Evergreen 1.6.</para>                  \r
2271                                 <procedure>\r
2272                                 <step>\r
2273                                 <para>From the staff client menu, Click on\r
2274                                         <menuchoice>\r
2275                                                 <guimenu>Admin</guimenu>  \r
2276                                                 <guisubmenu>Local Administration</guisubmenu>\r
2277                                                 <guisubmenu>Notifications / Action triggers</guisubmenu>\r
2278                                         </menuchoice>\r
2279                                 </para>\r
2280                                 </step>\r
2281 \r
2282                                 <step>\r
2283                                         <para>Locate the Action Trigger Definition you wish to activate. There are several overdue notices preloaded wit Evergreen 1.6.</para>\r
2284                                 </step>\r
2285                                 <step>\r
2286                                         <para>Double click on the item row to open the editing page, but <emphasis role="bold">not</emphasis> on the hyperlinked <guilabel>Name</guilabel></para>\r
2287                                 </step>\r
2288                                 <step>\r
2289                                         <para>Check the <guilabel>Enabled</guilabel> check box to enable it.</para>\r
2290                                 </step>\r
2291                                 <step>\r
2292                                         <para>Edit the <guilabel>Template</guilabel> text box to customize the body of the email as needed. Note that text between <quote>[% %]</quote> are variables to be \r
2293                                         generated by the system. For example, <varname>[% user.family_name %]</varname> with be replaced by the family name of the user receiving a notice.</para>\r
2294                                 </step>\r
2295                                 <step>\r
2296                                         <para>Click <guibutton>Save</guibutton> to save your changes.</para>\r
2297                                 </step>\r
2298                                 <step>\r
2299                                         <para>Overdue notices are now activated and will be processed the next time action triggers are processed. See <xref linkend="ProcessingActionTriggers" /> for \r
2300                                         more details on processing action triggers.</para>\r
2301                                 </step>\r
2302                                 </procedure>\r
2303                         </simplesect>   \r
2304                         <simplesect>                    \r
2305                                 <title>Creating Overdue and Predue Notifications by Cloning Existing Action Triggers</title> \r
2306                                 <indexterm><primary>notifications</primary><secondary>overdue</secondary><tertiary>creating using action triggers</tertiary></indexterm>\r
2307                                 <indexterm><primary>notifications</primary><secondary>predue</secondary><tertiary>creating using action triggers</tertiary></indexterm>\r
2308                                 <para>If you wish to add overdue notices for different periods of time or wish to create a predue notice simply clone an existing overdue note, give it a \r
2309                                 unique <guilabel>Name</guilabel>, customize as needed. and save.</para>\r
2310                                 <para>There are no pre-existing predue notices so they will need to be created by cloning an existing overdue notice. \r
2311                                 To make them predue notices, use a negative value in the <guilabel>Processing Delay Context Field</guilabel>. For example, to create a predue notice the day before the \r
2312                                 due date, use the value <emphasis>-1 days</emphasis>.</para>                    \r
2313                         </simplesect>\r
2314                         <simplesect>                    \r
2315                                 <title>Creating Overdue and Predue Notices using the Evergreen Configuration File</title>\r
2316                                 <indexterm><primary>notifications</primary><secondary>overdue</secondary><tertiary>creating using the configuration file</tertiary></indexterm>\r
2317                                 <indexterm><primary>notifications</primary><secondary>predue</secondary><tertiary>creating using the configuration file</tertiary></indexterm> \r
2318                                 <para>It is also possible to create overdue and predue notices using the Evergreen configuration file <filename>/openils/conf/opensrf.xml</filename></para>     \r
2319                                 <procedure>\r
2320                                 <step>\r
2321                                         <para>Open <filename>/openils/conf/opensrf.xml</filename> with your favorite text editor.</para>\r
2322                                         <para>Locate this section of the configuration file:</para>\r
2323 \r
2324 <programlisting><![CDATA[\r
2325 <overdue>\r
2326 ...\r
2327             <notice>\r
2328                 <!-- Notify at 7 days overdue -->\r
2329                 <notify_interval>7 days</notify_interval>\r
2330                 <!-- Options include always, noemail, and never.  'noemail' means a notice\r
2331                      will be appended to the notice file only if the patron has no \r
2332                      valid email address.  -->\r
2333                 <file_append>noemail</file_append>\r
2334                 <!-- do we attempt email notification? -->\r
2335                 <email_notify>true</email_notify>\r
2336                 <!-- notice template file -->\r
2337                 <email_template>\r
2338                         /openils/var/data/templates/overdue_7day.example\r
2339                 </email_template>\r
2340             </notice>\r
2341         </overdue>\r
2342 <!-- Courtesy notices -->\r
2343         <predue>\r
2344             <notice>\r
2345                 <!-- All circulations that circulate between 5 and 13 days -->\r
2346                 <circ_duration_range>\r
2347                     <from>3 days</from>\r
2348                     <to>13 days</to>\r
2349                 </circ_duration_range>\r
2350                 <!-- notify at 1 day before the due date -->\r
2351                 <notify_interval>1 day</notify_interval>\r
2352                 <file_append>false</file_append>\r
2353                 <email_notify>true</email_notify>\r
2354                 <email_template>\r
2355                         /openils/var/data/templates/predue_1day.example\r
2356                 </email_template>\r
2357             </notice>\r
2358         </predue>\r
2359 ...\r
2360 ]]>\r
2361 </programlisting>                               \r
2362                                         </step>\r
2363                                         <step>\r
2364                                                 <para>From this section of the configuration file, you may:</para>\r
2365                                                 <itemizedlist>\r
2366                                                         <listitem>Point to the template file for the specific notice: &lt;email_template&gt;</listitem>\r
2367                                                         <listitem>Set the interval time for the specific notice: &lt;notify_interval&gt;</listitem>\r
2368                                                         <listitem>Indicate whether to attempt email notification for the notice: &lt;email_notify&gt;</listitem>\r
2369                                                         <listitem>For predue notices, you may also specify on which circulation ranges to activate the courtesy notice: \r
2370                                                         &lt;circ_duration_range&gt;</listitem>\r
2371                                                 </itemizedlist>\r
2372                                         </step>\r
2373                                         <step>\r
2374                                                 <para>Locate the templates and edit as desired. Use the example templates provided as guides.</para>\r
2375                                         </step>\r
2376                                         <step>\r
2377                                                 <para>From the configuration file you may also set the default email sender address. However, this is just the default and the email sender \r
2378                                                 address for specific organizational units can be specified in the <link linkend="lsa-library-settings">library settings editor</link> \r
2379                                                 from the staff client.</para>\r
2380                                         </step>\r
2381                                 </procedure>\r
2382                                 <note><para>You also need to set the email server from the configuration file. By default, it uses the <systemitem class="domainname">localhost</systemitem>.</para></note> \r
2383                         </simplesect>\r
2384                 </section>\r
2385         </section>\r
2386 </chapter>\r