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..?
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → FA Modifications → 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..?
The LTR version is attached where the Company Name follows the logo. What do you want to do?
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.
FrontAccounting forum → FA Modifications → Logo on invoices in RTL
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.