Added Employee Report Attendance Report

Made Holiday details mandatory
This commit is contained in:
Valmik Jangla
2016-01-27 12:11:47 +05:30
committed by Anand Doshi
parent fd131a4210
commit 1890c794d7
7 changed files with 95 additions and 5 deletions

View File

@@ -177,6 +177,12 @@ def get_data():
"name": "Employee Birthday",
"doctype": "Employee"
},
{
"type": "report",
"is_query_report": True,
"name": "Employee Holiday Attendance",
"doctype": "Employee"
},
{
"type": "report",
"name": "Employee Information",
@@ -194,6 +200,7 @@ def get_data():
"name": "Monthly Attendance Sheet",
"doctype": "Attendance"
},
]
},
{