Skip to content

update docs, pt_BR and EN #58

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

Merged
merged 1 commit into from
Jul 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
[![Language-pt_BR](https://img.shields.io/badge/pt__BR-100%25-green.svg)](https://github.com/PHPJasper/phpjasper/blob/master/docs/pt_BR/LEIA-ME_pt_BR.md)

### About
This package is the solution to compile and process JasperReports (.jrxml & .jasper files) just using PHP.
PHPJasper is the best solution to compile and process JasperReports (.jrxml & .jasper files) just using PHP, in short: to generate reports using PHP.

**Note:** PHPJasper Can be used regardless of your PHP Framework
**Notes:**
* PHPJasper Can be used regardless of your PHP Framework,
* For PHP versions less than 7.1 see: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)


**Note for Linux servers?**

Do not forget to grant the correct permissions for the directory
**/vendor/geekcom/phpjasper/bin/jasperstarter/bin** and the file binary **jasperstarter**

### Why PHPJasper?

Expand All @@ -42,8 +41,6 @@ It is recommended using [Jaspersoft Studio](http://community.jaspersoft.com/proj
* Reports
* Listings

Package to generate reports with [JasperReports 6.3.1](http://community.jaspersoft.com/project/jaspersoft-studio/releases) library through [JasperStarter v3.1.0](https://bitbucket.org/cenote/jasperstarter) command-line tool.

## Requirements

* PHP 7.1 or above
Expand Down
11 changes: 4 additions & 7 deletions docs/pt_BR/LEIA-ME_pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@

### Sobre a biblioteca

Este pacote é a solução perfeita para compilar e processar relatórios Jasper (.jrxml & .jasper) com PHP.
PHPJasper é a solução perfeita para compilar e processar relatórios Jasper (.jrxml & .jasper) com PHP, ou seja, gerar relatórios com PHP.

**Nota:** PHPJasper pode ser usado independente de seu Framework

**Seu servidor é Linux?**

Não esqueça de fornecer as permissões devidas para o diretório
**/vendor/geekcom/phpjasper/bin/jasperstarter/bin** e para o arquivo binário **jasperstarter**
**Notas:**
* PHPJasper pode ser usado independente de seu Framework
* Se você está usando uma versão menor que PHP 7.1 veja: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)

### Por quê preciso do PHPJasper?

Expand Down