[open-ils-commits] [GIT] Evergreen ILS branch master updated. 584dfb9c10429925f0295aad95eeb9019c8cf610

Evergreen Git git at git.evergreen-ils.org
Wed Sep 16 17:30:56 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  584dfb9c10429925f0295aad95eeb9019c8cf610 (commit)
      from  fa21a42715ab86ea3e8f3b2a7441c531e645b8d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 584dfb9c10429925f0295aad95eeb9019c8cf610
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Wed Sep 16 17:07:13 2015 -0400

    Docs 2.9: Update and add detail for Holdings Import profile
    
    In order to add details about the new ability to import Stat Cat data
    for a copy, this commit adds a table of all the import fields available
    in the Holdings Import Profile. It also duplicates some content from
    another section about batch importing, and updates the screenshot and
    some wording in the original section.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/admin_initial_setup/importing_via_staff_client.txt b/docs/admin_initial_setup/importing_via_staff_client.txt
index 58f7329..e800f68 100644
--- a/docs/admin_initial_setup/importing_via_staff_client.txt
+++ b/docs/admin_initial_setup/importing_via_staff_client.txt
@@ -101,10 +101,11 @@ image::media/record_quality_metrics.png[]
 Import Item Attributes
 ~~~~~~~~~~~~~~~~~~~~~~
 If you are importing copies with your records, you will need to map the data in
-your holdings tag to fields in the copy record. Click the *Import Item
-Attributes* button to map this information.
+your holdings tag to fields in the copy record. Click the *Holdings Import
+Profile* button to map this information.
 
 . Click the *New Definition* button to create a new mapping for the holdings tag.
+. Add a *Name* for the definition.
 . Use the *Tag* field to identify the MARC tag that contains your holdings
   information.
 . Add the subfields that contain specific copy information to the appropriate
@@ -112,11 +113,15 @@ Attributes* button to map this information.
 . Select the *Keep* box if Evergreen should keep this holdings tag in the
   record after it is imported. Otherwise, Evergreen will remove this holdings
   tag.
-. At a minimum, you should add a name for the definition, identify the MARC
-  holdings tag, and add the subfields that identify the circulating library, the
-  owning library, the call number and the barcode.
+. At a minimum, you should add the subfields that identify the *Circulating
+Library*, the *Owning Library*, the *Call Number* and the *Barcode*.
+. For more details, see the <<_import_item_attributes_2,full list of import fields>>
+
+NOTE: All fields (except for Name, Tag and Keep) can contain static
+values, a MARC subfield code (such as "a"), or an XPATH query.
+
+image::media/batch_import_profile.png[Partial Screenshot of a Holdings Import Profile]
 
-image::media/import_item_attributes.png[]
 
 Overlay/Merge Profiles
 ~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/cataloging/batch_importing_MARC.txt b/docs/cataloging/batch_importing_MARC.txt
index 1153826..446660a 100644
--- a/docs/cataloging/batch_importing_MARC.txt
+++ b/docs/cataloging/batch_importing_MARC.txt
@@ -186,6 +186,67 @@ quality points by increasing subsequent records by a power of 2 (two).
 +
 image::media/Batch_Importing_MARC_Records8.jpg[Batch_Importing_MARC_Records8]
 
+
+Import Item Attributes
+~~~~~~~~~~~~~~~~~~~~~~
+If you are importing copies with your records, you will need to map the data in
+your holdings tag to fields in the copy record. Click the *Holdings Import
+Profile* button to map this information.
+
+. Click the *New Definition* button to create a new mapping for the holdings tag.
+. Add a *Name* for the definition.
+. Use the *Tag* field to identify the MARC tag that contains your holdings
+  information.
+. Add the subfields that contain specific copy information to the appropriate
+  copy field.
+. Select the *Keep* box if Evergreen should keep this holdings tag in the
+  record after it is imported. Otherwise, Evergreen will remove this holdings
+  tag.
+. At a minimum, you should add the subfields that identify the *Circulating
+Library*, the *Owning Library*, the *Call Number* and the *Barcode*.
+
+NOTE: All fields (except for Name, Tag and Keep) can contain static
+values, a MARC subfield code (such as "a"), or an XPATH query.
+
+image::media/batch_import_profile.png[Partial Screenshot of a Holdings Import Profile]
+
+.Holdings Import Profile Fields
+[options="header"]
+|=============================
+|Field | Recommended | Description
+|Name | Yes | Name you will choose from the MARC Batch Import screen
+|Tag | Yes | MARC Holdings Tag/Field (e.g. 949). Use the Tag field to
+identify the MARC tag that contains your holdings information.
+|Keep | Yes | Select the Keep box if Evergreen should keep this holdings
+tag in the record after it is imported. Otherwise, Evergreen will remove
+this holdings tag.
+|Barcode | Yes |
+|Call Number | Yes |
+|Circulating Library | Yes |
+|Owning Library | Yes |
+|Alert Message ||
+|Circulate ||
+|Circulate As MARC Type ||
+|Circulation Modifier ||
+|Copy Number ||
+|Deposit ||
+|Deposit Amount ||
+|Holdable ||
+|OPAC Visible ||
+|Overlay Match ID || The copy ID of an existing copy to overlay
+|Price ||
+|Private Note ||
+|Public Note ||
+|Reference ||
+|Shelving Location ||
+|Stat Cat Data || Of the format `CATEGORY 1\|VALUE 1\|\|CATEGORY 2\|VALUE 2`.
+If you are overlaying existing copies which already have stat cats
+attached to them, the overlay process will keep those values unless the
+incoming copies contain updated values for matching categories.
+|Status ||
+|==================
+
+
 Import Records
 ~~~~~~~~~~~~~~
 
diff --git a/docs/media/batch_import_profile.png b/docs/media/batch_import_profile.png
new file mode 100644
index 0000000..748d36b
Binary files /dev/null and b/docs/media/batch_import_profile.png differ

-----------------------------------------------------------------------

Summary of changes:
 .../importing_via_staff_client.txt                 |   17 ++++--
 docs/cataloging/batch_importing_MARC.txt           |   61 ++++++++++++++++++++
 docs/media/batch_import_profile.png                |  Bin 0 -> 16115 bytes
 3 files changed, 72 insertions(+), 6 deletions(-)
 create mode 100644 docs/media/batch_import_profile.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list