Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
2120 Vizualizări

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


Imagine profil
Abandonează
Autor Cel mai bun răspuns

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

Thanks!

Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează