© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is a tool for create and execute JasperReports on InterSystems IRIS.
The JIRISReport allows you:
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/jirisreport.git
Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:
Note: Users running containers on a Linux CLI, should use “docker compose” instead of “docker-compose”
See Install the Compose plugin
$ docker-compose up -d
USER> zpm install jirisreport
If your OS host is Linux, install ttf fonts:
sudo echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
apt-get update && \
apt-get install ttf-mscorefonts-installer -y && \
apt-get install fontconfig -y
sudo fc-cache -v -f /usr/share/fonts
https://community.intersystems.com/post/part-i-jasperreports-open-source-drag-and-drop-reports-iris