Ask, reply and learn. Join the community of Akaunting.
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.
2 weeks passed no one answered.......
i have the same issue the logo's are stretched terrible.
Crazy, huh? You'd think this is an obvious bug that's easily fixed.
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.
Perhaps they are, indeed. But, I'd be worried to spend money on a product that appears to have limited support.
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
Same experience here. I've just give up on this being resolved.
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.
You self-host, right?
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.
Showing 1 to 10 of 26 discussions