svn commit: r1842780 - in /ofbiz/ofbiz-plugins/trunk/birt/documents: Creating reports.md How to use flexible reports.md Report master creation.md Using the Birt Report Designer.md

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1842780 - in /ofbiz/ofbiz-plugins/trunk/birt/documents: Creating reports.md How to use flexible reports.md Report master creation.md Using the Birt Report Designer.md

jleroux@apache.org
Author: jleroux
Date: Thu Oct  4 07:42:50 2018
New Revision: 1842780

URL: http://svn.apache.org/viewvc?rev=1842780&view=rev
Log:
Documented: Complete Birt Flexible Reports documentation
(OFBIZ-9188)

Add a note:
this feature will be officially available with the R17.12 branch first release

Modified:
    ofbiz/ofbiz-plugins/trunk/birt/documents/Creating reports.md
    ofbiz/ofbiz-plugins/trunk/birt/documents/How to use flexible reports.md
    ofbiz/ofbiz-plugins/trunk/birt/documents/Report master creation.md
    ofbiz/ofbiz-plugins/trunk/birt/documents/Using the Birt Report Designer.md

Modified: ofbiz/ofbiz-plugins/trunk/birt/documents/Creating reports.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/documents/Creating%20reports.md?rev=1842780&r1=1842779&r2=1842780&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/documents/Creating reports.md (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/documents/Creating reports.md Thu Oct  4 07:42:50 2018
@@ -1,6 +1,8 @@
 # Report creation - Admin/Super-User #
 
 ## Introduction ##
+>Note: this feature will be officially available with the R17.12 branch first release
+
 A flexible report is an OFBiz content of FLEXIBLE\_REPORT type that allows a final user to make use of the reporting module to obtain flexible reports, ie reports which are created from an entity or view definition and even from a service. A flexible report is created from a Report Master (content REPORT_MASTER), and an optional XML override of the parent form.
 
 ## Pre-requisite ##

Modified: ofbiz/ofbiz-plugins/trunk/birt/documents/How to use flexible reports.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/documents/How%20to%20use%20flexible%20reports.md?rev=1842780&r1=1842779&r2=1842780&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/documents/How to use flexible reports.md (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/documents/How to use flexible reports.md Thu Oct  4 07:42:50 2018
@@ -1,5 +1,7 @@
 # Using a flexible report - User #
 ## Introduction ##
+>Note: this feature will be officially available with the R17.12 branch first release
+
 A flexible report is an OFBiz content of FLEXIBLE_REPORT type which allows the final user to obtain reports using the Birt reporting module. It will be produced at a specific time of your choosing, with your chosen output format, filtering the data with a few parameters defined during report design creation.
 
 ## Pre-requisite ##

Modified: ofbiz/ofbiz-plugins/trunk/birt/documents/Report master creation.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/documents/Report%20master%20creation.md?rev=1842780&r1=1842779&r2=1842780&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/documents/Report master creation.md (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/documents/Report master creation.md Thu Oct  4 07:42:50 2018
@@ -1,6 +1,8 @@
 # Report master creation #
 
 ## Introduction ##
+>Note: this feature will be officially available with the R17.12 branch first release
+
 A report master is an OFBiz content which allows a user to generate data reports. It defines data connexion, and a general filtering form for data. It can be based on an entity, a dedicated service, or in a wider sense on any shape a data connexion can take and return back a map.
 
 ## Pre-requisite ##

Modified: ofbiz/ofbiz-plugins/trunk/birt/documents/Using the Birt Report Designer.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/documents/Using%20the%20Birt%20Report%20Designer.md?rev=1842780&r1=1842779&r2=1842780&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/documents/Using the Birt Report Designer.md (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/documents/Using the Birt Report Designer.md Thu Oct  4 07:42:50 2018
@@ -1,5 +1,7 @@
 # Using the Birt Report Designer - Admin/Super-User #
 ## Introduction ##
+>Note: this feature will be officially available with the R17.12 branch first release
+
 The creation of a flexible report goes through a design step of the initial flexible report output under the Birt Report Designer.
 
 This document describes the simplest designs to connect to the data. It is not exhaustive, and simply attempts to cover basic needs. You will find much more documentation online. In our approach, the connection to the data is generated automatically by OFBiz, only the design part of the report will be discussed.