Print Table based on Print Invoice lesson on Udemy

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
mdspine
Veteran Member
Posts: 34
Joined: 2020-06-06 12:38

Print Table based on Print Invoice lesson on Udemy

Post by mdspine » 2020-06-21 20:16

Hi
There a lesson on Udemy to print invoice for the detail view
https://gist.github.com/AppGiniCourse/7 ... 8822f02133
Based on that I was able to print a PDF version of the Detail view (This is for the single record not entire table)
Does anyone know to print out the Table with table headers with Table rows, based on this lesson
Thanks

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1638
Joined: 2018-04-01 10:12

Re: Print Table based on Print Invoice lesson on Udemy

Post by pbottcher » 2020-06-22 18:47

Hi,

can you explain more detailed what you try to achieve? Is the standard prinit function for the table view not good?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

mdspine
Veteran Member
Posts: 34
Joined: 2020-06-06 12:38

Re: Print Table based on Print Invoice lesson on Udemy

Post by mdspine » 2020-06-23 02:12

Thanks for your reply
Eventually I would like a FPDF version.
1. I want to have control over the number of columns
I don’t need all the columns in my report
2. Adjust to Landscape view
3.Control over column width
4. Control over font size
5. Control over row color
I am able to have much control using FPDF for detail view
Using Udemy lesson for print invoice .

With table view I would like to get help.
Starting point would be to have a “print invoice version” of Table view so as to make a FPDF version
Thanks

Post Reply