Post's attachments@hannah: I tried many times to make logo little down in the invoice , I can't
Please can you show me which file and line i have to edit.
RTL Graphic Invoice5.png 130.6 kb, 1 downloads since 2021-08-29
You don't have the permssions to download the attachments of this post.
The LTR version is attached where the Company Name follows the logo. What do you want to do?
Post's attachmentsMyInv.png 48.1 kb, file has never been downloaded.
You don't have the permssions to download the attachments of this post.
Try in header2.inc
// Company Logo
$this->NewLine(2);
It will give you an extra line. More than this then it will overlap with Customer Box.
OR at the beginning of header2.inc insert
$this->row = $this->pageHeight - $this->topMargin;
$this->NewLine(x);
where (x) is the number of lines you want to skip. But this will also reduce the number of lines to be printed on the report.