Changes

Jump to navigation Jump to search

Customise Invoice Template

236 bytes removed, 13:10, 9 September 2020
no edit summary
[[Category:How to]]
[[Category:Invoice]]
<div class="heading">Customise the invoice template</div> ''This page explains how to customise the invoice template''
In {{#fas:cog}} (SETTINGS -> ) GUEST MANAGEMENT -> INVOICE you can customise the invoice template.
<embedvideo service="youtube">https://www.youtube.com/watch?v=WLnWFq_Ch9I</embedvideo>
'''Step 2 - Open the Editor in {{#fas:cog}} (SETTINGS -> ) GUEST MANAGEMENT -> BOOKING TEMPLATE'''
[[File:Invoice_3.png]]
'''Step 3 - Enter your image URL'''
A click on the "image icon opens a window. Paste in the image url of your logo. If you dont want to use a logo delete <nowiki><div style="text-align:center;"><img src="https://www.beds24.com/pic/p0000/2035/02.jpg" /></div></nowiki> and enter your property name.
[[File:Invoice_4.png]]
To use copy, go to {{#fas:cog}} (SETTINGS -> ) GUEST MANAGEMENT -> INVOICE click on "EDIT". In the editor click on "Source Code". Paste the code in. To use your image exchange <nowiki>"https://www.beds24.com/pic/p0000/2035/02.jpg"</nowiki> to your logo url.
<pre>
<div style="text-align:center;"><img src="https://www.beds24.com/pic/p0000/2035/02.jpg" /></div>
<div>
<br />
</pre>
 
 
== Add a footer to every page ==
Click on "Edit" then in the editor on "Source". Past
 
<div style="height: 10px">&nbsp;</div>
<footer class="onlyprint" style="position: fixed;bottom: 0; ">Your footer text</footer>
 
to the bottom of the document. Replace "Your footer text" with the text you want to display.

Navigation menu