Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2126 Weergaven

Hello, 

Is there any way to print the totals of the invoice at the bottom of the page and not just after the detail lines of the invoice? My client uses preprinted forms that have boxes for the totals at the bottom of the page.

(I know the process of customizing a QWeb report).


Avatar
Annuleer
Auteur Beste antwoord

I'll try this today to see if it works!

Thanks!

Avatar
Annuleer
Beste antwoord

You may want to look at the absolute positioning feature of CSS (position: absolute) to achieve this. It allows you to specify the exact location of the element. You can also include it in the tag itself by using style="position: absolute;". Note that the positioning is always relative to it's parent, so you may have to experiment with it a little to get it just right.

Avatar
Annuleer