[Koha-bugs] [Bug 3470] New: Track changes to borrower record

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Sun Aug 2 18:01:59 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3470

           Summary: Track changes to borrower record
           Product: Koha
           Version: rel_3_0
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Patrons
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: jwagner at ptfs.com
   Estimated Hours: 0.0
 Change sponsored?: Sponsored


Sponsored by East Brunswick Public Library, East Brunswick, NJ, USA.

Track staff login id or initials on borrower registration record and also track
staff member involved in changes to borrower record (include date of record
creation or change as well.  Adds a Revision History tab to the bottom set of
tabs (Checked Out, Fines & Charges, etc.) on the patron record.

Patch was submitted July 24, 2009.  Comments from Galen:

There are some problems with this patch:

[1] If CataloguingLog is turned on, any actions on a bib or item
record sharing the same ID number as the patron will also be
displayed.

[2] Similarly, if SubscriptionLog is turned on, action history for
serials will get mixed in.  The query in GetMemberRevisions needs to
limit itself to action_logs.module values that refer to
borrowernumbers.

[3] The action_logs.object column that the query in GetMemberRevisions
depends on is not indexed, meaning that getting the patron revision
history will become an increasingly expensive operation.


We will revise and resubmit.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list