Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Page number qweb-pdf

Odoberať

Get notified when there's activity on this post

This question has been flagged
v8qwebreportingpagenumber
1 Odpoveď
12552 Zobrazenia
Avatar
Javier Batres Velásquez

Hello I need add the page number on my report, I have seen that this is only "<span>Page </span><span class="page" /> of <span class="topage" />" but it doesn't work, can someone say me how solve that.

Here is my XML:

    

<openerp>
    <data>
        <report
                id="report_sale_utilities"
                model="velfasa.wizard"
                string="Reporte de utilidad"
                name="velfasa.utilities"
                file="velfasa.utilities"
                report_type="qweb-pdf"
                menu="False"/>

        <template id="utilities">
            <t t-call="report.html_container">
                <t t-foreach="docs" t-as="doc">
                    <t t-call="report.external_layout">
                        <div class="page">
                            <div style="float:right;">
                                <table>
                                    <tr>
                                        <td style="border-right: 1px dotted #F2F2F2;">
                                            <div style="padding: 5px;"><t t-esc="time.strftime('%Y-%m-%d')"></t></div>
                                        </td>
                                        <td>
                                            <div style="padding: 5px;"><t t-esc="user.name"></t></div>
                                        </td>
                                    </tr>
                                </table>
                            </div>
                            <br/>
                            <h1>Reporte de utilidades</h1>
                            <br/>
                            <table>
                                <tr>
                                    <td style="border-right: 1px dotted #F2F2F2; font-size: 15px;">
                                        <div style="padding-left: 5px; padding-right: 5px; padding-bottom 5px; ">Fecha de inicio:</div>
                                    </td>
                                    <td>
                                        <div style="padding-left: 5px; padding-right: 5px; padding-bottom 5px; "><t t-esc="doc.inicio" /></div>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="border-right: 1px dotted #F2F2F2; font-size: 15px;">
                                        <div style="padding-left: 5px; padding-right: 5px; padding-bottom 5px; ">Fecha de fin:</div>
                                    </td>
                                    <td>
                                        <div style="padding-left: 5px; padding-right: 5px; padding-bottom 5px; "><t t-esc="doc.fin" /></div>
                                    </td>
                                </tr>
                            </table>
                            <br/>
                            <t t-set="costos" t-value="json.loads(doc.costos)" />
                            <t t-set="ventas" t-value="json.loads(doc.ventas)" />
                            <t t-set="cantidades" t-value="json.loads(doc.cantidades)" />
                            <style>
                                th{
                                border-bottom: 1px solid black;
                                font-size: 15px;
                                padding: 5px;
                                }
                                thead{
                                display: table-header-group;
                                }
                                .tabla{
                                width: 100%;
                                }
                                .tabla > td{
                                border-bottom: 1px dotted #F2F2F2;
                                padding: 5px;
                                }
                                .cantidad{
                                text-align: right;
                                }
                                .total{
                                border-top: 1px solid black;
                                border-bottom: 1px solid black;
                                font-weight: bold;
                                }
                                .producto{
                                width: 550px;
                                }
                            </style>
                            <table class="tabla">
                                <thead>
                                    <tr>
                                        <th class="producto">Producto</th>
                                        <th>Cantidad</th>
                                        <th>Precio de venta</th>
                                        <th>Costo</th>
                                        <th>Utilidad</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <t t-set="ventaF" t-value="0"/>
                                    <t t-set="costoF" t-value="0"/>
                                    <t t-set="cantidadF" t-value="0"/>
                                    <t t-foreach="doc.product_ids" t-as="product_id" >
                                        <t t-set="venta" t-value="ventas[str(product_id.id)]"/>
                                        <t t-set="costo" t-value="costos[str(product_id.id)]"/>
                                        <t t-set="cantidadA" t-value="cantidades[str(product_id.id)]"/>
                                        <t t-set="ventaF" t-value="ventaF + venta"/>
                                        <t t-set="costoF" t-value="costoF + costo"/>
                                        <t t-set="cantidadF" t-value="cantidadF + cantidadA"/>
                                        <t t-set="utilidad" t-value="venta-costo" />
                                        <tr>
                                            <td class="producto">
                                                <t t-esc="product_id.name" />
                                            </td>
                                            <td class="cantidad">
                                                <t t-esc="'{0:,}'.format(int(cantidadA))" />
                                            </td>
                                            <td class="cantidad">
                                                <t t-esc="'{0:,.2f}'.format(round(float(venta), 2))" />
                                            </td>
                                            <td class="cantidad">
                                                <t t-esc="'{0:,.2f}'.format(round(float(costo), 2))" />
                                            </td>
                                            <td class="cantidad">
                                                <t t-esc="'{0:,.2f}'.format(round(float(utilidad), 2))" />
                                            </td>
                                        </tr>
                                        <t t-if="product_id_last">
                                            <!--<table style="float: bottom;">-->
                                            <tr>
                                                <td class="total">
                                                    Totales
                                                </td>
                                                <td class="cantidad total">
                                                    <t t-esc="'{0:,}'.format(int(cantidadF))" />
                                                </td>
                                                <td class="cantidad total">
                                                    <t t-esc="'{0:,.2f}'.format(round(float(ventaF), 2))" />
                                                </td>
                                                <td class="cantidad total">
                                                    <t t-esc="'{0:,.2f}'.format(round(float(costoF), 2))" />
                                                </td>
                                                <td class="cantidad total">
                                                    <t t-set="utilidad" t-value="ventaF - costoF" />
                                                    <t t-esc="'{0:,.2f}'.format(round(float(utilidad), 2))" />
                                                </td>
                                            </tr>
                                            <!--</table>-->
                                        </t>
                                    </t>
                                </tbody>
                            </table>
                            <div class="footer">
                                <div class="text-right" style="border-top: 1px solid black;">
                                    <ul class="list-inline">
                                        <li>Page:</li>
                                        <li><span class="page"/></li>
                                        <li>/</li>
                                        <li><span class="topage"/></li>
                                    </ul>
                                </div>
                            </div>
                        </div>

                    </t>
                </t>
            </t>
        </template>
        <template id="external_layout_footer">
            <div class="footer">
                <div class="text-right" style="border-top: 1px solid black;">
                    <ul class="list-inline">
                        <li>Page:</li>
                        <li><span class="page"/></li>
                        <li>/</li>
                        <li><span class="topage"/></li>
                    </ul>
                </div>
            </div>
        </template>
        <record id="paperformat_utilities" model="report.paperformat" >
            <field name="name" >Utilidades</field>
            <field name="orientation" >Portrait</field>
            <field name="margin_top">10</field>
            <field name="format">Letter</field>
        </record>
        <record id="report_sale_utilities" model="ir.actions.report.xml">
            <field name="paperformat_id" ref="paperformat_utilities" />
        </record>
    </data>
</openerp>

 

0
Avatar
Zrušiť
Avatar
Vasanth
Best Answer

hi Javier,

you can get the answer in the following link:

https://www.odoo.com/forum/help-1/question/how-to-add-page-number-in-qweb-reports-in-odoo-74996#answer-75267

3
Avatar
Zrušiť
Javier Batres Velásquez
Autor

Hello i am trying this method but it doesn't work. And I don't know if you can help me to show the thead of a table on each page.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
Sum on QWeb reports Solved
v8 qweb reporting
Avatar
Avatar
Avatar
Avatar
3
mar 21
44826
Problem with QWeb report
v8 qweb reporting odoo8
Avatar
Avatar
Avatar
2
máj 15
8493
A module with a print button so I can learn?
v8 qweb print reporting
Avatar
0
mar 15
3464
How can I display all tasks (including completed ones) in a QWeb report in Odoo?
qweb reporting
Avatar
Avatar
2
sep 24
3096
QWEB: Place full width image on page Solved
v8 qweb
Avatar
Avatar
1
jún 21
8739
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now