{
 "allow_import": 1, 
 "autoname": "field:year", 
 "creation": "2013-01-22 16:50:25", 
 "description": "**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.", 
 "docstatus": 0, 
 "doctype": "DocType", 
 "document_type": "Master", 
 "fields": [
  {
   "description": "For e.g. 2012, 2012-13", 
   "fieldname": "year", 
   "fieldtype": "Data", 
   "in_list_view": 1, 
   "label": "Year Name", 
   "oldfieldname": "year", 
   "oldfieldtype": "Data", 
   "permlevel": 0, 
   "reqd": 1
  }, 
  {
   "fieldname": "year_start_date", 
   "fieldtype": "Date", 
   "in_list_view": 1, 
   "label": "Year Start Date", 
   "no_copy": 1, 
   "oldfieldname": "year_start_date", 
   "oldfieldtype": "Date", 
   "permlevel": 0, 
   "reqd": 1
  }, 
  {
   "fieldname": "year_end_date", 
   "fieldtype": "Date", 
   "in_list_view": 1, 
   "label": "Year End Date", 
   "no_copy": 1, 
   "permlevel": 0, 
   "reqd": 1
  }, 
  {
   "default": "No", 
   "description": "Entries are not allowed against this Fiscal Year if the year is closed.", 
   "fieldname": "is_fiscal_year_closed", 
   "fieldtype": "Select", 
   "in_list_view": 1, 
   "label": "Year Closed", 
   "no_copy": 1, 
   "oldfieldname": "is_fiscal_year_closed", 
   "oldfieldtype": "Select", 
   "options": "\nNo\nYes", 
   "permlevel": 0, 
   "reqd": 0
  }
 ], 
 "icon": "icon-calendar", 
 "idx": 1, 
 "modified": "2014-07-14 05:30:56.843180", 
 "modified_by": "Administrator", 
 "module": "Accounts", 
 "name": "Fiscal Year", 
 "owner": "Administrator", 
 "permissions": [
  {
   "create": 1, 
   "delete": 1, 
   "email": 1, 
   "permlevel": 0, 
   "print": 1, 
   "read": 1, 
   "report": 1, 
   "role": "System Manager", 
   "submit": 0, 
   "write": 1
  }, 
  {
   "apply_user_permissions": 1, 
   "delete": 0, 
   "email": 1, 
   "permlevel": 0, 
   "print": 1, 
   "read": 1, 
   "role": "All"
  }
 ], 
 "sort_field": "name", 
 "sort_order": "DESC"
}