
Search In
An exception is an error that happens during the execution of a program. Exceptions are known to non-programmers as instances that do not conform to a general rule.
The code, which harbours the risk of an exception, is embedded in a try block
Let's l
Odoo-7 and Odoo-8 support the angularjs using Odoo Web Services but Odoo-9 and Odoo-10 does not supports angular js, the reason is that Odoo-9 and Odoo-10 supports back-bone.js.
Below are few steps how Odoo-7 and Odo


A most important part of developing an application which when pushed to any public source code repository is that sensitive data should not be stored within source code as other users may develop crawlers in order to find passwords, usernames and oth
This tutorial will help you to learn how to create rest api in cakephp. For this we need to follow the
following steps:
Step1: Create a database and a table say "users"
Step2: Now we will create the Users Model, Veiw and Controller.
users
There are so many libraries like Zbar,Zxing Red-Scanner that are used for bar code scanning.
I am explaining here Zbar library integration for
bar code scanning. Zbar is open source. It is fast,simple as compared to Zxing.
First of all you have to d
An efficient supply chain management system (SCM) is essential for businesses whose success depends on the swift and timely movement of goods. It exerts better control over the flow of goods from point-of-origin to point-of-sale. According to a Deloi
If you want to handle exception at the controller level you will create a class for that inside the controller that will override the OnException method to log errors
@model System.Web.Mvc.HandleErrorInfo
@{
Layout = null;
}
<!DOCTYPE html>
In this android tutorial blog, we are going to discuss customizing Alert Dialog with Dynamic Buttons. Before we start the tutorial and the coding, it is first immensely important to comprehend what is android dialog. Android dialog is identical
Hello Reader's ,
Hope your are doing good today.
Today in my blog i am going to explain how you can save details with BelongsTo Associations in CakePHP 3.
If you have multiple record for a single user, then you need to split your record into se
Humans are forever changing and evolving and so too is technology. Businesses must keep up with current trends and fads and improve systems for customer satisfaction. When people make these upgrades to their websites or software they risk bugs and sy
