Skip to content

Run PDF report from the bash script

Federico Rojas requested to merge 9-import-report-to-pdf into master

Describe the way to test your code:

  1. Set REPORT_PDF=0 in config file
  2. create a report
  3. check that pdf is not created
  4. Install the required library >>pip install fpdf2
  5. Set REPORT_PDF=1 in config file
  6. create a report
  7. check that pdf is automatically created

Closes #9

Merge request reports