Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 2.19 KB

README.md

File metadata and controls

46 lines (34 loc) · 2.19 KB

Jasper Report

This is an ILIAS wrapper for the JasperReport library. It allows ILIAS to print pretty PDF reports.

Dependencies:

Usage

Composer

First add the following to your composer.json file:

"require": {
  "srag/jasperreport": ">=0.1.0"
},

And run a composer install.

If you deliver your plugin, the plugin has it's own copy of this library and the user doesn't need to install the library.

You can now remove the global installed Customizing/global/libraries/JasperReport on productive usages

Tip: Because of multiple autoloaders of plugins, it could be, that different versions of this library exists and suddenly your plugin use an older or a newer version of an other plugin!

So I recommand to use srag/librariesnamespacechanger

Generate Jasper xml template files

iReport Designer

Dependencies

Please use it for further development!

Adjustment suggestions