Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to creating customer payment in openerp

For creating a customer payment against an invoice through Customer Payments, follow these steps: Go to Accounting/Customers/Customer Payments and create. Select the Partner, you will see all the invoices in the Payment Information tab. First add t

How to insert data from CSV file to MYSQL DB using Pentaho

Step 1: Create an Input, drag and drop CSV File Input from Input step into your Transformation. Right click, edit the Input file. Provide File Name, click on Get Fields, then Preview to have a look in your input file. Double check the fil

How to create log file in PHP

If you want to debug a large amount of data. You need to create a Log file with the following piece of code. $file = fopen ( "testfile.txt" , "a+" ); fwrite ( $file , serialize ( print_r ( $_POST , true ) ) ); fopen(): It is inbuilt function which

How to combining two strings together in PHP ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss combining two strings together in PHP. The PHP concatenate(.) is used for combining two string values and create one string. you can see bellow example: <?php //firstly crea

How to create Handler in Android?

If you want to create handler , here is the code snippet that can help you out. Step :-1 Create the object for Handler. private Handler myHandler = new Handler(); Step :-2 Create the Runnable Thread. private Runnable myRunnableThread = new Run

How to create A Simple Server in python

In python simple server is Internet servers, we use the socket function available in socket module to create a socket object. After then a socket object is used to call other functions to setup a socket server. after this call bind(hostname, port) fu

How to create Simple Client in python

In python simple client program opens a connection to a given port 9876543 and given host. It is very simple to create a socket client using Python's socket module function. The socket.connect(hosname, port ) opens a TCP connection to hostname on the

How to create class in python

In python class statement creates a new class definition and The class has a documentation string which can be accessed via ClassName.__doc__. The class_suite consists of all the component statements defining class members, data attributes and functi

Tabbed Application in iOS

In this blog we are displaying that how we can create a tab bar based application in iOS. Step 1. Create a new project and select Tabbed Application Template instead of the Single View Based application and click next. Step 2. Name that application

Create a Singleton class in swift

Hi, To Create a Singleton class in swift follow steps below: 1- Add a Cocoa Class file subclass of NSObject named it as MySingleton and now write down the code as .   import UIKit class MySingleton: NSObject { static let sharedInstance

1 12 370
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: