Bug 7707

Summary: Add fines placeholders in notices to display fine information on notices
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact:
Severity: enhancement    
Priority: P5 - low CC: wizzyrea
Version: 3.8   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Liz Rea 2012-03-13 16:51:57 UTC
Add <<fines.total>> and other fines placeholders in notices to display total owed in fines on notices.

It would be cool to be able to let patrons know how much they owed in fines in their overdue notices. This could take a couple forms

* Per item fines (<<fines.item>> or <<items.content.fines>>
* Total balance of account (<<fines.total>>)
Comment 1 Katrin Fischer 2012-03-13 16:56:30 UTC
Using the <item> syntax it is possible to output the fine for each item in the notice with the other item information:

Example:
<item><<biblio.title>>, Signatur: <<items.itemcallnumber>>, Barcode: <<items.barcode>>, Mahngebühr: <fine>EUR</fine></item>