Advanced PHP and OpenERP / Odoo 7 Interfacing: Using PHP XML-RPC Library
30-day money-back guarantee
Free Shipping in U.S.
Buy now, get in 2 days
Advanced PHP and OpenERP / Odoo 7 Interfacing: Using PHP XML-RPC Library
OpenERP / Odoo provides an application programming interface using it's XML-RPC web services. The service is ready to be accessed by any programming language that is capable on communication through XML-RPC interface. This book explain in details on how to setup, configure, and do the integration of external system into OpenERP/ Odoo.Started with the OpenERP installation steps both for Linux and Windows, then PHP XAMPP installation for both operating systems, and the required preparation steps to take in order that the systems are ready to be integrated together.
About the E-Book
Free Sample/ Google Play Order
Click https://play.google.com/store/books/details?id=RDaZBQAAQBAJ
About the Author
Akhmad D. Sembiring is 10 years-more IT practitioner, CEO of vitraining.com, book writer, and trainer
Search his name on Google to find out more
Topics Covered
Advanced PHP and OpenERP / Odoo 7 Interfacing: Using PHP XML-RPC Library
Case Study and Objectives
Backgrounds Objectives Architecture and Design The Database Structure The Scripting Languange
OpenERP Installation on Ubuntu Linux
PostgreSQL Installation
Install the Python Modules
Download the Source Code
Extract the Source Code
Configure and Run the Server
Configure OpenERP to Run as a Service
Apache, MySQL, and PHP Installation on Linux
Installing Apache
Installing MySQL
Installing PHP
PHP Modules
See PHP on the Server
OpenERP Installation on Windows
Download the Latest Installer
Run the Installer
XAMPP Installation for Windows
Download XAMPP
Installation Testing and Securing XAMPP
Preparations
Create a Development Database
Activate PHP Curl Module
Testing the Curl Module
Installation of XML-RPC Library
Download the XML-RPC Library
Extract the xmlrpc-2.2.tar.gz File
Project Folder Setup
The MyOpenERPLib Class
Login
Search
Read
Create
Delete
Write
Create and Add New Records of one2many Fields
Write and Add More Records of one2many Fields
Write and Change Data on the one2many Fields
Summary
Processing Sales Order Data
Create a MySQL Development Database
Common Database Connection
Importing Partners
Importing Products
Importing Sale Order and Order Lines
Executing Actions on the Server
The exec() Method
The searchAny() Method
Create the Order Confirm Script
Integrating With Yii Framework
Automating the Process
The Wrapper Script Setup on Linux
Installing wget Cron Job Setup
Setup on Windows
Installing wget
Task Scheduler Setup
Conclusion
References