]> git.evergreen-ils.org Git - working/Evergreen.git/blob - release_notes.txt
Test linking form release notes.
[working/Evergreen.git] / release_notes.txt
1 Release notes
2 =============
3 :toc:
4 :numbered:
5
6 Upgrade notes
7 -------------
8
9 Z39.50 Server Definitions
10 ~~~~~~~~~~~~~~~~~~~~~~~
11 Z39.50 server target definitions have been removed from the sample
12 `opensrf.xml.example` file. To migrate existing settings from your
13 `opensrf.xml` configuration file to the database, peform the
14 following steps:
15
16     1. First, set up your custom Z39.50 sources in the database. For
17       each entry in `z3950/services`, map the following XML paths to the
18       corresponding `config.z3950_source` table column as follows:
19 +
20       ** `z3950/services/<entry>` = name
21       ** `//<entry>/name` = label
22       ** `//<entry>/host` = host
23       ** `//<entry>/port` = port
24       ** `//<entry>/db` = db
25       ** `//<entry>/record_format` = record_format
26       ** `//<entry>/transmission_format` = transmission_format
27 +
28     2. Then, for each attribute defined in the `<attrs>` element for
29        a given service, map the following XML paths to the corresponding
30        `config.z3950_attr` table column as follows:
31 +
32       ** `z3950/services/<entry>` = source
33       ** `//<entry>/attrs/<attr>` = name
34       ** `//<entry>/attrs/<attr>/code` = code
35       ** `//<entry>/attrs/<attr>/format` = format
36 +
37     3. After adding the new Z39.50 sources and corresponding attributes,
38        you will need to log out of the staff client and log back into the
39        staff client to retrieve the new entry values. If a given Z39.50
40        server does not work for a given attribute, pay attention to the
41        `truncation` column for the attribute.
42
43
44 New features
45 ------------
46
47 Administration
48 ~~~~~~~~~~~~
49
50 Custom Org Unit Trees
51 ^^^^^^^^^^^^^^^^^^^^^
52 Evergreen enables you to create an organizational tree that describes the
53 systems, branches, or other units that comprise your organization. By default,
54 the org unit tree that appears to patrons in the OPAC is identical to the one
55 that appears to users of the staff client. Using this feature, you can condense
56 or re-order the organizational tree into a simpler structure for patrons using
57 the OPAC while maintaining the complex organizational tree that is available to
58 users of the staff client.
59
60 As a further enhancement, you can hide a parental org unit yet still make its
61 child org units visible in the OPAC. In previous versions of Evergreen, child
62 org units inherited the visibility setting of their parents.
63
64 Documentation for this feature is available in the Book of Evergreen at
65 http://docs.evergreen-ils.org/2.2/
66
67 Fine Accrual on Closed Dates
68 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69 By default, fines accrue only on dates that the library is open. This feature
70 enables you to charge patrons fines on dates the library is closed. Fines
71 accrue during scheduled closings as well as during normal weekly closed dates.
72
73 Documentation for this feature is available in the Book of Evergreen at
74 http://docs.evergreen-ils.org/2.2/
75
76 Target Copies for Holds at Closed Libraries
77 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78 By default, when a patron places a hold on a title, the hold targeter will
79 search for copies to fill the hold only at circulating libraries that are open.
80 Copies at closed libraries are not targeted to fill holds. When turned on, this
81 feature enables Evergreen to target copies that have closed circulating
82 libraries to fill holds. Two new org unit settings control this feature.
83
84 Documentation for this feature is available in the Book of Evergreen at
85 http://docs.evergreen-ils.org/2.2/
86
87 OPAC
88 ~~~~
89
90 Template Toolkit OPAC (_TPAC_)
91 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92 The basic catalog has been replaced by the Template Toolkit OPAC (_TPAC_).
93 Compared to the traditional catalog (_JSPAC_), TPAC uses far fewer network
94 calls for each page, resulting in faster loading pages. TPAC is built on the
95 http://template-toolkit.org[Template Toolkit] language to enable simple but
96 powerful customization, and supports integrated `gettext`-based translation
97 for strings--including placeholders and quantities--for better
98 internationalization support.
99
100 The next feature release of Evergreen will make TPAC the primary catalog
101 and deprecate the use of the JSPAC.
102
103 Auto Suggest in Catalog Search
104 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
105 The http://docs.evergreen-ils.org/2.2/_auto_suggest_in_catalog_search_2.html[auto suggest feature] suggests the completion of search terms as the user
106 enters his query.  By default, the user will see ten suggestions although this
107 number is configurable at the database level.  Scroll through suggestions with
108 your mouse, or use the arrow keys to scroll through the suggestions. Select a
109 suggestion to view records that are linked to this suggestion. 
110
111 This feature is not turned on by default. You must turn it on in the Admin
112 module.
113
114 Copy Location Groups
115 ^^^^^^^^^^^^^^^^^^^^
116 This feature allows staff to create and name sets of copy locations to use as
117 a search filter in the catalog.  OPAC-visible groups will display within the
118 library selector in the template toolkit OPAC.  When a user selects a group
119 and performs a search, the set of results will be limited to records that have
120 copies in one of the copy locations within the group.  Groups can live at any
121 level of the library hierarchy and may include copy locations from any parent 
122 org unit or child org unit.
123
124 For advanced users, this change includes a new Query Parser filter called
125 location_groups().  
126
127 My Lists
128 ^^^^^^^^
129 The My Lists feature replaces the bookbag feature that was available in
130 versions proior to 2.2. This feature enables you to create temporary and
131 permanent lists; create and edit notes for items in lists; place holds on items
132 in lists; and share lists via RSS feeds and CSV files.
133
134 Documentation for this feature is available in the Book of Evergreen at
135 http://docs.evergreen-ils.org/2.2/  
136
137 SMS Text Messaging
138 ^^^^^^^^^^^^^^^^^^
139 The SMS Text Messaging feature enables users to receive hold notices via text
140 message. Users can opt-in to this hold notification as their default setting
141 for all holds, or they can receive specific hold notifications via text
142 message. Users can also send call numbers and copy locations via text message.
143
144 Documentation for this feature is available in the Book of Evergreen at
145 http://docs.evergreen-ils.org/2.2/
146
147 New Patron Preferences
148 ^^^^^^^^^^^^^^^^^^^^^^^
149 Users will now have the ability to designate the following preferences in the
150 Template Toolkit catalog (_TPAC_):
151
152 * A preferred search location. Unlike the default search library in JSPAC, this
153   setting will also control which copies display first in search results and
154   record detail screens.
155 * A preferred pickup location.
156 * The ability to keep a history of checked out items.
157 * The ability to keep a history of holds.
158
159 Credit Card Payment via Public Catalog
160 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
161 Patrons can now use credit cards to pay fines and bills in *My Account* of the
162 TPAC.
163
164 Record Detail Print and E-mail Actions
165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
166 Implements Print and Email actions as links below the *Add to List* link
167 in the TPAC record detail page.
168
169 Identify Previously-Checked-Out Items in Search Results
170 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
171 When a user is logged into the TPAC and performs a search, this feature
172 indicates in the results set when any of the result items were ever checked
173 out by the logged-in user. Items will only be tagged when the related org
174 setting is enabled and the user has opted in to circ history tracking.
175
176 Patron Management
177 ~~~~~~~~~~~~~~~~~
178
179 Patron Statistical Category Enhancements
180 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
181 The following enhancements have been added to patron statistical categories:
182
183   * categories can be marked as 'required' (must be filled out when a patron is
184     registered)
185   * categories can be marked to allow or disallow user-created entries
186   * an entry for a given category and org unit can be marked as the default
187     entry. It will be automatically selected in the new patron registration
188     screen.
189
190 User Settings Available from Patron Editor
191 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
192 Staff can now access and update user settings, like notification prefererences
193 and default pickup library, in the patron editor.
194
195 Mark Patron E-mail or Phone as Invalid
196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
197 Staff can mark a patron's email address or phone number as invalid in the
198 patron editor. The system will clear the email (or phone) field from
199 `actor.usr`, and [both optionally, per OU setting]:
200
201   . create a corresponding standing penalty against the user, for staff to
202     notice next time they bring up said patron in the staff client;
203   . create a patron note. Related penalties (but not notes) will be cleared
204     whenever that patron's email address or phone number is updated again.
205
206 Address Alert in Patron Registration
207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208 Support for comparing user addresses to alert addresses.  When an address is
209 found, the address in question is styled (the header row turns red) and the
210 configured alert message is shown along the top-right, where other warnings
211 appear. 
212
213 Circulation
214 ~~~~~~~~~~~
215
216 Telephony Improvements
217 ^^^^^^^^^^^^^^^^^^^^^^
218 Enhancements to notifications by telephony, including:
219
220 * A feature that allows an Evergreen system to roll over failed notifcations
221   into new ones with a different notification method.
222 * Holiday awareness. System administrators can, via `cron`, schedule the
223   `set_pbx_holidays` script on an Evergreen system to periodically update
224   the PBX's table of holidays, based on a given org unit's closed date ranges.
225 * Smart retry. In certain situations, if you put too many callfiles into
226   Asterisk's spool at once, Asterisk will try to make too many calls at
227   once, and all such calls just fail. That is what the allocator is meant to
228   prevent. Smart retry is about moving calls that have been tried once, and will
229   be retried again later due to resulting in a busy signal or other problem, out
230   of the spool to make room for other calls that could be made in the meantime.
231
232 Circulation Limit Groups & Limit Sets
233 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
234 The new *Circulation Limit Groups* interface found in the *Server
235 administration* menu can be thought of as _tags_ the system places on
236 circulations so that it can find them later. The *Limit Sets* interface found
237 in the *Local administration* menu defines rules for limiting the number of
238 active circulations a patron may have based on Circulation Modifiers and Limit
239 Groups. These new features support the following options:
240
241 * Setting circ limits for circulations that have no circ modifiers. This is
242   useful for systems with circulation rules based on something other than
243   circulation modifiers (for example, *MARC type*) or for grouping items
244   that may have different circulation modifiers so that, for example, you
245   can count every video, regardless of circulation modifiers.
246 * The ability to set limits for a single library's items, regardless of
247   the checkout library.
248
249 New Checkin Modifiers
250 ^^^^^^^^^^^^^^^^^^^^^
251 The following modifiers have been added to the check-in interface:
252
253 * *Clear Shelf-Expired Holds*. When checking in something on the hold shelf,
254   run a 'Clear Shelf Process' for the specific copy ID at that library to
255   auto-clear any Shelf-Expired holds. 
256 * *Retarget Local Holds*. When checking in 'in process' items that are owned by
257   the library, attempt to find a local hold to retarget. This is intended to
258   help with proper targeting of newly-cataloged items.
259 * *Retarget All Statuses*. Similar to 'Retarget Local Holds', this modifier will
260   attempt to find a local hold to retarget, regardless of the status of the
261   item being checked in. This modifier must be used in conjunction with the
262  'Retarget Local Holds' modifier.
263 * *Capture Local Holds as Transits*. With this checkin modifier, any local holds
264   will be given an 'in transit' status instead of 'holds shelf'. The intent is
265   to stop the system from sending holds notifications before the item is ready
266   to be placed on the holds shelf. Possible use cases include Automated
267   Materials Handling(AMH) checkins, in which items may be sitting in a bin for a
268   while before landing on the holds shelf, and checkins done on closed days. 
269
270 Copy Location Alerts
271 ^^^^^^^^^^^^^^^^^^^^
272 This enhancement adds a new 'checkin_alert' column to copy locations. If true
273 (defaults to false), then a routing alert is generated at reshelving time for
274 the location. This is intended for special locations, such as 'Display', that
275 may require special handling, or that temporarily contain items that are not
276 normally in that location.
277
278 Age Hold Protection Based on a Copy's Active Date
279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
280 * Adds a 'Sets copy active' column to the 'Copy Statuses' interface to identify
281   statuses that indicate a copy is active and ready for checkout. The first
282   time a copy is set to one of these statuses, the system adds an 'active date'
283   for the copy, which can be used for reporting.
284 * Provides a new library setting for age hold protection to be based on the
285   copy's active date instead of its create date.
286
287 Option to Place Holds on Age Protected Items
288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
289 Allow choice of placing hold despite age protection. This alters the backend to
290 watch when so much as one copy failed only due to age protection. In JSPAC, an
291 alternate confirm message is shown.  In TPAC, the failure message is changed
292 and override is always allowed for the hold in question.
293
294 Force and Cataloging Recall Holds
295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
296 Creates two new types of copy-level holds, *Force* and *Cataloging Recall*,
297 that cut in front of all other holds and ignore hold rules. For cataloging
298 recall holds, the copy's status changes to 'cataloging' when it reaches its
299 destination.
300
301 Archiving Statistical Categories and Circulation-Time Copy Locations
302 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
303 Circulation-time copy locations are now archived with circulations (aged or active).
304
305 Using the *Statistical Categories Editor*, staff can also designate statistical
306 categories (patron and copy) to archive with circulations.
307
308 Browse Holds Shelf Interface Displays Canceled Holds
309 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
310 Holds that are canceled after they are placed on the holds shelf will continue
311 to display in this interface and will also display in the 'shelf-expired holds'
312 view.
313
314 Acquisitions
315 ~~~~~~~~~~~~
316
317 Vandelay Integration into Acquisitions
318 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
319 The Acquisitions Load MARC Order Record interface enables you to add MARC
320 records to selection lists and purchase orders and upload the records into the
321 catalog. The Vandelay interface enables you to create specific match points
322 between incoming MARC records and exisiting catalog records. Combining these
323 two features enables you to track on order MARC records through the
324 Acquisitions interface and to utilize the record matching mechanisms available
325 in Vandelay when importing acquisitions records.
326
327 Documentation for this feature is available in the Book of Evergreen at
328 http://docs.evergreen-ils.org/2.2/
329
330 Receive Items from an Invoice
331 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
332 This feature enables users to receive items from an invoice. Staff can receive
333 individual copies, or they can receive items in batch.
334
335 Documentation for this feature is available in the Book of Evergreen at
336 http://docs.evergreen-ils.org/2.2/
337
338 Lineitem and Copy Actions Accessible from More Interfaces
339 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
340 Users can now access lineitem actions (for example, receive, unreceive, update
341 barcodes, new invoice) from the acquisitions lineitem search results and
342 selection list interfaces. Also available on these interfaces is a link to copy
343 details where users can take receive actions (receive, unreceive, cancel) on
344 individual copies.
345
346 Improved Displays for Provider and Fund Administration Pages
347 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
348 This enhancement provides improved support for viewing the provider and fund
349 administation pages. It also allows staff to use filters to find providers and
350 funds.
351
352 Cataloging
353 ~~~~~~~~~~
354
355 Authority Control Sets
356 ^^^^^^^^^^^^^^^^^^^^^^
357 The tags and subfields that display in authority records in Evergreen are
358 proscribed by control sets. The Library of Congress control set is the default
359 control set in all versions of Evergreen. However, in Evergreen release 2.2,
360 you can create customized control sets for authority records, and you can
361 define thesauri and authority fields for these control sets.
362
363 Patrons and staff can browse authorities in the JSPAC. The following fields are
364 browsable by default: author, series, subject, title, and topic. You can add
365 custom browse axes in addition to these default fields.
366
367 Documentation for this feature is available in the Book of Evergreen at
368 http://docs.evergreen-ils.org/2.2/
369
370 Batch Importing MARC Records
371 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
372 The MARC Batch Import interface features improved matching of records and
373 managing of your import queue. In version 2.2, you can specify match points
374 between incoming and existing records to better detect matching records and
375 prevent record duplication. You can also create quality controls to ensure that
376 incoming matching records are superior in quality to existing catalog records.  
377
378 You also have new options for managing your queue.  You can apply filters to
379 your queue, and you can generate a list of import errors. You can also print
380 your queue, email your queue, or export your queue as a CSV file.
381
382 Documentation for this feature is available in the Book of Evergreen at
383 http://docs.evergreen-ils.org/2.2/
384
385 Hide Fields in Copy Editor
386 ^^^^^^^^^^^^^^^^^^^^^^^^^^
387 You can customize the *Copy Editor* for staff by hiding fields in the *Copy
388 Editor* that are not relevant for workflows at particular org units. Descendant
389 org units inherit the settings of their parents.
390
391 Documentation for this feature is available in the Book of Evergreen at
392 http://docs.evergreen-ils.org/2.2/  
393
394 Prevent Bibliographic Records from Having Attached Copies
395 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
396 To enable libraries to designate specific sets of records as only for use as
397 electronic resources, it is possible to configure a bibliographic source such
398 that physical copies or MFHD records may not be attached to records from that
399 source. The `config.bib_source` table now includes a new Boolean column,
400 `can_have_copies`, that controls this behavior. If `can_have_copies` for a
401 given bibliographic source is `TRUE`, then the staff client will prevent a
402 cataloger from adding volumes or MFHD records to records belonging to that
403 source.
404
405 Documentation for this feature is available in the Book of Evergreen at
406 http://docs.evergreen-ils.org/2.2/
407
408 Overlay Existing Catalog Record via Z39.50 Import
409 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
410 You can replace an existing catalog record with a record obtained through a
411 Z39.50 search. No new permissions or administrative settings are needed to use
412 this feature.
413
414 Documentation for this feature is available in the Book of Evergreen at
415 http://docs.evergreen-ils.org/2.2/
416
417 Restrict Z39.50 Sources by Permission Group
418 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
419 You can use a permission to restrict users' access to Z39.50 servers. You can
420 apply a permission to the Z39.50 servers to restrict access to that server, and
421 then assign that permission to users or groups so that they can access the
422 restricted servers.
423
424 Documentation for this feature is available in the Book of Evergreen at
425 http://docs.evergreen-ils.org/2.2/
426
427 Switch Copy Location Name and Library Short Name in Copy Editor
428 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
429 By default, the copy editor shows the library shortname ('BR1' or 'CONS')
430 followed by the copy location name ('Stacks', 'Reference').  A new workstation
431 setting, under *Admin -> Workstation Administration -> Copy Editor: Copy
432 Location Name First*, enables staff to change the display so that the copy
433 location name is displayed first, followed by the library shortname. This may
434 be particularly useful for libraries that have defined one set of copy
435 locations at the consortial level and want to enable quick keyboard navigation
436 to copy locations by typing just the first letters of the copy location.
437
438 Documentation for this feature is available in the Book of Evergreen at
439 http://docs.evergreen-ils.org/2.2/
440
441 User Activity Types
442 ~~~~~~~~~~~~~~~~~~~
443 The User Activity Types feature enables you to specify the user activity that
444 you want to record in the database. You can use this feature for reporting
445 purposes. This function will also display a last activity date in a user's
446 account. Currently, this feature only tracks user authentication.
447
448 Documentation for this feature is available in the Book of Evergreen at
449 http://docs.evergreen-ils.org/2.2/
450
451 Authentication Proxy
452 ~~~~~~~~~~~~~~~~~~
453 To support integration of Evergreen with organizational authentication systems,
454 and to reduce the proliferation of user names and passwords, Evergreen offers 
455 a new service called `open-ils.auth_proxy`. If you enable the service,
456 `open-ils.auth_proxy` supports different authentication mechanisms
457 that implement the `authenticate` method. You can define a chain of these
458 authentication mechanisms to be tried in order within the `<authenticators>`
459 element of the `opensrf.xml` configuration file, with the option of falling
460 back to the `native` mode that uses Evergreen's internal method of password
461 authentication.
462
463 This service only provides authentication; there is no support for automatic
464 provisioning of accounts. To authenticate against any authentication system,
465 the user account must first be defined within the Evergreen system, and
466 authentication will be based on the user name as it exists in Evergreen.
467
468 A sample authentication mechanism for LDAP is provided in
469 `Open-ILS::Application::AuthProxy::LDAP_AUTH`, and corresponding sample
470 attributes can be found in `opensrf.xml.example`.
471
472 Auditor Tables
473 ~~~~~~~~~~~~~~
474 This enhancement adds user and workstation IDs to the auditor tables. It also
475 adds/changes auditor functions to allow for setting, getting, and clearing
476 auditor information, as well as adding a couple of utility functions for
477 updating auditors after changes to their origin columns.
478
479 Reports
480 ~~~~~~~
481
482 New Views for Reporting Sources
483 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
484 To support the creation of collection development reports, the following
485 reporting sources have been added:
486
487   * 'Last Circulation or Creation Date' is a source that offers the copy ID,
488     the last circulation date or creation date, and the last circulation date
489   * 'Hold/Copy Ratio per Bib and Pickup Library' is a source that calculates
490     the number of holds per copy per bibliographic record, with granularity
491     by pickup library.
492
493
494 Staff Client Navigation
495 ~~~~~~~~~~~~~~~~~~~~~~~
496
497 Customizable Toolbar
498 ^^^^^^^^^^^^^^^^^^^^
499 By default, two toolbars are available in the staff client: circulation and
500 cataloging. This feature enables you to customize toolbars in the staff client.
501 You can add buttons that will enable quick access to a variety of features.
502 You can create toolbars for specific org unit(s), workstation(s), or login(s).
503
504 Documentation for this feature is available in the Book of Evergreen at
505 http://docs.evergreen-ils.org/2.2/
506
507 Double Clicking in the Staff Client
508 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
509 You can search for a patron's record, and double click on a result to access
510 that record. You can double click on an item in the *Holdings Maintenance*
511 screen to access copy information. The item is linked to the *Volume/Copy
512 Creator*, if you turned it on in the staff client's org unit settings. If you
513 did not turn on the *Volume/Copy Creator*, then the item links to the *Item
514 Attributes*.
515
516 Documentation for this feature is available in the Book of Evergreen at
517 http://docs.evergreen-ils.org/2.2/
518
519 Recent Staff Searches
520 ^^^^^^^^^^^^^^^^^^^^^
521 You can view your recent searches as you perform them in the staff client. By
522 default, staff can view their recent searches, although the number is
523 configurable. This feature is only available through the staff client; it is
524 not available to patrons in the OPAC.
525
526 Documentation for this feature is available in the Book of Evergreen at
527 http://docs.evergreen-ils.org/2.2/
528
529 Return to Search Results from MARC Record
530 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
531 This feature enables you to return to your title search results directly from
532 any view of the MARC record, including the *OPAC View*, *MARC Record*, *MARC
533 Edit*, and *Holdings Maintenance* views. You can use this feature to page
534 through records in the *MARC Record View* or *Edit* interfaces. You do not have
535 to return to the *OPAC View* to access title results.
536
537 Documentation for this feature is available in the Book of Evergreen at
538 http://docs.evergreen-ils.org/2.2/
539
540 Sorting Columns
541 ^^^^^^^^^^^^^^^
542 This feature enables you to sort by multiple display columns so that you can
543 find easily the information that you need on a screen. You can sort display
544 columns on any screen that is built on a grid, such as the *Check In* screen or
545 the *On Shelf Pull List*.
546
547 You can also sort the columns on the following *Administration* screens:
548
549   * Circulation Policies
550   * Hold Policies
551   * Circulation Limit Sets
552   * Barcode Completion
553   * Acquisitions User Request List
554   * Vandelay Import Errors
555
556 You can sort items in an ascending or descending order, and you can prioritize
557 the order in which columns will sort.
558
559 Documentation for this feature is available in the Book of Evergreen at
560 http://docs.evergreen-ils.org/2.2/
561
562 Tab Button
563 ^^^^^^^^^^
564 This feature enables you to add a new tab to the Evergreen staff client by
565 clicking the *+* sign adjacent to the tab that you currently have opened. As in
566 previous versions, you can also add new tabs by clicking *File -> New Tab*, or
567 use the hotkey, *Ctrl+T*.
568
569 Documentation for this feature is available in the Book of Evergreen at
570 http://docs.evergreen-ils.org/2.2/
571
572 Close All Tabs Shortcut
573 ^^^^^^^^^^^^^^^^^^^^^^^
574 You can use *CTRL+Click* on the close tab (*X*) button to close all tabs.
575
576 Independent Column Configurations and Receipt Templates for Different Hold List Interfaces
577 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
578 Previously, all hold list interfaces shared the same column picker settings and
579 receipt templates. This enhancement creates independent settings for the
580 following interfaces:
581
582 * Actions for this Record -> View Holds
583 * Patron Display -> Holds
584 * Circulation -> Browse Hold Shelf
585 * Circulation -> Pull List for Hold Requests
586
587 Line Number Columns
588 ^^^^^^^^^^^^^^^^^^^
589 List displays in the staff client now have a non-sortable line number column
590 which displays the ordinal position of each row in the list. The first row in
591 such a list will always have a value of 1 in the ordinal column, no matter how
592 the list is sorted.  There is no special handling for paged interfaces; the
593 first row on any given page still gets an ordinal value of 1.
594
595 Auto-Login
596 ^^^^^^^^^^
597 Supports auto-login in the staff client by adding three new command line
598 parameters:
599
600 * `-ILSuser`: user name to log in with
601 * `-ILSpassword`: password to use
602 * `-ILShost`: hostname to use
603
604 License
605 -------
606 This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
607 Unported License. To view a copy of this license, visit
608 http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
609 Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.