mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
added job application
This commit is contained in:
@@ -4,10 +4,11 @@
|
|||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"creation": "2013-01-15 16:32:13",
|
"creation": "2013-01-15 16:32:13",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"modified": "2013-01-15 17:08:46"
|
"modified": "2013-01-15 17:30:46"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"autoname": "field:applicant_name",
|
"autoname": "field:applicant_name",
|
||||||
|
"allow_attach": 1,
|
||||||
"description": "Applicant for a Job",
|
"description": "Applicant for a Job",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"module": "HR",
|
"module": "HR",
|
||||||
@@ -84,6 +85,15 @@
|
|||||||
"fieldname": "thread_html",
|
"fieldname": "thread_html",
|
||||||
"fieldtype": "HTML"
|
"fieldtype": "HTML"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"print_hide": 1,
|
||||||
|
"no_copy": 1,
|
||||||
|
"doctype": "DocField",
|
||||||
|
"label": "File List",
|
||||||
|
"fieldname": "file_list",
|
||||||
|
"fieldtype": "Text",
|
||||||
|
"hidden": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"doctype": "DocPerm"
|
"doctype": "DocPerm"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user