Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
2083 Zobrazení

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
Zrušit
Autor Nejlepší odpověď

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

Thanks!

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit