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.

119 lines
4.6 KiB

  1. ============
  2. Report Async
  3. ============
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github
  15. :target: https://github.com/OCA/reporting-engine/tree/12.0/report_async
  16. :alt: OCA/reporting-engine
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_async
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/143/12.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. The new menu "Report Center" is the central place to host your reports in one place.
  25. From here, there are 2 ways to launch the report,
  26. 1. Run Now - run report immediately as per normal.
  27. 2. Run Background - put the report execution to queue job.
  28. By using the queue job, option 2 is great for long running report.
  29. The report file will be saved for later use, with the option to send report
  30. by email as soon as it is ready.
  31. Notes:
  32. * Only user with Technical Feature rights can manage the report.
  33. * Every internal user will have right to execute the report allowed for his/her groups.
  34. * The files created are owned and viewable only by the person who run the report.
  35. * Job queue manager can also see all jobs for each reports.
  36. **Table of contents**
  37. .. contents::
  38. :local:
  39. Usage
  40. =====
  41. Menu: Dashboard > Report Center
  42. As Technical Feature users, you can manage reports for Report Center.
  43. - **Report:** choose the report (a window action). Although the option show all window actions
  44. it only make sense for window actions that launch reports.
  45. - **Allow Async:** check this, if you want the report to run in background too, suitable for
  46. report that return file as result, i.e., pdf/xlsx/csv/txt.
  47. - **Email Notification:** if checked, once the background process is completed, email with link to download
  48. report will be sent.
  49. - **Groups:** select user groups allowed to use this report. If left blank, all user can use.
  50. As normal user, you can run your reports from Report Center
  51. - **Run Now button:** to run report immediately as per normal.
  52. - **Run Background button:** to run report asynchronously. Fall back to run now, if not report that produce file.
  53. - **Job Status:** show status of the latest run job. If job fail, exception error will also shown
  54. - **Files:** show all files being produced by the job as run by the user.
  55. - **Jobs:** show all jobs triggered by this report as run by the user. Only job queue manager have access to this button.
  56. Bug Tracker
  57. ===========
  58. Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_.
  59. In case of trouble, please check there if your issue has already been reported.
  60. If you spotted it first, help us smashing it by providing a detailed and welcomed
  61. `feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_async%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  62. Do not contact contributors directly about support or help with technical issues.
  63. Credits
  64. =======
  65. Authors
  66. ~~~~~~~
  67. * Ecosoft
  68. Contributors
  69. ~~~~~~~~~~~~
  70. * Kitti U. <kittiu@ecosoft.co.th>
  71. Maintainers
  72. ~~~~~~~~~~~
  73. This module is maintained by the OCA.
  74. .. image:: https://odoo-community.org/logo.png
  75. :alt: Odoo Community Association
  76. :target: https://odoo-community.org
  77. OCA, or the Odoo Community Association, is a nonprofit organization whose
  78. mission is to support the collaborative development of Odoo features and
  79. promote its widespread use.
  80. .. |maintainer-kittiu| image:: https://github.com/kittiu.png?size=40px
  81. :target: https://github.com/kittiu
  82. :alt: kittiu
  83. Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
  84. |maintainer-kittiu|
  85. This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/12.0/report_async>`_ project on GitHub.
  86. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.