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

Evergreen Git git at git.evergreen-ils.org
Thu Jul 10 14:56:35 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, master has been updated
       via  ba629d5b4567436fe1b5db37b29c631ee217959e (commit)
       via  aa5671b9d3cd8bab0c2a6ead3385fcfe74d86b0f (commit)
      from  4836d0b5f28316cf1802e437588103334523dfaa (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 ba629d5b4567436fe1b5db37b29c631ee217959e
Author: Yamil Suarez <yamil at yamil.com>
Date:   Tue Jul 8 14:21:58 2014 -0400

    Documentation: added release notes for LP#1327284 Display "Imported As" column
    
    LP#1327284 Display "Imported As" in Vandelay queue
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/display_imported_as_in_vandelay_queue.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/display_imported_as_in_vandelay_queue.txt
new file mode 100644
index 0000000..49fca23
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Cataloging/display_imported_as_in_vandelay_queue.txt
@@ -0,0 +1,12 @@
+Display "Imported As" in Vandelay Queue
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This simple new feature appears within the Cataloging *MARC Batch 
+Import/Export* screens. When viewing the contents of a Vandelay queue, 
+for example when inspecting a queue or right after bib imports, there is 
+a new column displayed called _Imported As_. This new column displays the 
+record ID, also known as the bib number, of the bib records currently 
+listed in the queue. If the bib records listed in the queue have not been 
+imported yet, this column is blank until the queued records are imported. 
+After import the queued records will display the assigned record ID for 
+the listed bib(s).

commit aa5671b9d3cd8bab0c2a6ead3385fcfe74d86b0f
Author: Bill Erickson <berick at esilibrary.com>
Date:   Fri Jun 6 12:35:59 2014 -0400

    LP#1327284 Display Imported As column in vandelay queue
    
    For Bib and Authority records which have been imported / merged /
    overlayed, etc. into the system via Vandelay, show the record ID of the
    catalog bib/auth record to which the record was imported.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Yamil Suarez <yamil at yamil.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/vandelay/inc/queue.tt2 b/Open-ILS/src/templates/vandelay/inc/queue.tt2
index d9118dc..918a04c 100644
--- a/Open-ILS/src/templates/vandelay/inc/queue.tt2
+++ b/Open-ILS/src/templates/vandelay/inc/queue.tt2
@@ -147,6 +147,7 @@
                     field='import_time'
                     styles='text-align: center;'
                     get='vlGetDateTimeField'>[% l('Import Time') %]</th>
+                <th field='imported_as'>[% l('Imported As') %]</th>
             </tr>
         </thead>
     </table>
@@ -188,6 +189,7 @@
                     field='import_time'
                     styles='text-align: center;'
                     get='vlGetDateTimeField'>[% l('Import Time') %]</th>
+                <th field='imported_as'>[% l('Imported As') %]</th>
             </tr>
         </thead>
     </table>

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

Summary of changes:
 Open-ILS/src/templates/vandelay/inc/queue.tt2      |    2 ++
 .../display_imported_as_in_vandelay_queue.txt      |   12 ++++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/display_imported_as_in_vandelay_queue.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list