Customise Invoice Template: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:




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 <nowiki>"https://www.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" style="width: 150px; height: 53px;" /></div>
  <div style="text-align:center;"><img src="https://www.beds24.com/pic/p0000/2035/02.jpg" /></div>
  <div>
  <div>
  <br />
  <br />
Line 41: Line 44:
<tbody>
<tbody>
<tr>
<tr>
<td>Name</td>
        <td>Name</td>
<td>[GUESTFULLNAME]</td>
<td>[GUESTFULLNAME]</td>
</tr>
</tr>