This question has been flagged
1 Reply
6687 Views

In v6.1, Settings--Companies--Header/Footer, how to assign different footer for Quotation/SO/PO.

<drawCentredString x="10.5cm" y="1.7cm">[[ report type = Quotation ]] footer1</drawCentredString>
<drawCentredString x="10.5cm" y="1.7cm">[[ report type = SO ]] footer2</drawCentredString>
<drawCentredString x="10.5cm" y="1.7cm">[[ report type = PO ]] footer1</drawCentredString>
Avatar
Discard
Best Answer

Hey Youring

you can upgrade report .py file just change header=False after that make header and footer whatever you want directly in rml file design it as you want .

Thanks
Sandeep

Avatar
Discard
Author

Thanks for the quick reply.But then how to make header and footer in the rml file that stay fixed on top and bottom?