]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/admin/copy_statuses.txt
Docs: Copy Status "Is Available" Flag
[Evergreen.git] / docs / admin / copy_statuses.txt
1 Copy Status
2 -----------
3
4 To navigate to the copy status editor from the staff client menu, select *Admin*
5 -> *Server Administration* -> *Copy Statuses*.
6
7 The Copy Status Editor is used to add, edit and delete statuses of copies in
8 your system.
9
10 For each status, you can set the following properties:
11
12 * Holdable - If checked, users can place holds on copies in this status,
13 provided there are no other flags or rules preventing holds. If unchecked,
14 users cannot place holds on copies in this status. 
15 * OPAC Visible - If checked, copies in this status will be visible in the
16 public catalog. If unchecked, copies in this status will not be visible in the
17 public catalog, but they will be visible when using the catalog in the staff
18 client.
19 * Sets copy active - If checked, moving a copy that does not yet have an
20 active date to this status will set the active date. If the copy already has
21 an active date, then no changes will be made to the active date. If unchecked,
22 this status will never set the copy's active date. 
23 * Is Available - If checked, copies with this status will appear in catalog 
24 searches where "limit to available" is selected as a search filter.  Also, 
25 copies with this status will check out without status warnings.
26 By default, the "Available" and "Reshelving" statuses have the "Is Available" 
27 flag set. The flag may be applied to local/custom statuses via the copy status 
28 admin interface.
29   
30 Evergreen comes pre-loaded with a number of copy statuses.
31
32 .Stock copy statuses and default settings
33 [options="header"]
34 |==============================================
35 |ID|Name|Holdable|OPAC Visible|Sets copy active
36 |0|Available|true|true|true
37 |1|Checked out|true|true|true
38 |2|Bindery|false|false|false
39 |3|Lost|false|false|false
40 |4|Missing|false|false|false
41 |5|In process|true|true|false
42 |6|In transit|true|true|false
43 |7|Reshelving|true|true|true
44 |8|On holds shelf|true|true|true
45 |9|On order|true|true|false
46 |10|ILL|false|false|true
47 |11|Cataloging|false|false|false
48 |12|Reserves|false|true|true
49 |13|Discard/Weed|false|false|false
50 |14|Damaged|false|false|false
51 |15|On reservation shelf|false|false|true
52 |16|Long Overdue|false|false|false
53 |17|Lost and Paid|false|false|false
54 |==============================================
55
56 Adding Copy Statuses
57 ~~~~~~~~~~~~~~~~~~~~
58
59 . In the _New Status_ field, enter the name of the new status you wish to add.
60 . Click _Add_.
61 . Locate your new status and check the _Holdable_ check box if you wish to allow
62 users to place holds on items in this status. Check _OPAC Visible_ if you wish
63 for this status to appear in the public catalog. Check _Sets copy active_ if you
64 wish for this status to set the active date for new items.
65 . Click _Save Changes_ at the bottom of the screen to save changes to the new
66 status.
67
68 Deleting Copy Statuses
69 ~~~~~~~~~~~~~~~~~~~~~~
70
71 . Highlight the statuses you wish to delete. Ctrl-click to select more than one
72 status.
73 . Click _Delete Selected_.
74 . Click _OK_ to verify.
75
76 [NOTE]
77 You will not be able to delete statuses if copies currently exist with that
78 status.
79
80 Editing Copy Statuses
81 ~~~~~~~~~~~~~~~~~~~~~
82 . Double click on a status name to change its name. Enter the new name.
83
84 . To change whether a status is holdable, visible in the OPAC, or sets the
85 copy's active date, check or uncheck the relevant checkbox.
86
87 . Once you have finished editing the statuses, remember to click Save Changes.