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