svn commit: r1846565 - /ofbiz/tools/updateWiki.bat

2018-11-13 Thread jleroux
Author: jleroux
Date: Wed Nov 14 06:19:19 2018
New Revision: 1846565

URL: http://svn.apache.org/viewvc?rev=1846565=rev
Log:
Improved: Convert Birt component doc from Markdown to AsciiDoc 
(OFBIZ-10647)

The "Birt Flexible Reports" wiki page will be removed, in favor of internal
documentation in AsciiDoc.
So this removes related entries in updateWiki.bat

Modified:
ofbiz/tools/updateWiki.bat

Modified: ofbiz/tools/updateWiki.bat
URL: 
http://svn.apache.org/viewvc/ofbiz/tools/updateWiki.bat?rev=1846565=1846564=1846565=diff
==
--- ofbiz/tools/updateWiki.bat (original)
+++ ofbiz/tools/updateWiki.bat Wed Nov 14 06:19:19 2018
@@ -4,12 +4,6 @@ pandoc applications/datamodel/DATAMODEL_
 
 pandoc themes/README.md -s -o tools/wiki-files/themes/README.md.html
 
-call asciidoctor README.adoc -o tools/wiki-files/README.html
-call asciidoctor "plugins/birt/documents/Creating reports.adoc" -o 
"tools/wiki-files/birt/Creating reports.html"
-call asciidoctor "plugins/birt/documents/Using the Birt Report Designer.adoc" 
-o "tools/wiki-files/birt/Using the Birt Report Designer.html"
-call asciidoctor "plugins/birt/documents/How to use flexible reports.adoc" -o 
"tools/wiki-files/birt/How to use flexible reports.html"
-call asciidoctor "plugins/birt/documents/Report master creation.adoc" -o 
"tools/wiki-files/birt/Report master creation.html"
-
 pandoc tools/demo-backup/README.md -s -o tools/wiki-files/demos/README.md.html
 pandoc tools/documentation/BuildBot/BuildBot.md -s -o 
tools/wiki-files/BuildBot/BuildBot.md.html
 




buildbot success in on ofbizTrunkFrameworkPlugins

2018-11-13 Thread buildbot
The Buildbot has detected a restored build on builder 
ofbizTrunkFrameworkPlugins while building . Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/514

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: silvanus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'onTrunkPluginsCommit' 
triggered this build
Build Source Stamp: [branch ofbiz/ofbiz-plugins/trunk] 1846531
Blamelist: jleroux

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1846531 - in /ofbiz/ofbiz-plugins/trunk/birt: documents/ src/docs/ src/docs/asciidoc/ src/docs/asciidoc/_include/ src/docs/asciidoc/images/

2018-11-13 Thread jleroux
Author: jleroux
Date: Tue Nov 13 19:20:19 2018
New Revision: 1846531

URL: http://svn.apache.org/viewvc?rev=1846531=rev
Log:
Improved: Convert Birt component doc from Markdown to AsciiDoc 
(OFBIZ-10647)

Following [this thread|https://markmail.org/message/nujdq5rmegcg3p4z], convert 
Birt component doc from Markdown to AsciiDoc.

While doing so move images from 
[wiki|https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports] 
to source and update 
the [blog|https://blogs.apache.org/ofbiz/entry/the-birt-flexible-reports-a]

 

Added:
ofbiz/ofbiz-plugins/trunk/birt/src/docs/
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-creating 
reports.adoc   (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-how to use 
flexible reports.adoc   (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-report master 
creation.adoc   (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-using the birt 
report designer.adoc   (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/birt.adoc   (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/

ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Aggregation-builder.png 
  (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Birt-Menus.png   
(with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Data-Explorer.png   
(with props)

ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Design-with-break-complete.png
   (with props)

ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Design-with-break.png   
(with props)

ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Edit-Report-screen.png  
 (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Example-Report.png  
 (with props)

ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Expression-builder.png  
 (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Group.png   (with 
props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Palette.png   (with 
props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Report-Builder.png  
 (with props)
ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/images/Report-Master.png   
(with props)
Removed:
ofbiz/ofbiz-plugins/trunk/birt/documents/Creating reports.adoc
ofbiz/ofbiz-plugins/trunk/birt/documents/How to use flexible reports.adoc
ofbiz/ofbiz-plugins/trunk/birt/documents/Report master creation.adoc
ofbiz/ofbiz-plugins/trunk/birt/documents/Using the Birt Report Designer.adoc

Added: ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-creating 
reports.adoc
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-creating%20reports.adoc?rev=1846531=auto
==
--- ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-creating 
reports.adoc (added)
+++ ofbiz/ofbiz-plugins/trunk/birt/src/docs/asciidoc/_include/bt-creating 
reports.adoc Tue Nov 13 19:20:19 2018
@@ -0,0 +1,60 @@
+=== Report creation
+
+ Introduction
+NOTE: This feature will begin to 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
+
+* OFBiz framework
+* The Birt plugin
+* The BIRT Report Designer: <>
+
+ Report creation
+
+. Get to Birt component in OFBiz image:Birt-Menus.png[Birt menus]
+
+. Click on the "Flexible Report" menu (varies depending on themes)
+. Click on the "Generate report" button, you get to this screen:
+. Fill the form: image:Example-Report.png[Example Report]
+
+ ** The list "Choose report topic" will let you choose among predefined report 
masters your topic of interest.
+ ** The report name is a simple short name from which the file name will be 
generated.
+ ** The description is a short description which will allow you to recognise 
the report and its topic.
+ ** The box "Generate filters in design" will add in the design the 
visualisation of the filters filled in the filtering form.
+
+Finally, if you don't find what you want, you will need to create a new Report 
Master...
+
+Once the form is validated, OFBiz will show you the "Edit Report" screen.
+
+image::Edit-Report-screen.png[Edit Report screen]
+
+ Report information
+
+This first panel allows you to change the report description and status. 
Actually it does not make sense changing the status