[Bug 15364] New: fines and invoices in letter templates
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 Bug ID: 15364 Summary: fines and invoices in letter templates Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: martin@bugs.koha-community.org.xinxidi.net QA Contact: testopia@bugs.koha-community.org Add letter template variables for accountlines (where amountoutstanding > 0). Use case ======== Your fines: <accountlines> <<accountlines.amountoutstanding>> <<accountlines.description>> </accounlines> Totalt: <<accountlines.total>> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |martin@bugs.koha-community. |ity.org |org.xinxidi.net Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Martin, I think a lot of people will like this - which letters are you thinking about? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 --- Comment #2 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- Hi Katrin, I'm thinking of the "Notices & Slips"-letters -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- That's very broad :) You might have to exclude some of them, like the claims letters - but I think it could work for all the letters that are intended to be sent to the patrons. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 --- Comment #4 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- :D thanks, I'll try to narrow it down to reasonable proportions :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 --- Comment #5 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- Created attachment 45768 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45768&action=edit Bug 15364: accountlines variable in letters Add accountlines variable to letter templates for advance_notices and overdue_notices. Test plan ========= 1. Edit the overdue notice template to look like this: <accountline><<accountlines.amountoutstanding>> - <<accountlines.description>></accountline> Total: <<accountlines.total>> 2. Make sure at least one patron has at least one accountline, if not, create one by checking out an item with a past due date. 3. run bin/cronjobs/overdue_notices.pl and check the generated mail content 4. run bin/cronjobs/advance_notices.pl and check the generated mail content 5. generated mail content should look something like this: $5 - Fine $10 - Rent Total: $15 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15364 Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org