allow leave application to have attachments
diff --git a/hr/doctype/leave_application/leave_application.txt b/hr/doctype/leave_application/leave_application.txt
index 1e19128..5942eae 100644
--- a/hr/doctype/leave_application/leave_application.txt
+++ b/hr/doctype/leave_application/leave_application.txt
@@ -1,18 +1,20 @@
[
{
- "creation": "2013-02-18 17:08:32",
+ "creation": "2013-02-18 18:37:56",
"docstatus": 0,
- "modified": "2013-02-18 17:20:50",
+ "modified": "2013-02-19 15:21:03",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
+ "allow_attach": 1,
"allow_import": 1,
"autoname": "LAP/.#####",
"description": "Apply / Approve Leaves",
"doctype": "DocType",
"document_type": "Transaction",
"is_submittable": 1,
+ "max_attachments": 3,
"module": "HR",
"name": "__common__",
"search_fields": "employee,employee_name,leave_type,from_date,to_date,total_leave_days,fiscal_year"
@@ -210,6 +212,16 @@
"read_only": 1
},
{
+ "doctype": "DocField",
+ "fieldname": "file_list",
+ "fieldtype": "Text",
+ "hidden": 1,
+ "label": "File List",
+ "no_copy": 1,
+ "permlevel": 0,
+ "print_hide": 1
+ },
+ {
"create": 1,
"doctype": "DocPerm",
"match": "employee",
@@ -219,10 +231,20 @@
"write": 1
},
{
+ "amend": 0,
+ "cancel": 0,
+ "create": 0,
+ "doctype": "DocPerm",
+ "permlevel": 1,
+ "role": "All",
+ "submit": 0
+ },
+ {
"amend": 1,
"cancel": 1,
"create": 1,
"doctype": "DocPerm",
+ "match": "company",
"permlevel": 0,
"report": 1,
"role": "HR User",
@@ -247,16 +269,7 @@
"create": 0,
"doctype": "DocPerm",
"permlevel": 1,
- "role": "All",
- "submit": 0
- },
- {
- "amend": 0,
- "cancel": 0,
- "create": 0,
- "doctype": "DocPerm",
- "permlevel": 1,
- "report": 0,
+ "report": 1,
"role": "HR User",
"submit": 0,
"write": 1
@@ -267,7 +280,7 @@
"create": 0,
"doctype": "DocPerm",
"permlevel": 1,
- "report": 0,
+ "report": 1,
"role": "Leave Approver",
"submit": 0,
"write": 1