OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

  1. To configure this module, you need to:
  2. * Go to Settings / Technical / Database Structure / SQL Views
  3. * tip your SQL request
  4. .. figure:: ../static/description/01_sql_request.png
  5. :width: 800 px
  6. * Select the group(s) that could have access to the view
  7. .. figure:: ../static/description/02_security_access.png
  8. :width: 800 px
  9. * Click on the button 'Clean and Check Request'
  10. * Once the sql request checked, the module analyses the column of the view,
  11. and propose field mapping. For each field, you can decide to create an index
  12. and set if it will be displayed on the pivot graph as a column, a row or a
  13. measure.
  14. .. figure:: ../static/description/03_field_mapping.png
  15. :width: 800 px
  16. * Click on the button 'Create SQL View, Indexes and Models'. (this step could
  17. take a while, if view is materialized)
  18. * If it's a MATERIALIZED view:
  19. * a cron task is created to refresh
  20. the view. You can so define the frequency of the refresh.
  21. * the size of view (and the indexes is displayed)
  22. .. figure:: ../static/description/04_materialized_view_setting.png
  23. :width: 800 px
  24. * Finally, click on 'Create UI', to create new menu, action, graph view and
  25. search view.