Skip to content

Commit

Permalink
Merge pull request #409 from portabilis/reports
Browse files Browse the repository at this point in the history
Patch de ajustes para uso de relatórios
  • Loading branch information
edersoares committed Sep 28, 2018
2 parents 241b244 + 1c8a696 commit fd0142f
Show file tree
Hide file tree
Showing 11 changed files with 1,002 additions and 752 deletions.
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

0 comments on commit fd0142f

Please sign in to comment.