From: Sally Fortin Date: Thu, 16 Aug 2012 13:25:16 +0000 (-0400) Subject: Documentation: Add sections to Local System Administration from ESI X-Git-Url: http://git.equinoxoli.org/?p=transitory.git;a=commitdiff_plain;h=2acfba2c29ce2ea6193c3fe229c31b46fd3b217d 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 --- 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
before and after the block of text that you wish to rotate. +. Enter the stylesheet text in the
bracket that appears before the block +of text that you wish to rotate: ++ +------------------------ +
+------------------------ ++ +. 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: ++ +------------------------ +
+------------------------ ++ +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 ===========