[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 9ac242793371058e5ba6256d38b557785fc51737

Evergreen Git git at git.evergreen-ils.org
Wed Aug 6 14:56:59 EDT 2014


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_6 has been updated
       via  9ac242793371058e5ba6256d38b557785fc51737 (commit)
       via  f0328b00f32602d8dfed160c19dd2ba1d01cb770 (commit)
       via  f5f330e684fa00a8bd1449c79d97ec2b74bd48fb (commit)
      from  1ffb7d0848390c10e31ca34b52101c27963186fb (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 9ac242793371058e5ba6256d38b557785fc51737
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Wed Aug 6 08:47:40 2014 -0400

    Docs: Fix patron registration screenshot
    
    The previously committed screenshot contains site-specific information
    which is not broadly beneficial. This commit replaces it with a more
    generic screenshot.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/media/circulation_patron_records-4.png b/docs/media/circulation_patron_records-4.png
index 8fb650a..8c5e274 100644
Binary files a/docs/media/circulation_patron_records-4.png and b/docs/media/circulation_patron_records-4.png differ

commit f0328b00f32602d8dfed160c19dd2ba1d01cb770
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Tue Aug 5 11:23:20 2014 -0400

    Docs: Update commands for authority importing script
    
    The tools used for importing authority records from the command line have
    been modified since the original docs were written. Testing revealed these
    changes, which are reflected in this commit.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/development/support_scripts.txt b/docs/development/support_scripts.txt
index 229d7d2..eb7a7b6 100644
--- a/docs/development/support_scripts.txt
+++ b/docs/development/support_scripts.txt
@@ -151,15 +151,20 @@ perl marc2are.pl --user admin --pass open-ils --marctype XML auth_small.xml > au
 [NOTE]
 The MARC type will default to USMARC if the `--marctype` option is not specified.
 
- . Run *pg_loader.pl* to generate the SQL necessary for importing the
-authority records into your system. To save time for very large batches
-of records, you could simply pipe the output of *marc2are.pl* directly
-into *pg_loader.pl*.
+ . Run *parallel_pg_loader.pl* to generate the SQL necessary for importing the
+authority records into your system. This script will create files in your
+current directory with filenames like `pg_loader-output.are.sql` and
+`pg_loader-output.sql` (which runs the previous SQL file). To continue with the
+previous example by processing our new `auth.are` file:
 +
 ----
 cd Open-ILS/src/extras/import/
-perl pg_loader.pl --auto are --order are auth.are > auth_load.sql
+perl parallel_pg_loader.pl --auto are --order are auth.are
 ----
++
+[TIP]
+To save time for very large batches of records, you could simply pipe the
+output of *marc2are.pl* directly into *parallel_pg_loader.pl*.
 
  . Load the authority records from the SQL file that you generated in the
 last step into your Evergreen database using the psql tool. Assuming the
@@ -167,7 +172,7 @@ default user name, host name, and database name for an Evergreen instance,
 that command looks like:
 +
 ----
-psql -U evergreen -h localhost -d evergreen -f auth_load.sql
+psql -U evergreen -h localhost -d evergreen -f pg_loader-output.sql
 ----
 
 

commit f5f330e684fa00a8bd1449c79d97ec2b74bd48fb
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Tue Aug 5 09:29:40 2014 -0400

    Docs 2.6: Update screens for register/edit patron
    
    Update screenshots and wording to reflect new "Update Expire Date" button.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/circulation/circulation_patron_records.txt b/docs/circulation/circulation_patron_records.txt
index 375c858..9a988da 100644
--- a/docs/circulation/circulation_patron_records.txt
+++ b/docs/circulation/circulation_patron_records.txt
@@ -63,7 +63,7 @@ To register a new patron, select _Patron Registration_ from the toolbar,
 _Circulation -> Register Patron_ from the menu bar, or *shift + F1*. The Patron
 Registration form will display. 
 
-image::media/circulation_patron_records-4.png[circulation_patron_records 4]
+image::media/circulation_patron_records-4.png[Patron registration form]
 
 Mandatory fields display in yellow.
 
@@ -96,6 +96,8 @@ that is not in the default patron record.
 * These may be configured in the _Statistical Categories Editor_ (_Admin -> 
 Local Admin -> Statistical Categories Editor_).  
 * Staff accounts may also function as patron accounts.
+* You must select a _Main (Profile) Permission Group_ before the _Update Expire
+Date_ button will work, since the permission group determines the expiration date.
 ============================================================================
 
 
@@ -188,7 +190,7 @@ Retrieve the patron record as described in the section
 
 Select _Edit_ from the options that display at the top of the patron record. 
 
-image::media/circulation_patron_records-9.png[circulation_patron_records 9]
+image::media/circulation_patron_records-9.png[Patron edit with summary display]
 
 Edit information as required.  When finished, select _Save_.  If you attempt to
 close out of the patron account before the information is received, an alert
@@ -201,7 +203,14 @@ Select _OK_ to continue or _Cancel_ to return to the editing form.
 After selecting _Save_, the page will refresh.  The edited information will be
 reflected in the patron summary pane.
 
-NOTE: If collapsed, you will need to manually ``un-collapse'' this pane. 
+[TIP]
+=======
+* You can resize the patron summary pane, or collapse and expand it using
+the button on the right border of the pane.
+* To quickly renew an expired patron, click the _Update Expire Date_ button.
+You will need a _Main (Profile) Permission Group_ selected for this to work,
+since the permission group determines the expiration date.
+=======
 
 Renewing Library Cards 
 ~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/media/circulation_patron_records-4.png b/docs/media/circulation_patron_records-4.png
index da9a7f1..8fb650a 100644
Binary files a/docs/media/circulation_patron_records-4.png and b/docs/media/circulation_patron_records-4.png differ
diff --git a/docs/media/circulation_patron_records-9.png b/docs/media/circulation_patron_records-9.png
index 1de4cca..a0a915b 100644
Binary files a/docs/media/circulation_patron_records-9.png and b/docs/media/circulation_patron_records-9.png differ

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

Summary of changes:
 docs/circulation/circulation_patron_records.txt |   15 ++++++++++++---
 docs/development/support_scripts.txt            |   17 +++++++++++------
 docs/media/circulation_patron_records-4.png     |  Bin 95906 -> 37819 bytes
 docs/media/circulation_patron_records-9.png     |  Bin 69080 -> 48848 bytes
 4 files changed, 23 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list