Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / Invoicing Support / Category in Invoice is not showing up.

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

Category in Invoice is not showing up.

More
7 years 10 months ago - 7 years 10 months ago #25464 by sturnbull
Category in Invoice is not showing up. was created by sturnbull

We cannot seem to get the category to display in the invoice. Please see the attached.
The Invoice needs to display the actual Category or Product which was purchased.

Kindly provide guidance.

Here is the Invoice Template. code.


<style type="text/css">h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;line-height:1.5em}h3{margin-bottom:3mm;color:#16a4ec}h5{font-size:12pt;margin-bottom:2mm}page{color:#595959}.invoiceId{margin-top:10mm;margin-left:10mm}.fromCont{margin-left:10mm}.totalCont{margin-top:10mm;width:100%}.fromCont{margin-top:10mm}.fromCont td{width:90mm}.invoiceCont{margin-top:10mm}th{background:#16a4ec;color:#fff;padding:5mm 5mm 2mm 5mm}.invoiceCont td,.totalCont td{padding:5mm}td.bordered,.invoiceCont td{border-bottom:1px solid #e0e0e0}th.firstCell,td.firstCell{text-align:left;padding:5mm 5mm 5mm 10mm}.notesCont{margin-top:10mm;padding-left:10mm}.totalRow td{font-size:16pt;font-weight:bold;line-height:16pt;padding-bottom:0mm}
.logo { text-align:right;}</style>
<page>

<div class="invoiceId">
<table width="80%"><tr><td width="100%">
<img src="{vendor_logo}" />
</td><td width="50%" class="logo" >
<h5>[INVOICING_COMMON_ORDER] {invoice_number}</h5>
<br>
<span>[INVOICING_COMMON_DATE] {invoice_date}</span>
</tr>
</table>
</div>
<div class="fromCont">
<table width="100%">
<tr>
<td>
[INVOICING_COMMON_VENDOR]
<h3>{vendor_company_name}</h3>
<p>
{vendor_address1} {vendor_address2}<br>
{vendor_city}<br/>
{vendor_country}
</p>
</td>
<td>
[INVOICING_CUSTOMER_INFORMATION]
<h3>{customer_name}</h3>
<p>
{customer_address1} {customer_address2}<br>
{customer_zip} {customer_city}<br>
{customer_country}
</p>
</td>
</tr>
</table>
</div>
<div class="invoiceCont">
<table style="width:100%;">
<thead>
<tr>
<th style="width:40%;" class="firstCell">
[item_name]
</th>
<th style="width:18%;" align="left">
[INVOICING_COMMON_UNIT_PRICE]
</th>
<th style="width:12%;" align="left">
[INVOICING_COMMON_QUANTITY]
</th>
<th style="width:30%;" align="right">
[INVOICING_COMMON_UNIT_PRICE]
</th>
</tr>
</thead>
<tbody>
{item_start}
<tr>
<td class="firstCell">
{item_name}
</td>
<td>
{item_net_unit_price}
</td>
<td>
{item_quantity}
</td>
<td align="right">
{item_net_amount}
</td>
</tr>
{item_end}
</tbody>
</table>
</div>
<div class="totalCont">
<table style="width:100%;">
<tbody>
<tr>
<td style="width:40%;"></td>
<td class="bordered" style="width:35%;">
[INVOICING_DISCOUNT_TTC] :
</td>
<td class="bordered" style="width:25%;" align="right">
{invoice_gross_discount_amount}
</td>
</tr>
<tr>
<td style="width:40%;"></td>
<td class="bordered" style="width:35%;">
[INVOICING_COMMON_TAX] :
</td>
<td class="bordered" style="width:25%;" align="right">
{invoice_tax_amount}
</td>
</tr>
<tr class="totalRow">
<td style="width:45%;"></td>
<td class="bordered" style="width:35%;">
[INVOICING_COMMON_AMOUNT_WITH_TAX] :
</td>
<td class="bordered" style="width:25%;" align="right">
{invoice_gross_amount}
</td>
</tr>
</tbody>
</table>
</div>
<div class="notesCont">
<h5>[INVOICING_INVOICE_NOTES] :</h5>
<p>{invoice_notes}</p>
</div>
</page>
Attachments:
Last edit: 7 years 10 months ago by sturnbull. Reason: reattached image
More
7 years 10 months ago #25470 by loic
Replied by loic on topic Category in Invoice is not showing up.
Hello,

The code only display the type of item purchased.
The code isn't set to display the name of the category pruchased.

Best regards.
More
7 years 10 months ago #25480 by sturnbull
Replied by sturnbull on topic Category in Invoice is not showing up.
The way we are using this is as a payment service for placing an advertisement on the website. The Invoice or Receipt will need to show "item" (category) which was purchased. In the Invoice above I do see the the position sales being listed, why can't the Category be listed vs. the word "Category"?

I also see another issue why are about to run into. After reviewing the admin panels and the database structure I do not see where the actual invoice is recording the item purchased. Meaning how do I follow an invoice back to the Ads which was placed. I was expecting to see something like the following.

Example:
Invoice ID# linked to ADID# and/or other services purchased.
This way if a client calls with the Invoice # we can then track it back to the ADID and Positioning they purchased. I do not see this feature any where.

Do we need to purchase another plugin to gain these features?
If they are not available I would like to put a wish list together and have you price the development.
Should neither of the above be an option I will need to request a refund as the plugin does not support the features we required.

I really do not want to hack the code. I would much prefer a system which offers the exact needs of the site. Please advise.

Thanks,
Seth
More
7 years 10 months ago #25481 by sturnbull
Replied by sturnbull on topic Category in Invoice is not showing up.
You can view the site at equinerescuefund.com
More
7 years 10 months ago #25514 by loic
Replied by loic on topic Category in Invoice is not showing up.
Hello,

Sorry for the late reply.
I will ask the manager for the feature you want, he will be able to give you a better answer.

Best regards.
Time to create page: 0.136 seconds
Powered by Kunena Forum