April 12, 2013
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 moreApril 12, 2013
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 moreApril 11, 2013
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 moreApril 8, 2013
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 moreApril 8, 2013
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 moreApril 3, 2013
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 moreMarch 15, 2013
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 moreMarch 4, 2013
We have got the OpenERP 7 Point of Sale POS working with following Hardware: 1. Touch Screen: User can use touch screen to create orders.2. bar-code Scanner: Bar-code reader/scanner can use EAN13 code and also supports a custom bar code while scanning. After the scan it brings up the product which can then be added […]
Read moreFebruary 11, 2013
In basic module of check writing ,when printing check it prints amount with Euro and Cents as irrespective of base currency. We have developed a module which gives you facility to print amount with Unit and SubUnit of base currency in Check Printing. 1. Add Unit and SubUnit of Currency in Currency Configuration. 2. Make […]
Read moreJanuary 4, 2013