Inheriting javascript from OpenERP 7 web client

OpenERP 7 web client allows adding of modules to the web client itself. The code of the web client in OpenERP 7 As Example:POS is primarily written in Javascript. Generally if people need to make any changes in the javascript…

Ruby on Rails Fedena School Management System

To get started with fedena school erp management system i done the following steps  1. First need to ruby 1.8.7 because the rails version was used as 2.3.52. Just to save your time from running an app. i got some…

Odoo OpenERP 7 Hotel Management

Hotel Management module incorporates addresses key functionalities in hospitality industry. It includes following functions : 1.Room Reservations 2.Transportation Management  3.Restaurant Management   4.Laundry Management   5.Banquet Hall Booking      Room Reservations (at Reception)  This enables user to book room through walk-in enquiries/ and through web booking form.  …

Common wealth bank payment

To make a credit card payment in Australia there is one bank named as common wealth bank. which accepts credit cards payments.. To accepts a payment i do the following steps# Send requests to the gateway’s test servers# #first set…

Odoo OpenERP 7 Login using Google Accounts with OAUTH Module

This Blog Deals with Login in OpenERP with Google Account and Google App Domain Account details so that you need not to create user in OpenERP Manually. Before Starting further discussion Install Following Module in Database:  1. OAuth2 Authentication 2.…

Odoo OpenERP 7 Medical Hospital Healthcare Management

  We are please to annouce the upgrade of the OpenERP Medical module for OpenERP V7. Here are some screenshots of it.1.Creating a Hospital record 2.Creating a Patient record 3.Creating a Physician record 4.Creating Prescription for the patient 5.Record of…

Testing with ruby on rails with cucumber

Testing with ruby on rails with cucumberFor testing a rails application i use cucumber . cucumber uses a Gherkin language. what need to be done here is first need to define Feature.Feature means a short description of what we are…

Refinery CMS

An open source Ruby on Rails content management system for Rails 3. Steps to Install Refinary CMS  1. gem install refinerycms  2. refinerycms path/to/my_new_app That’s AllNow when you run the application you can see your web site editor. Like you can…

Geocoder

Geocoder in ruby on rails is a gem which is used for storing an latitude and longitude of either an ip based or address based . For Example While Storing Customers details we are asking to provide customer address which…