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

Working with dynamic fields in reports


In our previous example, we were simply changing the static text. Now we will work with a dynamic field from our sales order header. For our real world example, we want to make sure that everyone sees clearly on the sales order when there is a rush order. This was the custom field that we added in Chapter 10, Customizing OpenERP for Your Business. We now want to check this field on our sales order and if the Rush Order field has been checked, we want to display RUSH ORDER in big text on our sales order.

Fortunately, it will be easy for us to add this to our sales order with the skills we have already learned in this chapter. Begin by modifying the sales order in OpenERP. Next, we want to add a line of text that will allow us to only display RUSH ORDER when the x_rushorder Boolean field is true.

The line of markup in our document that adds the rush order message is outlined in yellow. At first, this markup syntax can be confusing. It reads like this; if...