Topic: Purchase Order Report rep209
In rep209 the Tax rate is displayed twice in succession i.e Tax(5%)(5%). I dont know how to correct it.
Can someone help me here.
Image attached.
FA2.4.7
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Reporting → Purchase Order Report rep209
In rep209 the Tax rate is displayed twice in succession i.e Tax(5%)(5%). I dont know how to correct it.
Can someone help me here.
Image attached.
FA2.4.7
Hello rafat, code block from line 179 to 182 should be replaced with only one line:
$tax_type_name = $tax_item['tax_type_name'];
Since the function get_tax_group_rates() in tax_group_db.inc has already check the suppress_tax_rates status so dont need to check again.
See the difference in the attached below
Thanks @notrinos
You are right.. maybe we need to commit this one.
@joe: what should change and where (earlier or later) - should this be committed?
This has been fixed and committed to 2.4.7 stable repo. A fixed file can be downloaded here.
/Joe
The same construct is seen in
reporting/rep107.php
reporting/rep110.php
reporting/rep113.php
includes/ui/ui_view.inc
@joe: Do any of these reports or file show the same effect?
Hello @apmuthu these reports do not have this problem.
These constructs are not uniform due to our lack of a codding standard.
A few sql queries return value outside of database and others don't
FrontAccounting forum → Reporting → Purchase Order Report rep209
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.