[fix][hr] fetch emp name in attendance and default value

This commit is contained in:
Nabin Hait
2013-07-10 17:42:01 +05:30
parent 10b112807c
commit c0ebaae15a
4 changed files with 26 additions and 29 deletions

View File

@@ -23,9 +23,14 @@ wn.module_page["HR"] = [
doctype:"Expense Claim"
},
{
label: wn._("Job Applicant"),
description: wn._("Applicant for a Job."),
doctype:"Job Applicant"
label: wn._("Salary Slip"),
description: wn._("Monthly salary statement."),
doctype:"Salary Slip"
},
{
label: wn._("Attendance"),
description: wn._("Attendance record."),
doctype:"Attendance"
},
]
},
@@ -34,14 +39,9 @@ wn.module_page["HR"] = [
icon: "icon-copy",
items: [
{
label: wn._("Attendance"),
description: wn._("Attendance record."),
doctype:"Attendance"
},
{
label: wn._("Salary Slip"),
description: wn._("Monthly salary statement."),
doctype:"Salary Slip"
label: wn._("Job Applicant"),
description: wn._("Applicant for a Job."),
doctype:"Job Applicant"
},
{
label: wn._("Appraisal"),