Update README.md

This commit is contained in:
fralx 2019-07-02 23:36:05 +03:00 committed by GitHub
parent 6ba4da7550
commit c9c0a7f7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,21 +6,21 @@ Official LimeReport web site [http://limereport.ru](http://limereport.ru)
----------- -----------
## Features ## Features
* Multi-platform support * Multi-platform support
* Pure Qt4/Qt5 compatible code * Pure Qt4/Qt5 compatible code
* Embedded report designer * Embedded report designer
* Embedded preview * Embedded preview
* Various band types for a report of any complexity * Various band types for a report of any complexity
* Page header and footer * Page header and footer
* Data grouping (GroupHeader, GroupFooter, Subdetail, SubdetailHeader, SubdetailFooter) * Data grouping (GroupHeader, GroupFooter, Subdetail, SubdetailHeader, SubdetailFooter)
* Aggregation functions (SUM, COUNT, AVG, MIN, MAX) * Aggregation functions (SUM, COUNT, AVG, MIN, MAX)
* Report elements: Text, Geometric (Line, Ellipsis, Rectangle), Picture * Report elements: Text, Geometric (Line, Ellipsis, Rectangle), Picture
* Horizontal elements groups * Horizontal elements groups
* HTML to format input fields * HTML to format input fields
* Scripts to format output data * Scripts to format output data
* An Automatic band height adjustment * An Automatic band height adjustment
* A Smart band split moving data to the next page * A Smart band split moving data to the next page
* PDF output * PDF output
## How to use it ## How to use it
@ -43,29 +43,29 @@ For more samples see a demo
## Change log ## Change log
### 1.4.7 ### 1.4.7
1. Multipage 1. Multipage
2. Dialogs 2. Dialogs
3. Render events 3. Render events
4. Initscript 4. Initscript
5. Memory usage has been reduced 5. Memory usage has been reduced
6. Datasource manager has been refactored 6. Datasource manager has been refactored
7. Report items context menus have been added 7. Report items context menus have been added
8. Editable report 8. Editable report
And many others minor fixes and improvements And many others minor fixes and improvements
### 1.3.11 ### 1.3.11
1. LimeReport project structure has been changed 1. LimeReport project structure has been changed
2. Preview widget has been added 2. Preview widget has been added
3. New demo has been added 3. New demo has been added
4. Landscape page orientation has been fixed 4. Landscape page orientation has been fixed
5. Other minor bugs has been fixed 5. Other minor bugs has been fixed
### 1.3.10 ### 1.3.10
1. Memory leak has been fixed 1. Memory leak has been fixed
2. Grid & Settings have been added 2. Grid & Settings have been added
3. Recent files menu has been added 3. Recent files menu has been added
4. Magnet feature has been added 4. Magnet feature has been added
5. Added ability to use variables in the connection settings 5. Added ability to use variables in the connection settings
### 1.3.9 ### 1.3.9
New functions: New functions:
@ -77,8 +77,8 @@ New functions:
``` ```
added to LimeReport::ReportEngine added to LimeReport::ReportEngine
1. printOnEach page and columns have been added to DataHeader band 1. printOnEach page and columns have been added to DataHeader band
2. startNewPage added to DataBand 2. startNewPage added to DataBand
Performance has been improved Performance has been improved
@ -88,24 +88,24 @@ To enable HTML support you need to use the property allowHTML
### 1.3.1 ### 1.3.1
Added: Added:
1. Columns 1. Columns
Some bands can be divided into columns Some bands can be divided into columns
2. Items align 2. Items align
Report items now may be aligned to the left,right or center of container Report items now may be aligned to the left,right or center of container
also it can be stretched to the whole width of container also it can be stretched to the whole width of container
3. Group can start new page 3. Group can start new page
4. Group can reset page number; 4. Group can reset page number;
5. Table mode added to horizontal layout 5. Table mode added to horizontal layout
This mode allows you to distribute the internal layout's space among grouped items This mode allows you to distribute the internal layout's space among grouped items
Fixed: Fixed:
1. Postgresql connection 1. Postgresql connection
2. The error that prevented normal run of more than one instance of LimeReport::ReportEngine 2. The error that prevented normal run of more than one instance of LimeReport::ReportEngine
### 1.2.1 ### 1.2.1
1. Added buttons to open / hide sidebars; 1. Added buttons to open / hide sidebars;
2. Improved look-and-feel of report elements to clarify designing process; 2. Improved look-and-feel of report elements to clarify designing process;
3. Printing to PDF added. 3. Printing to PDF added.
4. Fixed bug in SQL-editor when it used variables in SQL expression; 4. Fixed bug in SQL-editor when it used variables in SQL expression;
5. Fixed bug of variable's initialization if it exists more than once in SQL expression; 5. Fixed bug of variable's initialization if it exists more than once in SQL expression;
6. .. and other minor bugs fixed. 6. .. and other minor bugs fixed.