[Koha-bugs] [Bug 23971] Add logging for basket related actions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 19 11:56:48 CEST 2020


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

--- Comment #41 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Hi Jonathan

OK, I've now made the change you suggested. We no longer pass anything to
CloseBasket indicating whether the closure is tied to an EDI approval. I now
log the closure and the approval separately, since they are actually distinct
things.

Revised test plan:

- Apply the patch
=> TEST: Observe there is a new "AcqLog" syspref
- Enable the AcqLog syspref
- Create a basket
=> TEST: Observe that an Acquisitions "Create an acquisitions basket" action
log has been created containing:
  => Basket number in "Object" column
  => Borrowernumber of staff member in "Librarian" column
=> TEST: Observe that an Acquisitions "Modify an acquisitions basket header"
action log has been created containing:
  => Basket number in "Object" column
  => Borrowernumber of staff member in "Librarian" column
- Modify a basket
=> TEST: Observe that an Acquisitions "Modify an acquisitions basket header"
action log has been created containing:
  => Basket number in "Object" column
  => Borrowernumber of staff member in "Librarian" column
- Approve a basket via EDI
=> TEST: Observe that an Acquisitions "Close an acquisitions basket" action log
has been created containing:
  => Basket number in "Object" column
  => Borrowernumber of staff member in "Librarian" column
=> TEST: Observe that an Acquisitions "Approve an acquisitions basket" action
log has been created containing:
  => Basket number in "Object" column
  => Borrowernumber of staff member in "Librarian" column
- Close a basket
=> TEST: Observe that an Acquisitions "Close an acquisitions basket" action log
has been created containing:
  => Basket number in "Object" column
  => Borrowernumber of staff member in "Librarian" column

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list