0
Hi
The changes in latest update are going in good direction as this is giving flexibility to the users. However there this needs some more tweaking. I can see two general bugs:
1. If I will use global tax instead adding tax in each line - total is calculated ok. VAT value is correctly displayed in table with all invoices and correctly added to invoice in extra line - but on invoice we still have Tax column with Tax showing "0%" (Tax1.png)
2. If I will use each line tax - total is calculated ok. VAT value is correctly displayed in table with all invoices, but on invoice itself VAT total value is missing. (Tax2.png)
So small tweak is needed to fix these issues.
The changes in latest update are going in good direction as this is giving flexibility to the users. However there this needs some more tweaking. I can see two general bugs:
1. If I will use global tax instead adding tax in each line - total is calculated ok. VAT value is correctly displayed in table with all invoices and correctly added to invoice in extra line - but on invoice we still have Tax column with Tax showing "0%" (Tax1.png)
2. If I will use each line tax - total is calculated ok. VAT value is correctly displayed in table with all invoices, but on invoice itself VAT total value is missing. (Tax2.png)
So small tweak is needed to fix these issues.
Responses (16)
-
Accepted Answer
0hello
1. this is not bug at all... this is just because you are still SHOWING the Tax column (which refers to the item tax) in the table. If you are going to use global tax only, then you can remove this column from the TEMPLATE.. do you know what I mean?
2. That's just because you haven't upgraded the invoice TEMPLATE. We have a new template for this version 2.1 that will show you the VAT totals (from items) if you want.
here is the new template: http://www.joomlathat.com/documentation/support/invoice-manager/bootstrap-invoice-template-15
also you can read this: http://www.joomlathat.com/invoice-manager/taxes-and-discounts
if you scroll down a bit you will see a screenshot of the taxes you can display
also, in the TOKENS are in your template, we have added many more useful explanation and tips about customizing templates.
Trust me, this new Tax system is really powerful. And the great power of it comes when you use it right with the TEMPLATE, which is the one that will DISPLAY taxes one way or another. -
Accepted Answer
0by the way, regarding your question #2, I think what you're interested in is the neew section GROUPED_TAXES_TOTAL
<!--GROUPED_TAXES_TOTAL-->
<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_TOTAL--> -
Accepted Answer
0Excellent, then I will read these. Indeed I didn't updated templates, I forgot that I have some customization done by you some time ago
One more question, I had issue with previous version where my VAT id was not populated in invoice, I had to insert it always manually. Is this is fixed as well or this is template related? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi
I can confirm that all above seems to be working fine after tuning. Indeed I didn't know about all these features.
But I have today this error:
Fatal error: Call to undefined method DOMText::getAttribute() in /home/users/joomla3_test/public_html/components/com_invoices/helpers/dompdf/include/cellmap.cls.php on line 399
and I think it came up after joomla upgrade to 3.6 -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0it's not a matter of setting, and there's no "global" fix that will solve this in all cases, because this is realted to server settings (a "global" fix could solves this in one site, but not on another)
that's why I would need to see it directly on your site, to see exactly what's failing and try to come out with a fix...
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 »