config.copy_status
Copy Statuses
The available copy statuses, and whether a copy in that status is available for hold request capture. 0 (zero) is the only special number in this set, meaning that the item is available for immediate checkout, and is counted as available in the OPAC.
Statuses with an ID below 100 are not removable, and have special meaning in the code. Do not change them except to translate the textual name.
You may add and remove statuses above 100, and these can be used to remove items from normal circulation without affecting the rest of the copy’s values or its location.
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('config.copy_status_id_seq'::regclass) |
|
name |
|
No |
||
holdable |
|
No |
false |
|
opac_visible |
|
No |
false |
|
copy_active |
|
No |
false |
|
restrict_copy_delete |
|
No |
false |
|
is_available |
|
No |
false |
|
hopeless_prone |
|
No |
false |
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
Referenced By
The following tables have foreign keys pointing to config.copy_status (4 referencing table(s)):
| Table | Referencing Column(s) | Referenced Column(s) | Constraint |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|