- Posts: 3
- Thank you received: 0
Invoice Tags
- Matthew
- Topic Author
- Offline
- New Member
-
Less
More
12 years 3 months ago #22554
by Matthew
Invoice Tags was created by Matthew
Is there a list of Invoice tags when can use to populate the invoice? If so could you please share this.
thanking you in advance
thanking you in advance
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 3 months ago #22592
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Invoice Tags
Hi Matthew
You can use the following invoice format (paste it into HTML code of invoice format config option) .
Tuan
You can use the following invoice format (paste it into HTML code of invoice format config option) .
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" width="100%">
<table width="100%" border="0" 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 src="media/com_osmembership/invoice_logo.png" border="0" style="border: 0;" /></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>
<tr>
<td align="left" width="50%"> </td>
<td align="left"> </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 width="100%" border="0" 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%">[ITEM_QUANTITY]</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>
Tuan
Please Log in or Create an account to join the conversation.
- gdemerle
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
11 years 11 months ago #27725
by gdemerle
Replied by gdemerle on topic Re: Invoice Tags
Hi,
I would like to show the tag [SUBSCRIPTION_DETAIL] on invoice.
Some body can help me...
Thanks
I would like to show the tag [SUBSCRIPTION_DETAIL] on invoice.
Some body can help me...
Thanks
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 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.