Page 1 of 1

How do you manage the print template

Posted: 2016-05-25 00:33
by jcrespi
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.

Re: How do you manage the print template

Posted: 2019-09-09 12:21
by Ionut Bocanet
Did you succeeded ?

I would want also to understand how to do it.

Re: How do you manage the print template

Posted: 2019-09-10 07:58
by onoehring
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