This commit is contained in:
2022-11-22 00:14:59 +00:00
parent 544e4fc1af
commit a81ad52919

View File

@@ -15,7 +15,12 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail
#### Added
- Server: Added new internal API route `/api/v8/notify/direct-smtp` to support on demand notification scenarios
- Server: Report api utility methods ayPutToAPI, ayPostToAPI, ayGetFromAPI throwing exception on empty return body (202, 204 results)
- Server: Report api utility methods ayPutToAPI, ayPostToAPI, ayGetFromAPI was incorrectly throwing exception on empty return body (202, 204 results)
- App: added `z_API send SMTP from work order report` example report to show how to use the new API notify via smpt method added to
send an email when a report is rendered automatically.
Note: this example report will only automatically install in new databases created after upgrading to this release.
For existing databases [download z_API send SMTP from work order report](https://ayanova.com/download/xtra/z_API send SMTP from work order report.ayrt)
and [import to AyaNova](adm-report-templates.md#import).
### AyaNova 8.0.23 (2022-11-18)