http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14666 Bug ID: 14666 Summary: adds fixed_fines for overdues Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: stephane.delaye@biblibre.com QA Contact: testopia@bugs.koha-community.org adds fixed_fines for overdues - Add a overduerules.fixed_fineX for the 3 levels - Add a column "Fixed fines" in the tools/overduerules.pl page - Add column in csv generated by circ/overdue.pl (document_type and generatedate = the today's date) - Add column in csv generated by overduenoticeS.pl (streetnumber, streettype, generatedate, overdue_level - Now you can add 'count' and 'total_amount' in circulation letters count is "itemcount" and total_amount is the transcription of the total_amount (which is the sum of items.price + fixed_fine). The langage used is the locale of the system. - New dependency : Lingua::Any::Numbers. If you want use fr for example, you will have to install Lingua::FR::Numbers too. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.