Customise Invoice Template: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:How to Category:Bookings ===Customise Invoice=== In SETTINGS -> GUEST MANAGENMENT -> INVOICING you can customise the invoice template. File:Invoice_1.png..." |
No edit summary |
||
| Line 27: | Line 27: | ||
[[File:Invoice_11.png]] | [[File:Invoice_11.png]] | ||
<pre> | |||
<div style="text-align:center;"><img src="https://www.beds24.com/pic/p0000/2035/02.jpg" style="width: 150px; height: 53px;" /></div> | |||
<div> | |||
<br /> | |||
<br /> | |||
<br /> | |||
| |||
<h3>Invoice Nr. [REFERENCE]</h3> | |||
<table border="0" cellpadding="1" cellspacing="1" style="width: 500px;"> | |||
<tbody> | |||
<tr> | |||
<td>Name</td> | |||
<td>[GUESTFULLNAME]</td> | |||
</tr> | |||
<tr> | |||
<td>Date</td> | |||
<td>[CURRENTDATE]</td> | |||
</tr> | |||
<tr> | |||
<td>Roomnumber</td> | |||
<td>[REFERRER]</td> | |||
</tr> | |||
<tr> | |||
<td>Booking Reference</td> | |||
<td>[REFERENCENUMBER]</td> | |||
</tr> | |||
<tr> | |||
<td>Check-in</td> | |||
<td>[FIRSTNIGHT]</td> | |||
</tr> | |||
<tr> | |||
<td>Check-out</td> | |||
<td>[LEAVINGDAY]</td> | |||
</tr> | |||
<tr> | |||
<td>Number of Nights</td> | |||
<td>[NUMNIGHT]</td> | |||
</tr> | |||
<tr> | |||
<td>Room</td> | |||
<td>[ROOMNAME]</td> | |||
</tr> | |||
<tr> | |||
<td>Price</td> | |||
<td>[PRICE]</td> | |||
</tr> | |||
</tbody> | |||
</table> | |||
<br /> | |||
<br /> | |||
[INVOICETABLE] | |||
<br /> | |||
<br /> | |||
<strong>Balance due: </strong>[FIRSTNIGHT:+30days] | |||
</div> | |||
</pre> | |||