Customise Invoice Template
Jump to navigation
Jump to search
1 Customise Invoice
In SETTINGS -> GUEST MANAGENMENT -> INVOICING you can customise the invoice template. Download the
2 Code for the example
To use copy, go to SETTINGS -> GUEST MANAGEMENT -> INVOICING click on "EDIT". I the editor click on "Source Code". Paste the code in. To use your image exchange "https://www.beds24.com/pic/p0000/2035/02.jpg" to your logo url.
<div style="text-align:center;"><img src="https://www.beds24.com/pic/p0000/2035/02.jpg" /></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>