Bug 6449

Summary: no way to track when patron originally enrolled
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: PatronsAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED WORKSFORME QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: chris, gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nicole C. Engard 2011-06-02 12:11:51 UTC
Right now if you click 'renew' on a patron card it replaces the dateenrolled in the database with the renewal date, leaving no trace of the fact that the patron is an 'old' patron with a newly refreshed card.  I think we need a new field for renewal date - or originallyenrolled.

Feel free to close this if I'm missing something obvious.
Comment 1 Chris Cormack 2011-06-02 19:13:38 UTC
I can not recreate this bug.
Comment 2 Nicole C. Engard 2011-06-02 19:31:55 UTC
Chris,

Where in the DB is the original enrollment date stored?

Nicole
Comment 3 Chris Cormack 2011-06-02 19:34:17 UTC
In dateenrolled

What I cant recreate is dateenrolled changing, unless I manually change it.
Comment 4 Nicole C. Engard 2011-06-02 19:40:42 UTC
Where does the renewal date go?  It looked to me like it was going in dateenrolled when you renewed a patron card ... based on a stats report I was running, but you have me second guessing ;) so I'm going to check it out again.
Comment 5 Nicole C. Engard 2011-06-02 19:41:28 UTC
Okay, I was wrong.