Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch de ajustes para uso de relatórios #409

Merged
merged 13 commits into from Sep 28, 2018
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,10 +11,10 @@
"require": {
"php": "7.0.*",
"cocur/slugify": "^3.1",
"cossou/jasperphp": "^2.7",
"gilbitron/php-simplecache": "^1.4",
"google/recaptcha": "~1.1",
"honeybadger-io/honeybadger-php": "^0.4.1",
"portabilis/jasperphp": "v1.2.0",
"robmorgan/phinx": "v0.8.1",
"swiftmailer/swiftmailer": "^6.0"
},
Expand Down
84 changes: 42 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion ieducar/configuration/ieducar.ini.sample
Expand Up @@ -98,9 +98,11 @@ report.logo_file_name = brasil.png
report.show_error_details = true

; Define a fabrica de relatórios padrão
;report.default_factory = Portabilis_Report_ReportFactoryPHPJasperXML
report.default_factory = Portabilis_Report_ReportFactoryPHPJasper

; Define o diretório dos arquivos fontes dos relatórios
report.source_path = /home/portabilis/ieducar/ieducar/modules/Reports/ReportSources

; Configurações da entidade (instituicao)
; define o nome da entidade a ser exibido no topo
app.entity.name = Prefeitura Municipal de Portabilis Tecnologia
Expand Down