Customise Invoice Template

From Beds24 Wiki
Revision as of 12:01, 4 November 2013 by Annette (talk | contribs)
Jump to navigation Jump to search

Customise Invoice

In SETTINGS -> GUEST MANAGENMENT -> INVOICING you can customise the invoice template.


File:Invoice 1.png

Invoice 2.png

Invoice 3.png

Invoice 4.png

Invoice 5.png

Invoice 6.png

Invoice 7.png

Invoice 8.png

File:Invoice 9.png

Invoice 10.png

Invoice 11.png


 <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>