[Koha-bugs] [Bug 16149] Generate and send custom notices based on report output

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 14 15:11:23 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149

--- Comment #24 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 85117
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85117&action=edit
Bug 16149: Generate and send custom notices based on report output

Ths patch add an EmailReport function to C4::Reports::Guided

It accepts a notice (module, code, branch) and a report and attempts to
email notices to patron, generating content using report content.

Notice must be in template toolkit syntax, only columns in report are
available for notice.

To test:
1 - Specify various options
2 - Ensure errors are returned if options are incomplete or incorrect
3 - Pass a report containing 'from' and 'email' and 'borrowernumber'
columns and ensure message queue populated as expected

Signed-off-by: Jessica Ofsa <jofsa at vt.edu>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list