Home Applications DSW Reports

DSW Reports

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
0
0 reviews
0
Awards
152
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
Addon for DeepSee Web which provides online reports and PDF emailing reports from InterSystems DeepSee dashboards

What's new in this version

Some fixes

dsw-reports

Gitter

Addon for DeepSee Web which provides online reports and PDF emailing reports from InterSystems DeepSee dashboards

Installing

  1. Install last version PhantomJS
  2. Install last versions MDX2JSON and DeepSeeWeb.
  3. Import classes from repo (src/cls/)
  4. Move folder “reports” from repo (src/web/) to DeepSeeWeb application root directory.
  5. Configure DSW.Reports:
    1. Open class DSW.Reports.Task and configure parameters.
    2. Set parameter HEADLESS. It’s path to PhantomJS binary, or “phantomjs” command if binaries included to PATH.
    3. Set parameter DSWAPPLICATION. It’s name of DeepSeeWeb application.
    4. Set parameter SCRIPTPATH. It’s path to rasterize.js file. Default:
      {DSWApp}/reports/rasterize/rasterize.js.
    5. Set parameter HOSTNAME. It’s hostname of your server.
  6. Configure SMTP server:
    server - your SMTP server hostname.
    port - port for outgoing messages on your SMTP server.
    username and password - your authentication data.
    sender - your email address.
    SSLConfig - Optional. Set name of your SSL Configuration.
    do ##class(DSW.Report.EmailSender).setConfig(server, port, username, password, sender, SSLConfig)
  7. Manage recipients: do ##class(DSW.Report.EmailSender).addRecipient(email) or
    do ##class(DSW.Report.EmailSender).deleteRecipient(email).
  8. Run report’s task:
    url - link to your report.
    reportname - name of your report.
    do ##class(DSW.Report.Task).Run(url, reportname)

Run example

  1. Import example from repo (example/).
  2. Run example’s setup. do ##class(RF.KHAB.Utils).Setup()
  3. Check example: <yourhost:port>/dsw/reports/example/index.html
  4. Run report’s task:
    do ##class(DSW.Report.Task).Run("<yourhost:port>/dsw/reports/example/index.html", "example")

FAQ

Running PhantomJS on Linux VPS without X Server and Desktop Enviroment.

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.

Read more
Version
2018.1.211 Dec, 2019
Category
Developer Environment
Works with
CachéEnsembleHealthShareInterSystems IRISInterSystems IRIS BI
First published
13 Dec, 2018
Last checked by moderator
22 Sep, 2023Doesn't work