Notices ~ Adding Cost to Overdue Notice
For our Books by Mail Koha implementation we would like to use the 3rd overdue notice as a bill. If anyone has added the replacement price value to an overdue notice please share how you did so. Thanks! Chris Christine Mueller Database Administrator Office of Information Technology New Mexico State Library 1209 Camino Carlos Rey Santa Fe, NM 87507 Phone: 505-476-9744 christine.mueller@state.nm.us http://www.stlib.state.nm.us/
* Chris Mueller (catsalsa@gmail.com) wrote:
For our Books by Mail Koha implementation we would like to use the 3rd overdue notice as a bill.
If anyone has added the replacement price value to an overdue notice please share how you did so.
Thanks! Chris
Hi Chris Good choice of a name there ;) The good news is, you can tell the overdue_notices.pl script what variables you want to make available to the templates like this (From a crontab entry) # OVERDUE NOTICES 0 1 * * * $KOHA_CRON_PATH/overdue_notices.pl -t -itemscontent "date_due,title,barcode,author,replacementprice" Then in the notices part of Koha you have something like this This is an invoice for the replacement cost of the items you borrowed from the library and have not returned: <<items.content>> In the appropriate notices template (probably INV). Hope this helps Another Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
participants (2)
-
Chris Cormack -
Chris Mueller