blob: 5da0fbc20c4829db1e692ba74b8745d1c7f224f5 [file] [log] [blame]
Anand Doshid57e7932015-02-24 12:24:53 +05301from __future__ import unicode_literals
Anand Doshif5794f12014-03-03 15:05:28 +05302from frappe import _
3
Anand Doshi08ef4672014-05-08 11:43:18 +05304def get_data():
5 return [
6 {
Rushabh Mehtad1e1c522016-03-08 18:06:21 +05307 "label": _("Employee and Attendance"),
Anand Doshi08ef4672014-05-08 11:43:18 +05308 "items": [
9 {
10 "type": "doctype",
11 "name": "Employee",
Anand Doshi08ef4672014-05-08 11:43:18 +053012 },
13 {
14 "type": "doctype",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053015 "name": "Employee Attendance Tool",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053016 "hide_count": True
Anand Doshi08ef4672014-05-08 11:43:18 +053017 },
18 {
19 "type": "doctype",
20 "name": "Attendance",
Anand Doshi08ef4672014-05-08 11:43:18 +053021 },
22 {
23 "type": "doctype",
Nabin Haitf914bd32018-04-14 12:38:55 +053024 "name": "Attendance Request",
25 },
26 {
27 "type": "doctype",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053028 "name": "Upload Attendance",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053029 "hide_count": True
Nabin Haitf914bd32018-04-14 12:38:55 +053030 }
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053031 ]
32 },
33 {
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053034 "label": _("Leaves and Holiday"),
Anand Doshi08ef4672014-05-08 11:43:18 +053035 "items": [
36 {
37 "type": "doctype",
Nabin Haitf914bd32018-04-14 12:38:55 +053038 "name": "Leave Period",
39 },
40 {
41 "type": "doctype",
42 "name": "Leave Policy",
43 },
44 {
45 "type": "doctype",
Nabin Haitfcdca7f2018-04-14 12:54:51 +053046 "name": "Leave Application",
47 },
48 {
49 "type": "doctype",
50 "name": "Leave Allocation",
51 },
52 {
53 "type": "doctype",
54 "name": "Compensatory Leave Request",
55 },
56 {
57 "type": "doctype",
Nabin Haitf914bd32018-04-14 12:38:55 +053058 "name": "Leave Encashment",
59 },
60 {
61 "type": "doctype",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053062 "name":"Leave Type",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053063 },
64 {
65 "type": "doctype",
66 "name": "Holiday List",
Anand Doshi08ef4672014-05-08 11:43:18 +053067 },
68 {
69 "type": "doctype",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053070 "name": "Leave Block List",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053071 },
Nabin Haitf914bd32018-04-14 12:38:55 +053072 ]
73 },
74 {
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053075 "label": _("Payroll"),
76 "items": [
77 {
78 "type": "doctype",
Nabin Haitf914bd32018-04-14 12:38:55 +053079 "name": "Salary Structure Assignment",
80 },
81 {
82 "type": "doctype",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +053083 "name": "Salary Slip",
Anand Doshi08ef4672014-05-08 11:43:18 +053084 },
85 {
86 "type": "doctype",
Nabin Hait55184482018-04-14 17:04:56 +053087 "name": "Payroll Entry"
Nabin Haitf914bd32018-04-14 12:38:55 +053088 },
89 {
90 "type": "doctype",
91 "name": "Employee Benefit Application",
92 },
93 {
94 "type": "doctype",
Nabin Hait55184482018-04-14 17:04:56 +053095 "name": "Employee Benefit Claim",
Nabin Haitf914bd32018-04-14 12:38:55 +053096 },
97 {
98 "type": "doctype",
99 "name": "Employee Tax Exemption Declaration",
Nabin Hait55184482018-04-14 17:04:56 +0530100 },
101 {
102 "type": "doctype",
103 "name": "Employee Tax Exemption Proof Submission",
104 },
105 {
106 "type": "doctype",
107 "name": "Employee Incentive",
108 },
Nabin Haitf914bd32018-04-14 12:38:55 +0530109 ]
110 },
111 {
112 "label": _("Payroll Setup"),
113 "items": [
114 {
115 "type": "doctype",
116 "name": "Payroll Period",
Anand Doshi08ef4672014-05-08 11:43:18 +0530117 },
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530118 {
119 "type": "doctype",
Kanchan Chauhand963b762016-07-02 12:23:59 +0530120 "name": "Salary Component",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530121 },
Nabin Haitf914bd32018-04-14 12:38:55 +0530122 {
123 "type": "doctype",
Jamsheer08b60a12018-05-10 13:16:24 +0530124 "name": "Additional Salary Component",
125 },
126 {
127 "type": "doctype",
Nabin Haitf914bd32018-04-14 12:38:55 +0530128 "name": "Salary Structure",
129 },
130 {
131 "type": "doctype",
132 "name": "Employee Tax Exemption Category",
133 },
Ranjith85d2d572018-05-10 15:04:32 +0530134 {
135 "type": "doctype",
136 "name": "Employee Tax Exemption Sub Category"
137 }
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530138 ]
139 },
140 {
Nabin Haitfcdca7f2018-04-14 12:54:51 +0530141 "label": _("Expense Claim"),
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530142 "items": [
143 {
144 "type": "doctype",
Nabin Haitd0249b02017-12-14 13:25:57 +0530145 "name": "Employee Advance",
Nabin Haitd0249b02017-12-14 13:25:57 +0530146 },
147 {
148 "type": "doctype",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530149 "name": "Expense Claim",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530150 },
151 {
152 "type": "doctype",
153 "name": "Expense Claim Type",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530154 },
155 ]
156 },
157 {
158 "label": _("Appraisals"),
159 "items": [
160 {
161 "type": "doctype",
162 "name": "Appraisal",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530163 },
164 {
165 "type": "doctype",
166 "name": "Appraisal Template",
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530167 },
Rushabh Mehta7ec4b712017-01-31 11:42:44 +0530168 {
169 "type": "page",
170 "name": "team-updates",
171 "label": _("Team Updates")
172 },
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530173 ]
174 },
Kanchan Chauhan639eebd2017-02-28 18:01:07 +0530175 {
Shreya Shah4dc453d2018-04-24 12:19:36 +0530176 "label": _("Loan Management"),
Kanchan Chauhan639eebd2017-02-28 18:01:07 +0530177 "icon": "icon-list",
178 "items": [
179 {
180 "type": "doctype",
181 "name": "Loan Type",
Kanchan Chauhan639eebd2017-02-28 18:01:07 +0530182 },
183 {
184 "type": "doctype",
Shreya Shah4dc453d2018-04-24 12:19:36 +0530185 "name": "Loan Application",
Kanchan Chauhan639eebd2017-02-28 18:01:07 +0530186 },
187 {
188 "type": "doctype",
Shreya Shah4dc453d2018-04-24 12:19:36 +0530189 "name": "Loan"
Kanchan Chauhan639eebd2017-02-28 18:01:07 +0530190 },
191 ]
192 },
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530193 {
Nabin Haitfcdca7f2018-04-14 12:54:51 +0530194 "label": _("Employee Lifecycle"),
195 "items": [
196 {
197 "type": "doctype",
198 "name": "Employee Transfer",
199 },
200 {
201 "type": "doctype",
202 "name": "Employee Promotion",
Nabin Haitfcdca7f2018-04-14 12:54:51 +0530203 }
204 ]
205 },
206 {
207 "label": _("Recruitment"),
208 "items": [
209 {
210 "type": "doctype",
211 "name": "Job Applicant",
212 },
213 {
214 "type": "doctype",
215 "name": "Job Opening",
216 },
217 {
218 "type": "doctype",
219 "name": "Job Offer",
220 },
221 ]
222 },
223 {
Nabin Haite9ad03e2018-04-14 12:54:51 +0530224 "label": _("Employee Lifecycle"),
225 "items": [
226 {
227 "type": "doctype",
228 "name": "Employee Transfer",
229 },
230 {
231 "type": "doctype",
232 "name": "Employee Promotion",
233 },
234 {
235 "type": "doctype",
236 "name": "Employee Lifecycle Activity",
237 },
238 {
239 "type": "doctype",
240 "name": "Employee Lifecycle Activity Type",
241 },
242 {
243 "type": "doctype",
244 "name": "Employee Lifecycle Process Template",
245 },
246 {
247 "type": "doctype",
248 "name": "Employee Lifecycle Process",
249 }
250 ]
251 },
252 {
253 "label": _("Recruitment"),
254 "items": [
255 {
256 "type": "doctype",
257 "name": "Job Applicant",
258 },
259 {
260 "type": "doctype",
261 "name": "Job Opening",
262 },
263 {
264 "type": "doctype",
265 "name": "Job Offer",
266 },
267 ]
268 },
269 {
Neil Trini Lasrado984ee372016-08-08 16:33:51 +0530270 "label": _("Training"),
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530271 "items": [
Neil Trini Lasrado984ee372016-08-08 16:33:51 +0530272 {
273 "type": "doctype",
Doridel Cahanap5a4d5bf2017-10-20 14:01:15 +0800274 "name": "Training Program"
275 },
276 {
277 "type": "doctype",
Neil Trini Lasrado984ee372016-08-08 16:33:51 +0530278 "name": "Training Event"
279 },
280 {
281 "type": "doctype",
282 "name": "Training Result"
283 },
284 {
285 "type": "doctype",
286 "name": "Training Feedback"
287 },
Anand Doshi08ef4672014-05-08 11:43:18 +0530288 ]
289 },
Nabin Haitf914bd32018-04-14 12:38:55 +0530290 {
291 "label": _("Shift Management"),
292 "items": [
293 {
294 "type": "doctype",
295 "name": "Shift Type",
296 },
297 {
298 "type": "doctype",
299 "name": "Shift Request",
300 },
301 {
302 "type": "doctype",
303 "name": "Shift Assignment",
Nabin Haitf914bd32018-04-14 12:38:55 +0530304 }
305 ]
306 },
Kanchan Chauhanf80c2b92017-01-09 11:34:58 +0530307 {
308 "label": _("Fleet Management"),
309 "items": [
310 {
311 "type": "doctype",
312 "name": "Vehicle"
313 },
314 {
315 "type": "doctype",
316 "name": "Vehicle Log"
317 },
318 ]
319 },
Anand Doshi08ef4672014-05-08 11:43:18 +0530320 {
321 "label": _("Setup"),
Rushabh Mehta2167ff52016-12-07 11:08:48 +0530322 "icon": "fa fa-cog",
Anand Doshi08ef4672014-05-08 11:43:18 +0530323 "items": [
324 {
325 "type": "doctype",
326 "name": "HR Settings",
Anand Doshi08ef4672014-05-08 11:43:18 +0530327 },
328 {
329 "type": "doctype",
Anand Doshi08ef4672014-05-08 11:43:18 +0530330 "name": "Employment Type",
Anand Doshi08ef4672014-05-08 11:43:18 +0530331 },
332 {
333 "type": "doctype",
334 "name": "Branch",
Anand Doshi08ef4672014-05-08 11:43:18 +0530335 },
336 {
337 "type": "doctype",
338 "name": "Department",
Anand Doshi08ef4672014-05-08 11:43:18 +0530339 },
340 {
341 "type": "doctype",
342 "name": "Designation",
Nabin Haitfcdca7f2018-04-14 12:54:51 +0530343 },
344 {
345 "type": "doctype",
346 "name": "Employee Grade",
Anand Doshi08ef4672014-05-08 11:43:18 +0530347 },
Rushabh Mehta557e7f72016-11-21 12:10:20 +0530348 {
349 "type": "doctype",
Doridel Cahanapc8932682018-03-20 08:07:02 +0100350 "name": "Daily Work Summary Settings"
351 },
352 {
353 "type": "doctype",
Nabin Haitf914bd32018-04-14 12:38:55 +0530354 "name": "Employee Health Insurance"
355 },
356 {
357 "type": "doctype",
358 "name": "Staffing Plan",
Suraj Shettyd3069fe2018-02-21 15:15:43 +0530359 }
Anand Doshi08ef4672014-05-08 11:43:18 +0530360 ]
361 },
362 {
Rushabh Mehtad1e1c522016-03-08 18:06:21 +0530363 "label": _("Reports"),
Rushabh Mehta2167ff52016-12-07 11:08:48 +0530364 "icon": "fa fa-list",
Anand Doshi08ef4672014-05-08 11:43:18 +0530365 "items": [
366 {
367 "type": "report",
368 "is_query_report": True,
369 "name": "Employee Leave Balance",
370 "doctype": "Leave Application"
371 },
372 {
373 "type": "report",
374 "is_query_report": True,
375 "name": "Employee Birthday",
376 "doctype": "Employee"
377 },
378 {
379 "type": "report",
Valmik Jangla1890c792016-01-27 12:11:47 +0530380 "is_query_report": True,
Kanchan Chauhan7ff0c4e2016-07-14 12:12:26 +0530381 "name": "Employees working on a holiday",
Valmik Jangla1890c792016-01-27 12:11:47 +0530382 "doctype": "Employee"
383 },
384 {
385 "type": "report",
Anand Doshi08ef4672014-05-08 11:43:18 +0530386 "name": "Employee Information",
387 "doctype": "Employee"
388 },
389 {
390 "type": "report",
391 "is_query_report": True,
Kanchan Chauhan2f3ae912017-01-11 19:43:16 +0530392 "name": "Salary Register",
Anand Doshi08ef4672014-05-08 11:43:18 +0530393 "doctype": "Salary Slip"
394 },
395 {
396 "type": "report",
397 "is_query_report": True,
398 "name": "Monthly Attendance Sheet",
399 "doctype": "Attendance"
400 },
Kanchan Chauhanf80c2b92017-01-09 11:34:58 +0530401 {
402 "type": "report",
403 "is_query_report": True,
404 "name": "Vehicle Expenses",
405 "doctype": "Vehicle"
406 },
Valmik Jangla1890c792016-01-27 12:11:47 +0530407
Anand Doshi08ef4672014-05-08 11:43:18 +0530408 ]
409 },
Sambhaji Kolatefd539912015-10-27 17:01:27 +0530410 {
411 "label": _("Help"),
Rushabh Mehta2167ff52016-12-07 11:08:48 +0530412 "icon": "fa fa-facetime-video",
Sambhaji Kolatefd539912015-10-27 17:01:27 +0530413 "items": [
414 {
415 "type": "help",
416 "label": _("Setting up Employees"),
417 "youtube_id": "USfIUdZlUhw"
418 },
419 {
420 "type": "help",
421 "label": _("Leave Management"),
422 "youtube_id": "fc0p_AXebc8"
423 },
424 {
425 "type": "help",
426 "label": _("Expense Claims"),
427 "youtube_id": "5SZHJF--ZFY"
Shreya Shah278af1b2018-02-16 12:58:04 +0530428 }
Sambhaji Kolatefd539912015-10-27 17:01:27 +0530429 ]
430 }
Anand Doshi08ef4672014-05-08 11:43:18 +0530431 ]