Add a rudimentary 'Date of Birth' search box in Patron Search interface. user/mrpeters-isl/patron_dob_search
authorMichael Peters <mrpeters@library.in.gov>
Mon, 26 Sep 2011 19:13:07 +0000 (15:13 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Mon, 26 Sep 2011 19:13:07 +0000 (15:13 -0400)
commit26bed5cc985c6e239973c5aa4f0a5ebaaced6cdb
tree16e6a388d45c2a8aa09d7bb7746bf647c36d6d96
parent73a0f2a6431d00026d4ce6f912ee210877b9cedf
Add a rudimentary 'Date of Birth' search box in Patron Search interface.

This is a rudimentary way of adding the ability to filter patrons based on their DOB.
The tricky part, however, is that just simply tries to match the dob timestamp passed from
the database.  Therefore, all searches must be in YYYY-MM-DD format.  Partial searches will
only work when they begin with a year (for example, YYYY-MM) in the string.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/patron/search_form.js
Open-ILS/xul/staff_client/server/patron/search_form_overlay.xul
Open-ILS/xul/staff_client/server/patron/search_result.js