]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add granular settings for requiring staff initials for notes
authorBen Shum <bshum@biblio.org>
Tue, 28 May 2013 18:54:27 +0000 (14:54 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 18 Feb 2014 17:45:59 +0000 (12:45 -0500)
commit4583dd596b9fee642049ba4206bd44a5428f71b3
tree0987389225f9cca53ec0792da30b672319bf8ee4
parent30096667a05670ba6c3a80eb3038be905c66f2d3
Add granular settings for requiring staff initials for notes

Up till now, there has only been one setting for making staff initials required
for all of the various note fields. Instead, let's break this up into separate
org unit settings for each type of note field, giving us more flexiblity in
making use of the append staff initials feature.

These three types of notes will now have settings to add initials for each:

- patron penalties/messages
- patron information notes
- copy (item) notes

Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.staff-initials-settings.sql [new file with mode: 0644]
Open-ILS/xul/staff_client/server/cat/copy_notes.xul
Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js
Open-ILS/xul/staff_client/server/patron/info_notes.xul
Open-ILS/xul/staff_client/server/patron/new_standing_penalty.js
docs/RELEASE_NOTES_NEXT/Administration/staff-initials.txt [new file with mode: 0644]