Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Logo not displaying properly on invoice

Babak Fakhamzadeh   ( User )

Commented 4 years ago

My logo is now horizontally squashed on my invoices. This looks sloppy and unprofessional. I've tried uploading a square logo, as opposed to a horizontal logo, but that made no difference.

Protosnet   ( User )

Commented 3 years ago

2 weeks passed no one answered.......
i have the same issue the logo's are stretched terrible.

Babak Fakhamzadeh   ( User )

Commented 3 years ago

Crazy, huh? You'd think this is an obvious bug that's easily fixed.

Protosnet   ( User )

Commented 3 years ago

the crazy think is that nobody gives a reply here.... maybe they are focused in most serious things like apps.
i tried an svg file as well and that didnt work.
i believe adding the invoice templating app will "solve" the problem
if anyone has any update please let us know.

Babak Fakhamzadeh   ( User )

Commented 3 years ago

Perhaps they are, indeed. But, I'd be worried to spend money on a product that appears to have limited support.

Vittorio Genritorri   ( User )

Commented 3 years ago

I have the same issue, I thought I didn't have the right size but it seems no matter which size I add the logo it looks bad

Babak Fakhamzadeh   ( User )

Commented 3 years ago

Same experience here. I've just give up on this being resolved.

Paulus Yeung   ( User )

Commented 3 years ago

I am using a 250 pixels (width) by 60 pixels (height) logo in PNG format and I had the same problem (a squared logo). My temporary fix is to modify the /app/Http/ViewComposers/Logo.php file. I inserted a line of PHP code, the following line:

list($width, $height, $type, $attr) = getimagesize($path);

after line 35, which is:

$width = $height = setting('invoice.logo_size', 128);

Doing this will use the logo's size as width & height instead. This is not a good solution because once you updated Akaunting you might need to do it again.

Babak Fakhamzadeh   ( User )

Commented 3 years ago

You self-host, right?

Jj Smart Living Limited   ( User )

Commented 3 years ago

Have same issue here, a lot small things make this software not really commercial ready. As long as my business have more profit, definitely will move away for this accounting software. Thanks for provide free service anyway.

Please login or register to leave a response.

Showing 1 to 10 of 26 discussions