[Koha-bugs] [Bug 24190] Add additional Acquisition logging

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 25 04:24:27 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com
             Status|Signed Off                  |Failed QA

--- Comment #31 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list