DSW Reports
0
0
Some fixes
Addon for DeepSee Web which provides online reports and PDF emailing reports from InterSystems DeepSee dashboards
{DSWApp}/reports/rasterize/rasterize.js
.do ##class(DSW.Report.EmailSender).setConfig(server, port, username, password, sender, SSLConfig)
do ##class(DSW.Report.EmailSender).addRecipient(email)
or
do ##class(DSW.Report.EmailSender).deleteRecipient(email)
.do ##class(DSW.Report.Task).Run(url, reportname)
do ##class(RF.KHAB.Utils).Setup()
<yourhost:port>/dsw/reports/example/index.html
do ##class(DSW.Report.Task).Run("<yourhost:port>/dsw/reports/example/index.html", "example")
Witout X Server and Desktop Enviroment on Linux servers PhantomJS produces a next error:
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
To fix the problem, please install xvfb.
Some fixes
Link to article was added
Initial release