[open-ils-commits] [GIT] Evergreen ILS branch master updated. 01c06000763615cabe69968ce3940e21d4e9ebd9

Evergreen Git git at git.evergreen-ils.org
Mon Jun 10 15:29:01 EDT 2013


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  01c06000763615cabe69968ce3940e21d4e9ebd9 (commit)
      from  dd0ad7d8045bae6a1c3a2ca2f067fd350da05f87 (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 01c06000763615cabe69968ce3940e21d4e9ebd9
Author: Angela Kilsdonk <akilsdonk at esilibrary.com>
Date:   Mon Jun 10 15:29:20 2013 -0400

    Documentation for MARC Import Remove Fields
    
    MARC Import Remove Field documentation added to docs/admin
    
    Signed-off-by: Angela Kilsdonk <akilsdonk at esilibrary.com>

diff --git a/docs/admin/MARC_Import_Remove_Fields.txt b/docs/admin/MARC_Import_Remove_Fields.txt
new file mode 100644
index 0000000..8bb7506
--- /dev/null
+++ b/docs/admin/MARC_Import_Remove_Fields.txt
@@ -0,0 +1,57 @@
+MARC Import Remove Fields
+-------------------------
+
+MARC Import Remove Fields allows staff to configure MARC tags to be automatically removed from bibliographic records when they are imported into Evergreen.  This feature allows specific MARC tags to be removed from records that are imported through three different interfaces:
+
+* Cataloging -> Import Record from Z39.50
+* Cataloging -> MARC Batch Import/Export
+* Acquisitions -> Load MARC Order Records
+
+
+Create a MARC Import Remove Fields profile
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+To create a MARC Import Remove Fields profile, go to *Admin -> Server Administration -> MARC Import Remove Fields*.
+
+. Click *New Field Group*.
+. Assign the Field Group a *Label*.  This label will appear in the import interfaces.
+. Assign an Org Unit *Owner*.
+. Check the box next to *Always Apply* if you want Evergreen to apply this Remove Fields profile to all MARC records that are imported through the three affected interfaces.  If you do not select *Always Apply*, staff will have the option to choose which Remove Fields profile to use when importing records.
+. Click *Save*.
+. The profile that you created will now appear in the list of MARC Import Remove Fields.
+. Click on the hyperlinked *ID* number.  This will bring you into the Remove Fields profile to configure the MARC tags to be removed.
+. Click *New Field*. 
+. In the *Field*, enter the MARC tag to be removed.
+. Click *Save*.
+. Add *New Fields* until you have configured all the tags needed for this profile.
+. Click *Return to Groups* to go back to the list of Remove Field profiles.
+
+
+image::media/marc_import_remove_fields3.JPG[MARC Remove Fields Profile]
+
+
+Import Options
+~~~~~~~~~~~~~~
+The Label for each of the MARC Import Remove Fields profiles will appear on the three affected import screens.  To select a profile, check the box next to the desired Label before importing the records.
+
+*Cataloging -> Import Record from Z39.50*
+
+image::media/marc_import_remove_fields1.JPG[Import Record from Z39.50]
+{nbsp}
+
+*Cataloging -> MARC Batch Import/Export*
+
+image::media/marc_import_remove_fields2.JPG[MARC Batch Import/Export]
+{nbsp}
+
+*Acquisitions -> Load MARC Order Records*
+
+image::media/marc_import_remove_fields5.JPG[Load MARC Order Records]
+
+
+Permissions to use this Feature
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The following permissions are required to use this feature:
+
+* CREATE_IMPORT_TRASH_FIELD
+* UPDATE_IMPORT_TRASH_FIELD
+* DELETE_IMPORT_TRASH_FIELD
diff --git a/docs/media/marc_import_remove_fields1.JPG b/docs/media/marc_import_remove_fields1.JPG
new file mode 100644
index 0000000..67e5731
Binary files /dev/null and b/docs/media/marc_import_remove_fields1.JPG differ
diff --git a/docs/media/marc_import_remove_fields2.JPG b/docs/media/marc_import_remove_fields2.JPG
new file mode 100644
index 0000000..71d658b
Binary files /dev/null and b/docs/media/marc_import_remove_fields2.JPG differ
diff --git a/docs/media/marc_import_remove_fields3.JPG b/docs/media/marc_import_remove_fields3.JPG
new file mode 100644
index 0000000..dcdc699
Binary files /dev/null and b/docs/media/marc_import_remove_fields3.JPG differ
diff --git a/docs/media/marc_import_remove_fields5.JPG b/docs/media/marc_import_remove_fields5.JPG
new file mode 100644
index 0000000..6acb2ab
Binary files /dev/null and b/docs/media/marc_import_remove_fields5.JPG differ
diff --git a/docs/root.txt b/docs/root.txt
index c3215d0..13af7bf 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -190,6 +190,8 @@ include::admin/restrict_Z39.50_sources_by_perm_group.txt[]
 
 include::admin/booking-admin.txt[]
 
+include::admin/MARC_Import_Remove_Fields.txt[]
+
 include::admin/Org_Unit_Proximity_Adjustments.txt[]
 
 include::admin/permissions.txt[]

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

Summary of changes:
 docs/admin/MARC_Import_Remove_Fields.txt  |   57 +++++++++++++++++++++++++++++
 docs/media/marc_import_remove_fields1.JPG |  Bin 0 -> 95829 bytes
 docs/media/marc_import_remove_fields2.JPG |  Bin 0 -> 109293 bytes
 docs/media/marc_import_remove_fields3.JPG |  Bin 0 -> 35532 bytes
 docs/media/marc_import_remove_fields5.JPG |  Bin 0 -> 95846 bytes
 docs/root.txt                             |    2 +
 6 files changed, 59 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/MARC_Import_Remove_Fields.txt
 create mode 100644 docs/media/marc_import_remove_fields1.JPG
 create mode 100644 docs/media/marc_import_remove_fields2.JPG
 create mode 100644 docs/media/marc_import_remove_fields3.JPG
 create mode 100644 docs/media/marc_import_remove_fields5.JPG


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list