| 126 | The outputs are: |
| 127 | |
| 128 | || report.pdf || The report generated from the HTML as a PDF file (using wkhtmltopdf). This is the version to put in admin and deliveries || |
| 129 | || index.html || The report as an HTML file. This version should go in processing/kml_overviews/logsheet || |
| 130 | || rendered_template.json || The JSON file that the report is generated from. This can be edited with a text editor to easily amend or add details. Needs to be understandable by the report_generator. Some hints ... to move a table to a new page in the PDF add the "paging": "new-page" into the JSON for that csv table section. Likewise, remove it to follow the previous section without a page break. || |
| 131 | || *.csv || The CSV files that contain the information for the various tables. These can easily be edited with libreoffice or a text editor. || |
| 132 | || *dict || A pickled dict that contains project information to go into the render_json_logsheet.py || |
| 133 | |