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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #190628|0                           |1
        is obsolete|                            |

--- Comment #12 from David Nind <[email protected]> ---
Created attachment 190643
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190643&action=edit
Bug 33228: Display all fines on patron details and circulation

This patch adds the patrons total balance to the details and circulation pages
Only showing total if different from the no account charges

To test:
 1 - Go to Administration - Debit types
 2 - Add a new type:
    Code: BLOCK
    Description: Blocking fine
    Default amount: 1.00
    Can be manually invoiced: checked
    Included in noissuescharge: checked
 3 - Add a new type:
    Code: NoBLOCK
    Description: NonBlocking fine
    Default amount: 1.11
    Can be manually invoiced: checked
    Included in noissuescharge: NOT checked
 4 - Find a patron
 5 - Accounting->Create manual invoice
 6 - Add 2 of each type of debit you created
 7 - View patrons 'details' and 'Check out' tabs
 8 - Confirm you see only the 2 blocking fees totaled
 9 - Apply patch
10 - Reload
11 - Confirm you see 'Total balance: 4.22'
     Charges: Patron has outstanding charges that may block checkout of 2.00.
12 - Write off the two non-block charges
13 - Confirm you no longer see the 'Total balance' (as it now matches)
14 - Write off the blocking charges and add two non-blocking
15 - Confirm you see the total balance

Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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