# DocType, Appraisal Detail
[

	# These values are common in all dictionaries
	{
		'creation': '2010-09-01 15:48:05',
		'docstatus': 0,
		'modified': '2011-09-22 10:45:37',
		'modified_by': 'Administrator',
		'owner': 'ashwini@webnotestech.com'
	},

	# These values are common for all DocType
	{
		'autoname': 'APRSLD.#####',
		'colour': 'White:FFF',
		'default_print_format': 'Standard',
		'doctype': 'DocType',
		'istable': 1,
		'module': 'HR',
		'name': '__common__',
		'section_style': 'Simple',
		'server_code_error': ' ',
		'version': 15
	},

	# These values are common for all DocField
	{
		'doctype': 'DocField',
		'name': '__common__',
		'parent': 'Appraisal Detail',
		'parentfield': 'fields',
		'parenttype': 'DocType'
	},

	# DocType, Appraisal Detail
	{
		'doctype': 'DocType',
		'name': 'Appraisal Detail'
	},

	# DocField
	{
		'colour': 'White:FFF',
		'description': 'Key Responsibility Area',
		'doctype': 'DocField',
		'fieldname': 'kra',
		'fieldtype': 'Small Text',
		'label': 'KRA',
		'oldfieldname': 'kra',
		'oldfieldtype': 'Small Text',
		'permlevel': 0,
		'reqd': 1
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'per_weightage',
		'fieldtype': 'Currency',
		'label': 'Weightage (%)',
		'oldfieldname': 'per_weightage',
		'oldfieldtype': 'Currency',
		'permlevel': 0,
		'reqd': 1
	},

	# DocField
	{
		'allow_on_submit': 1,
		'doctype': 'DocField',
		'fieldname': 'target_achieved',
		'fieldtype': 'Small Text',
		'label': 'Target Achieved',
		'no_copy': 1,
		'oldfieldname': 'target_achieved',
		'oldfieldtype': 'Small Text',
		'permlevel': 0
	},

	# DocField
	{
		'allow_on_submit': 1,
		'colour': 'White:FFF',
		'doctype': 'DocField',
		'fieldname': 'score',
		'fieldtype': 'Currency',
		'label': 'Score (0-5)',
		'no_copy': 1,
		'oldfieldname': 'score',
		'oldfieldtype': 'Select',
		'options': '\n0\n1\n2\n3\n4\n5',
		'permlevel': 0,
		'trigger': 'Client',
		'width': '60px'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'score_earned',
		'fieldtype': 'Currency',
		'label': 'Score Earned',
		'no_copy': 1,
		'oldfieldname': 'score_earned',
		'oldfieldtype': 'Currency',
		'permlevel': 1
	}
]
