Bug 20096

Summary: Regarding duplicate data in statistics and logs data
Product: Koha Reporter: Kumar <tejoskumar>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, lisettepalouse+koha
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Kumar 2018-01-28 05:50:59 UTC
Hi

I noticed that there is duplicate data in statistics table and logs table with respect to check-in check out and renewal.

If a user id (staff id or patron id if renewal done online) is added to statistics table there is no need to create a log for transactions. 

Hope this will help remove duplicate data if implemented.
Comment 1 Katrin Fischer 2018-01-30 07:13:42 UTC
Hi, thx for filing!
Comment 2 Katrin Fischer 2018-02-01 07:02:25 UTC
I can't think of a reason, why we duplicate the entries in 2 tables like that. We could certainly think about adding the user who did the transaction to statistics as well. I think removing one or the other would be harder as people are relying on both tables for their statistical reports.
Comment 3 Katrin Fischer 2023-10-01 20:21:20 UTC
I think this is 'too late' to be fixed. People do reporting on both tables and it doesn't hurt to have both.