]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/admin/copy_tags_admin.adoc
092e229c996d6fccd2c466762550a40fc5b194ca
[working/Evergreen.git] / docs / admin / copy_tags_admin.adoc
1 Item Tags (Digital Bookplates)
2 ------------------------------
3
4 Item Tags allow staff to apply custom, pre-defined labels or tags to items.  Item tags are visible in the public catalog and are searchable in both the staff client and public catalog based on configuration.  This feature was designed to be used for Digital Bookplates to attach donation or memorial information to items, but may be used for broader purposes to tag items.
5
6
7 Administration
8 ~~~~~~~~~~~~~~
9
10 New Permissions:
11
12 * ADMIN_COPY_TAG_TYPES: required to create a new tag type under *Server Administration->Item Tag Types*
13 * ADMIN_COPY_TAG: required to create a new tag under *Local Administration->Item Tags*
14
15 NOTE: The existing permission UPDATE_COPY is required to assign a tag to a item
16
17
18 New Library Settings:
19
20 * OPAC: Enable Digital Bookplate Search: when set to _True_ for a given org unit, the digital bookplate search option will be available in the catalog.
21
22
23 Creating item Tags
24 ~~~~~~~~~~~~~~~~~~
25 There are two components to this feature: Item Tag Types and Item Tags.
26
27 Item Tag Types are used to define the type of tag, such as “Bookplates” or “Local History Notes”, as well as the organizational unit scope for use of the tag type.
28
29 Item Tags are associated with a Item Tag Type and are used to configure the list of tags that can be applied to copies, such as a list of memorial or donation labels, that are applicable to a particular organizational unit.
30
31 Create Item Tag Types
32 ^^^^^^^^^^^^^^^^^^^^^
33
34 . Go to *Administration->Server Administration->Item Tag Types*.
35 . In the upper left hand corner, click *New Record*.  A dialog box will appear.  Assign the following to create a new Item Tag Type:
36 .. *Code*: a code to identify the item tag type.
37 .. *Label*: a label that will appear in drop down menus to identify the item tag type.
38 .. *Owner*: the organizational unit that can see and use the item tag type.
39 . Click *Save* and the new Item Tag Type will appear in the list.  Next create the associated Item Tags.
40
41 image::media/copytags1.PNG[]
42
43 image::media/copytags2.PNG[]
44
45 Create Item Tags
46 ^^^^^^^^^^^^^^^^
47
48 . Go to *Administration->Local Administration->Item Tags*.
49 . In the upper left hand corner, click *New Record*.  A dialog box will appear.  Assign the following to create a new Item Tag:
50 .. *Item Tag Type*: select the Item Tag Type with which you want to associate the new Item Tag.
51 .. *Label*:  assign a label to the new item tag.
52 .. *Value*:  assign a value to the new item tag.  This will display in the catalog.
53 .. *Staff Note*:  a note may be added to guide staff in when to apply the item tag.
54 .. *Is OPAC Visible?*:  If a item tag is OPAC Visible, it can be searched for and viewed in the OPAC and the staff catalog.  If a item tag is not OPAC Visible, it can only be searched for and viewed in the staff catalog.
55 .. *Owner*: select the organization unit at which this tag can be seen and used.
56 . Click *Save* and the new Item Tag will appear in the list.
57
58 image::media/copytags3.PNG[]
59
60 image::media/copytags4.PNG[]
61
62
63 Managing Item Tags
64 ~~~~~~~~~~~~~~~~~~
65
66 Editing Tags
67 ^^^^^^^^^^^^
68
69 Existing item tags can be edited by selecting a tag and clicking *Actions->Edit Record* or right-clicking on a tag and selecting *Edit Record*.  The dialog box will appear and you can modify the item tag.  Click *Save* to save any changes.  Changes will be propagated to any items that the tag has been attached to.
70
71 Deleting Tags
72 ^^^^^^^^^^^^^
73
74 Existing item tags can be deleted by selecting a tag and clicking *Actions->Delete Record* or right-clicking on a tag and selecting *Delete Record*.  Deleting a tag will delete the tag from any items it was attached to in the catalog.
75