Add basic email templates for report notification.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7949
dcc99617-32d9-48b4-a31d-
7c20da2025e4
</database>
<files>
<!-- successful report outputs go here -->
- <output_base>/openils/var/reporter/output</output_base>
+ <output_base>/openils/var/web/reporter/output</output_base>
<success_template>/openils/var/data/report-success</success_template>
<fail_template>/openils/var/data/report-fail</fail_template>
</files>
--- /dev/null
+To: {TO}
+From: {FROM}
+Reply-To: {REPLY-TO}
+Subject: Report finished: "{REPORT_NAME}"
+
+At {RUN_TIME} the report "{REPORT_NAME}" finished running with a complete
+time of {COMPLETE_TIME}.
+
+You can view the report at the following URL:
+{OUTPUT_URL}
--- /dev/null
+To: {TO}
+From: {FROM}
+Reply-To: {REPLY-TO}
+Subject: Report finished: "{REPORT_NAME}"
+
+At {RUN_TIME} the report "{REPORT_NAME}" finished running with a complete
+time of {COMPLETE_TIME}.
+
+You can view the report at the following URL:
+{OUTPUT_URL}