Book Image

Working with OpenERP

By : Greg Moss
Book Image

Working with OpenERP

By: Greg Moss

Overview of this book

<p>OpenERP continues to gain momentum throughout the world in providing the best platform for open source ERP installations. This book covers all the essential modules and how to get the power of OpenERP to work for you.</p> <p>"Working with OpenERP" provides a real-world business solution approach to integrating OpenERP into your small or medium sized business. This book begins by walking you through how to install OpenERP on a Windows or Ubuntu server then takes you through all the essential modules you will need to get OpenERP up and running for your company.</p> <p>All through the book, "Working with OpenERP" provides real-world examples in sales, customer relationship management (CRM), purchasing, manufacturing, human resources, and financial accounting. After covering the basics, you will learn how to customize various methods to configure OpenERP for your business and even build your own custom modules.</p> <p>"Working with OpenERP" covers all the basics of installing and using OpenERP along with advanced real-world examples you will not find anywhere else.</p>
Table of Contents (21 chapters)
Working with OpenERP
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Examining the company header and footer


OpenERP exposes the company header and footer within the company settings because this will be one of the most frequent changes a company will require. There are three header/footer segments that you can modify:

  • The header/footer for documents that will typically be seen externally

  • The header/footer for documents and reports that will typically be distributed internally

  • The header/footer used for landscape documents

The header and footer information is all within the same text box. The header and footer sections are commented within the code so you know where each section begins and ends.

RML for the company header

Let's look at the RML just for the company header. The following is a screenshot of the RML used for the company header:

Take special notice of the <!—page header --> tag at the very top. It identifies that this segment of RML is utilized to produce the header on the reports. In RML, any text that is wrapped between a <!-- tag at the beginning...