{
 "actions": [],
 "autoname": "field:distribution_id",
 "creation": "2013-01-10 16:34:05",
 "description": "Helps you distribute the Budget/Target across months if you have seasonality in your business.",
 "doctype": "DocType",
 "engine": "InnoDB",
 "field_order": [
  "distribution_id",
  "fiscal_year",
  "percentages"
 ],
 "fields": [
  {
   "description": "Name of the Monthly Distribution",
   "fieldname": "distribution_id",
   "fieldtype": "Data",
   "in_list_view": 1,
   "label": "Distribution Name",
   "oldfieldname": "distribution_id",
   "oldfieldtype": "Data",
   "reqd": 1,
   "unique": 1
  },
  {
   "fieldname": "fiscal_year",
   "fieldtype": "Link",
   "in_filter": 1,
   "in_list_view": 1,
   "in_standard_filter": 1,
   "label": "Fiscal Year",
   "oldfieldname": "fiscal_year",
   "oldfieldtype": "Select",
   "options": "Fiscal Year",
   "search_index": 1
  },
  {
   "fieldname": "percentages",
   "fieldtype": "Table",
   "label": "Monthly Distribution Percentages",
   "oldfieldname": "budget_distribution_details",
   "oldfieldtype": "Table",
   "options": "Monthly Distribution Percentage"
  }
 ],
 "icon": "fa fa-bar-chart",
 "idx": 1,
 "links": [],
 "modified": "2024-03-27 13:10:05.873547",
 "modified_by": "Administrator",
 "module": "Accounts",
 "name": "Monthly Distribution",
 "naming_rule": "By fieldname",
 "owner": "Administrator",
 "permissions": [
  {
   "create": 1,
   "delete": 1,
   "email": 1,
   "print": 1,
   "read": 1,
   "report": 1,
   "role": "Accounts Manager",
   "share": 1,
   "write": 1
  },
  {
   "permlevel": 2,
   "read": 1,
   "report": 1,
   "role": "Accounts Manager"
  }
 ],
 "sort_field": "creation",
 "sort_order": "DESC",
 "states": []
}