https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|Signed Off |Failed QA --- Comment #31 from Nick Clemens <nick@bywatersolutions.com> --- Hi Andrew, Overall I like this, it adds useful information, but I wonder why the scope of information is limited for each object, it seems to create some issues for Budgets/Funds/Orders - if I modify a field that isn't logged a line is added to the log, but no info on what was changed is recorded, e.g.: - update order notes, change statistics - add user to budget, lock budget, make budget active, change name - change fund name, change statistics Is the size concern reason enough to avoid logging the object unblessed? Other notes: Adding a new basket records two lines: Create an acquisitions basket Modify an acquisitions basket header Cancelling receipt of an order is not logged Creating a budget is logged as modification Budget/funds record a change of amount because of decimal difference: "budget_amount_new":"6.00" "budget_amount_old":"6.000000" -- You are receiving this mail because: You are watching all bug changes.