Topic: Print query with image
hello
i need help
when i print any view query i need add in header and footer page print image
how this and where file add code ?
same like image
http://i.imgur.com/36xJ5V2.png
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 → Print query with image
hello
i need help
when i print any view query i need add in header and footer page print image
how this and where file add code ?
same like image
http://i.imgur.com/36xJ5V2.png
Provide Menu Navigation steps to to get your image. Also provide image for what you need it to be. English screenshot and mockup will be useful.
i mean when make any query in system by Number reference view this image
http://i.imgur.com/36xJ5V2.png
and when click print view this print
http://i.imgur.com/Ezq1Ide.png
i need add image in header and footer by same like in explain image
Assume you are using FA 2.4.1.
The file gl/view/gl_trans_view.php provides the query view and it has the print link and can be modified by adding after line (for header image):
$credit = $debit = 0;
the line with your header image like:
echo "<center><img src='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR_KUCneY0HSb36I6iUoilKd42Kk9RH0ywVvtxlZwhZQ5zVHdDw' width='60%'></center>";
and at the end of the if statement (for footer image):
if ($heading_shown)
the following line with your footer image like:
echo "<center><img src='http://files.photografy-edicoes.webnode.com/200000818-e5968e690c/banner%203.png' width='60%'></center>";
The actual code inserts can be seen in the attachment.
Hello
How can make header and footer in payments and deposits in bank general ledger. I need print query same like above where file editing
Thanks
Try the same in the files:
gl/view/gl_deposit_view.php
gl/view/gl_payment_view.php
I cannot find any codes same like last explain
FrontAccounting forum → Reporting → Print query with image
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.