[Koha-bugs] [Bug 6339] New: ExtendedPatronAttributes to allow for a DatePicker (JS Calendar) style field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 14 09:55:42 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6339

             Bug #: 6339
           Summary: ExtendedPatronAttributes to allow for a DatePicker (JS
                    Calendar) style field
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Patrons
        AssignedTo: kyle.m.hall at gmail.com
        ReportedBy: indradg at gmail.com
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com


Created attachment 4111
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4111
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)

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list