[Bug 42082] New: Add access to issues and transactions data to "patrons custom message" notice
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42082 Bug ID: 42082 Summary: Add access to issues and transactions data to "patrons custom message" notice Initiative type: --- Sponsorship --- status: 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: sbcornell@cityofportsmouth.com QA Contact: testopia@bugs.koha-community.org Bug 29393 added the ability to define custom notices that can be sent from the patron account page. Bug 40426 proposes that the "patrons (custom message)" notice should have access to ILL data. In addition to that, it should have access to issues and transactions data. Our initial uses would be to send a patron summary or an issue slip via email. This would be in addition to adding SMS support which is requested in bug 40933. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42082 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42082 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29393 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29393 [Bug 29393] Ability to send emails from patron details page -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42082 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #1 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Both checkouts and accountlines data are currently available in these notices by way of the borrower object. Some example notice content: [%- FOREACH c IN borrower.checkouts %] date_due: [% c.date_due %] title: [% c.item.biblio.title %] barcode: [% c.item.barcode %] [%- END %] [%- FOREACH d IN borrower.account.debits %] outstanding: [% d.amountoutstanding %] [%- IF d.itemnumber %] title: [% d.item.biblio.title %] barcode: [% d.item.barcode %] [%- END %] [%- END %] [%- FOREACH c IN borrower.account.credits %] outstanding: [% c.amountoutstanding %] [%- END %] -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42082 --- Comment #2 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Whoops! Mixed my bugs up. ILL data is also available: [%- FOREACH i IN borrower.ill_requests %] pickupbranch: [% i.branchcode %] title: [% i.biblio.title %] [%- END %] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org