mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
add job applicant, sales and jobs email settings to module help
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
// For license information, please see license.txt
|
||||
|
||||
cur_frm.cscript = {
|
||||
onload: function(doc, dt, dn) {
|
||||
if(in_list(user_roles,'System Manager')) {
|
||||
cur_frm.page_layout.footer.help_area.innerHTML = '<hr>\
|
||||
<p><a href="#Form/Jobs Email Settings">Jobs Email Settings</a><br>\
|
||||
<span class="help">Automatically extract Job Applicants from a mail box e.g. "jobs@example.com"</span></p>';
|
||||
}
|
||||
},
|
||||
refresh: function(doc) {
|
||||
cur_frm.cscript.make_listing(doc);
|
||||
},
|
||||
|
||||
@@ -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."),
|
||||
|
||||
Reference in New Issue
Block a user