Bug 7707 - Add fines placeholders in notices to display fine information on notices
Summary: Add fines placeholders in notices to display fine information on notices
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: 3.8
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 16:51 UTC by Liz Rea
Modified: 2014-12-07 20:03 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>