bi_sql_editor 12.0.1.2.0
bi_sql_editor 12.0.1.1.0 [UPD] README.rst [UPD] README.rstpull/557/head
parent
738c6f632c
commit
47f8ccb23d
|
@ -77,7 +77,6 @@ Installation
|
||||||
* You must put this module as `server_wide_modules` in your odoo configuration file
|
* You must put this module as `server_wide_modules` in your odoo configuration file
|
||||||
or add '--load=bi_sql_editor' if you start odoo in command line.
|
or add '--load=bi_sql_editor' if you start odoo in command line.
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
@ -87,12 +86,12 @@ To configure this module, you need to:
|
||||||
|
|
||||||
* tip your SQL request
|
* tip your SQL request
|
||||||
|
|
||||||
.. figure:: /bi_sql_editor/static/description/01_sql_request.png
|
.. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/01_sql_request.png
|
||||||
:width: 800 px
|
:width: 800 px
|
||||||
|
|
||||||
* Select the group(s) that could have access to the view
|
* Select the group(s) that could have access to the view
|
||||||
|
|
||||||
.. figure:: /bi_sql_editor/static/description/02_security_access.png
|
.. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/02_security_access.png
|
||||||
:width: 800 px
|
:width: 800 px
|
||||||
|
|
||||||
* Click on the button 'Clean and Check Request'
|
* Click on the button 'Clean and Check Request'
|
||||||
|
@ -102,7 +101,7 @@ To configure this module, you need to:
|
||||||
and set if it will be displayed on the pivot graph as a column, a row or a
|
and set if it will be displayed on the pivot graph as a column, a row or a
|
||||||
measure.
|
measure.
|
||||||
|
|
||||||
.. figure:: /bi_sql_editor/static/description/03_field_mapping.png
|
.. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/03_field_mapping.png
|
||||||
:width: 800 px
|
:width: 800 px
|
||||||
|
|
||||||
* Click on the button 'Create SQL View, Indexes and Models'. (this step could
|
* Click on the button 'Create SQL View, Indexes and Models'. (this step could
|
||||||
|
@ -114,7 +113,7 @@ To configure this module, you need to:
|
||||||
the view. You can so define the frequency of the refresh.
|
the view. You can so define the frequency of the refresh.
|
||||||
* the size of view (and the indexes is displayed)
|
* the size of view (and the indexes is displayed)
|
||||||
|
|
||||||
.. figure:: /bi_sql_editor/static/description/04_materialized_view_setting.png
|
.. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/04_materialized_view_setting.png
|
||||||
:width: 800 px
|
:width: 800 px
|
||||||
|
|
||||||
* Finally, click on 'Create UI', to create new menu, action, graph view and
|
* Finally, click on 'Create UI', to create new menu, action, graph view and
|
||||||
|
@ -129,12 +128,12 @@ To use this module, you need to:
|
||||||
|
|
||||||
#. Select the desired report
|
#. Select the desired report
|
||||||
|
|
||||||
.. figure:: /bi_sql_editor/static/description/05_reporting_pivot.png
|
.. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pivot.png
|
||||||
:width: 800 px
|
:width: 800 px
|
||||||
|
|
||||||
* You can switch to 'Pie' chart or 'Line Chart' as any report,
|
* You can switch to 'Pie' chart or 'Line Chart' as any report,
|
||||||
|
|
||||||
.. figure:: /bi_sql_editor/static/description/05_reporting_pie.png
|
.. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pie.png
|
||||||
:width: 800 px
|
:width: 800 px
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{
|
{
|
||||||
'name': 'BI SQL Editor',
|
'name': 'BI SQL Editor',
|
||||||
'summary': 'BI Views builder, based on Materialized or Normal SQL Views',
|
'summary': 'BI Views builder, based on Materialized or Normal SQL Views',
|
||||||
'version': '12.0.1.0.0',
|
'version': '12.0.1.2.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Reporting',
|
'category': 'Reporting',
|
||||||
'author': 'GRAP,Odoo Community Association (OCA)',
|
'author': 'GRAP,Odoo Community Association (OCA)',
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
|
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||||
<title>BI SQL Editor</title>
|
<title>BI SQL Editor</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
/*
|
/*
|
||||||
:Author: David Goodger (goodger@python.org)
|
:Author: David Goodger (goodger@python.org)
|
||||||
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
|
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
|
||||||
:Copyright: This stylesheet has been placed in the public domain.
|
:Copyright: This stylesheet has been placed in the public domain.
|
||||||
|
|
||||||
Default cascading style sheet for the HTML output of Docutils.
|
Default cascading style sheet for the HTML output of Docutils.
|
||||||
|
@ -37,6 +37,14 @@ table.borderless td, table.borderless th {
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none }
|
display: none }
|
||||||
|
|
||||||
|
.subscript {
|
||||||
|
vertical-align: sub;
|
||||||
|
font-size: smaller }
|
||||||
|
|
||||||
|
.superscript {
|
||||||
|
vertical-align: super;
|
||||||
|
font-size: smaller }
|
||||||
|
|
||||||
a.toc-backref {
|
a.toc-backref {
|
||||||
text-decoration: none ;
|
text-decoration: none ;
|
||||||
color: black }
|
color: black }
|
||||||
|
@ -161,12 +169,12 @@ h2.subtitle {
|
||||||
hr.docutils {
|
hr.docutils {
|
||||||
width: 75% }
|
width: 75% }
|
||||||
|
|
||||||
img.align-left, .figure.align-left, object.align-left {
|
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||||
clear: left ;
|
clear: left ;
|
||||||
float: left ;
|
float: left ;
|
||||||
margin-right: 1em }
|
margin-right: 1em }
|
||||||
|
|
||||||
img.align-right, .figure.align-right, object.align-right {
|
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||||
clear: right ;
|
clear: right ;
|
||||||
float: right ;
|
float: right ;
|
||||||
margin-left: 1em }
|
margin-left: 1em }
|
||||||
|
@ -177,6 +185,11 @@ img.align-center, .figure.align-center, object.align-center {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.align-center {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.align-left {
|
.align-left {
|
||||||
text-align: left }
|
text-align: left }
|
||||||
|
|
||||||
|
@ -194,6 +207,15 @@ div.align-right {
|
||||||
/* div.align-center * { */
|
/* div.align-center * { */
|
||||||
/* text-align: left } */
|
/* text-align: left } */
|
||||||
|
|
||||||
|
.align-top {
|
||||||
|
vertical-align: top }
|
||||||
|
|
||||||
|
.align-middle {
|
||||||
|
vertical-align: middle }
|
||||||
|
|
||||||
|
.align-bottom {
|
||||||
|
vertical-align: bottom }
|
||||||
|
|
||||||
ol.simple, ul.simple {
|
ol.simple, ul.simple {
|
||||||
margin-bottom: 1em }
|
margin-bottom: 1em }
|
||||||
|
|
||||||
|
@ -408,12 +430,12 @@ or add ‘–load=bi_sql_editor’ if you start odoo in command line.</li>
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">tip your SQL request</p>
|
<li><p class="first">tip your SQL request</p>
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img alt="/bi_sql_editor/static/description/01_sql_request.png" src="/bi_sql_editor/static/description/01_sql_request.png" style="width: 800px;" />
|
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/01_sql_request.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/01_sql_request.png" style="width: 800px;" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Select the group(s) that could have access to the view</p>
|
<li><p class="first">Select the group(s) that could have access to the view</p>
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img alt="/bi_sql_editor/static/description/02_security_access.png" src="/bi_sql_editor/static/description/02_security_access.png" style="width: 800px;" />
|
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/02_security_access.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/02_security_access.png" style="width: 800px;" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Click on the button ‘Clean and Check Request’</p>
|
<li><p class="first">Click on the button ‘Clean and Check Request’</p>
|
||||||
|
@ -423,7 +445,7 @@ and propose field mapping. For each field, you can decide to create an index
|
||||||
and set if it will be displayed on the pivot graph as a column, a row or a
|
and set if it will be displayed on the pivot graph as a column, a row or a
|
||||||
measure.</p>
|
measure.</p>
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img alt="/bi_sql_editor/static/description/03_field_mapping.png" src="/bi_sql_editor/static/description/03_field_mapping.png" style="width: 800px;" />
|
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/03_field_mapping.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/03_field_mapping.png" style="width: 800px;" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Click on the button ‘Create SQL View, Indexes and Models’. (this step could
|
<li><p class="first">Click on the button ‘Create SQL View, Indexes and Models’. (this step could
|
||||||
|
@ -438,7 +460,7 @@ the view. You can so define the frequency of the refresh.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img alt="/bi_sql_editor/static/description/04_materialized_view_setting.png" src="/bi_sql_editor/static/description/04_materialized_view_setting.png" style="width: 800px;" />
|
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/04_materialized_view_setting.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/04_materialized_view_setting.png" style="width: 800px;" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Finally, click on ‘Create UI’, to create new menu, action, graph view and
|
<li><p class="first">Finally, click on ‘Create UI’, to create new menu, action, graph view and
|
||||||
|
@ -455,13 +477,13 @@ search view.</p>
|
||||||
</ol>
|
</ol>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img alt="/bi_sql_editor/static/description/05_reporting_pivot.png" src="/bi_sql_editor/static/description/05_reporting_pivot.png" style="width: 800px;" />
|
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pivot.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pivot.png" style="width: 800px;" />
|
||||||
</div>
|
</div>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p class="first">You can switch to ‘Pie’ chart or ‘Line Chart’ as any report,</p>
|
<li><p class="first">You can switch to ‘Pie’ chart or ‘Line Chart’ as any report,</p>
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<img alt="/bi_sql_editor/static/description/05_reporting_pie.png" src="/bi_sql_editor/static/description/05_reporting_pie.png" style="width: 800px;" />
|
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pie.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pie.png" style="width: 800px;" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -484,12 +506,11 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="contributors">
|
<div class="section" id="contributors">
|
||||||
<h3><a class="toc-backref" href="#id7">Contributors</a></h3>
|
<h3><a class="toc-backref" href="#id7">Contributors</a></h3>
|
||||||
<ul>
|
<ul class="simple">
|
||||||
<li><p class="first">Sylvain LE GAL (<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>)</p>
|
<li>Sylvain LE GAL (<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>)</li>
|
||||||
</li>
|
|
||||||
<li><dl class="first docutils">
|
<li><dl class="first docutils">
|
||||||
<dt>This module is highly inspired by the work of</dt>
|
<dt>This module is highly inspired by the work of</dt>
|
||||||
<dd><ul class="first last simple">
|
<dd><ul class="first last">
|
||||||
<li>Onestein: (<a class="reference external" href="http://www.onestein.nl/">http://www.onestein.nl/</a>)
|
<li>Onestein: (<a class="reference external" href="http://www.onestein.nl/">http://www.onestein.nl/</a>)
|
||||||
Module: OCA/server-tools/bi_view_editor.
|
Module: OCA/server-tools/bi_view_editor.
|
||||||
Link: <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/9.0/bi_view_editor">https://github.com/OCA/reporting-engine/tree/9.0/bi_view_editor</a></li>
|
Link: <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/9.0/bi_view_editor">https://github.com/OCA/reporting-engine/tree/9.0/bi_view_editor</a></li>
|
||||||
|
|
Loading…
Reference in New Issue