https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13325 --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to mathieu saby from comment #14)
Hi you marked https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34049 as a duplicate, but I am not sure of that. By "logs", do you mean logs visible in /tools/viewlog.pl ?
What I meant in 34049 was not to "log" modifications that way, because logs are often disabled in production Koha for performance issues, and not easy to consult for the average librarian. I was thinking of a real "feature" permitting any fund owner/user to see the modifications of their fund. It means at least (very quick draft) - creating a new column inital_amount in aqbudgets - creating a new SQL table like aqbudgets_changes - each new line aqbudgets_changes would add or substract money (with an optional comment) to aqbudgets.budget_amount, without altering aqbudgets.inital_amount and of course some substantial modifications to the templates
Hi Mathieu, I have to admit I have never heard of people turning off logs for perfomance. I know that we keep the CatalougingLog off for the size it creates. My suggestion here would be to create a log for the funds/budgets only and then we could use the entries to build a nicer display than the log viewer gives us if required. A separate table could also be an option. I believe the idea of the two bugs is the same, so we can have the discussion about requirements and implementation in one place. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.