From bcfed96c7feb82f92f8f1cb5652cb4abd217fa31 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 3 Dec 2018 12:37:50 -0500 Subject: [PATCH] JBAS-2115 3.2 release notes WIP Signed-off-by: Bill Erickson --- KCLS/docs/RELEASE_NOTES_2.12_TO_3.2_KCLS.adoc | 35 ++++++++++++--------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/KCLS/docs/RELEASE_NOTES_2.12_TO_3.2_KCLS.adoc b/KCLS/docs/RELEASE_NOTES_2.12_TO_3.2_KCLS.adoc index 418d085f78..b6fd8f3ad6 100644 --- a/KCLS/docs/RELEASE_NOTES_2.12_TO_3.2_KCLS.adoc +++ b/KCLS/docs/RELEASE_NOTES_2.12_TO_3.2_KCLS.adoc @@ -1,17 +1,19 @@ -= KCLS Evergreen 3.0, 3.1, and 3.2 Release Notes = - :Author: Bill Erickson :Email: bserickson@kcls.org :Date: 2018-12-03 :toc: +:toclevels: 3 :numbered: -== FEATURES == += KCLS Evergreen 3.0, 3.1, and 3.2 Release Notes -=== Circulation === +toc::[] -Batch Editing of Patron Records -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +== FEATURES + +=== Circulation + +==== Batch Editing of Patron Records There is a now a new interface analogous to the Copy Bucket interface to select and group a set of users into a User Bucket. The addition of users to a User Bucket is possible from the Patron Search @@ -22,8 +24,7 @@ Bucket by uploading a text file that contains a list of user barcodes. From this interface it is possible to perform a set of specific batch update operations on user records. -Editing Users -+++++++++++++ +===== Editing Users These fields can now be changed in batch via an action on the User Bucket grid if the staff user has the `UPDATE_USER` permission: @@ -41,8 +42,7 @@ Changes made in this interface can be rolled back. As a batch process, rather than a direct edit, this mechanism explicitly skips processing of Action/Trigger event definitions for user update. -Deleting Users -++++++++++++++ +===== Deleting Users The batch edit mechanism also allows for the batch deletion of user. The staff user must have both the `UPDATE_USER` and `DELETE_USER` permissions. @@ -55,8 +55,7 @@ processing of Action/Trigger event definitions for user deletion. This mechanism does not use the Purge User functionality, but instead simply marks the users as deleted. -Editing Statistical Category Entries -++++++++++++++++++++++++++++++++++++ +===== Editing Statistical Category Entries All users in the bucket can have their Statistical Category Entries modified. Unlike user data field updates, modification of Statistical @@ -65,19 +64,16 @@ Category Entries is permanent and cannot be rolled back. As a batch process, rather than a direct edit, this mechanism explicitly skips processing of Action/Trigger event definitions for user update. -New Service Requirement -+++++++++++++++++++++++ +===== New Service Requirement This new functionality makes use of the QStore service (`open-ils.qstore`), which was previously unused in production. If this service has been removed from the configuration of a live Evergreen instances, it will need to be added back in order for batch user editing to succeed. -Honor Timezone of the Acting Library -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +==== Honor Timezone of the Acting Library -Summary -+++++++ +===== Summary * Display day-granular due dates in the circulating library's timezone. * Only display the date portion of the due date for day-granular circulations. @@ -85,8 +81,7 @@ Summary * Provide infrastructure for more advanced formatting of timestamps. * Override the built-in AngularJS date filter with an implementation that uses moment.js, providing consistency and better standards compliance. -Details -+++++++ +===== Details This is a followup to the work done for 2.12, where we added the ability for the client to specify a timezone in which timestamps should be interpreted -- 2.11.0