PDA

View Full Version : company logo in invoice


lexsusdk
01-30-2018, 08:19 PM
How do I put company logo into invoice and other documents

ksenya
01-31-2018, 10:01 AM
Hello

To add an image (logo, etc.) into a document template, you can use the <img src=”path”/> tag which can be a hyperlink or image name.

For example, in order to add a user avatar into a letter, you need to use the following structure

<img src="https://<billing server address>/manimg/userdata/avatar_files/<%= user.avatar_file %>"/>, as in avatar_file the link to the file in the
/usr/local/mgr5/skins/userdata/avatar_files directory is specified

lexsusdk
01-31-2018, 11:40 AM
Thank you very much, I will try, have otherwise checked your guides but did not find so much about this subject.

ksenya
02-02-2018, 11:45 AM
You are right, sometimes our documentation doesn't contain all the details. We are working on improving the guides.