Skip to Content
Menu
This question has been flagged
2 Replies
2076 Views

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
Discard
Author Best Answer

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

Thanks!

Avatar
Discard
Best Answer

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
Discard