Topic: Sales quotation with images
Is it possible to print sales quotation with item images along-with item code? It would really help.
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Reporting → Sales quotation with images
Is it possible to print sales quotation with item images along-with item code? It would really help.
Of course it is technical possible. If this is a common wish I will have a look at it. I guess it will need an extra option in the print selection or a global variable in config.php.
In the meantime you can look into the price list in the sales report section to see how to achieve this.
Joe
I have prepared a document for you that shows Pictures on your Sales Quotation.
Please download the file rep111.php1, rename it to rep111.php and copy it into folder:
/Company/X/reporting, where X is your Company number.
FA Always look for a local report here Before taking the /reporting reports.
If you want a larger Picture size, you can increase the $pic_height in line 125. Just remove the // characters and set your own value.
/Joe
Thanks, it works!
Any config.php flag to switch it on / off?
/* for uploaded item pictures */
$pic_width = 80;
$pic_height = 50;
$max_image_size = 500;
Whilst the units for the width/height is clearly understood as pixels, the image_size is in Kb or just bytes?
A comment in the report to indicate setting width/height in the config.php would be useful.
FrontAccounting forum → Reporting → Sales quotation with images
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.