Skip to content

Commit

Permalink
feat: Mark Auto Attendance on Holidays setting in Shift Type
Browse files Browse the repository at this point in the history
(cherry picked from commit d87d382)
  • Loading branch information
ruchamahabal authored and mergify[bot] committed May 2, 2023
1 parent e47932a commit cf092f1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion hrms/hr/doctype/shift_type/shift_type.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"actions": [],
"autoname": "prompt",
"creation": "2018-04-13 16:22:52.954783",
"doctype": "DocType",
Expand All @@ -15,6 +16,7 @@
"working_hours_calculation_based_on",
"begin_check_in_before_shift_start_time",
"allow_check_out_after_shift_end_time",
"mark_auto_attendance_on_holidays",
"column_break_10",
"working_hours_threshold_for_half_day",
"working_hours_threshold_for_absent",
Expand Down Expand Up @@ -156,12 +158,21 @@
"fieldname": "last_sync_of_checkin",
"fieldtype": "Datetime",
"label": "Last Sync of Checkin"
},
{
"default": "0",
"description": "If enabled, auto attendance will be marked on holidays if Employee Checkins exist",
"fieldname": "mark_auto_attendance_on_holidays",
"fieldtype": "Check",
"label": "Mark Auto Attendance on Holidays"
}
],
"modified": "2019-07-30 01:05:24.660666",
"links": [],
"modified": "2023-05-02 11:49:20.020685",
"modified_by": "Administrator",
"module": "HR",
"name": "Shift Type",
"naming_rule": "Set by user",
"owner": "Administrator",
"permissions": [
{
Expand Down Expand Up @@ -200,5 +211,6 @@
"quick_entry": 1,
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

0 comments on commit cf092f1

Please sign in to comment.