ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTML><HEAD><TITLE>SmartHR - Enterprise HR and Payroll Solutions in Dubai, Abu Dhabi, RAK in UAE and Iraq, Syria, Jordan, Kuwait, KSA, Bahrain, Qatar and Iran in the Middle East</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <STYLE type=text/css>BODY { BACKGROUND-IMAGE: url(images/bg_blackbar.gif) } A:link { COLOR: #3366cc; TEXT-DECORATION: none } A:visited { COLOR: #3366cc; TEXT-DECORATION: none } A:hover { COLOR: #3366cc; TEXT-DECORATION: underline } A:active { TEXT-DECORATION: none } .style1 { FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } </STYLE> <LINK href="images/main.css" type=text/css rel=stylesheet> <META content="HRMS Software Dubai, HRMS Software UAE, HR and Payroll Software Dubai, HR and Payroll Software UAE, Hr and Payroll Software Abu Dhabi, Employee Self Service Dubai, Recruitment Management Software Dubai, Performance Appraisal Software Dubai, Payroll Processing Services Dubai, Payroll Processing Service UAE, HR and Payroll Software, Payroll Software Dubai, Payroll Software, HR and Payroll Software Sharjah, HR and Payroll Software Bahrain, HR and Payroll Software Qatar, HRMS Software" name=keywords> <META content="Smart HRMS Solution - HR and Payroll Software, Employee Self Service, Appraisal or Performance Evaluation Software, Recruitment Management Software, Payroll Process Outsourcing, HRMS Software in the Middle East" name=description> <META content="Smart HRMS Solution - HR and Payroll Software, Employee Self Service, Appraisal or Performance Evaluation Software, Recruitment Management Software, Payroll Process Outsourcing, HRMS Software in the Middle East"> <SCRIPT type=text/javascript> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </SCRIPT> <META content="MSHTML 6.00.6000.16386" name=GENERATOR> <script type="text/javascript"> var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0]=["clients/image1.gif", "", ""] //plain image syntax fadeimages[1]=["clients/image2.gif", "", ""] //image with link syntax fadeimages[2]=["clients/image3.gif", "", ""] //image with link and target syntax fadeimages[3]=["clients/image4.gif", "", ""] fadeimages[4]=["clients/image5.gif", "", ""] fadeimages[5]=["clients/image6.gif", "", ""] fadeimages[6]=["clients/image7.gif", "", ""] fadeimages[7]=["clients/image8.gif", "", ""] fadeimages[8]=["clients/image9.jpg", "", ""] fadeimages[9]=["clients/image10.jpg", "", ""] fadeimages[10]=["clients/image11.jpg", "", ""] fadeimages[11]=["clients/image12.jpg", "", ""] //fadeimages[12]=["clients/image13.gif", "", ""] fadeimages[12]=["clients/image14.gif", "", ""] var fadebgcolor="white" ////NO need to edit beyond here///////////// var fadearray=new Array() //array to cache fadeshow instances var fadeclear=new Array() //array to cache corresponding clearinterval pointers var dom=(document.getElementById) //modern dom browsers var iebrowser=document.all function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){ this.pausecheck=pause this.mouseovercheck=0 this.delay=delay this.degree=10 //initial opacity degree (10%) this.curimageindex=0 this.nextimageindex=1 fadearray[fadearray.length]=this this.slideshowid=fadearray.length-1 this.canvasbase="canvas"+this.slideshowid this.curcanvas=this.canvasbase+"_0" if (typeof displayorder!="undefined") theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :) this.theimages=theimages this.imageborder=parseInt(borderwidth) this.postimages=new Array() //preload images for (p=0;p<theimages.length;p++){ this.postimages[p]=new Image() this.postimages[p].src=theimages[p][0] } var fadewidth=fadewidth+this.imageborder*2 var fadeheight=fadeheight+this.imageborder*2 if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox) document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>') else document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>') if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox this.startit() else{ this.curimageindex++ setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay) } } function fadepic(obj){ if (obj.degree<100){ obj.degree+=10 if (obj.tempobj.filters&&obj.tempobj.filters[0]){ if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+ obj.tempobj.filters[0].opacity=obj.degree else //else if IE5.5- obj.tempobj.style.filter="alpha(opacity="+obj.degree+")" } else if (obj.tempobj.style.MozOpacity) obj.tempobj.style.MozOpacity=obj.degree/101 else if (obj.tempobj.style.KhtmlOpacity) obj.tempobj.style.KhtmlOpacity=obj.degree/100 else if (obj.tempobj.style.opacity&&!obj.tempobj.filters) obj.tempobj.style.opacity=obj.degree/101 } else{ clearInterval(fadeclear[obj.slideshowid]) obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1" obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas) obj.populateslide(obj.tempobj, obj.nextimageindex) obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0 setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay) } } fadeshow.prototype.populateslide=function(picobj, picindex){ var slideHTML="" if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">' slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">' if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML+='</a>' picobj.innerHTML=slideHTML } fadeshow.prototype.rotateimage=function(){ if (this.pausecheck==1) //if pause onMouseover enabled, cache object var cacheobj=this if (this.mouseovercheck==1) setTimeout(function(){cacheobj.rotateimage()}, 100) else if (iebrowser&&dom||dom){ this.resetit() var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) crossobj.style.zIndex++ fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50) this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0" } else{ var ns4imgobj=document.images['defaultslide'+this.slideshowid] ns4imgobj.src=this.postimages[this.curimageindex].src } this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0 } fadeshow.prototype.resetit=function(){ this.degree=10 var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) if (crossobj.filters&&crossobj.filters[0]){ if (typeof crossobj.filters[0].opacity=="number") //if IE6+ crossobj.filters(0).opacity=this.degree else //else if IE5.5- crossobj.style.filter="alpha(opacity="+this.degree+")" } else if (crossobj.style.MozOpacity) crossobj.style.MozOpacity=this.degree/101 else if (crossobj.style.KhtmlOpacity) crossobj.style.KhtmlOpacity=this.degree/100 else if (crossobj.style.opacity&&!crossobj.filters) crossobj.style.opacity=this.degree/101 } fadeshow.prototype.startit=function(){ var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) this.populateslide(crossobj, this.curimageindex) if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER var cacheobj=this var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid) crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1} crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0} } this.rotateimage() } </script> </HEAD> <BODY bgColor=#ffffff onload="MM_preloadImages('images/menus/home.gif','images/menus/aboutus.gif','images/menus/productsandservices.gif','images/menus/contactus.gif','images/menus/clientlist.gif')"> <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center bgColor=#ffffff border=0> <TBODY> <TR vAlign=center> <TD vAlign=top bgColor=#ffffff colSpan=2><BR><a target="_blank" href="http://www.smartcitysystems.com/"><IMG border="0px" src="images/scslogo.gif"></a> <DIV align=left></DIV></TD> <TD align=right width="71%" bgColor=#ffffff><BR><IMG height=84 src="images/AI2.jpg" width=409><BR><IMG src="images/spacer.gif" width=3></TD></TR> <TR> <TD width="1%"></TD></TR></TBODY></TABLE> <TABLE class=tableupperborder cellSpacing=0 cellPadding=3 width="100%" border=0><TBODY> <TR class=menutextwhilebold bgColor=#cccccc> <TD width="7%" bgColor=#ffffff> <DIV class=style1 align=center><BR><IMG id=Image1 height=19 alt=Home src="images/homero.gif" width=41 useMap=#Image1Map border=0></DIV></TD> <TD width="10%" bgColor=#ffffff> <DIV align=center><BR><IMG id=Image2 height=19 src="images/aboutusro.gif" width=63 useMap=#Map border=0></DIV></TD> <TD width="17%" bgColor=#ffffff> <DIV align=center><BR><IMG id=Image3 height=19 src="images/productsandservicesro.gif" width=149 useMap=#Map2 border=0></DIV> <DIV align=center></DIV></TD> <!-- <TD width="11%" bgColor=#ffffff> <DIV align=center><BR><IMG id=Image5 height=20 alt="Client List" src="images/clientlistro.gif" width=68 useMap=#Map4 border=0><BR></DIV></TD>--> <TD width="11%" bgColor=#ffffff> <DIV align=center><BR><IMG id=Image4 height=19 alt="" src="images/contactusro.gif" width=75 useMap=#Map3Map border=0> <MAP name=Map3Map><AREA shape=RECT alt="Contact Us" coords=2,3,73,17 target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=HWCONTACT"></MAP></DIV> <DIV align=center></DIV></TD> <TD width="44%" bgColor=#ffffff> <DIV align=center><A target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=HWCONTACT"></A></DIV> <DIV align=center></DIV></TD></TR></TBODY></TABLE><MAP name=Image1Map><AREA shape=RECT alt="Home Page" coords=1,2,38,16 target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=CTG000000011"></MAP><MAP name=Map><AREA shape=RECT alt="About Smart CIty Systems" target="_blank" coords=2,3,62,17 href="http://www.smartcitysystems.com/content/default.aspx?categorycode=CTG000000011"></MAP><MAP name=Map2><AREA shape=RECT alt="Products and Services" target="_blank" coords=3,3,147,19 href="http://www.smartcitysystems.com/content/default.aspx?categorycode=HRSOLN"></MAP><MAP name=Map3><AREA shape=RECT alt="Contact Us" coords=2,3,73,17 target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=HWCONTACT"></MAP><MAP name=Map4><AREA shape=RECT coords=1,2,70,18 target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=HWCONTACT"></MAP><LINK href="images/main.css" type=text/css rel=stylesheet> <STYLE type=text/css>.style16 { COLOR: #ffffff } .style19 { COLOR: #ffffff } .style27 { COLOR: #000000 } .style28 { COLOR: #0066ff } </STYLE> <TR><TD bgcolor="#ffffff" valign="top" align="center" colspan="3"> <TABLE cellPadding=0 width="100%" bgColor=#ffffff border=0> <TBODY> <TR vAlign=top> <TD borderColor=#ffffff background=images/cellbg.gif> <DIV align=center><BR><IMG src="images/product.gif" border=0><BR><BR></DIV></TD></TR></TBODY></TABLE> <TABLE cellPadding=5 width="100%" bgColor=#ffffff border=0> <TBODY> <TR vAlign=top> <TD width="32%"> <TABLE class=maintableborders cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=#ffffff> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=#ffffff> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class=maintextbold bgColor=#ffffcc>Products and Solutions - Quick Guide</TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=4 width="100%" border=0> <TBODY> <TR> <TD class=BoldType bgColor=#cccccc><a target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=RECRUITMENT">Smart Recruitment Manager</a></TD></TR></TBODY></TABLE> <UL style="padding:5px"> <LI class=maintext > Job Posting - Create Customized Application Forms using XML based form builder </LI> <LI class=maintext>Send various emails and interview call details to candidates using standard customized email templates </LI> <LI class=maintext>Advanced Search facility to search for applications </LI> <LI class=maintext>Prefiltering of candidate applications</LI> <LI class=maintext>Applicant ranking - rate the candidates on different stages of recruitment process</LI> <LI class=maintext>Dashboard - Complete overview of live job vacancies, number of applications received, Number of candidates shortlisted, Number of interviews conducted /scheduled etc</LI> <LI class=maintext>Multiuser and Permission based access</LI> <LI class=maintext>Selected candidates login</LI> <LI class=maintext>Consultant/Recruitment agents login facility</LI> </UL></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=4 width="100%" border=0> <TBODY> <TR> <TD class=BoldType bgColor=#cccccc><a target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=APPRAISAL">Smart Appraisal</a> </TD></TR></TBODY></TABLE> <P class=maintext style="padding:5px" align=justify>Smart Appraisal Automates the time-consuming Employee Performance Appraisal administration process, thereby dramatically improving HR and Line Manager productivity.<br> Accommodates any kind and combination of Performance Measures such as Goals, Objectives, Key Performance Indicators (KPIs), Competencies, and Values.<br> Forms and templates can be tailored to specific roles in the organization. emPerform allows HR to build the online reviews just like the existing, paper-based review. The forms, reviews, and templates can be updated and re-created as the evaluation process evolves.<br> Comment boxes, rating scales, drop down lists, pick lists, calendars, check-boxes, forms, and instructions can all be modified to meet the organization s needs<br> <P class=maintext style="padding:5px" align=justify>Fully scalable handles from only 20 to thousands of employees, covering all staff and managerial levels, at multiple worldwide locations.</p> <TABLE cellSpacing=0 cellPadding=4 width="100%" border=0> <TBODY> <TR> <TD class=BoldType bgColor=#cccccc><a target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=TA">Time & Attendance</a></TD></TR></TBODY></TABLE> <P class=maintext style="padding:5px" align=justify> "One finger solves it all" </P> <P class=maintext style="padding:5px" align=justify> <b>What is actually time and attendance management?</b> </P> <P class=maintext style="padding:5px" align=justify> It is actually a system of monitoring of employee work hours for the entire company and the analysis of various human resource figures such as overtime allowance, meal allowance, transport allowance and even bonus that are often derived from employee working hours. </P> <P class=maintext style="padding:5px" align=justify> <b>What are the various benefits of such a system?</b> </P> <P class=maintext style="padding:5px" align=justify> It will be more clear to employers as a whole and yourself as a senior level management than to your employees. For the management level personnel, such a system allows them to monitor employee performance automatically  and thus allowing them to evaluate if there are any loopholes within the system. It also keep track of employees within the organization by forcing them to be accountable for their absences  once again, better for the business than for the employee himself. That is why most bosses are eagerly engaging in implementing time and attendance management system into their standard operating procedures. <br />Today s automated systems offer another benefit  the ability to calculate valuable data about employee performance both on an individual level (how hard does a particular employee work and how much should he be rewarded?) and on an organizational level (what days bring in most absences? Are people staying back to finish up on projects or leaving as quickly as possible?). Access to this information allows the  upper management to make informed decisions to improve employee performance and productivity on a major scale. </P> <P class=maintext style="padding:5px" align=justify> <b>NSC's Time and Attendance hardware and software is designed for effective Time and Attendance management, as well as floor production control, Job Costing, and Access Control applications.</b> </P> <P class=maintext style="padding:5px" align=justify> In addition, NSC's terminals have many access input options including:fingerprint verification, keypad entry, magnetic card, barcode card, proximity card, and contactless smart card. </P> <TABLE cellSpacing=0 cellPadding=4 width="100%" border=0> <TBODY> <TR> <TD class=BoldType bgColor=#cccccc><a target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=SELFSERVICE">Smart Self Service Module</a></TD></TR></TBODY></TABLE> <P class=maintext style="padding:5px" align=justify> Paper-based time off requests, beneficiary updates, and pay stubs are becoming a thing of the past. Technology has made HR a self-service function in the small and mid-size business sector </P> <P class=maintext style="padding:5px" align=justify> The HR software keeps track of the company s benefits and compensation data, allowing employees to view the status of their accrued leave, make time-off requests, or make necessary changes to their contact or benefits information -- all without phone calls or emails to HR personnel. And allowing employees to key in the information themselves online helps boost productivity, too. There are no more forms to fill out in triplicate. </P> </TD></TR></TBODY></TABLE><BR></TD> <TD width="37%"> <TABLE class=maintableborders cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top bgColor=#ffffff> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class=maintextbold bgColor=#cccc66><span align="left"><a target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=HRPAYROLL">HR and Payroll Software</a></span></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class=maintext bgColor=#ffffff> <P class=maintext align=justify> Smart HR & Payroll System has been designed and developed by Smart City Systems (www.smartcitysystems.com) to meet the specific requirements and objectives of managing work force records. Payroll processing in an efficient and effective way and in compliance with the laws of the United Arab Emirates and Middle East Countries. </p> <P class=maintext align=justify><b>Overview</b></p> <P class=maintext align=justify>Payroll is always a concern to organizations Senior Management. The Smart Payroll Software (SPS) being a modular system meets all requirements of an organizations payroll system. SPS is proven to be an ideal tool to all payroll needs of organizations with single or multiple businesses, departments, branches and cost centers. SPS is also perfect for the SME and large sized Enterprise segments as the system can be customized to any extent to meet the Corporate Specific requirements. </p> <P class=maintext align=justify>The SPS offers a wide range of complete security checks and protect against any potential unauthorized access to sensitive information held in the payroll system through controls built security. The access can be monitored and controlled at various levels to completely waive out any unauthorized access to the entire system and maintain the confidentiality.</p> <p class=maintext align=justify><b>Smart HR & Payroll</b> is designed such a way to provide easy and cost-effective links and simple integration platform within the existing enterprise systems. The Smart HR & Payroll Software also offers all its users effortless understanding of its very simple menu structure. It also generates a customizable report for a better understanding of the usage. The software is flexible and supports access of the management to the most reliable information enabling their quick decision-making. </p> <P class=maintext align=justify>Consequently, the Smart HR & Payroll through its comprehensiveness enhances the Management Information System. The implementation of this Software provides an easy access and monitoring of the consistent information like: </p> <p>&nbsp;</p> <p><strong>&bull; &nbsp; &nbsp; &nbsp; &nbsp; Personal data on employees;&nbsp;</strong></p> <p><strong>&bull; &nbsp; &nbsp; &nbsp; &nbsp; Total Cost of Employees;&nbsp;</strong></p> <p><strong>&bull; &nbsp; &nbsp; &nbsp; &nbsp; Payroll Reconciliations&nbsp;</strong></p> <p>&nbsp;</p> <P class=maintext align=justify>The provision of easy access to the reliable information leads to an efficient and prompt corporate decision making. SPS through years of research and experience has included all key areas of payroll management which includes the fixed and variable payroll earnings and deductions, loan processing, leave, absence, gratuity, cost allocation, and organizational management. Our data entry/maintenance forms have been designed by experts in Finance and Payroll field; they also evaluated the process flows to deliver efficiency in the payroll process.</p> <P class=maintext align=justify>The SPS controls have been developed through a continuous and gradual research process. The field experience of our Managers, Auditors and Payroll executives with several big and small corporate and their site specific requirements have contributed significantly to develop one of the most comprehensive and secure systems in the Middle East.</p> <P class=maintext align=justify> <b>Salient features of the system</b><br> <UL> <LI>Multi Company, Multi Currency, Single / Multi User</LI> <LI>Multi Country Support</LI> <LI>Payroll System Modules</LI> <LI>Company Module - Supports Multi Company set up, Multiple Organization Levels - Cost Center, Department, Unit, Section, etc</LI> <LI>Country / Currency Module - Supports Multi Country, Multi Currency Payroll processing</LI> <LI>Grades Module - Supports definition of Employee Grades. Grade Level limits - salary, increments, allowances, max. Payouts, etc.</LI> <LI>Employee Module - Employee Personal Information, Official Information, Family Details, Emergency Contacts, Passport, Visa, Labour card / work permit, related information.</LI> <LI>Earnings / Deductions Module - supports unlimited earnings / Deductions Type - Basic Salary, Allowances - House Rent, Car, Petrol, Conveyance, Education - school Fees, Air Tickets, Advances, Loan recovery, etc. <LI>Attendance / Leave Module - supports employee attendance / leave details.</LI> <LI>Overtime Module - supports multiple OT rates, overtime data entry.</LI> <LI>Incentives / Bonus Module - Supports user defined multiple incentives, Bonus with company defined criteria and accruals.</LI> <LI>Formula Builder Module - supports definition of formulae for earnings, Deductions, Indemnity Accruals, Pension, etc.</LI> <LI>Letter Wizard Module (Optional) - Supports various letter formats and letter generation.</LI> <LI>Increment Module - supports various increment criteria based on grades, employee performance, etc. Retrospective incre ments (Arrears).</LI> <LI>Transfer / Promotion Module - Supports recording and tracking of employee transfer, Promotion details.</LI> <LI>Loan Management Module - Supports multiple loans - Company loan, Personal loan, Car loan, Third party (Bank Loan). Loan letter record, Loan recovery / Repayment and loan reports.</LI> <LI>Pay Periods Module - Supports flexible pay periods - Monthly, weekly, etc. Holiday Maintenance.</LI> <LI>Processing Module - Supports flexible payroll process - Company level, Cost Center / Department Level, Employee Type, Single Employee. Payroll Reprocessing features. Multiple payment options - Cash, Check, Bank Transfer.</LI> <LI>EOS Benefits Module - Supports Employee Resignation, Termination, Settlement, EOS Calculations based on Country Labour Laws or Company Rules, Benefits accruals. Pre- Settlement reports with option.</LI> <LI>Payroll Reports - Employee Register, Document Expiry reports - Passport, Visa, etc., Payroll Register, Pay slips, Bank Transfer Statement, Payroll Reconciliation, Total Cost Of Employee, etc.</LI> <LI>MIS Reports - Focused towards management needs.</LI> <LI>GL Mapping (Optional) - Employee costs mapped to various GL Accounting codes. Budget Vs Actual comparisons.</LI> <LI>Admin Security Module - Supports multiple level data entry, verification, and approval checks. User defined module / function level security features. Fully secured system. Data backup / Recovery functions.</LI> <LI>Human Resources Modules (Optional): Includes various HR Functionalities</LI> <LI>Recruitment Module</LI> <LI>Appraisal Module</LI> <LI>Training Module</LI> <LI>Leave Management Module</LI> <LI>Time & Attendance Module</LI> <LI>Payroll Budget Modules (Optional): User defined Budget Heads, Detail / Summary Level Budgets - Company, Cost Center, Department, Sections, Units, etc, Sensitivity Analysis, Budget comparison, Variance, Forecasting, GL Mapping.</LI> <LI>HR & Payroll Employee Self Service Module (Optional): Includes Employee self service functions over web / Intranet such as Personal Information, Family details, Emergency Contacts Maintenance, HR Forms & Applications - Leave Application, Loan Application, etc.</LI> <LI>GUI Interface, Based on Microsoft .net Technology</LI> <LI>Supports Multiple Databases - MS SQL, MySQL, etc.</LI> <LI>Integration (Option): With Financial Management System, ERP, Time & Attendance, Access Control Systems, etc.</LI> </UL> </p> <P class=maintext align=justify> <b>Technology</b></p> <P class=maintext align=justify> Completely web based developed in ASP.Net and Microsoft SQL 2008 </p> <P class=maintext align=justify> <b>Purchasing Option</b></p> <P class=maintext align=justify> Smart HR can be purchased in the following ways:<br> 1. Full corporate license  running on a Microsoft SQL server<br> 2. Modular License  Smart HR can also be purchased and implemented on a modular basis.<br> <P class=maintext align=justify><b>System integration capabilities</b></p> <P class=maintext align=justify> Microsoft Great Plains<br> SAP<br> Peachtree<br> Microsoft Dynamics AX <br> </P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR> </TD> <TD width="31%"> <TABLE class=maintableborders cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top bgColor=#ffffcc> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class="maintextbold style19" bgColor=#999999>Client List</TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class=maintext valign="middle" align="center" bgColor=#ffffff> <div align="center"> <script type="text/javascript"> //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder) new fadeshow(fadeimages, 350, 120, 0, 3000, 1, "R") </script> </div> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR> <TABLE class=maintableborders cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top bgColor=#ffffcc> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class="maintextbold style19" bgColor=#999999>Free Onsite Demonstation</TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class=maintext valign="middle" align="center" bgColor=#ffffff> <div align="center"> <a target="_blank" href="http://www.smartcitysystems.com/content/default.aspx?categorycode=HWCONTACT"> <IMG alt="Click here to contact us" src="images/free_demo.jpg" border="0px"> </a></div> </div> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <br /> <TABLE class=maintableborders cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top bgColor=#ffffcc> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class="maintextbold style19" bgColor=#999999>Download Broucher</TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class=maintext valign="middle" align="center" bgColor=#ffffff> <div align="center"> <a target="_blank" href="HRMS_SMARTHR_Software_Details_2011-A1.pdf"> <IMG alt="Click here to Download Broucher" src="images/icon-pdf.jpg" border="0px"> </a></div> </div> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <br /> <TABLE class=maintableborders cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD vAlign=top bgColor=#ffffcc> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class="maintextbold style19" bgColor=#999999>Payroll Process Outsourcing</TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=5 width="100%" border=0> <TBODY> <TR> <TD class=maintext valign="middle" align="center" bgColor=#ffffff> <div align="center"> <P class=maintext style="padding:5px" align=justify> <b>No need to buy licenses. No maintenance fees. No professional fees. No servers. No expensive trainings. Fully secured SSL transactions. Call for more info!</b><br> SCS provides cost effective & efficient solutions on processing of payroll. The whole process is designed to eliminate all regulatory & compliance hassles that an organization faces. </P><P class=maintext style="padding:5px" align=justify> SCS's focus is to provide exclusive service & innovative solutions in both off-site & online (Web-enabled) payroll processing. </P><P class=maintext style="padding:5px" align=justify> The payroll is run on customize software, which is capable of processing huge amounts of data in real time, thus ensuring faster turnaround time and efficiency. </P> <P class=maintext style="padding:5px" align=justify> Basic SmartHRMS Verison for Payroll Processing provides seperate login for Manager and Employees. Manager has access to Customised Payroll Reports, Bank Transfer Reports(WPS Compliant) etc. An employee has got the option to download and print payslips. </P> <P class=maintext style="padding:5px" align=justify>Advanced SmartHRMS Version provides Managers with additional functionality to manage employee data using excel sheet import(Salary information/Leave/Attendance) and employees has got the option for Eclaims and Submitting Leave Applications Online etc . </P> <P class=maintext style="padding:5px" align=justify> <strong><font color="#ff0000">Reliability Guaranteed</font></strong></p> <p><font color="#ff0000">Reliable and accurate &mdash; we guarantee it! We guarantee your overall satisfaction with SMART HRMS. If any aspect of our service fails to meet your expectation, you can cancel your service at any time. </font></p> <p><font color="#ff0000">We&rsquo;re so confident you&rsquo;ll benefit from SMART HRMS; you&rsquo;re invited to try us at no risk for one month. If you&rsquo;re not completely satisfied &mdash; for any reason &mdash; during this time, simply cancel. You&rsquo;ll receive a full refund. </font><br /> <br /> For more information&nbsp;and clarification email us&nbsp;<a href="mailto:info@smartcitysystems.com">info@smartcitysystems.com</a>&nbsp; or contact us on&nbsp;<strong>+971-4-2989164</strong> </p> <p align="justify"><strong><u><font style="background-color: #ff0000" color="#ffff00" size="2">SPECIAL OFFER AED 10/Month for an Employee</font></u></strong></p> </div> </div> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <P>&nbsp;</P></TD></TR></TBODY></TABLE> <STYLE type=text/css>.textlines { BORDER-TOP: #0099cc 1px dotted; BORDER-BOTTOM: #0099cc 1px dotted } .textlinetext { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif } .style5 { FONT-SIZE: 10px; COLOR: #666666 } .style6 { FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif } .style19 { FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif } .style21 { FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif } .style28 { FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif } </STYLE> <DIV align=center> <TABLE class=textlines cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=#e5e5e5> <DIV align=center> <P><FONT size=1><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=1><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT color=#ffffff><BR></FONT></FONT></FONT></FONT></FONT> <SPAN class=style6>HR and Payroll Software | Recruitment Management Software | Self Service Module | Training Module | Performance Appraisal | Payroll Processing Services</SPAN><BR> <SPAN class=style6>Smart City Systems, PO 28768, Sarah Building, M-04, Gharhoud, Dubai, United Arab Emirates.</SPAN><BR><SPAN class=style21>Telephone: +971 4 2989164, Fax: +971 4 2989165, Email: info@smartcitysystems.com</SPAN></P> <P class=style6><SPAN class=style6>Copyright © 2004-2009 Smart City Systems</SPAN> </P> <P><BR></P></DIV></TD></TR></TBODY></TABLE></DIV></TR></table> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-1809510-7"); pageTracker._trackPageview(); } catch(err) {}</script> </BODY></HTML>