From 899b6a5ad00bf302d3ed3cc104b1592db43c8a9f Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Mon, 18 Sep 2017 07:26:08 -0700 Subject: [PATCH] Docs: adding the MARC Templates documentation back Signed-off-by: Jane Sandberg --- docs/admin/marc_templates.adoc | 63 +++++++++++++++++++++++++++++++ docs/root_command_line_admin.adoc | 12 ++++++ 2 files changed, 75 insertions(+) create mode 100644 docs/admin/marc_templates.adoc diff --git a/docs/admin/marc_templates.adoc b/docs/admin/marc_templates.adoc new file mode 100644 index 0000000000..2c1de412e4 --- /dev/null +++ b/docs/admin/marc_templates.adoc @@ -0,0 +1,63 @@ +MARC Templates +-------------- + +MARC Templates make the cataloging process more efficient for catalogers. At this time, MARC Templates have to be +created on the server, rather than in the Web client. + +Adding MARC Templates +~~~~~~~~~~~~~~~~~~~~~ + +. Create a marc template in the directory _/openils/var/templates/marc/_. It should be in xml format. Here is an + example file `k_book.xml`: ++ +[source,xml] +--------------------------------------------------------------------- + + 00620cam a2200205Ka 4500 + 070101s eng d + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +--------------------------------------------------------------------- ++ +. Add the template to the to the marctemplates list in the _open-ils.cat_ section of the Evergreen configuration + file `opensrf.xml`. +. Restart perl services for changes to take effect with the command `/openils/bin/osrf_ctl.sh -l -a restart_perl` diff --git a/docs/root_command_line_admin.adoc b/docs/root_command_line_admin.adoc index a19ca19f09..6cd68b8cbe 100644 --- a/docs/root_command_line_admin.adoc +++ b/docs/root_command_line_admin.adoc @@ -87,6 +87,8 @@ Local Administration include::admin/actiontriggers.adoc[] +// CATALOGING ADMIN + Cataloging Administration ========================= @@ -95,6 +97,16 @@ Cataloging Staff Interface include::admin/physical_char_wizard_db.adoc[] +Cataloging timesavers and shortcuts +----------------------------------- + +:leveloffset: 1 + +include::admin/marc_templates.adoc[] + +:leveloffset: 0 + +// STAFF ADMIN include::admin/staff_from_command_line.adoc[] Patron Data -- 2.43.2