# DocType, TDS Category Account
[

	# These values are common in all dictionaries
	{
		'creation': '2010-08-08 17:09:27',
		'docstatus': 0,
		'modified': '2010-09-20 14:06:57',
		'modified_by': 'Administrator',
		'owner': 'Administrator'
	},

	# These values are common for all DocType
	{
		'colour': 'White:FFF',
		'doctype': 'DocType',
		'istable': 1,
		'module': 'Accounts',
		'name': '__common__',
		'section_style': 'Tray',
		'server_code_error': ' ',
		'show_in_menu': 0,
		'version': 1
	},

	# These values are common for all DocField
	{
		'doctype': 'DocField',
		'fieldtype': 'Link',
		'name': '__common__',
		'oldfieldtype': 'Link',
		'parent': 'TDS Category Account',
		'parentfield': 'fields',
		'parenttype': 'DocType',
		'permlevel': 0,
		'reqd': 1
	},

	# DocType, TDS Category Account
	{
		'doctype': 'DocType',
		'name': 'TDS Category Account'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'company',
		'idx': 2,
		'in_filter': 1,
		'label': 'Company',
		'oldfieldname': 'company',
		'options': 'Company',
		'search_index': 0
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'account_head',
		'idx': 3,
		'label': 'Account Head',
		'oldfieldname': 'account_head',
		'options': 'Account'
	}
]