added designation to hr-home

This commit is contained in:
Rushabh Mehta 2013-01-29 19:07:24 +05:30
parent dacfa901c6
commit 1bf5ee27ea
2 changed files with 9 additions and 11 deletions

View File

@ -2,11 +2,12 @@
{ {
"creation": "2013-01-10 16:34:13", "creation": "2013-01-10 16:34:13",
"docstatus": 0, "docstatus": 0,
"modified": "2013-01-22 14:46:41", "modified": "2013-01-29 19:06:00",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
{ {
"allow_rename": 1,
"autoname": "field:designation_name", "autoname": "field:designation_name",
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
@ -32,6 +33,7 @@
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"report": 1, "report": 1,
"role": "HR User",
"submit": 0, "submit": 0,
"write": 1 "write": 1
}, },
@ -58,15 +60,6 @@
"reqd": 1 "reqd": 1
}, },
{ {
"doctype": "DocPerm", "doctype": "DocPerm"
"role": "System Manager"
},
{
"doctype": "DocPerm",
"role": "HR User"
},
{
"doctype": "DocPerm",
"role": "HR Manager"
} }
] ]

View File

@ -123,6 +123,11 @@ wn.module_page["HR"] = [
"description": wn._("Type of employment master."), "description": wn._("Type of employment master."),
doctype: "Employment Type" doctype: "Employment Type"
}, },
{
"label": wn._("Designation"),
"description": wn._("Employee Designation."),
doctype: "Designation"
},
{ {
"label": wn._("Appraisal Template"), "label": wn._("Appraisal Template"),
"description": wn._("Template for employee performance appraisals."), "description": wn._("Template for employee performance appraisals."),