refactor(HR): Auto Attendance

> moved all auto attendance settings from HR Settings to shift
> added shift in attendance and Employee Attendance Log
> reordered and cleaned up fields in HR Settings and Employee DocType
This commit is contained in:
karthikeyan5
2019-06-10 10:24:27 +05:30
parent 66e459b35d
commit e0c5176383
18 changed files with 380 additions and 413 deletions

View File

@@ -242,7 +242,7 @@ scheduler_events = {
"erpnext.accounts.doctype.gl_entry.gl_entry.rename_gle_sle_docs",
"erpnext.projects.doctype.project.project.hourly_reminder",
"erpnext.projects.doctype.project.project.collect_project_status",
"erpnext.hr.doctype.hr_settings.hr_settings.make_attendance_from_employee_attendance_log"
"erpnext.hr.doctype.shift_type.shift_type.process_auto_attendance_for_all_shifts"
],
"daily": [
"erpnext.stock.reorder_item.reorder_item",