]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/admin/circing_uncataloged_materials.adoc
LP 1768715: Use named arguments in function calls in pingest.pl.
[working/Evergreen.git] / docs / admin / circing_uncataloged_materials.adoc
1 Circulating uncataloged materials
2 ---------------------------------
3
4 Introduction
5 ~~~~~~~~~~~~
6
7 This section discusses settings for circulating items that are not cataloged.
8 Evergreen offers two ways to circulate an item that is not in the catalog:
9
10 * Pre-cataloged items (also known as on-the-fly items) have a barcode, as
11 well as some basic metadata which staff members enter at the time of checkout.
12 These are represented in Evergreen with an item record which has to be manually
13 deleted or transferred when it is no longer needed.
14
15 * Non-cataloged items (also known as ephemeral items) do not have barcodes,
16 have no metadata, and are not represented with an item record.  No fines
17 accrue on these materials, but Evergreen does collect statistics on these
18 circulations.
19
20 Pre-cataloged item settings
21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
23 indexterm:[on-the-fly circulation]
24 indexterm:[pre-cataloged items,routing to a different library]
25
26 By default, when a pre-cataloged item is created, Evergreen sets the _Circ Library_
27 field to the library where it was checked out.  You may change this so that the
28 circ library is set to a different library.  This can be helpful in cases where the
29 cataloger who fixes pre-cataloged items is at another library, and you'd like all
30 pre-cataloged items to be routed to that cataloger's library when they are returned.
31
32 To change this setting:
33
34 . Go to Administration > Local Administration > Library Settings Editor.
35 . Choose _Pre-cat Item Circ Lib_.
36 . Click _Edit_.
37 . Select the appropriate context.  For example, if all pre-cataloged items in your
38 system should have the same circ library, you should choose your system as the
39 context.
40 . Type in the shortname of the library that should be in the circ lib field.  Make
41 sure to type this correctly, or Evergreen won't be able to create pre-cataloged
42 items.
43
44 NOTE: Evergreen always sets the owning library of pre-cataloged items to be the
45 consortium.
46
47 Non-cataloged item settings
48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
49
50 indexterm:[ephemeral items]
51
52 In Evergreen, libraries may elect to create their own local non-cataloged item
53 types. For example, you may choose to circulate non-cataloged paperbacks or magazine
54 back-issues, but not wish to catalog them.
55
56 Adding a new non-cataloged type
57 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
58
59 . Go to Administration > Local Administration > Non-Cataloged Types Editor.
60 . Under _Create a new non-cataloged type_, start filling out the appropriate
61   information.
62 . Choose an appropriate duration.  This period of time will be used to calculate
63   a due date that is displayed to the patron on the patron's receipt and _My Account_
64   view in the public catalog.  The item will be automatically removed from the
65   _My Account_ view the day after the due date.
66 . The _Circulate In-House?_ checkbox is only for your records.  This checkbox does
67   not affect how these materials circulate.
68 . Click the _Create_ button when you are done.
69
70 image::media/noncataloged_type_add.png[]
71
72 Deleting a non-cataloged type
73 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
75 . Go to Administration > Local Administration > Non-Cataloged Types Editor.
76 . Click the _Delete_ button next to the type you wish to delete.  Note that
77   if any non-cataloged items of this type have ever been entered, you will
78   not be able to delete it.
79