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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 4 12:14:30 CET 2019


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

--- Comment #10 from Séverine Queune <severine.queune at bulac.fr> ---
(In reply to Andrew Isherwood from comment #8)
> Katrin and Séverine - I agree that basket reopening would be a useful thing
> to log, but it is outside of the scope of the requirements for this bug.
> There are many Acq actions that could be logged, I'm hoping these will be
> added in time.
I will open a new bug to add this action.


> Revised test plan:
> 
> - Modify a basket
> => TEST: Observe that an Acquisitions action log has been created containing:
>   => Basket number
>   => Borrowernumber of the user who modified the basket, this is stored in
> "info" as a left padded 10 digit number which can be joined on to the
> borrowers table
3 things about this MODIFY_BASKET log :
  - as the borrowernumber is saved in the 'user' field, why duplicating it in
the 'info' field ?
  - in this 'info' field, we usually have the details of the action made by the
user. To me, the information displays for now in not really usefull.
  - I only get log when I modify the "Managing library" but not when I update
the managers of the basket, not when I edit the basket. Is that the expected
behaviour ?

> - Approve a basket via EDI
> => TEST: Observe that an Acquisitions action log has been created containing:
>   => Basket number
>   => Borrowernumber of the user who approved the basket, this is stored in
> "info" as a left padded 10 digit number which can be joined on to the
> borrowers table
I tried several EDI settings but it still doesn't work so one mode ime, I
didn't test this part (would be happy if someone could help !).

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


More information about the Koha-bugs mailing list