[Koha-bugs] [Bug 16820] Add possibility to edit fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 10 14:37:05 CET 2018


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Needed to pass qa:
1) Implement use of Account Offsets. Any change to a fee or payment needs to
add to the account offsets table from now on. The point of it is to create a
full accounting of all changes to accountlines

2) Add a user permission for this functionality

3) Implement using Koha::Account::Line(s)/Offset(s) instead of using direct SQL
queries. These new subs should live in Koha::Account::Line since they are
operating on individual accountlines. We need to reduce the number of subs in
the C4 namespace instead of adding to them ; )

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


More information about the Koha-bugs mailing list