
Search In
In Odoo first, you have to install accounting module and in our system add existing fields and inherit the accounting module in our own module.
We will follow these step given below:
Step1- First we create our own module and inherits the ac
Hello All, In this blog i am going to show you how you can add search option in Drop down box.it is very helpful when u have large amount of list in drop down box.
INDEX.PHP
This file contain list of states
<html>
<head>
&
Hi Friends,
Today I am going to tell you how we can integrate pagination in rails. First let's know why pagination is required in an application.
Pagination is fetching data in batches and rendering one batch at a time. It is necessary be
PAGINATION IN RECYCLERVIEW
Hello, Here is a simple pagination tutorial in recyclerview.
Step 1 : - Create a recycler view and its adapter, In my case i have created a custom adapter in order to show user's profile image.
Step 2 :


Microsoft had released .Net Core Tools 1.0 in March, 2017. One of the biggest advantage of these tools are that they are not only supported by Windows, but also have compatibility with Mac and Linux operating systems. The biggest hurdle wit
Conversion Operators are helpful in transforming the type of the item in a collection.
In linq, We have a three types of conversion operators:-
1. As operators(AsEnumerable and AsQueryable)
2. To operators(ToArray, ToDictionary, ToList and ToLookU
Hello Reader's
If you working on Codeingiter and looking for to making the free cropping of image before uploading then this blog is very helpful to you.
The process of cropping the images is start from loading the preview of images via ajax an
I have a problem with optimizing of a function that contains loops. I start with paricular lista=[0.002,0.006,0.003,0.02,0.008,0.006,0.05] of floats and the intervals `(0,k*0.0025),(0.005,k*0.005),(0.005,k*0.0125), where upper border depend
Hi Reader's,
Welcome to FindNerd, today we are going to discuss File upload in PHP.
When developing a web application in PHP sometimes we need to upload images in our application. Basically, we can say that when a user goes for registration in a
JavaScript Array splice() method : The splice() method is used to add or remove the element from/to array. Using the parameter we can add or remove element to/from desired position. It changes the original array. The splice() method returns the remov
