How do you manage the print template

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
jcrespi
Posts: 7
Joined: 2014-11-13 02:45

How do you manage the print template

Post by jcrespi » 2016-05-25 00:33

Hi,

I have been trying to modify the /templates/template_File.DVP in order to print in one page. I just have too many fields and I need to consolidate some of them into one line only instead of separate lines. I'm including an attachment in order to explain what I need to do. I have tried with different classes in order to combine them in one line with no success.
Attachments
Desctop screenshot.png
Desctop screenshot.png (154.07 KiB) Viewed 5203 times

Ionut Bocanet
Veteran Member
Posts: 32
Joined: 2017-03-12 09:26
Contact:

Re: How do you manage the print template

Post by Ionut Bocanet » 2019-09-09 12:21

Did you succeeded ?

I would want also to understand how to do it.
Best Regards,
Ionut Bocanet

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1231
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: How do you manage the print template

Post by onoehring » 2019-09-10 07:58

Hi,

- maybe try to use a custom SQL for this and concat information directly in there?
- maybe use jquery to reposition (appendTo / prependTo) some other ID?

I would probably prefer the SQL solution myself.

Olaf

Post Reply