Bug 6339

Summary: ExtendedPatronAttributes to allow for fields of date type
Product: Koha Reporter: Indranil Das Gupta <indradg>
Component: PatronsAssignee: Indranil Das Gupta <indradg>
Status: RESOLVED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, indradg, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20958
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Screenshot of the desired functionality

Description Indranil Das Gupta 2011-05-14 07:55:42 UTC
Created attachment 4111 [details]
Screenshot of the desired functionality

ExtendedPatronAttributes fields presently allow for Repeatable, Searchable, Unique ID, text type input box as well as auth_val driven select lists.

It would be nice to have a date picker calendar pop-up facility and ValidateDate() function for the field as its parameters

Possibly lib/C4/Members/AttributeTypes.pm, intranet/cgi-bin/admin/patron-attr-types.pl, intranet/htdocs/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl would require some functional changes

I've attached a screenshot of the feature. Right now I'm doing it with an ugly jquery hack via intranetuserjs (http://pastebin.com/BPQw43tY)
Comment 1 Katrin Fischer 2023-03-18 09:24:19 UTC

*** This bug has been marked as a duplicate of bug 32610 ***