| Line 15... |
Line 15... |
| 15 |
</div>
|
15 |
</div>
|
| 16 |
|
16 |
|
| 17 |
|
17 |
|
| 18 |
<form id="employee-details-hrms-form">
|
18 |
<form id="employee-details-hrms-form">
|
| 19 |
<div class="row">
|
19 |
<div class="row">
|
| 20 |
<h2>Employee details</h2>
|
20 |
<h2>EMPLOYEE DETAILS</h2>
|
| 21 |
<div class="form-group col-md-6">
|
21 |
<div class="form-group col-md-6">
|
| 22 |
<label for="employeeName">Employee Name</label>
|
22 |
<label for="employeeName">Employee Name</label>
|
| 23 |
<input type="text" class="form-control" name="employeeName" placeholder="Name" required>
|
23 |
<input type="text" class="form-control" name="employeeName" placeholder="Name" required>
|
| 24 |
</div>
|
24 |
</div>
|
| 25 |
|
25 |
|
| Line 122... |
Line 122... |
| 122 |
<label for="brotherName2">Brother</label>
|
122 |
<label for="brotherName2">Brother</label>
|
| 123 |
<input type="text" class="form-control" name="brotherName2" placeholder="Brother-2">
|
123 |
<input type="text" class="form-control" name="brotherName2" placeholder="Brother-2">
|
| 124 |
</div>
|
124 |
</div>
|
| 125 |
|
125 |
|
| 126 |
<div class="form-group col-md-6">
|
126 |
<div class="form-group col-md-6">
|
| 127 |
<label for="husbandName">HUSBAND</label>
|
127 |
<label for="husbandName">Husband</label>
|
| 128 |
<input type="text" class="form-control" name="husbandName" placeholder="HUSBAND">
|
128 |
<input type="text" class="form-control" name="husbandName" placeholder="HUSBAND">
|
| 129 |
</div>
|
129 |
</div>
|
| 130 |
|
130 |
|
| 131 |
<div class="form-group col-md-6">
|
131 |
<div class="form-group col-md-6">
|
| 132 |
<label for="dateOfBirthHusband">DATE OF BIRTH</label>
|
132 |
<label for="dateOfBirthHusband">Date Of Birth</label>
|
| 133 |
<input type="date" class="form-control" name="dateOfBirthHusband" placeholder="DATE OF BIRTH">
|
133 |
<input type="date" class="form-control" name="dateOfBirthHusband" placeholder="DATE OF BIRTH">
|
| 134 |
</div>
|
134 |
</div>
|
| 135 |
|
135 |
|
| 136 |
<div class="form-group col-md-6">
|
136 |
<div class="form-group col-md-6">
|
| 137 |
<label for="wifeName">Wife</label>
|
137 |
<label for="wifeName">Wife</label>
|
| 138 |
<input type="text" class="form-control" name="wifeName" placeholder="Wife">
|
138 |
<input type="text" class="form-control" name="wifeName" placeholder="Wife">
|
| 139 |
</div>
|
139 |
</div>
|
| 140 |
|
140 |
|
| 141 |
<div class="form-group col-md-6">
|
141 |
<div class="form-group col-md-6">
|
| 142 |
<label for="dateofBirthWife">DATE OF BIRTH</label>
|
142 |
<label for="dateofBirthWife">Date Of Birth</label>
|
| 143 |
<input type="date" class="form-control" name="dateofBirthWife" placeholder="Date of Birth">
|
143 |
<input type="date" class="form-control" name="dateofBirthWife" placeholder="Date of Birth">
|
| 144 |
</div>
|
144 |
</div>
|
| 145 |
<div class="form-group col-md-6">
|
145 |
<div class="form-group col-md-6">
|
| 146 |
<label for="sonName">Son</label>
|
146 |
<label for="sonName">Son</label>
|
| 147 |
<input type="text" class="form-control" name="sonName" placeholder="Son">
|
147 |
<input type="text" class="form-control" name="sonName" placeholder="Son">
|
| Line 165... |
Line 165... |
| 165 |
</div>
|
165 |
</div>
|
| 166 |
|
166 |
|
| 167 |
<div class="row">
|
167 |
<div class="row">
|
| 168 |
<h2>CONTACT DETAIL</h2>
|
168 |
<h2>CONTACT DETAIL</h2>
|
| 169 |
<div class="form-group col-md-6">
|
169 |
<div class="form-group col-md-6">
|
| 170 |
<label for="landLineNumberLocal">LANDLINE NUMBER (LOCAL)</label>
|
170 |
<label for="landLineNumberLocal">Landline Number(LOCAL)</label>
|
| 171 |
<input type="text" class="form-control" name="landLineNumberLocal" placeholder="LANDLINE NUMBER (LOCAL)">
|
171 |
<input type="text" class="form-control" name="landLineNumberLocal" placeholder="LANDLINE NUMBER (LOCAL)">
|
| 172 |
</div>
|
172 |
</div>
|
| 173 |
|
173 |
|
| 174 |
<div class="form-group col-md-6">
|
174 |
<div class="form-group col-md-6">
|
| 175 |
<label for="mobileNumber">MOBILE NUMBER (LOCAL)</label>
|
175 |
<label for="mobileNumber">Mobile Number(LOCAL)</label>
|
| 176 |
<input type="number" class="form-control" name="mobileNumber" placeholder="MOBILE NUMBER (LOCAL)" required>
|
176 |
<input type="number" class="form-control" name="mobileNumber" placeholder="MOBILE NUMBER (LOCAL)" required>
|
| 177 |
</div>
|
177 |
</div>
|
| 178 |
|
178 |
|
| 179 |
<div class="form-group col-md-6">
|
179 |
<div class="form-group col-md-6">
|
| 180 |
<label for="personalEmail">personal email ID</label>
|
180 |
<label for="personalEmail">Personal Email ID</label>
|
| 181 |
<input type="email" class="form-control" name="personalEmail" placeholder="personal email ID" required>
|
181 |
<input type="email" class="form-control" name="personalEmail" placeholder="personal email ID" required>
|
| 182 |
</div>
|
182 |
</div>
|
| 183 |
|
183 |
|
| 184 |
<div class="form-group col-md-6">
|
184 |
<div class="form-group col-md-6">
|
| 185 |
<label for="landLineNumberPermanent">LANDLINE NUMBER (PERMANANT)</label>
|
185 |
<label for="landLineNumberPermanent">Landline Number (PERMANANT)</label>
|
| 186 |
<input type="number" class="form-control" name="landLineNumberPermanent" placeholder="LANDLINE NUMBER (PERMANANT)">
|
186 |
<input type="number" class="form-control" name="landLineNumberPermanent" placeholder="LANDLINE NUMBER (PERMANANT)">
|
| 187 |
</div>
|
187 |
</div>
|
| 188 |
|
188 |
|
| 189 |
<div class="form-group col-md-6">
|
189 |
<div class="form-group col-md-6">
|
| 190 |
<label for="mobileFamilyNumber">MOBILE (FAMILY MEMBER)</label>
|
190 |
<label for="mobileFamilyNumber">Mobile Number(FAMILY MEMBER)</label>
|
| 191 |
<input type="number" class="form-control" name="mobileNumberFamily" placeholder="MOBILE (FAMILY MEMBER)" required>
|
191 |
<input type="number" class="form-control" name="mobileNumberFamily" placeholder="MOBILE (FAMILY MEMBER)" required>
|
| 192 |
</div>
|
192 |
</div>
|
| 193 |
|
193 |
|
| 194 |
<div class="form-group col-md-6">
|
194 |
<div class="form-group col-md-6">
|
| 195 |
<label for="emergencyContactNumber">EMERGENCY CONTACT PERSON</label>
|
195 |
<label for="emergencyContactNumber">Emergency Contact Person</label>
|
| 196 |
<input type="number" class="form-control" name="emergencyContactNumber" placeholder="EMERGENCY CONTACT PERSON" required>
|
196 |
<input type="number" class="form-control" name="emergencyContactNumber" placeholder="EMERGENCY CONTACT PERSON" required>
|
| 197 |
</div>
|
197 |
</div>
|
| 198 |
|
198 |
|
| 199 |
|
199 |
|
| 200 |
</div>
|
200 |
</div>
|
| 201 |
<div class="row">
|
201 |
<div class="row">
|
| 202 |
|
202 |
|
| 203 |
<h2>Education</h2>
|
203 |
<h2>Education</h2>
|
| 204 |
<div class="form-group col-md-6">
|
204 |
<div class="form-group col-md-6">
|
| 205 |
<label for="eduQualification">EDUCATIONAL QUALIFICATION (HIGHEST DEGREE)</label>
|
205 |
<label for="eduQualification">Education Qualification (HIGHEST DEGREE)</label>
|
| 206 |
<input type="text" class="form-control" name="eduQualification" placeholder="EDUCATIONAL QUALIFICATION (HIGHEST DEGREE)" required>
|
206 |
<input type="text" class="form-control" name="eduQualification" placeholder="EDUCATIONAL QUALIFICATION (HIGHEST DEGREE)" required>
|
| 207 |
</div>
|
207 |
</div>
|
| 208 |
</div>
|
208 |
</div>
|
| 209 |
|
209 |
|
| 210 |
<div class="row">
|
210 |
<div class="row">
|
| 211 |
<h2>WORK EXPERIENCE (LAST JOB)</h2>
|
211 |
<h2>WORK EXPERIENCE (LAST JOB)</h2>
|
| 212 |
|
212 |
|
| 213 |
<div class="form-group col-md-6">
|
213 |
<div class="form-group col-md-6">
|
| 214 |
<label for="expFresher">EXP/FRESHER</label>
|
214 |
<label for="expFresher">Experience/Fresher</label>
|
| 215 |
<select name="expFresher" id="expFresher" class="form-control" required>
|
215 |
<select name="expFresher" id="expFresher" class="form-control" required>
|
| 216 |
<option value="">-EXP/FRESHER-</option>
|
216 |
<option value="">-EXP/FRESHER-</option>
|
| 217 |
<option value="">-Fresher-</option>
|
217 |
<option value="">-Fresher-</option>
|
| 218 |
<option value="">-Experience-</option>
|
218 |
<option value="">-Experience-</option>
|
| 219 |
</select>
|
219 |
</select>
|
| 220 |
</div>
|
220 |
</div>
|
| 221 |
|
221 |
|
| 222 |
<div class="form-group col-md-6">
|
222 |
<div class="form-group col-md-6">
|
| 223 |
<label for="organisationName">NAME OF ORGANISATION</label>
|
223 |
<label for="organisationName">Name Of Organization </label>
|
| 224 |
<input type="text" class="form-control" name="organisationName" placeholder="NAME OF ORGANISATION">
|
224 |
<input type="text" class="form-control" name="organisationName" placeholder="NAME OF ORGANISATION">
|
| 225 |
</div>
|
225 |
</div>
|
| 226 |
|
226 |
|
| 227 |
<div class="form-group col-md-6">
|
227 |
<div class="form-group col-md-6">
|
| 228 |
<label for="expYear">YEAR</label>
|
228 |
<label for="expYear">Year</label>
|
| 229 |
|
229 |
|
| 230 |
<select name="expYear" id="expYear" class="form-control" required>
|
230 |
<select name="expYear" id="expYear" class="form-control" required>
|
| 231 |
<option value="">-0-</option>
|
231 |
<option value="">-0-</option>
|
| 232 |
#set($start = 0)
|
232 |
#set($start = 0)
|
| 233 |
#set($end = 45)
|
233 |
#set($end = 45)
|
| Line 239... |
Line 239... |
| 239 |
|
239 |
|
| 240 |
</div>
|
240 |
</div>
|
| 241 |
|
241 |
|
| 242 |
|
242 |
|
| 243 |
<div class="form-group col-md-6">
|
243 |
<div class="form-group col-md-6">
|
| 244 |
<label for="expMonth">MONTH</label>
|
244 |
<label for="expMonth">Month</label>
|
| 245 |
<select name="expMonth" id="expMonth" class="form-control" required>
|
245 |
<select name="expMonth" id="expMonth" class="form-control" required>
|
| 246 |
<option value="">-0-</option>
|
246 |
<option value="">-0-</option>
|
| 247 |
#set($start = 0)
|
247 |
#set($start = 0)
|
| 248 |
#set($end = 12)
|
248 |
#set($end = 12)
|
| 249 |
#set($range = [$start..$end])
|
249 |
#set($range = [$start..$end])
|
| Line 257... |
Line 257... |
| 257 |
<label for="lastDesignation">Last Designation</label>
|
257 |
<label for="lastDesignation">Last Designation</label>
|
| 258 |
<input type="text" class="form-control" name="lastDesignation" placeholder="designation">
|
258 |
<input type="text" class="form-control" name="lastDesignation" placeholder="designation">
|
| 259 |
</div>
|
259 |
</div>
|
| 260 |
|
260 |
|
| 261 |
<div class="form-group col-md-6">
|
261 |
<div class="form-group col-md-6">
|
| 262 |
<label for="reasonForLeaving">REASION FOR LEAVING</label>
|
262 |
<label for="reasonForLeaving">Reason for Leaving</label>
|
| 263 |
<input type="text" class="form-control" name="reasonForLeaving" placeholder="REASION FOR LEAVING">
|
263 |
<input type="text" class="form-control" name="reasonForLeaving" placeholder="REASION FOR LEAVING">
|
| 264 |
</div>
|
264 |
</div>
|
| 265 |
|
265 |
|
| 266 |
</div>
|
266 |
</div>
|
| 267 |
|
267 |
|
| 268 |
<div class="row">
|
268 |
<div class="row">
|
| 269 |
<h2>TOTAL WORK EXPERIENCE</h2>
|
269 |
<h2>TOTAL WORK EXPERIENCE</h2>
|
| 270 |
<div class="form-group col-md-6">
|
270 |
<div class="form-group col-md-6">
|
| 271 |
<label for="expJoinTimeYear">YEARS</label>
|
271 |
<label for="expJoinTimeYear">Year</label>
|
| 272 |
<select name="expJoinTimeYear" id="expJoinTimeYear" class="form-control" required>
|
272 |
<select name="expJoinTimeYear" id="expJoinTimeYear" class="form-control" required>
|
| 273 |
<option value="">-0-</option>
|
273 |
<option value="">-0-</option>
|
| 274 |
#set($start = 0)
|
274 |
#set($start = 0)
|
| 275 |
#set($end = 45)
|
275 |
#set($end = 45)
|
| 276 |
#set($range = [$start..$end])
|
276 |
#set($range = [$start..$end])
|
| Line 294... |
Line 294... |
| 294 |
|
294 |
|
| 295 |
</div>
|
295 |
</div>
|
| 296 |
<div class="row">
|
296 |
<div class="row">
|
| 297 |
<h2>INSURANCE DETAIL</h2>
|
297 |
<h2>INSURANCE DETAIL</h2>
|
| 298 |
<div class="form-group col-md-6">
|
298 |
<div class="form-group col-md-6">
|
| 299 |
<label for="nomineeName">NOMINEE NAME</label>
|
299 |
<label for="nomineeName">Nominee name</label>
|
| 300 |
<input type="text" class="form-control" name="nomineeName" placeholder="NOMINEE NAME" required>
|
300 |
<input type="text" class="form-control" name="nomineeName" placeholder="NOMINEE NAME" required>
|
| 301 |
</div>
|
301 |
</div>
|
| 302 |
|
302 |
|
| 303 |
<div class="form-group col-md-6">
|
303 |
<div class="form-group col-md-6">
|
| 304 |
<label for="relation">RELATION</label>
|
304 |
<label for="relation">Relation</label>
|
| 305 |
<input type="text" class="form-control" name="relation" placeholder="RELATION" required>
|
305 |
<input type="text" class="form-control" name="relation" placeholder="RELATION" required>
|
| 306 |
</div>
|
306 |
</div>
|
| 307 |
|
307 |
|
| 308 |
|
308 |
|
| 309 |
</div>
|
309 |
</div>
|
| 310 |
<div class="row">
|
310 |
<div class="row">
|
| 311 |
<h2>BANK DETAILS</h2>
|
311 |
<h2>BANK DETAILS</h2>
|
| 312 |
<div class="form-group col-md-6">
|
312 |
<div class="form-group col-md-6">
|
| 313 |
<label for="pfNumber">PF NUMBER</label>
|
313 |
<label for="pfNumber">PF Number</label>
|
| 314 |
<input type="text" class="form-control" name="pfNumber" placeholder="PF NUMBER" required>
|
314 |
<input type="text" class="form-control" name="pfNumber" placeholder="PF NUMBER" required>
|
| 315 |
</div>
|
315 |
</div>
|
| 316 |
|
316 |
|
| 317 |
<div class="form-group col-md-6">
|
317 |
<div class="form-group col-md-6">
|
| 318 |
<label for="esiNumber">ESI NUMBER</label>
|
318 |
<label for="esiNumber">ESI Number</label>
|
| 319 |
<input type="text" class="form-control" name="esiNumber" placeholder="ESI NUMBER" required>
|
319 |
<input type="text" class="form-control" name="esiNumber" placeholder="ESI NUMBER" required>
|
| 320 |
</div>
|
320 |
</div>
|
| 321 |
|
321 |
|
| 322 |
<div class="form-group col-md-6">
|
322 |
<div class="form-group col-md-6">
|
| 323 |
<label for="employeeBankName">Emp. Name (as per Bank Detail)</label>
|
323 |
<label for="employeeBankName">Emp. Name (as per Bank Detail)</label>
|
| 324 |
<input type="text" class="form-control" name="employeeBankName" placeholder="Emp. Name (as per Bank Detail)" required>
|
324 |
<input type="text" class="form-control" name="employeeBankName" placeholder="Emp. Name (as per Bank Detail)" required>
|
| 325 |
</div>
|
325 |
</div>
|
| 326 |
|
326 |
|
| 327 |
<div class="form-group col-md-6">
|
327 |
<div class="form-group col-md-6">
|
| 328 |
<label for="bankAcNumber">BANK A/C NUMBER</label>
|
328 |
<label for="bankAcNumber">Bank A/C Number</label>
|
| 329 |
<input type="text" class="form-control" name="bankAcNumber" placeholder="BANK A/C NUMBER" required>
|
329 |
<input type="text" class="form-control" name="bankAcNumber" placeholder="BANK A/C NUMBER" required>
|
| 330 |
</div>
|
330 |
</div>
|
| 331 |
|
331 |
|
| 332 |
<div class="form-group col-md-6">
|
332 |
<div class="form-group col-md-6">
|
| 333 |
<label for="bankName">BANK Name</label>
|
333 |
<label for="bankName">Bank Name</label>
|
| 334 |
<input type="text" class="form-control" name="bankName" placeholder="bank Name" required>
|
334 |
<input type="text" class="form-control" name="bankName" placeholder="bank Name" required>
|
| 335 |
</div>
|
335 |
</div>
|
| 336 |
|
336 |
|
| 337 |
<div class="form-group col-md-6">
|
337 |
<div class="form-group col-md-6">
|
| 338 |
<label for="ifscCode">IFSC code</label>
|
338 |
<label for="ifscCode">IFSC code</label>
|
| Line 341... |
Line 341... |
| 341 |
|
341 |
|
| 342 |
<div class="form-group col-md-6">
|
342 |
<div class="form-group col-md-6">
|
| 343 |
<label for="personalCompany">Personal / Company</label>
|
343 |
<label for="personalCompany">Personal / Company</label>
|
| 344 |
<select name="personalCompany" id="personalCompany" class="form-control" required>
|
344 |
<select name="personalCompany" id="personalCompany" class="form-control" required>
|
| 345 |
<option value="">-Personal / Company-</option>
|
345 |
<option value="">-Personal / Company-</option>
|
| 346 |
<option value="">PERSONAL</option>
|
346 |
<option value="">Personal</option>
|
| 347 |
<option value="">COMPANY</option>
|
347 |
<option value="">Company</option>
|
| 348 |
</select>
|
348 |
</select>
|
| 349 |
</div>
|
349 |
</div>
|
| 350 |
</div>
|
350 |
</div>
|
| 351 |
|
351 |
|
| 352 |
|
352 |
|
| Line 386... |
Line 386... |
| 386 |
<input type="text" class="form-control" name="aadharNumber" placeholder="Aadhar" required>
|
386 |
<input type="text" class="form-control" name="aadharNumber" placeholder="Aadhar" required>
|
| 387 |
</div>
|
387 |
</div>
|
| 388 |
</div>
|
388 |
</div>
|
| 389 |
|
389 |
|
| 390 |
<div class="row">
|
390 |
<div class="row">
|
| 391 |
<h2>Important dates</h2>
|
391 |
<h2>IMPORTANT DATES</h2>
|
| 392 |
<div class="form-group col-md-6">
|
392 |
<div class="form-group col-md-6">
|
| 393 |
<label for="bdmth">BD mth</label>
|
393 |
<label for="bdmth">BD mth</label>
|
| 394 |
<input type="text" class="form-control" name="bdMonth" placeholder="BD mth" >
|
394 |
<input type="text" class="form-control" name="bdMonth" placeholder="BD mth" >
|
| 395 |
</div>
|
395 |
</div>
|
| 396 |
|
396 |
|