Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda

I have a custom report template with header and footer. I extended this header from "web.external_layout_header". In that, I have written some code in there

     <template id="header_ext_inherit" inherit_id="report.external_layout_header">

    <xpath expr="//div[@name='company_address']/span" position="replace"/>
    <xpath expr="//div[@class='header']" position="inside">
        <div><br/><br/><br/></div>
           <div style="margin-left:52px;margin-top:57px;">
               <---some code---->
            </div>
    </xpath>
</template>


So It basically prints every page in all documents just like (Sale, Purchase, Invoice and etc..)

So, My question is that how to print only first page not every page?

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Apr 22
9401
2
Feb 19
10120
3
Nov 22
8369
2
Des 19
8500
1
Okt 24
11452