# DocType, Salary Slip Earning
[

	# These values are common in all dictionaries
	{
		'creation': '2012-03-27 14:36:00',
		'docstatus': 0,
		'modified': '2012-03-27 14:36:00',
		'modified_by': u'Administrator',
		'owner': u'Administrator'
	},

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

	# These values are common for all DocField
	{
		'doctype': u'DocField',
		'name': '__common__',
		'parent': u'Salary Slip Earning',
		'parentfield': u'fields',
		'parenttype': u'DocType'
	},

	# These values are common for all DocPerm
	{
		'create': 1,
		'doctype': u'DocPerm',
		'name': '__common__',
		'parent': u'Salary Slip Earning',
		'parentfield': u'permissions',
		'parenttype': u'DocType',
		'permlevel': 0,
		'read': 1,
		'role': u'System Manager',
		'write': 1
	},

	# DocType, Salary Slip Earning
	{
		'doctype': 'DocType',
		'name': u'Salary Slip Earning'
	},

	# DocPerm
	{
		'doctype': u'DocPerm'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'e_type',
		'fieldtype': u'Link',
		'label': u'Type',
		'oldfieldname': u'e_type',
		'oldfieldtype': u'Data',
		'options': u'Earning Type',
		'permlevel': 0,
		'width': u'200px'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'e_amount',
		'fieldtype': u'Currency',
		'label': u'Amount',
		'oldfieldname': u'e_amount',
		'oldfieldtype': u'Currency',
		'permlevel': 1
	},

	# DocField
	{
		'colour': u'White:FFF',
		'doctype': u'DocField',
		'fieldname': u'e_modified_amount',
		'fieldtype': u'Currency',
		'label': u'Modified Amount',
		'permlevel': 0,
		'trigger': u'Client'
	},

	# DocField
	{
		'colour': u'White:FFF',
		'doctype': u'DocField',
		'fieldname': u'e_depends_on_lwp',
		'fieldtype': u'Check',
		'label': u'Depends on LWP',
		'permlevel': 0,
		'trigger': u'Client'
	}
]