Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Page number qweb-pdf

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
v8qwebreportingpagenumber
1 Balas
12514 Tampilan
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
Buang
Avatar
Vasanth
Jawaban Terbai

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
Buang
Javier Batres Velásquez
Penulis

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.

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Sum on QWeb reports Diselesaikan
v8 qweb reporting
Avatar
Avatar
Avatar
Avatar
3
Mar 21
44770
Problem with QWeb report
v8 qweb reporting odoo8
Avatar
Avatar
Avatar
2
Mei 15
8457
A module with a print button so I can learn?
v8 qweb print reporting
Avatar
0
Mar 15
3436
How can I display all tasks (including completed ones) in a QWeb report in Odoo?
qweb reporting
Avatar
Avatar
2
Sep 24
3037
QWEB: Place full width image on page Diselesaikan
v8 qweb
Avatar
Avatar
1
Jun 21
8691
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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