Topic: Report Logo Not showing

Hello,

l have issue on my logo not showing on report.

When l try to print report on either sales, purcahs , banking; it will generate the pdf report but my logo is not showing on it.

l will appreicate your help on this issue and solution asap.

Regards,
Akinola

Re: Report Logo Not showing

The logo will only print on documents. You will have to change in /reporting/includes/pdf_report.inc, function header.

Joe

Re: Report Logo Not showing

Hello Joe,

Thanks for your reply.

Please, how do l change the function header because l dont really understand it well though l'm a baby in coding.

l got below from /reporting/includes/pdf_report.inc

/ Print company logo if present and requested, or else just print company name
        if ($this->companyLogoEnable && ($this->company['coy_logo'] != ''))
        {
            // Build a string specifying the location of the company logo file
            $logo = company_path() . "/images/" . $this->company['coy_logo'];

l will really appreciate your help.

Regards,
Akinola

Re: Report Logo Not showing

The section you are pointing at, is for a header3 routine, that is commonly used for custom reports.

If you want the logo for all your reports you must use the header routine and modify it.

Unfortunately I do not have any further Resources to help you. I hope you will manage to do it.

/Joe