[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6afe826f3f7ea127fc44c4aadb345ce509c965ef

Evergreen Git git at git.evergreen-ils.org
Wed Jun 20 18:04:03 EDT 2018


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  6afe826f3f7ea127fc44c4aadb345ce509c965ef (commit)
       via  8bf709bee93e57c924feae4fe53ff1951e4c9eff (commit)
      from  06709ab9f43dd35e3b586575e206afb772c66858 (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 6afe826f3f7ea127fc44c4aadb345ce509c965ef
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Wed Jun 20 14:33:25 2018 -0700

    Docs: documenting --items option of marc_export
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/development/support_scripts.adoc b/docs/development/support_scripts.adoc
index e670149..7f4fdb7 100644
--- a/docs/development/support_scripts.adoc
+++ b/docs/development/support_scripts.adoc
@@ -171,6 +171,29 @@ All of the specified org. units and their descendants will be included
 in the output.  You can also combine `--library` and `--descendants`
 options when necessary.
 
+--items
++++++++
+
+The `--items` option will add an 852 field for every relevant item to the MARC
+record.  This 852 field includes the following information:
+
+[options="header",cols="2,3"]
+|===================================
+|Subfield          |Contents
+|$b (occurrence 1) |Call number owning library shortname
+|$b (occurrence 2) |Item circulating library shortname
+|$c                |Shelving location
+|$g                |Circulation modifier
+|$j                |Call number
+|$k                |Call number prefix
+|$m                |Call number suffix
+|$p                |Barcode
+|$t                |Copy number
+|$x                |Miscellaneous item information
+|$y                |Price
+|===================================
+
+
 --since
 +++++++
 

commit 8bf709bee93e57c924feae4fe53ff1951e4c9eff
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Wed Jun 20 14:33:25 2018 -0700

    Docs: improving index terms for MARC import/export options
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/cataloging/batch_importing_MARC.adoc b/docs/cataloging/batch_importing_MARC.adoc
index 639de4b..d142b66 100644
--- a/docs/cataloging/batch_importing_MARC.adoc
+++ b/docs/cataloging/batch_importing_MARC.adoc
@@ -4,6 +4,8 @@ Batch Importing MARC Records
 Introduction
 ~~~~~~~~~~~~
 
+indexterm:[MARC records,importing,using the staff client]
+
 [[batchimport]]
 The cataloging module includes an enhanced MARC Batch Import interface for
 loading MARC (and MARCXML) records. In general, it can handle batches up to 5,000 records
diff --git a/docs/development/support_scripts.adoc b/docs/development/support_scripts.adoc
index ad6d06a..e670149 100644
--- a/docs/development/support_scripts.adoc
+++ b/docs/development/support_scripts.adoc
@@ -99,6 +99,7 @@ marc_export: Exporting Bibliographic Records into MARC files
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 indexterm:[marc_export]
+indexterm:[MARC records,exporting,using the command line]
 
 The following procedure explains how to export Evergreen bibliographic
 records into MARC files using the *marc_export* support script. All steps
@@ -201,6 +202,7 @@ Importing Authority Records from Command Line
 
 indexterm:[marc2are.pl]
 indexterm:[pg_loader.pl]
+indexterm:[MARC records,importing,using the command line]
 
 The major advantages of the command line approach are its speed and its
 convenience for system administrators who can perform bulk loads of
@@ -260,6 +262,8 @@ value passed in to the script will be used as a default.
 MARC Stream Importer
 ~~~~~~~~~~~~~~~~~~~~
 
+indexterm:[MARC records,importing,using the command line]
+
 The MARC Stream Importer can import authority records or bibliographic records.
 A single running instance of the script can import either type of record, based
 on the record leader.

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

Summary of changes:
 docs/cataloging/batch_importing_MARC.adoc |    2 ++
 docs/development/support_scripts.adoc     |   27 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list