(Quick Reference)

1 Introduction - Reference Documentation

Authors: Bruno Félix, Hugo Monteiro, Nuno Luís

Version: 0.3.6

1 Introduction

Introduction to the reports plugin

The reports plugin simplifies the way reports are generated in an application, giving the possibility to change them at runtime.

The reports are generated in PDF only.

Instalation using the grails plugins official repository

BuildConfig.groovy:

compile(":reports:0.3.6")

Instalation using git

You can use this option if you want always the version from the repository with last changes.

Using Git to download the last version

git clone https://github.com/felix19350/grails-reports-plugin.git
cd grails-reports-plugin
grails maven-install

Add the plugin

  • Add mavenLocal() to the list of repositories in BuildConfig.groovy
  • Add compile("org.grails.plugins:reports:latest.release") to the plugin list

Issues & Ideas

If you have bug reports or ideas just post in the github repository!

Screenshot