[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 2acfba2c29ce2ea6193c3fe229c31b46fd3b217d

Evergreen Git git at git.evergreen-ils.org
Thu Aug 16 09:32:06 EDT 2012


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, rel_2_3 has been updated
       via  2acfba2c29ce2ea6193c3fe229c31b46fd3b217d (commit)
      from  1e2bc6003c6f796b36a2dedb79eed8f61ee3da45 (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 2acfba2c29ce2ea6193c3fe229c31b46fd3b217d
Author: Sally Fortin <sfortin at esilibrary.com>
Date:   Thu Aug 16 09:25:16 2012 -0400

    Documentation: Add sections to Local System Administration from ESI
    
    Content and images from http://www.esilibrary.com/esi/availableDocs.php
    
    Signed-off-by: Robert Soulliere <robert.soulliere at mohawkcollege.ca>

diff --git a/docs/admin/lsa-receipt_template_editor.txt b/docs/admin/lsa-receipt_template_editor.txt
new file mode 100644
index 0000000..d78d1d6
--- /dev/null
+++ b/docs/admin/lsa-receipt_template_editor.txt
@@ -0,0 +1,34 @@
+Receipt Template Editor
+=======================
+
+Print Holds Slip with Landscape Layout
+--------------------------------------
+
+This feature enables you to use Mozilla-specific CSS to print holds with a
+landscape layout. To use the landscape layout:
+
+. Click *Admin* -> *Workstation Administration* -> *Receipt Template Editor*.
+. Select *hold transit slip* from the *Template Name* drop down menu.
+. Enter <div> before and after the block of text that you wish to rotate.
+. Enter the stylesheet text in the <div> bracket that appears before the block
+of text that you wish to rotate:  
++
+------------------------
+<div style="moz-transform: rotate(90deg);">
+------------------------
++
+. When you click out of this box, notice that the text in the *Preview* box on
+the left side of the screen has rotated 90 degrees.
+. You can further customize the look of the text by adjusting its height and
+width.  The height and width that you specify will be unique to your printer.
+For example, you could add the following height and width to your rotated text:
++
+------------------------
+<div style="moz-transform: rotate(90deg);height: 300px; width: 200px;">
+------------------------
++
+image::media/Print_Holds_Slip1.jpg[Print_Holds_Slip1]
++
+. The holds slip will print with the configured text in a landscape layout:
++
+image::media/Print_Holds_Slip2.jpg[Print_Holds_Slip2] 
diff --git a/docs/admin/lsa-standing_penalties.txt b/docs/admin/lsa-standing_penalties.txt
new file mode 100644
index 0000000..9819a9d
--- /dev/null
+++ b/docs/admin/lsa-standing_penalties.txt
@@ -0,0 +1,25 @@
+Standing Penalties
+==================
+
+In versions of Evergreen prior to 2.3, the following penalty types were
+available by default.  When applied to user accounts, these penalties prevented
+users from completing the following actions: 
+
+* *CIRC* - Users cannot check out items
+* *HOLD* - Users cannot place holds on items
+* *RENEW* - Users cannot renew items
+
+In version 2.3, two new penalty types are available in Evergreen: 
+
+* *CAPTURE* - This penalty prevents a user's holds from being captured. If the
+_HOLD_ penalty has not been applied to a user's account, then the patron can place a
+hold, but the targeted item will not appear on a pull list and will not be
+captured for a hold if it is checked in.
+* *FULFILL* - This penalty prevents a user from checking out an item that is on
+hold.  If the _HOLD_ and _CAPTURE_ penalties have not been applied to a user's
+account, then the user can place a hold on an item, and the item can be captured
+for a hold.  However, when he tries to check out the item, the circulator will
+see a pop up box with the name of the penalty type, _FULFILL_.  The circulator
+must correct the problem with the account or must override the penalty to check
+out the item.
+
diff --git a/docs/admin/lsa-work_log.txt b/docs/admin/lsa-work_log.txt
new file mode 100644
index 0000000..66c9731
--- /dev/null
+++ b/docs/admin/lsa-work_log.txt
@@ -0,0 +1,25 @@
+Work Log
+======== 
+
+Expanding the Work Log
+----------------------
+
+In versions of Evergreen prior to 2.3, the work log recorded check ins,
+checkouts, patron registration, patron editing, and renewals.  In version 2.3,
+the work log also records holds that have been placed and payments that have
+been received.
+
+In this example, a staff member has collected a fine from a patron.  To view
+this action in the work log, click *Admin* -> *Local Administration* -> *Work
+Log*.  By default, the work log will record the staff member's username, the
+amount that was received, the payment type, the patron's barcode, and the
+patron's last name.
+
+image::media/Expanding_the_Work_Log1.jpg[Expanding_the_Work_Log1]
+
+In this example, a staff member has placed a hold for a patron.  To view this
+action in the work log, click *Admin* -> *Local Administration* -> *Work Log*.
+By default, the work log will record the staff member's username, the hold type,
+the patron's barcode, and the patron's last name.
+
+image::media/Expanding_the_Work_Log2.jpg[Expanding_the_Work_Log2]
diff --git a/docs/media/Expanding_the_Work_Log1.jpg b/docs/media/Expanding_the_Work_Log1.jpg
new file mode 100644
index 0000000..9e899af
Binary files /dev/null and b/docs/media/Expanding_the_Work_Log1.jpg differ
diff --git a/docs/media/Expanding_the_Work_Log2.jpg b/docs/media/Expanding_the_Work_Log2.jpg
new file mode 100644
index 0000000..af3a9b3
Binary files /dev/null and b/docs/media/Expanding_the_Work_Log2.jpg differ
diff --git a/docs/media/Print_Holds_Slip1.jpg b/docs/media/Print_Holds_Slip1.jpg
new file mode 100644
index 0000000..249c0b5
Binary files /dev/null and b/docs/media/Print_Holds_Slip1.jpg differ
diff --git a/docs/media/Print_Holds_Slip2.jpg b/docs/media/Print_Holds_Slip2.jpg
new file mode 100644
index 0000000..c2fd484
Binary files /dev/null and b/docs/media/Print_Holds_Slip2.jpg differ
diff --git a/docs/root.txt b/docs/root.txt
index 7a15dd5..f5838ed 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -180,8 +180,13 @@ include::admin/recent_staff_searches.txt[]
 
 include::admin/lsa-library_settings_editor.txt[]
 
+include::admin/lsa-receipt_template_editor.txt[]
+
+include::admin/lsa-standing_penalties.txt[]
+
 include::admin/lsa-statcat.txt[]
 
+include::admin/lsa-work_log.txt[]
 
 Acquisitions
 ===========

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

Summary of changes:
 docs/admin/lsa-receipt_template_editor.txt |   34 ++++++++++++++++++++++++++++
 docs/admin/lsa-standing_penalties.txt      |   25 ++++++++++++++++++++
 docs/admin/lsa-work_log.txt                |   25 ++++++++++++++++++++
 docs/media/Expanding_the_Work_Log1.jpg     |  Bin 0 -> 38999 bytes
 docs/media/Expanding_the_Work_Log2.jpg     |  Bin 0 -> 24562 bytes
 docs/media/Print_Holds_Slip1.jpg           |  Bin 0 -> 99645 bytes
 docs/media/Print_Holds_Slip2.jpg           |  Bin 0 -> 54127 bytes
 docs/root.txt                              |    5 ++++
 8 files changed, 89 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/lsa-receipt_template_editor.txt
 create mode 100644 docs/admin/lsa-standing_penalties.txt
 create mode 100644 docs/admin/lsa-work_log.txt
 create mode 100644 docs/media/Expanding_the_Work_Log1.jpg
 create mode 100644 docs/media/Expanding_the_Work_Log2.jpg
 create mode 100644 docs/media/Print_Holds_Slip1.jpg
 create mode 100644 docs/media/Print_Holds_Slip2.jpg


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list