Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2075 Widoki

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).


Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Thanks!

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć