http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7638 --- Comment #1 from Savitra Sirohi <savitra.sirohi@osslabs.biz> --- Draft Design: A new tool called "Print Patron notices", that can perhaps be extended later to print other kinds of notices. A default template (ACCTLINES_PRINT) will be created as part of this patch. The template will contain a header with borrower and borrower attributes fields and a body containing accountlines fields such as accounttype, amount, date. A mechanism to specify which borrower attribute(s) are to included in the notice will be provided. E.g. <<borrower_attributes.attribute|GRADE>> will allow the attribute for code "GRADE" to be included. Only those acccountlines records that have outstanding amounts > 0 will be displayed in the report. The tool will generate a PDF file containing a report per patron, each report will contain text per the notice template. Following filters will be made available during report generation: Branch Patron category Transaction date range The pages in the PDF fike will be of size Letter (8.5*11) by default. This can be extended later to include other paper sizes. -- You are receiving this mail because: You are watching all bug changes.