[open-ils-commits] [GIT] Evergreen ILS branch master updated. 154e4946456f43769a00843e021f1981eaffda7e

Evergreen Git git at git.evergreen-ils.org
Sat Jun 1 01:14:59 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  154e4946456f43769a00843e021f1981eaffda7e (commit)
      from  fa7608448d97be98076be8b4076f82ed84734ae9 (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 154e4946456f43769a00843e021f1981eaffda7e
Author: Tracy Swaim <tswaim at mvlc.org>
Date:   Sat Jun 1 01:13:13 2013 -0400

    Documentation for preset tabs and auto login
    
    Missed the actual documentation in the last commit for preset tabs and
    auto login docs. Here it is.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/admin/staff_client-login.txt b/docs/admin/staff_client-login.txt
index 3f8aac5..4cd0e4d 100644
--- a/docs/admin/staff_client-login.txt
+++ b/docs/admin/staff_client-login.txt
@@ -35,6 +35,127 @@ indexterm:[staff client, standalone interface]
 If your connection to Evergreen is lost, click _Standalone
 Interface_ tio circulate items or register patrons while connection is down. 
 
+[[preset_tabs]]
+Preset Tabs in Evergreen Client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To have preset tabs waiting when Evergreen opens you will need to modify the
+*Evergreen shortcut* on your desktop.
+
+. First, you need to copy your shortcut. There are a couple of ways to do this. 
+.. Right-mouse click and drag icon; upon release select *Create Shortcut
+Here*. 
++
+image::media/create_shortcut_here.png[]
++
+.. Right-mouse click icon, select *Send to*, and select *Desktop (create
+shortcut)*.
++
+image::media/send_to_desktop.png[]
++
+. Right-mouse click the new shortcut and select *Properties*.
++
+image::media/shortcut_properties.png[]
++
+. Listed in the *Target* box you will see something like the following path
+surrounded by quotation marks:   "C:\Program Files\Evergreen Staff Client MVLC\evergreen.exe"
++
+image::media/shortcut_properties_window.png[]
++
+. Place your cursor after the ending quotation mark. Enter a space after the
+last quotation mark and then enter the tab code from the list below. Add
+multiple tabs with a space separating them.
++
+image::media/preset_tabs.png[]
++
+For Example, to have Checkout, Checkin, Catalog Search, and a blank tab preset:
+"C:\Program Files\Evergreen Staff Client MVLC\evergreen.exe" -ilscheckout -ilscheckin -ilsurl XUL_OPAC_WRAPPER -ilstab
+. The following options are available:
+
+- -ILScheckin : Opens the Check In interface
+- -ILScheckout : Opens the Check Out interface
+- -ILSurl <url/constant> : Opens the specified page
+- -ILSnew : Opens a new "menu" window
+- -ILStab : Opens a new (default) tab
+- -ILSnew_default : Opens a new "menu" window with a guaranteed default tab
+- -ILSoffline/-ILSstandalone : Opens the standalone interface
+- -ILSlogin : Opens the login page
++
+[TIP]
+.Useful Tab Codes
+=====================
+      - -ilsurl XUL_PATRON_DISPLAY : Opens a Patron Search tab
+      - -ilsurl XUL_HOLD_PULL_LIST : Opens a Pull List tab
+      - -ilsurl XUL_HOLDS_BROWSER :        Opens a Browse Holds Shelf tab
+      - -ilsurl XUL_OPAC_WRAPPER : Opens an Advanced Catalog search tab
+      - -ilsurl XUL_COPY_STATUS : Opens an Item status by barcode tab
+      - -ilsurl XUL_RECORD_BUCKETS : Opens a Manage Record Buckets tab
+      - -ilsurl XUL_COPY_BUCKETS : Opens a Manage Copy Buckets tab
+      - -ilsurl XUL_MARC_NEW : Opens a Create new MARC record tab
+      - -ilsurl XUL_Z3950_IMPORT : Opens an Import record from Z39.50 tab
+      - To open two windows, one with checkin and checkout, one with Marc and Z39.50, use:
+      +
+      -ilscheckin -ilscheckout -ilsnew -ilsurl XUL_MARC_NEW -ilsurl XUL_Z3950_IMPORT
+========================
++
+. You may want to rename your shortcut to reflect its purpose. For example, you
+could have one icon set to open circulation-related tabs and one icon to open
+cataloging-related tabs. Right-mouse click and select *Rename* to do this.
+
+Auto Login
+~~~~~~~~~~~
+
+To use auto login, you will need to modify the *Evergreen shortcut* on your desktop. There are three new commands which are necessary for automatic login:
+
+- -ilsuser
+- -ilspassword
+- -ilshost
+
+You will need all three to have your client successfully login. To enable
+automatic login we need to modify the Evergreen shortcut on your desktop. If
+your shortcut already has preset tab commands, then place the automatic login
+commands after those commands. 
+
+. First, if your workstation will have multiple logins (circ, cat, admin) you need to copy a shortcut for each. There are a couple of ways to do this.
+.. Right-mouse click and drag icon; upon release select *Create Shortcut Here*. 
++
+image::media/create_shortcut_here.png[]
++
+.. Right-mouse click icon, select *Send to*, and select *Desktop (create shortcut)*.
++
+image::media/send_to_desktop.png[]
++
+. Right-mouse click the new shortcut and select *Properties*.
++
+image::media/shortcut_properties.png[]
++
+Listed in the *Target* box you will see something like the following path
+surrounded by quotation marks: "C:\Program Files\Evergreen Staff Client MVLC\evergreen.exe"
++
+image::media/shortcut_properties_window.png[]
++
+. Place your cursor after the ending quotation mark and enter a space after the
+last quotation mark.
++
+image::media/target_box.png[]
++
+.. After the space enter the login code for username followed by a space and
+the username +
+-ilsuser circuser
+.. Enter a space and then the login code for password followed by the password +
+-ilspassword circpass
+.. Finally, enter the login code for host followed by a space and the host
+address (this is the exact address which shows up in the Server Hostname box
+when you manually login to the client. +
+-ilshost evergreen.mvlcstaff.org
++
+image::media/auto_login.png[]
++
+[NOTE]
+When you double-click on the new shortcut it may seem like nothing is
+happening, but it really is! It takes the program a few moments to digest the
+new requests and to do the login.
+
 Logging Out
 ~~~~~~~~~~~
 

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

Summary of changes:
 docs/admin/staff_client-login.txt |  121 +++++++++++++++++++++++++++++++++++++
 1 files changed, 121 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list