- Posts: 18
- Thank you received: 0
Invoice Fields
- TonyHeeley
- Topic Author
- Offline
- New Member
-
Less
More
9 years 4 days ago - 9 years 4 days ago #96473
by TonyHeeley
Invoice Fields was created by TonyHeeley
I had to totally uninstall Event Booker and as a result I've lost my Invoice format (I think you sent it a while ago or it was a default in the older system).
I cannot seem to get basic information such as the address and organization details in there. These are in the custom fields and were available previously.
Please help!
I cannot seem to get basic information such as the address and organization details in there. These are in the custom fields and were available previously.
Please help!
Last edit: 9 years 4 days ago by TonyHeeley. Reason: Spelling
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 4 days ago #96477
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Invoice Fields
Hi
You can get the default invoice format here
Regards,
Tuan
You can get the default invoice format here
Code:
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="100%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" valign="top" width="50%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" width="50%">Company Name:</td>
<td align="left">Ossolution Team</td>
</tr>
<tr>
<td align="left" width="50%">URL:</td>
<td align="left">http://www.joomdonation.com</td>
</tr>
<tr>
<td align="left" width="50%">Phone:</td>
<td align="left">84-972409994</td>
</tr>
<tr>
<td align="left" width="50%">E-mail:</td>
<td align="left">contact@joomdonation.com</td>
</tr>
<tr>
<td align="left" width="50%">Address:</td>
<td align="left">Lang Ha - Ba Dinh - Ha Noi</td>
</tr>
</tbody>
</table>
</td>
<td align="right" valign="middle" width="50%"><img style="border: 0;" src="media/com_eventbooking/invoice_logo.png" alt="" /></td>
</tr>
<tr>
<td colspan="2" align="left" width="100%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" valign="top" width="50%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td style="background-color: #d6d6d6;" colspan="2" align="left">
<h4 style="margin: 0px;">Customer Information</h4>
</td>
</tr>
<tr>
<td align="left" width="50%">Name:</td>
<td align="left">[NAME]</td>
</tr>
<tr>
<td align="left" width="50%">Company:</td>
<td align="left">[ORGANIZATION]</td>
</tr>
<tr>
<td align="left" width="50%">Phone:</td>
<td align="left">[PHONE]</td>
</tr>
<tr>
<td align="left" width="50%">Email:</td>
<td align="left">[EMAIL]</td>
</tr>
<tr>
<td align="left" width="50%">Address:</td>
<td align="left">[ADDRESS], [CITY], [STATE], [COUNTRY]</td>
</tr>
</tbody>
</table>
</td>
<td align="left" valign="top" width="50%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td style="background-color: #d6d6d6;" colspan="2" align="left">
<h4 style="margin: 0px;">Invoice Information</h4>
</td>
</tr>
<tr>
<td align="left" width="50%">Invoice Number:</td>
<td align="left">[INVOICE_NUMBER]</td>
</tr>
<tr>
<td align="left" width="50%">Invoice Date:</td>
<td align="left">[INVOICE_DATE]</td>
</tr>
<tr>
<td align="left" width="50%">Invoice Status:</td>
<td align="left">[INVOICE_STATUS]</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="background-color: #d6d6d6;" colspan="2" align="left">
<h4 style="margin: 0px;">Order Items</h4>
</td>
</tr>
<tr>
<td colspan="2" align="left" width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" valign="top" width="10%">#</td>
<td align="left" valign="top" width="60%">Name</td>
<td align="right" valign="top" width="20%">Price</td>
<td align="left" valign="top" width="10%">Sub Total</td>
</tr>
<tr>
<td align="left" valign="top" width="10%">1</td>
<td align="left" valign="top" width="60%">[ITEM_NAME]</td>
<td align="right" valign="top" width="20%">[ITEM_AMOUNT]</td>
<td align="left" valign="top" width="10%">[ITEM_SUB_TOTAL]</td>
</tr>
<tr>
<td colspan="3" align="right" valign="top" width="90%">Discount :</td>
<td align="left" valign="top" width="10%">[DISCOUNT_AMOUNT]</td>
</tr>
<tr>
<td colspan="3" align="right" valign="top" width="90%">Subtotal :</td>
<td align="left" valign="top" width="10%">[SUB_TOTAL]</td>
</tr>
<tr>
<td colspan="3" align="right" valign="top" width="90%">Tax :</td>
<td align="left" valign="top" width="10%">[TAX_AMOUNT]</td>
</tr>
<tr>
<td colspan="3" align="right" valign="top" width="90%">Total :</td>
<td align="left" valign="top" width="10%">[TOTAL_AMOUNT]</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.