Customise Invoice Template: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:How to]]
[[Category:How to]]
[[Category:Invoice]]
[[Category:Invoice]]
  ''This page explains how to customise the invoice template''
<div class="heading">Customise the invoice template</div>
  This page explains how to customise the invoice template


In SETTINGS -> GUEST MANAGEMENT -> INVOICE you can 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>
<embedvideo service="youtube">https://www.youtube.com/watch?v=WLnWFq_Ch9I</embedvideo>
Line 14: Line 15:
[[Media:Custom_Invoice.pdf|Download the tutorial]] or follow these step by step instructions:
[[Media:Custom_Invoice.pdf|Download the tutorial]] or follow these step by step instructions:


'''Step 1 - Upload your logo in SETTINGS - > BOOKING PAGE PICTURES'''
'''Step 1 - Upload your logo in SETTINGS - > BOOKING ENGINE PICTURES'''
   
   
Upload the picture and copy the copy picture url
Upload the picture and copy the copy picture url
Line 22: Line 23:




'''Step 2 -  Open the Editor in SETTINGS -> GUEST MANAGEMENT -> BOOKING TEMPLATE'''
'''Step 2 -  Open the Editor in {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT > BOOKING TEMPLATE'''


[[File:Invoice_3.png]]
[[File:Invoice_3.png]]
Line 29: Line 30:
'''Step 3 - Enter your image URL'''
'''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.
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://beds24.com/pic/p0000/2035/02.jpg" /></div></nowiki> and enter your property name.


[[File:Invoice_4.png]]
[[File:Invoice_4.png]]
Line 93: Line 94:




To use copy, go to SETTINGS -> GUEST MANAGEMENT -> INVOICE click on "EDIT". I 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.  
To use copy, go to {{#fas:cog}} (SETTINGSGUEST MANAGEMENT > INVOICE click on "EDIT". In the editor click on "Source Code". Paste the code in. To use your image exchange <nowiki>"https://beds24.com/pic/p0000/2035/02.jpg"</nowiki> to your logo url.  
<pre>
<pre>
  <div style="text-align:center;"><img src="https://www.beds24.com/pic/p0000/2035/02.jpg" /></div>
  <div style="text-align:center;"><img src="https://beds24.com/pic/p0000/2035/02.jpg" /></div>
  <div>
  <div>
  <br />
  <br />
Line 101: Line 102:
  <br />
  <br />
  &nbsp;
  &nbsp;
  <h3>Invoice Nr. [REFERENCE]</h3>
  <h3>Invoice Nr. [INVOICENUMBER]</h3>


  <table border="0" cellpadding="1" cellspacing="1" style="width: 500px;">
  <table border="0" cellpadding="1" cellspacing="1" style="width: 500px;">
Line 111: Line 112:
<tr>
<tr>
<td>Date</td>
<td>Date</td>
<td>[CURRENTDATE]</td>
<td>[INVOICEDATE]</td>
</tr>
</tr>
<tr>
<tr>