0
Hi,
For some reason, description, value, quantity are missing from PDF/email version of the invoice.
Please see following screen shot: http://screencast.com/t/myjjw3hpxo
How I can fix this as soon as possible.
Here is a pdf code below for you to review or change it in order to show up value, quantity and description.
For some reason, description, value, quantity are missing from PDF/email version of the invoice.
Please see following screen shot: http://screencast.com/t/myjjw3hpxo
How I can fix this as soon as possible.
Here is a pdf code below for you to review or change it in order to show up value, quantity and description.
![]()
|
|
Items
SKU | Description | Unit cost | Quantity | Discount | Tax | Price |
---|---|---|---|---|---|---|
Discount | {discount} | |||||
Subtotal | {subtotal} | |||||
Total | {total} |
Payments received
Payment date | Description | Status | Amount | |
---|---|---|---|---|
Total amount paid | {total_payments} |
Pending payments
Due date | Description | Status | Amount | |
---|---|---|---|---|
Amount outstanding | {amount_outstanding} |
Notes
{notes}
Accepted Answer
0
Hello,
Apparently, it seems that you are using an old version of the invoice template.
Editting it as plain text, replace it for this one:
Apparently, it seems that you are using an old version of the invoice template.
Editting it as plain text, replace it for this one:
<div style="font-family: Helvetica; font-size: 12px;">
<table width="100%">
<tbody>
<tr>
<td valign="top" width="50%"><img src="/{company_logo}" alt="" />
<table class="dl-table">
<tbody>
<tr>
<td class="invoice_label" valign="top">[[FROM]]</td>
<td valign="top"><strong>{from_name}</strong></td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[ADDRESS]]</td>
<td valign="top"><address>
{from_address}
</address></td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[EMAIL]]</td>
<td valign="top">{from_email}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[FISCAL_NUMBER]]</td>
<td valign="top">{from_num}</td>
</tr>
</tbody>
</table></td>
<td valign="top" width="50%"><div class="well well-small">
<table class="dl-table">
<tbody>
<tr>
<td class="invoice_label" valign="top">[[INVOICE_NUM]]</td>
<td valign="top">{invoice_num}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[INVOICE_DATE]]</td>
<td valign="top">{invoice_date}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[DUE_DATE]]</td>
<td valign="top">{invoice_duedate}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[INVOICE_TOTAL]]</td>
<td valign="top">{total}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[STATUS]]</td>
<td valign="top">{status}</td>
</tr>
</tbody>
</table>
</div>
<div class="well well-small">
<table class="dl-table">
<tbody>
<tr>
<td class="invoice_label" valign="top">[[BILL_TO]]</td>
<td valign="top"><strong>{to_name}</strong></td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[ADDRESS]]</td>
<td valign="top"><address>
{to_company}
{to_address}
{to_zipcode} {to_city}
{to_state} {to_country}
</address></td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[EMAIL]]</td>
<td valign="top">{to_email}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[VATID]]</td>
<td valign="top">{to_vatid}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">[[PHONE]]</td>
<td valign="top">{to_phone}</td>
</tr>
</tbody>
</table>
</div></td>
</tr>
</tbody>
</table>
<h2 class="invoice_header">[[ITEMS]]</h2>
<table class="table table-striped" width="100%">
<thead>
<tr>
<th align="left">[[SKU]]</th>
<th align="left">[[DESCRIPTION]]</th>
<th style="text-align: right;" align="right">[[UNIT_COST]]</th>
<th style="text-align: right;" align="right">[[QUANTITY]]</th>
<th style="text-align: right;" align="right">[[DISCOUNT]]</th>
<th style="text-align: right;" align="right">[[TAX]]</th>
<th style="text-align: right;" align="right">[[PRICE]]</th>
</tr>
</thead>
<tbody>
<!--ITEMS-->
<tr>
<td>{sku}</td>
<td><strong>{name}</strong>
{desc}</td>
<td style="text-align: right;" align="right">{value}</td>
<td style="text-align: right;" align="right">{amount}</td>
<td style="text-align: right;" align="right">{discount}</td>
<td style="text-align: right;" align="right">{tax}</td>
<td style="text-align: right;" align="right">{item_total}</td>
</tr>
<!--/ITEMS-->
</tbody>
<tfoot>
<tr>
<td colspan="4"> </td>
<td style="text-align: right;" colspan="2" align="right">[[DISCOUNT]]</td>
<td style="text-align: right;" align="right">{discount}</td>
</tr>
<tr>
<td colspan="4"> </td>
<td style="text-align: right;" colspan="2" align="right">[[SUBTOTAL]]</td>
<td style="text-align: right;" align="right">{subtotal}</td>
</tr>
<!--TAXES-->
<tr>
<td colspan="4"> </td>
<td style="text-align: right;" colspan="2" align="right">{name}</td>
<td style="text-align: right;" align="right">{value}</td>
</tr>
<!--/TAXES-->
<!--GROUPED_TAXES-->
<tr>
<td colspan="4"> </td>
<td style="text-align: right;" colspan="2" align="right">{name}</td>
<td style="text-align: right;" align="right">{value}</td>
</tr>
<!--/GROUPED_TAXES-->
<tr>
<td colspan="4"> </td>
<td style="text-align: right;" colspan="2" align="right"><strong>[[TOTAL]]</strong></td>
<td style="text-align: right;" align="right"><strong>{total}</strong></td>
</tr>
</tfoot>
</table>
<h2 class="invoice_header">[[PAYMENTS_RECEIVED]]</h2>
<table class="table table-striped " style="table-layout: fixed;" width="100%">
<thead>
<tr>
<th align="left">[[PAYMENT_DATE]]</th>
<th align="left">[[DESCRIPTION]]</th>
<th align="left">[[STATUS]]</th>
<th align="left"> </th>
<th style="text-align: right;" align="right">[[AMOUNT]]</th>
</tr>
</thead>
<tbody>
<!--PAYMENTS-->
<tr>
<td>{payment_datetime}</td>
<td>{description}</td>
<td>{payment_status}</td>
<td style="text-align: right;" align="right"><a class="btn btn-mini" href="/{payment_link}"> [[VIEW_DETAILS]]</a></td>
<td style="text-align: right;" align="right">{amount}</td>
</tr>
<!--/PAYMENTS-->
</tbody>
<tfoot>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td style="text-align: right;" align="right"><strong>[[TOTAL_AMOUNT_PAID]]</strong></td>
<td style="text-align: right;" align="right"><strong>{total_payments}</strong></td>
</tr>
</tfoot>
</table>
<h2 class="invoice_header">[[PENDING_PAYMENTS]]</h2>
<table class="table table-striped table-hover" style="table-layout: fixed;" width="100%">
<thead>
<tr>
<th align="left">[[DUE_DATE]]</th>
<th align="left">[[DESCRIPTION]]</th>
<th align="left">[[STATUS]]</th>
<th align="left"> </th>
<th style="text-align: right;" align="right">[[AMOUNT]]</th>
</tr>
</thead>
<tbody>
<!--PAYMENTS2-->
<tr>
<td>{duedate}</td>
<td>{description}</td>
<td>{payment_status}</td>
<td style="text-align: right;" align="right"><a class="btn btn-info btn-mini" href="/{payment_link}" target="_parent"> [[PAY_NOW]]</a></td>
<td style="text-align: right;" align="right">{amount}</td>
</tr>
<!--/PAYMENTS2-->
</tbody>
<tfoot>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td style="text-align: right;" align="right"><strong>[[AMOUNT_OUTSTANDING]]</strong></td>
<td style="text-align: right;" align="right"><strong>{amount_outstanding}</strong></td>
</tr>
</tfoot>
</table>
<div style="padding: 2px;">[[NOTES]]</div>
<div class="muted" style="border-top: 1px solid #000; padding: 2px;"><small>{notes}</small></div>
</div>
Responses (1)
-
Accepted Answer
0<div style="font-family:Helvetica; font-size:12px;" >
<table width="100%">
<tr>
<td width="50%" valign="top"><img src="http://www.innovationmindcenter.com/images/logo/imc.png" />
<table class="dl-table">
<tr>
<td class="invoice_label" valign="top">From</td>
<td valign="top"><strong>{from_name}</strong></td>
</tr>
<tr>
<td class="invoice_label" valign="top">Address</td>
<td valign="top"><address>
{from_address}
</address></td>
</tr>
<tr>
<td class="invoice_label" valign="top">e-mail</td>
<td valign="top">{from_email}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">Fiscal number</td>
<td valign="top">{from_num}</td>
</tr>
</table></td>
<td width="50%" valign="top"><div class="well well-small">
<table class="dl-table">
<tr>
<td class="invoice_label" valign="top">Invoice number</td>
<td valign="top">{invoice_num}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">Invoice date</td>
<td valign="top">{invoice_date}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">Due date</td>
<td valign="top">{invoice_duedate}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">Invoice total</td>
<td valign="top">{total}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">Status</td>
<td valign="top">{status}</td>
</tr>
</table>
</div>
<div class="well well-small">
<table class="dl-table">
<tr>
<td class="invoice_label" valign="top">Bill to</td>
<td valign="top"><strong>{to_name}</strong></td>
</tr>
<tr>
<td class="invoice_label" valign="top">Address</td>
<td valign="top"><address>
{to_company}
{to_address}
{to_zipcode} {to_city}
{to_state} {to_country}
</address></td>
</tr>
<tr>
<td class="invoice_label" valign="top">e-mail</td>
<td valign="top">{to_email}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">VAT ID</td>
<td valign="top">{to_vatid}</td>
</tr>
<tr>
<td class="invoice_label" valign="top">Phone</td>
<td valign="top">{to_phone}</td>
</tr>
</table>
</div></td>
</tr>
</table>
<h2 class="invoice_header">Items</h2>
<table width="100%" class="table table-striped" >
<thead>
<tr>
<th align="left">SKU</th>
<th align="left">Description</th>
<th align="right" style="text-align:right;">Unit cost</th>
<th align="right" style="text-align:right;">Quantity</th>
<th align="right" style="text-align:right;">Discount</th>
<th align="right" style="text-align:right;">Tax</th>
<th align="right" style="text-align:right;">Price</th>
</tr>
</thead>
<tbody>
{items}
</tbody>
<tfoot>
<tr>
<td colspan="4"></td>
<td colspan="2" align="right" style="text-align:right;">Discount</td>
<td align="right" style="text-align:right;">{discount}</td>
</tr>
<tr>
<td colspan="4"></td>
<td colspan="2" align="right" style="text-align:right;">Subtotal</td>
<td align="right" style="text-align:right;">{subtotal}</td>
</tr>
{taxes}
<tr>
<td colspan="4"></td>
<td colspan="2" align="right" style="text-align:right;"><strong>Total</strong></td>
<td align="right" style="text-align:right;"><strong>{total}</strong></td>
</tr>
</tfoot>
</table>
<h2 class="invoice_header">Payments received</h2>
<table width="100%" class="table table-striped " style="table-layout:fixed;" >
<thead>
<tr>
<th align="left">Payment date</th>
<th align="left">Description</th>
<th align="left">Status</th>
<th align="left"></th>
<th align="right" style="text-align:right;">Amount</th>
</tr>
</thead>
<tbody>
{payments}
</tbody>
<tfoot>
<tr>
<td ></td>
<td ></td>
<td ></td>
<td align="right" style="text-align:right;"><strong>Total amount paid</strong></td>
<td align="right" style="text-align:right;"><strong>{total_payments}</strong></td>
</tr>
</tfoot>
</table>
<h2 class="invoice_header">Pending payments</h2>
<table width="100%" class="table table-striped table-hover" style="table-layout:fixed;">
<thead>
<tr>
<th align="left">Due date</th>
<th align="left">Description</th>
<th align="left">Status</th>
<th align="left"></th>
<th align="right" style="text-align:right;">Amount</th>
</tr>
</thead>
<tbody>
{payments2}
</tbody>
<tfoot>
<tr>
<td ></td>
<td ></td>
<td ></td>
<td align="right" style="text-align:right;"><strong>Amount outstanding</strong></td>
<td align="right" style="text-align:right;"><strong>{amount_outstanding}</strong></td>
</tr>
</tfoot>
</table>
<div style="padding:2px;">Notes</div>
<div style="border-top:1px solid #000; padding:2px; " class="muted"><small>{notes}</small></div>
</div>
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »