Search 1.9 billion lines of Odoo code on GitHub

openmrs-openerp-connector

Author: Jonathan D. Galingan
License: no license
Branch: master
Repository: galinganmd/openmrs-openerp-connector
Languages: Markdown (12, 2.0%), Python (371, 61.8%), and XML (217, 36.2%)
Other repositories: LiberTang0/openmrs-openerp-connector, rogeriofalcone/openmrs-openerp-connector, and tkivite/openmrs-openerp-connector

<h1>openmrs-openerp-connector</h1> <p>This module adds hooks to the write and create function of the res.partner object to push data from the res_partner table of OpenERP to the OpenMRS patient table.</p> <p>If a push does not occur, the record will be marked for synchronization and could be manually pushed in the button on the form at the Configuration menu.</p> <p>The module uses the Philippine General Hospital module for Patient Enrollment created by Mr. Edwin Gonzales and Mr. Jaynar Santos and has been modified to incorporate the hooks on the Write and Create function.</p> <p>Instructions on usage:</p> <p>The module uses the python-mysqldb which is not commonly installed in Ubuntu distributions. On Ubuntu 12.04, the following installs the python-mysqldb module.</p> <p>sudo apt-get install python-mysqldb</p> <p>Installation then follows the same process of any other module in OpenERP. Upon cloning the repository to your computer, just copy the folder to the addons folder of OpenERP.</p> <p>On Ubuntu 12.04: /usr/lib/pymodules/python2.7/openerp/addons/</p> <p>Search for the module in the OpenERP client under the category &quot;Extra&quot; and install it. A new menu with the modified Philippine General Hospital Patient Enrollment Form appears. Each entry to this form pushes data directly to your OpenMRS installation once configured correctly.</p> <p>The Configuration menu represents the MySQL database of your current OpenMRS implementation which comprises the IP address, port, username, password, database name and identifier_type that you want your OpenERP implementation to synchronize with in OpenMRS.</p>