LP#1714070 Patron parent/guardian field
authorBill Erickson <berickxx@gmail.com>
Mon, 22 Oct 2018 00:10:19 +0000 (20:10 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 8 Jan 2019 21:21:10 +0000 (16:21 -0500)
commitfaa5052292e376f9fe62d189030a093815f80023
tree18bfe17d563995a6517c973a99c6c166dd35ba79
parentdff4902e833dca7916cf17192be0644ef7898e14
LP#1714070 Patron parent/guardian field

Adds a new dedicated patron parent/guardian field.  This field is
editable in the patron edit interface, displays in the patron summary
side bar on the browser client, and is search-able from the patron
search interface in the browser client.

Adds patron editor "show" and "suggest" library settings.

Also adds a new library setting
'ui.patron.edit.guardian_required_for_juv' ("GUI: Juvenile account
requires parent/guardian").  When this setting is applied, a value
will be required in the patron editor when the juvenile flag is active.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/005.schema.actors.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/999.functions.global.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.patron-guardian.sql [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
Open-ILS/src/templates/staff/share/t_patron_search_form.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js