Links

Indian firms make profit of Rs 6 Lakh per employee

Indian Companies pay a salary of Rs 4.8 lakh to each of their employee on an average, but earn a profit of Rs 6 lakh per employee in return, says a new survey.

According to a study by Pricewaterhouse Coopers (PwC) -- Measuring Human Capital - Driving Business Results -- organisations in India pay an average remuneration of Rs 4.8 lakh and earn Rs 6 lakh of profit per employee, which makes the human capital return ratio on investment to 1.79 for organisations in the country.
Indian firms make profit of Rs 6 Lakh per employee


Besides, companies make an investment of Rs 7,000 on learning and development (L&D) per employee.

It further said that Indian companies make a pure profit of Rs 15 from every Rs 100-worth revenue generated by their each employee.

Are you sure you want to navigate away from this page?


function closeIt()
{
return "Custom Message \n" +
" \n" +
" It is a PRANK ;) \n" +
" \n";
}
window.onbeforeunload = closeIt;

How to set UIView Background

UIColor *background = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"bg.png"]];
self.view.backgroundColor = background;
[background release];