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

Kyle M Hall <k...@bywatersolutions.com> changed:

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

--- Comment #5 from Kyle M Hall <k...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to