Company logo on invoice
Captures time & expense by project and account; generates invoice
Brought to you by:
kallolnandi
Logo next to my company details would be nice. I did it by adding the following lines to '.../invoices/report/InvoiceReport.php' (sorry not in diff format but not sure what format you would actually want fixes in). (Also, I suspect the embedded html in the code will stuff up the viewing of this but hopefully it is enough to get the idea).
";
| "; $str .= "{$companyRec['name']}"." |
Lets try that code stuff again - sorry...
The above didnt come out on the PDF version and after much investigating I have altered the process to use a text field to reference the url to the image. Means the image must be pre-copied to the images folder but I suspect you can come up with a better solution in due course.
Attached is a patch for AFTER the above changes.