apmuthu wrote:If this info is for all customers - add signature in the file reporting/includes/header2.inc
This will apply for all reports that use the header2.inc file if the "if" statement is removed in the succeeding bulleted point.
hey thank for the release comment.
well this thing is not work for me i have place this code at header2.inc at the last line like this
$rep->NewLine(1);
$rep->TextCol(1,4, "THIS IS SYSTEM GENERATED REPORT AND NOT NEED TO APPROVED - ", -2);
OR
$rep->NewLine(1);
$rep->TextCol(1,4, "THIS IS SYSTEM GENERATED REPORT AND NOT NEED TO APPROVED - ", -2); $logo = company_path() . "/images/" . $this->company['coy_logo'];
OR
$rep->NewLine(1);
$rep->TextCol(1,4, "THIS IS SYSTEM GENERATED REPORT AND NOT NEED TO APPROVED - ", -2); $logo = company_path() . "/images/mini-logo.png";
not work for me, i want to place this thing at the end of page like as footer and i am not found any footer page ...
tell me what can i do?