[Koha-bugs] [Bug 18805] Add ability to use up account credits

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 30 04:44:08 CET 2018


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

--- Comment #13 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 81609
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81609&action=edit
Bug 18805: Add ability to use up account credits

Right now, in Koha, credits always have a static amount outstanding. So if a
patron owes $10 in fines, and has a $10 credit, they technically owe nothing,
but yet they still owe $10. This seems rather confusing.

Instead, we should add the ability for credits to be used to pay down closed
out fines and other fees.

Test Plan:
1) Apply this patch and dependencies
2) Create a manual credit of some amount
3) Create a manual invoice
4) Note the manual invoice was automatically paid down using
   the balance from the manual credit!

Followed test plan, patch worked as described. I also ran
t/db_dependent/Accounts.t test which passed

Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>

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


More information about the Koha-bugs mailing list