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

Summary


In this chapter we examined OpenERP's advanced searches and dashboards. Advanced searching allows you to search on a variety of fields as well as save your searches so you can easily pull them up later. Using these features, you can more easily find the data you are looking for and place data that you need frequently into your own personal dashboard.

In the next chapter, we will begin to take a look at how you can customize OpenERP to meet the specific needs of your organization. We will discover how to activate developer mode, which will allow us to append fields to OpenERP's screens. We'll then begin adding our own fields to forms for collecting data, to lists for finding and displaying the data, and to models which handle all the rules and methods for storing the data to the underlying PostgreSQL database. But first, what is the single most important thing that we need to do before customizing our system? That's right, we need to know how to back up and restore our data, just in...