add job applicant, sales and jobs email settings to module help

This commit is contained in:
Rushabh Mehta
2013-01-16 12:50:55 +05:30
parent 1a0b27ee7b
commit 8f3916dd54
4 changed files with 35 additions and 0 deletions

View File

@@ -31,6 +31,11 @@ wn.module_page["HR"] = [
description: wn._("Performance appraisal."),
doctype:"Appraisal"
},
{
label: wn._("Job Applicant"),
description: wn._("Applicant for a Job (extracted from jobs email)."),
doctype:"Job Applicant"
},
]
},
{
@@ -108,6 +113,11 @@ wn.module_page["HR"] = [
title: wn._("Employee Setup"),
icon: "icon-cog",
items: [
{
label: wn._("Job Opening"),
description: wn._("Opening for a Job."),
doctype:"Job Opening"
},
{
"label": wn._("Employment Type"),
"description": wn._("Type of employment master."),