I used this format <img src="URL or FILE PATH"> to insert image in invoice and quote in description field. The image is showing up as a blue square with “?” when I hit “view”(see attached), but when I printed to pdf or sent as email attachment, the image appeared to be fine, also if I right click and select “open image in new window”, it showed the correct image
If anyone has any idea about this please assist, thank you!
So I pasted <img src="https://i.imgur.com/Rw3up5r.png"> and <img src="file:///Users/blah/CBdiOQ8.png">in the description field while filling in the information to create a Sales quote or a Sales invoice
Summary is: image can be saved/printed to pdf, able to display image in email attachment (I sent as attachment to myself and download it, looks good). CANNOT preview image in manager when click on viewing invoice/quote, not display in preview print as well
First, on a Mac, you cannot reference an image file on your machine. You must reference an internet-accessible URL. That explains why nothing is showing up in your summary-level Description field.
Second, for the example you copied from the Guides for the apple picture, the blue square indicates your computer cannot load the image file. This seems to be something new, possibly related to disappearance of QuickTime in Catalina. I can reproduce it. @lubos will need to look into this. I will move this into the bugs category.
@Tut Appreciated your help, actually I was able to display local image from mac in pdf document for a very short time, tried to replicate and screenshot but now it failed with this error message (when right click on the blue square and select “open image in new window”). It will then hang when click OK.
As I wrote before, I can reproduce most of @daphy’s problem, now working with macOS v10.15.1. This problem definitely did not exist before updating to Catalina.
A transaction with an image will not display the image in a screen view, only the blue squares with question marks:
When printed using the Print button, images do not show. This is from the operating system’s built-in Print preview:
The one point on which my experience differs from @daphy’s is when I right-click on a blue square and select Open Image in New Window. In my case, a new window opens and the correct image appears in it. I have never seen any error messages.
Not knowing how image display is implemented in Manager, I wonder whether there are issues with Flash or Java settings? Catalina tightened up lots of things with respect to security.
OK, I can reproduce now but it doesn’t appear to be issue with Manager.
What is happening is Imgur host is restricting ability to hotlink images to local IP address 127.0.0.1. There is not much we can do other than recommending to use different image host. Eventually it would be good if Manager would support hotlinking of attachments so you can use internal images stored directly in your Manager file rather than relying on some online image hosting service.
If you try to insert <img src="https://via.placeholder.com/140x100"> you will find it will work.
@lubos i have never used MacOS but is it not possible to convert the images to base64 and directly inline it in the custom fields or themes? i am asking because I have done this on Windows for my custom theme. the advantage is that it becomes a stored data in your business file and you do not need internet nor access to the local image.