A report is a filtered list of tasks that can be generated, printed, and sent to your client.
You can choose to add
You can generate a report by going to any project and clicking on Generate Report
.
Reports a module-based system, allowing you to create as many report templates as you’d like.
Create a PHP template file and save it into the templates/report
directory. Ideally, use snake_case.php
to name your file.
You can use the default template as the basis of your custom templates.
Please see the “Objects” article for information on what variables are available on report templates.