Pragmatic – Leading provider of open source business applications OpenERP, Ruby on Rails, Node.js, Talend, jaspersoft  – Pragmatic

Archive for the All category

Beyonce Adams

Inheriting javascript from OpenERP 7 web client

All No Comment

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 code can make it directly in the core code. But this presents a potential problem […]

Read more
Beyonce Adams

Ruby on Rails Fedena School Management System

All No Comment

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 errors because of version of 2.3.5. so i Changed it to version 2.3.11. and then […]

Read more
Beyonce Adams

Odoo OpenERP 7 Hotel Management

OpenERP No Comment

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.   Web Based Booking Form: This enables user to book room through internet.Booking form is featured […]

Read more
Beyonce Adams

Common wealth bank payment

All No Comment

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 everything in test mode. later just need to change this environment to production.but for that […]

Read more
Beyonce Adams

Odoo OpenERP 7 Login using Google Accounts with OAUTH Module

OpenERP No Comment

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. Sign up with OAuth2 Authentication 3. Open-ID Authentication. 4. Sign Up          […]

Read more
Beyonce Adams

Odoo OpenERP 7 Medical Hospital Healthcare Management

OpenERP No Comment

  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 the in-patient (patient who is hospitalized) 6.Creating a lab test report 7.Lab report in pdf […]

Read more
Beyonce Adams

Testing with ruby on rails with cucumber

All No Comment

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 going to test.then need to write a Scenario . Scenario are a small steps which […]

Read more
Beyonce Adams

Refinery CMS

All No Comment

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 do the crud of users or screenshot of adduser screen shot. You can reorder the […]

Read more
Beyonce Adams

Geocoder

All No Comment

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 is stored in latitude and longitude format of given location. Now When we want to […]

Read more
Beyonce Adams

Odoo OpenERP 7 Magento Integration

Magento, Odoo Integration, OpenERP No Comment

Following are the feature of the Magento – OpenERP 7 Integration: 1.  Import and Export of all the categories. 2.  Import and Export all the products. 3. Import all the store customers to openERP. 4.  Import all the sales order to OpenERP. 5. Creation of automatic invoice in OpenERP  for imported sale order. 6. Export […]

Read more