Regarding statistics and logs
Hi I would like to know the reason behind the below: Why the userid field is not added to the statistics table and instead a new record is generated in logs table to know who did the transaction. In the above case, a duplicate record is getting created in logs and also in statistics. If userid is added to the statistics table it's easy to generate reports and duplicate data creation can be avoided. Pls correct me if I understood the process wrongly about this. Regards T suresh kumar
Hi, I saw that you also filed a bug report: *BugĀ 20096* <https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20096> - Regarding duplicate data in statistics and logs data, so I have left my comment there as well. 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. Regards, Katrin On 26.01.2018 17:53, Suresh Kumar Tejomurtula wrote:
Hi
I would like to know the reason behind the below:
Why the userid field is not added to the statistics table and instead a new record is generated in logs table to know who did the transaction.
In the above case, a duplicate record is getting created in logs and also in statistics. If userid is added to the statistics table it's easy to generate reports and duplicate data creation can be avoided.
Pls correct me if I understood the process wrongly about this.
Regards T suresh kumar _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Katrin Fischer -
Suresh Kumar Tejomurtula