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

Search In

How to make Cashiers in Point Of Sale in OpenERP(Odoo)?

If you want to make Cashiers in Point Of Sale in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to Point Of sale module and Click it. Step-2 Go to Cashiers ->Cashiers Step-3 Go to Create Button and click it. Step-4 Click on

Points to be remembered during Testing process

Following Points should be remembered during Testing process: 1.Always start with positive testing i.e, test for all the positive values according to requirements. 2.Continue with negative Testing i.e, test for all the possible negative values. 3.

Program in c to print 1 to 100 without using loop

in this program of C language we are not using the any king of loop,we are printing the numbers without loop. #include int main(){ int num = 1; print(num); //it is a function which is calling the value of printnum.

How to make a Round UIView with selected Daimeter programatically in iOS

Create UIView as UIView *myroundView; or watever name suits u... Allocate it itz memory as well as its frame & its diameter as- myroundView = [[UIView alloc]initWithFrame:CGRectMake(40, 18, 15, 15)]; [self setRoundedView:myroundView toDiamete

async attribute is javascript

Hi All, In this blog we will discuss about the async attribute is javascript, which is a boolean type of attribute that's either can be true or false and when ever we use this attribute to any script tag, it simply denotes that the available script

MyISAM vs INNODB in mysql

Difference between MYISAM and INNODB are given below. MYISAM: 1 MyISAM does not support foreign keys. 2 MyISAM stores its indexes,data and tables in disk space using separate three different files 3 MYISAM not supports transaction 4 MYISAM suppo

Unwind segue in iOS

To Use Unwind Segues in iOS. 1- Create three controller using storyBoard 2- Push from FirstViewControleller to SecondViewController 3- Push From SecondViewController to Third Write a function in FirstViewController like this -(IBAction)prepareFor

how to get questions with jquery,ajax,php

have a quiz script. My script contains quiz.js, getquestions.php, insertresults.php. In quiz.js: var i = 1; var sec = 20; var timetaken = 0; var answer; var points; var result = .5; var score = 0; var f = new Date(); var duration; var containerWidth

How to append elements to an array?

There are methods to add elements to the array using push method and concat method. The array push method adds element at the end of an array and returns its new length. *Syntax :- array.push(item1, item2, ..., itemX) Below is the example code :

What is the use of GROUP by statement in MySQL?

The GROUP by statement is used with the aggregate functions to group the result by one or more columns. GROUP by Syntax SELECT column_name, aggregate_function(column_name) FROM table_name WHERE column_name operator value GROUP by column_name; We h

1 353 467
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: