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.

19 lines
1.1 KiB

  1. Menu: Dashboard > Report Center
  2. As Technical Feature users, you can manage reports for Report Center.
  3. - **Report:** choose the report (a window action). Although the option show all window actions
  4. it only make sense for window actions that launch reports.
  5. - **Allow Async:** check this, if you want the report to run in background too, suitable for
  6. report that return file as result, i.e., pdf/xlsx/csv/txt.
  7. - **Email Notification:** if checked, once the background process is completed, email with link to download
  8. report will be sent.
  9. - **Groups:** select user groups allowed to use this report. If left blank, all user can use.
  10. As normal user, you can run your reports from Report Center
  11. - **Run Now button:** to run report immediately as per normal.
  12. - **Run Background button:** to run report asynchronously. Fall back to run now, if not report that produce file.
  13. - **Job Status:** show status of the latest run job. If job fail, exception error will also shown
  14. - **Files:** show all files being produced by the job as run by the user.
  15. - **Jobs:** show all jobs triggered by this report as run by the user. Only job queue manager have access to this button.