Question
Please tell me how to add an image to a print template? For example, a company logo? It can be done through the HTML template, but is there a way to use an image directly from TOTUM?
Answer
Upload the file through the field, check the link address, and place it in the print form code:
<div class="bill">
<div class="caution" style="padding-top:45px">
<img style="justify-self: center;" src="https://erptotum.com/fls/Logo/LogoSVG.svg">
</div>
</div>