Topic: Logo on invoices in RTL

@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..?

Post's attachments

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.

Re: Logo on invoices in RTL

The LTR version is attached where the Company Name follows the logo. What do you want to do?

Post's attachments

MyInv.png 48.1 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

3 (edited by rafat 08/30/2021 07:32:13 am)

Re: Logo on invoices in RTL

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.