...
Go to Admin > Templates > Manual Templates.
Duplicate the relevant template, give it a unique name, and save changes.
Info |
---|
See https://solarplus.atlassian.net/wiki/spaces/V5HC/pages/2310079081/Customising+a+Proposal+Performance+Report#Advanced-Customisations for more information on customising PDFs in SolasPlus |
Custom cover image for your User Manual
You can upload a custom image in the Branding section of Business Settings.
Alternatively, you can use the Site Image as the cover image.
...
Duplicate a handover template
Type Ctrl F and search for your title, in this case "Solar PV Power System"
Edit the html as below
Comment the current and insert the site_image
Code Block |
---|
<div class="coverimage">[[site_image]]</div>
<!--
<img class="coverimage" src="[[performance_cover_url]]" alt="coverimg" />
--> |