
Search In
If you want show all transaction state for the payment.Then you have to follow the following code in your .js file.
odoo.define('pos_mercury.pos_mercury', function (require) {
"use strict";
var Class = require('web.Class');
var Model =
Schema Configuration:
For performing indexing you have to create indexes first in the schema.xml file.
This is the file which you have to configure to perform any further operations. It the contains the fields which needs to be in
Hello Reader's if you are developing the project in Codeignter then CI offers you a lot more featured libraries. Shopping cart is on of them. Now in this blog we will see how to develop shopping cart by Library.
Suppose your website offers you the p
Hello Readers
If you want to create speech bubbles using css3, here is the code that will help you.
This blog post will tell you how to make CSS speech bubble without using any image. You need a <div> element. Though I’m using anc
So, you’ve created this extra long, information-filled article for your site. You thought it would be a great help to your audience and is very excited to get reads and shares. Alas! A few days later, all those research and typing go down the d
You will get distance between two location easily by using below code. You will just need lat/long of both location for which you have to calculate distance.
/**
* Get distance of location between two locations
* @param lat2
* @param lon2
* @par
My previous blog Compute intersection of two or more arrays demonstrates about PHP functions which are used to compute intersection of two or more arrays. These functions return an array of common elements from first array which are also present in o
In cakePhp if have an extensive database which contain a huge number of record so you can apply the datatables server side processing there. By applying the datatable server side processing you are furnished with pagination highlight in which it depe
Latest features introduced with C# 4.0 and above versions
C# 4.0 is a version of the C# programming language that was released on April 11, 2010. Microsoft released the 4.0 runtime and development environment Visual Studio 2010.
Microsoft breaks t
//this code use to deduct amount automatically from buyers account
//step1. include paypal.class.php file (find attached file)
include_once('paypal.class.php');
$objPaypal = new MyPayPal();
$PayPalMode = 'sandbox'; // sandbox or li
