Page 1 of 2

Print PDF

Posted: 2014-07-28 09:56
by udayvatturi
Hi,
Recently i developed a new add-on for appgini for exporting the Detailed View page as PDF.

I can customize the output as per your requirements. You can go through the sample for yourself.

http://test.spgon.com/appginipdf
username/password : user/user

Go to Invoices,
select existing one or create a new Invoice and save it. Then you can see "View PDF" button where you can print or save pdf.

Hope this helps you. Who ever what this please PM me.
Capture.PNG
Capture.PNG (38.31 KiB) Viewed 30889 times
Capture1.PNG
Capture1.PNG (127.47 KiB) Viewed 30889 times
Thanks
Uday Vatturi

Re: Print PDF

Posted: 2014-08-22 14:10
by maramk
Hi Uday,

Thank you for the modified Print PDF mod for my system. It works perfectly :D - Quick response and you and your team is fast with the finalization of the product.

Once again, a satisfied customer.

Thank you.

Kind regards

Mara

Re: Print PDF

Posted: 2014-10-06 20:47
by cmdlove
hi
this is a top add-on ... can i have the script?
best

Re: Print PDF

Posted: 2014-10-09 04:03
by tuxor
Please, caon you give us the code?

thank you

Re: Print PDF

Posted: 2014-10-10 03:09
by KSan
Uday offers this as a paid mod at a very humble cost. Please PM him to get access.

Re: Print PDF

Posted: 2015-02-13 11:54
by pasbonte
Good Morning
someone could give me access to see how the print in pdf?
Thanks

Re: Print PDF

Posted: 2015-03-07 14:13
by facos79
Ciao,
si riuscirebbe ad avere il formato pdf per risolvere il problema indicati in questo post da me pubblicato ?
Quanto costerebbe ?

http://forums.appgini.com/phpbb/viewtop ... 1536#p3954

Grazie molto...


udayvatturi wrote:Hi,
Recently i developed a new add-on for appgini for exporting the Detailed View page as PDF.

I can customize the output as per your requirements. You can go through the sample for yourself.

http://test.spgon.com/appginipdf
username/password : user/user

Go to Invoices,
select existing one or create a new Invoice and save it. Then you can see "View PDF" button where you can print or save pdf.

Hope this helps you. Who ever what this please PM me.
Capture.PNG
Capture1.PNG
Thanks
Uday Vatturi

Re: Print PDF

Posted: 2015-10-19 01:10
by charmed_ones
how would you combine multi lines? and print them on the PDF
I have tried

Code: Select all

SELECT a. * FROM account_id a INNER JOIN ("SELECT Product_Info, Receipt FROM account_id WHERE id =".$sid  GROUP BY Receipt )b ON a.Receipt = b.Receipt
It still gives me the same line locked to the ID? how can I groups all items that are connected to the ID by the receipt number to show on the PDF?
when I tested it mysql it worked perfect, so I'm missing something to get all the lines displayed on the PDF.

Re: Print PDF

Posted: 2015-12-12 01:35
by bwhatley87
Hi UDAY,

Are you still offering the PDF customization? Can you contact me?

Re: Print PDF

Posted: 2016-04-05 09:00
by vaalonv
Hi Uday Vatturi,

Can you please help me in this topic. Im trying to add this function to my web application but i kind of find it hard... your help will be highly appreciated.

Best regards
Valon

Re: Print PDF

Posted: 2018-02-22 10:45
by udayvatturi
Hi,
I am getting lot of requests asking for this, so I decided to give it free...

http://spgon.in/appginipdf.zip

This contains documentation and example project.

Re: Print PDF

Posted: 2018-02-28 12:00
by a.gneady
Thanks a lot for sharing, Uday :)
Would you mind if I copy it a github repo so that anyone who wishes to modify it can fork it and make it available to the community?

Re: Print PDF

Posted: 2018-03-02 11:01
by maramk
Dear Uday,

It is very generous of you, but when I downloaded it, it complains it contains a virus from different browsers. Can you kindly please re-submit the code if possible?

Thank you.

Kind regards,

Mara

Re: Print PDF

Posted: 2018-03-14 12:20
by H TARIK
Thank you very much Uday, for your sharing,
I did your steps, step by step by when i click the invoice button,
shows white screen only,
Regards.

Re: Print PDF

Posted: 2018-03-23 14:08
by udayvatturi
Hi,
I also just observed it, not sure why it is being shown as virus.

I will try to clean it up or put some fresh copy on same link, or i will put it on git as ahmad suggested.

I will do that on Monday.
maramk wrote:
2018-03-02 11:01
Dear Uday,

It is very generous of you, but when I downloaded it, it complains it contains a virus from different browsers. Can you kindly please re-submit the code if possible?

Thank you.

Kind regards,

Mara

Re: Print PDF

Posted: 2018-03-26 07:23
by maramk
Thank you, very much Uday - that is SUPER KIND of YOU!

Kind regards,

Mara

Re: Print PDF

Posted: 2018-04-01 16:40
by Jay Webb
Could use some help with this
Has anyone tried to to download this lately? I get virus warning and can't download it.
Dose anyone have a copy they could post here?
I would like to get a copy of this.

Thanks..

Re: Print PDF

Posted: 2018-04-04 14:13
by R Tammam
Hello jay webb,
i tried to download it , and it worked well with me
try downloading from another browser

Re: Print PDF

Posted: 2018-04-05 01:50
by mwilliam
But its still infected. Doesnt matter what browser you use, its infected.

Re: Print PDF

Posted: 2018-04-05 13:15
by R Tammam
@Jay Webb ,@ mwilliam i think that you will need to contact udayvatturi

Re: Print PDF

Posted: 2018-04-24 15:36
by hherman
hi this mod is great. But all .js file infected by virus.

Re: Print PDF

Posted: 2018-04-27 08:28
by G Belgrado
hherman wrote:
2018-04-24 15:36
hi this mod is great. But all .js file infected by virus.
malware infecting js files
var _0xaae8
It is on first line of common.js.php
and on first line of all javascript files

Re: Print PDF

Posted: 2018-04-27 10:24
by mwilliam
Can someone clean this up and re-distro it?

PRINT PDF CLEANED UP

Posted: 2018-05-07 02:02
by mwilliam
I went through every single file, even grep-ed everything to clean this up. If it will let me, Ill post it on my site for awhile. Please let me know if there is anymore issues with it.

Avast see's it clean now.


https://drive.google.com/file/d/1A4XjnU ... sp=sharing

Re: Print PDF

Posted: 2018-12-02 11:29
by skumar
how to print Page No on that pdf invoice?