| 28127 |
tejbeer |
1 |
|
|
|
2 |
<section class="wrapper">
|
|
|
3 |
|
|
|
4 |
<form id="hr-employee-details-hrms-form">
|
|
|
5 |
<div class="row">
|
|
|
6 |
<h1>Basic details</h1>
|
|
|
7 |
<div class="form-group col-md-6">
|
|
|
8 |
<label for="sdEmpId">SD Emp ID</label>
|
|
|
9 |
<input type="text" class="form-control" name="sdEmpId" placeholder="Emp ID" required>
|
|
|
10 |
</div>
|
|
|
11 |
|
|
|
12 |
<div class="form-group col-md-6">
|
|
|
13 |
<label for="employmentStatus">Employment status</label>
|
|
|
14 |
<select name="employmentStatus" id="employmentStatus" class="form-control" required>
|
|
|
15 |
<option value="">-Employment status-</option>
|
|
|
16 |
<option value="Employee">Employee</option>
|
|
|
17 |
<option value="Consultant">Consultant</option>
|
|
|
18 |
<option value="TRAINEE">TRAINEE</option>
|
|
|
19 |
|
|
|
20 |
</select>
|
|
|
21 |
</div>
|
|
|
22 |
<div class="form-group col-md-6">
|
|
|
23 |
<label for="Dept">Dept</label>
|
|
|
24 |
<select name="Dept" id="dept" class="form-control" required>
|
|
|
25 |
<option value="">-Dept-</option>
|
|
|
26 |
<option value="CATEGORY">CATEGORY</option>
|
|
|
27 |
<option value="CRM">CRM</option>
|
|
|
28 |
<option value="HR">HR</option>
|
|
|
29 |
<option value="LEGAL">LEGAL</option>
|
|
|
30 |
<option value="SALES">SALES & OPS</option>
|
|
|
31 |
<option value="FINANCE">FINANCE</option>
|
|
|
32 |
<option value="MARKETING">MARKETING</option>
|
|
|
33 |
<option value="LOGISTICS">LOGISTICS</option>
|
|
|
34 |
<option value="TECHNOLOGY">TECHNOLOGY</option>
|
|
|
35 |
<option value="SALES & OPS">SALES & OPS</option>
|
|
|
36 |
<option value="WAREHOUSING">WAREHOUSING</option>
|
|
|
37 |
</select>
|
|
|
38 |
|
|
|
39 |
</div>
|
|
|
40 |
|
|
|
41 |
<div class="form-group col-md-6">
|
|
|
42 |
<label for="officialEmail">Official Email</label>
|
|
|
43 |
<input type="text" class="form-control" name="officialEmail" id="officialEmail" placeholder="Official Email" required>
|
|
|
44 |
</div>
|
|
|
45 |
|
|
|
46 |
<div class="form-group col-md-6">
|
|
|
47 |
<label for="ReportingTo">Reporting to</label>
|
|
|
48 |
<select class="form-control input-sm" id = "reportingActive" name="reportingActive" placeholder="Reporting">
|
|
|
49 |
<option value="" disabled selected>AuthUser</option>
|
|
|
50 |
#foreach($authUser in $authUsers)
|
|
|
51 |
<option value="$authUser.getName()">$authUser.getName()</option>
|
|
|
52 |
#end
|
|
|
53 |
</select>
|
|
|
54 |
|
|
|
55 |
</div>
|
|
|
56 |
|
|
|
57 |
<div class="form-group col-md-6">
|
|
|
58 |
<label for="activeInactive">ACTIVE / INACTIVE</label>
|
|
|
59 |
|
|
|
60 |
<select name="activeInactive" id="activeInactive" class="form-control" required>
|
|
|
61 |
<option value="">-ACTIVE / INACTIVE-</option>
|
|
|
62 |
<option value="ACTIVE">ACTIVE</option>
|
|
|
63 |
<option value="INACTIVE">INACTIVE</option>
|
|
|
64 |
<option value="RESIGNED">RESIGNED</option>
|
|
|
65 |
</select>
|
|
|
66 |
</div>
|
|
|
67 |
|
|
|
68 |
</div>
|
|
|
69 |
|
|
|
70 |
<div class="row">
|
|
|
71 |
<h1>Hr Employee details</h1>
|
|
|
72 |
<div class="form-group col-md-6">
|
|
|
73 |
<label for="designation">DESIGNATION</label>
|
|
|
74 |
<input type="text" class="form-control" name="designation" placeholder="DESIGNATION" required>
|
|
|
75 |
</div>
|
|
|
76 |
|
|
|
77 |
<div class="form-group col-md-6">
|
|
|
78 |
<label for="state">State</label>
|
|
|
79 |
|
|
|
80 |
<select name="state" id="state" class="form-control" required>
|
|
|
81 |
<option value="">-state-</option>
|
|
|
82 |
<option value="Andhra Pradesh">Andhra Pradesh</option>
|
|
|
83 |
<option value="Andaman and Nicobar Islands">Andaman and Nicobar Islands</option>
|
|
|
84 |
<option value="Arunachal Pradesh">Arunachal Pradesh</option>
|
|
|
85 |
<option value="Assam">Assam</option>
|
|
|
86 |
<option value="Bihar">Bihar</option>
|
|
|
87 |
<option value="Chandigarh">Chandigarh</option>
|
|
|
88 |
<option value="Chhattisgarh">Chhattisgarh</option>
|
|
|
89 |
<option value="Dadar and Nagar Haveli">Dadar and Nagar Haveli</option>
|
|
|
90 |
<option value="Daman and Diu">Daman and Diu</option>
|
|
|
91 |
<option value="Delhi">Delhi</option>
|
|
|
92 |
<option value="Lakshadweep">Lakshadweep</option>
|
|
|
93 |
<option value="Puducherry">Puducherry</option>
|
|
|
94 |
<option value="Goa">Goa</option>
|
|
|
95 |
<option value="Gujarat">Gujarat</option>
|
|
|
96 |
<option value="Haryana">Haryana</option>
|
|
|
97 |
<option value="Himachal Pradesh">Himachal Pradesh</option>
|
|
|
98 |
<option value="Jammu and Kashmir">Jammu and Kashmir</option>
|
|
|
99 |
<option value="Jharkhand">Jharkhand</option>
|
|
|
100 |
<option value="Karnataka">Karnataka</option>
|
|
|
101 |
<option value="Kerala">Kerala</option>
|
|
|
102 |
<option value="Madhya Pradesh">Madhya Pradesh</option>
|
|
|
103 |
<option value="Maharashtra">Maharashtra</option>
|
|
|
104 |
<option value="Manipur">Manipur</option>
|
|
|
105 |
<option value="Meghalaya">Meghalaya</option>
|
|
|
106 |
<option value="Mizoram">Mizoram</option>
|
|
|
107 |
<option value="Nagaland">Nagaland</option>
|
|
|
108 |
<option value="Odisha">Odisha</option>
|
|
|
109 |
<option value="Punjab">Punjab</option>
|
|
|
110 |
<option value="Rajasthan">Rajasthan</option>
|
|
|
111 |
<option value="Sikkim">Sikkim</option>
|
|
|
112 |
<option value="Tamil Nadu">Tamil Nadu</option>
|
|
|
113 |
<option value="Telangana">Telangana</option>
|
|
|
114 |
<option value="Tripura">Tripura</option>
|
|
|
115 |
<option value="Uttar Pradesh">Uttar Pradesh</option>
|
|
|
116 |
<option value="Uttarakhand">Uttarakhand</option>
|
|
|
117 |
<option value="West Bengal">West Bengal</option>
|
|
|
118 |
</select>
|
|
|
119 |
</div>
|
|
|
120 |
|
|
|
121 |
<div class="form-group col-md-6">
|
|
|
122 |
<label for="area">Area</label>
|
|
|
123 |
<input type="text" class="form-control" name="area" placeholder="Area" required>
|
|
|
124 |
</div>
|
|
|
125 |
|
|
|
126 |
<div class="form-group col-md-6">
|
|
|
127 |
<label for="city">City</label>
|
|
|
128 |
<input type="text" class="form-control" name="city" placeholder="City" required>
|
|
|
129 |
</div>
|
|
|
130 |
|
|
|
131 |
<div class="form-group col-md-6">
|
|
|
132 |
<label for="project">Project</label>
|
|
|
133 |
<input type="text" class="form-control" name="project" placeholder="Project" required>
|
|
|
134 |
</div>
|
|
|
135 |
|
|
|
136 |
<div class="form-group col-md-6">
|
|
|
137 |
<label for="dateJoining">Date Of Joining</label>
|
|
|
138 |
<input type="date" class="form-control" name="dateJoining" placeholder="Date Of Joining" required>
|
|
|
139 |
</div>
|
|
|
140 |
|
|
|
141 |
<div class="form-group col-md-6">
|
|
|
142 |
<label for="inputHowOldSystem">How Old in system (mths)</label>
|
|
|
143 |
<input type="number" class="form-control" name="inputHowOldSystem" placeholder="How Old in system" required>
|
|
|
144 |
</div>
|
|
|
145 |
|
|
|
146 |
<div class="form-group col-md-6">
|
|
|
147 |
<label for="inputDateOfleaving">Date Of leaving</label>
|
|
|
148 |
<input type="date" class="form-control" name="inputDateOfleaving" placeholder="Date Of leaving" required>
|
|
|
149 |
</div>
|
|
|
150 |
|
|
|
151 |
<div class="form-group col-md-6">
|
|
|
152 |
<label for="inputDayWorked">DAYS WORKED (if inactive)</label>
|
|
|
153 |
<input type="number" class="form-control" name="inputDayWorked" placeholder="DAYS WORKED" required>
|
|
|
154 |
</div>
|
|
|
155 |
|
|
|
156 |
</div>
|
|
|
157 |
|
|
|
158 |
|
|
|
159 |
<div class="row">
|
|
|
160 |
<h2>INSURANCE DETAIL</h2>
|
|
|
161 |
|
|
|
162 |
<div class="form-group col-md-6">
|
|
|
163 |
<label for="persoanalAccident">Persoanal Accident</label>
|
|
|
164 |
<input type="text" class="form-control" name="persoanalAccident" placeholder="Persoanal Accident" required>
|
|
|
165 |
</div>
|
|
|
166 |
|
|
|
167 |
|
|
|
168 |
|
|
|
169 |
<div class="form-group col-md-6">
|
|
|
170 |
<label for="mediclaim">Mediclaim</label>
|
|
|
171 |
<input type="text" class="form-control" name="mediclaim" placeholder="Mediclaim" required>
|
|
|
172 |
</div>
|
|
|
173 |
|
|
|
174 |
</div>
|
|
|
175 |
|
|
|
176 |
<div class="row">
|
|
|
177 |
<h2>DOCUMENTS</h2>
|
|
|
178 |
|
|
|
179 |
|
|
|
180 |
|
|
|
181 |
<div class="form-group col-md-6">
|
|
|
182 |
<label for="bioDate">BIO DATA</label>
|
|
|
183 |
<select name="bioData_status" id="bio_data" class="form-control" required>
|
|
|
184 |
<option value="">-Bio Data Status-</option>
|
|
|
185 |
<option value="Yes">Yes</option>
|
|
|
186 |
<option value="No">No</option>
|
|
|
187 |
</select>
|
|
|
188 |
</div>
|
|
|
189 |
|
|
|
190 |
<div class="form-group col-md-6">
|
|
|
191 |
<label for="6photos">6 PHOTOS</label>
|
|
|
192 |
<select name="6Photos_status" id="6_photos" class="form-control" required>
|
|
|
193 |
<option value="">-Photos-</option>
|
|
|
194 |
<option value="Yes">Yes</option>
|
|
|
195 |
<option value="No">No</option>
|
|
|
196 |
</select>
|
|
|
197 |
</div>
|
|
|
198 |
|
|
|
199 |
<div class="form-group col-md-6">
|
|
|
200 |
<label for="eduCert">EDU CERT</label>
|
|
|
201 |
<select name="edu_cart" id="edu_cart" class="form-control" required>
|
|
|
202 |
<option value="">-education certificate-</option>
|
|
|
203 |
<option value="Yes">Yes</option>
|
|
|
204 |
<option value="No">No</option>
|
|
|
205 |
</select>
|
|
|
206 |
</div>
|
|
|
207 |
<div class="form-group col-md-6">
|
|
|
208 |
<label for="aadhaar">Aadhaar</label>
|
|
|
209 |
<select name="aadhaar" id="aadhaar" class="form-control" required>
|
|
|
210 |
<option value="">-Aadhar-</option>
|
|
|
211 |
<option value="Yes">Yes</option>
|
|
|
212 |
<option value="No">No</option>
|
|
|
213 |
</select>
|
|
|
214 |
</div>
|
|
|
215 |
|
|
|
216 |
<div class="form-group col-md-6">
|
|
|
217 |
<label for="panCard">pan card</label>
|
|
|
218 |
<select name="panCard" id="panCard" class="form-control" required>
|
|
|
219 |
<option value="">-pan card-</option>
|
|
|
220 |
<option value="Yes">Yes</option>
|
|
|
221 |
<option value="No">No</option>
|
|
|
222 |
</select>
|
|
|
223 |
</div>
|
|
|
224 |
|
|
|
225 |
<div class="form-group col-md-6">
|
|
|
226 |
<label for="offerGiven">offer given?</label>
|
|
|
227 |
<select name="offerGiven" id="offerGiven" class="form-control" required>
|
|
|
228 |
<option value="">-offer given-</option>
|
|
|
229 |
<option value="Yes">Yes</option>
|
|
|
230 |
<option value="No">No</option>
|
|
|
231 |
</select>
|
|
|
232 |
</div>
|
|
|
233 |
|
|
|
234 |
|
|
|
235 |
<div class="form-group col-md-6">
|
|
|
236 |
<label for="ApptLetterIssued">Appt letter ISSUED</label>
|
|
|
237 |
<select name="ApptLetterIssued" id="apptLetterIssued" class="form-control" required>
|
|
|
238 |
<option value="">-Appt letter ISSUED-</option>
|
|
|
239 |
<option value="Yes">Yes</option>
|
|
|
240 |
<option value="No">No</option>
|
|
|
241 |
</select>
|
|
|
242 |
</div>
|
|
|
243 |
|
|
|
244 |
<div class="form-group col-md-6">
|
|
|
245 |
<label for="checkBankDetails">cheque / bank details</label>
|
|
|
246 |
<select name="checkBankDetails" id="checkBankDetails" class="form-control" required>
|
|
|
247 |
<option value="">-cheque / bank details-</option>
|
|
|
248 |
<option value="Yes">Yes</option>
|
|
|
249 |
<option value="No">No</option>
|
|
|
250 |
</select>
|
|
|
251 |
</div>
|
|
|
252 |
</div>
|
|
|
253 |
|
|
|
254 |
<div class="row">
|
|
|
255 |
<h2>COMPENSATION</h2>
|
|
|
256 |
<div class="form-group col-md-6">
|
|
|
257 |
<label for="basic">Basic</label>
|
|
|
258 |
<input type="number" class="form-control" name="basic" placeholder="Basic" >
|
|
|
259 |
</div>
|
|
|
260 |
|
|
|
261 |
<div class="form-group col-md-6">
|
|
|
262 |
<label for="HRA">HRA</label>
|
|
|
263 |
<input type="number" class="form-control" name="HRA" placeholder="HRA" >
|
|
|
264 |
</div>
|
|
|
265 |
|
|
|
266 |
<div class="form-group col-md-6">
|
|
|
267 |
<label for="conv">Conv</label>
|
|
|
268 |
<input type="number" class="form-control" name="conv" placeholder="Conv" >
|
|
|
269 |
</div>
|
|
|
270 |
|
|
|
271 |
<div class="form-group col-md-6">
|
|
|
272 |
<label for="splAll">Spl All</label>
|
|
|
273 |
<input type="number" class="form-control" name="splAll" placeholder="Spl All" >
|
|
|
274 |
</div>
|
|
|
275 |
|
|
|
276 |
<div class="form-group col-md-6">
|
|
|
277 |
<label for="statuaryBonus">Statuary Bonus</label>
|
|
|
278 |
<input type="number" class="form-control" name="statuaryBonus" placeholder="Statuary Bonus" >
|
|
|
279 |
</div>
|
|
|
280 |
|
|
|
281 |
<div class="form-group col-md-6">
|
|
|
282 |
<label for="driverSalary">Driver Salary</label>
|
|
|
283 |
<input type="number" class="form-control" name="driverSalary" placeholder="Driver Salary" >
|
|
|
284 |
</div>
|
|
|
285 |
|
|
|
286 |
<div class="form-group col-md-6">
|
|
|
287 |
<label for="carLease">Car Lease </label>
|
|
|
288 |
<input type="number" class="form-control" name="carLease" placeholder="Car Lease " >
|
|
|
289 |
</div>
|
|
|
290 |
|
|
|
291 |
<div class="form-group col-md-6">
|
|
|
292 |
<label for="fuelMaintance">Fuel & Maintance</label>
|
|
|
293 |
<input type="number" class="form-control" name="fuelMaintance" placeholder="Fuel & Maintance" >
|
|
|
294 |
</div>
|
|
|
295 |
|
|
|
296 |
<div class="form-group col-md-6">
|
|
|
297 |
<label for="medicalRem">Medical Rem</label>
|
|
|
298 |
<input type="number" class="form-control" name="medicalRem" placeholder="Medical Rem" >
|
|
|
299 |
</div>
|
|
|
300 |
|
|
|
301 |
<div class="form-group col-md-6">
|
|
|
302 |
<label for="LTA">LTA</label>
|
|
|
303 |
<input type="number" class="form-control" name="LTA" placeholder="LTA" >
|
|
|
304 |
</div>
|
|
|
305 |
|
|
|
306 |
<div class="form-group col-md-6">
|
|
|
307 |
<label for="pf">PF</label>
|
|
|
308 |
<input type="number" class="form-control" name="pf" placeholder="PF" >
|
|
|
309 |
</div>
|
|
|
310 |
|
|
|
311 |
<div class="form-group col-md-6">
|
|
|
312 |
<label for="esic">ESIC</label>
|
|
|
313 |
<input type="number" class="form-control" name="esic" placeholder="ESIC" >
|
|
|
314 |
</div>
|
|
|
315 |
|
|
|
316 |
<div class="form-group col-md-6">
|
|
|
317 |
<label for="fctcMonthly">FCTC monthly</label>
|
|
|
318 |
<input type="number" class="form-control" name="fctcMonthly" placeholder="FCTC monthly" >
|
|
|
319 |
</div>
|
|
|
320 |
|
|
|
321 |
<div class="form-group col-md-6">
|
|
|
322 |
<label for="vctcMonthly">VCTC monthly</label>
|
|
|
323 |
<input type="number" class="form-control" name="vctcMonthly" placeholder="VCTC monthly" >
|
|
|
324 |
</div>
|
|
|
325 |
|
|
|
326 |
<div class="form-group col-md-6">
|
|
|
327 |
<label for="mediPolicy">Medi-Policy</label>
|
|
|
328 |
<input type="number" class="form-control" name="mediPolicy" placeholder="Medi-Policy" >
|
|
|
329 |
</div>
|
|
|
330 |
|
|
|
331 |
<div class="form-group col-md-6">
|
|
|
332 |
<label for="fixedCost">Fixed Cost (Annual)</label>
|
|
|
333 |
<input type="number" class="form-control" name="fixedCost" placeholder="Fixed Cost (Annual)" >
|
|
|
334 |
</div>
|
|
|
335 |
|
|
|
336 |
<div class="form-group col-md-6">
|
|
|
337 |
<label for="variableCostAnnual">Variable Cost (Annual)</label>
|
|
|
338 |
<input type="number" class="form-control" name="variableCostAnnual" placeholder="Variable Cost (Annual)" >
|
|
|
339 |
</div>
|
|
|
340 |
<div class="form-group col-md-6">
|
|
|
341 |
<label for="totalCostAnnual">Total Cost (Annual)</label>
|
|
|
342 |
<input type="number" class="form-control" name="totalCostAnnual" placeholder="Total Cost (Annual)" >
|
|
|
343 |
</div>
|
|
|
344 |
|
|
|
345 |
<div class="form-group col-md-6">
|
|
|
346 |
<label for="Gross">Gross</label>
|
|
|
347 |
<input type="number" class="form-control" name="gross" placeholder="Gross" >
|
|
|
348 |
</div>
|
|
|
349 |
|
|
|
350 |
<div class="form-group col-md-6">
|
|
|
351 |
<label for="inhand">In hand</label>
|
|
|
352 |
<input type="number" class="form-control" name="inhand" placeholder="Inhand" >
|
|
|
353 |
</div>
|
|
|
354 |
<div class="form-group col-md-6">
|
|
|
355 |
<label for="band">Band</label>
|
|
|
356 |
<input type="number" class="form-control" name="band" placeholder="Band" >
|
|
|
357 |
</div>
|
|
|
358 |
</div>
|
|
|
359 |
|
|
|
360 |
<button type="button" class="btn btn-primary hr_employee_form_submit">Submit</button>
|
|
|
361 |
|
|
|
362 |
</form>
|
|
|
363 |
</section>
|
|
|
364 |
|