# DocType, RV Tax Detail
[

	# These values are common in all dictionaries
	{
		'creation': '2010-08-08 17:09:20',
		'docstatus': 0,
		'modified': '2012-02-23 15:49:43',
		'modified_by': u'Administrator',
		'owner': u'Administrator'
	},

	# These values are common for all DocType
	{
		'autoname': u'INVTD.######',
		'colour': u'White:FFF',
		'default_print_format': u'Standard',
		'doctype': 'DocType',
		'hide_heading': 1,
		'istable': 1,
		'module': u'Accounts',
		'name': '__common__',
		'section_style': u'Tray',
		'server_code_error': u' ',
		'show_in_menu': 0,
		'version': 20
	},

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

	# DocType, RV Tax Detail
	{
		'doctype': 'DocType',
		'name': u'RV Tax Detail'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'charge_type',
		'fieldtype': u'Select',
		'label': u'Type',
		'oldfieldname': u'charge_type',
		'oldfieldtype': u'Select',
		'options': u'\nActual\nOn Net Total\nOn Previous Row Amount\nOn Previous Row Total',
		'permlevel': 0,
		'reqd': 1,
		'trigger': u'Client'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'account_head',
		'fieldtype': u'Link',
		'label': u'Account Head',
		'oldfieldname': u'account_head',
		'oldfieldtype': u'Link',
		'options': u'Account',
		'permlevel': 0,
		'reqd': 1,
		'search_index': 1,
		'trigger': u'Client'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'cost_center_other_charges',
		'fieldtype': u'Link',
		'label': u'Cost Center',
		'oldfieldname': u'cost_center_other_charges',
		'oldfieldtype': u'Link',
		'options': u'Cost Center',
		'permlevel': 0
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'description',
		'fieldtype': u'Small Text',
		'label': u'Description',
		'oldfieldname': u'description',
		'oldfieldtype': u'Small Text',
		'permlevel': 0,
		'reqd': 1,
		'width': u'300px'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'rate',
		'fieldtype': u'Currency',
		'label': u'Rate',
		'oldfieldname': u'rate',
		'oldfieldtype': u'Currency',
		'permlevel': 0,
		'reqd': 0,
		'trigger': u'Client'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'tax_amount',
		'fieldtype': u'Currency',
		'label': u'Amount*',
		'oldfieldname': u'tax_amount',
		'oldfieldtype': u'Currency',
		'permlevel': 0,
		'reqd': 0,
		'trigger': u'Client'
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'total',
		'fieldtype': u'Currency',
		'label': u'Total*',
		'oldfieldname': u'total',
		'oldfieldtype': u'Currency',
		'permlevel': 1
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'row_id',
		'fieldtype': u'Data',
		'hidden': 0,
		'label': u'Enter Row',
		'oldfieldname': u'row_id',
		'oldfieldtype': u'Data',
		'permlevel': 0,
		'trigger': u'Client'
	},

	# DocField
	{
		'colour': u'White:FFF',
		'doctype': u'DocField',
		'fieldname': u'item_wise_tax_detail',
		'fieldtype': u'Small Text',
		'hidden': 1,
		'label': u'Item Wise Tax Detail ',
		'oldfieldname': u'item_wise_tax_detail',
		'oldfieldtype': u'Small Text',
		'permlevel': 1
	},

	# DocField
	{
		'doctype': u'DocField',
		'fieldname': u'parenttype',
		'fieldtype': u'Data',
		'hidden': 1,
		'in_filter': 1,
		'label': u'Parenttype',
		'oldfieldname': u'parenttype',
		'oldfieldtype': u'Data',
		'permlevel': 0,
		'print_hide': 1,
		'search_index': 1
	},

	# DocField
	{
		'colour': u'White:FFF',
		'description': u'Cheating Field\nPlease do not delete ',
		'doctype': u'DocField',
		'fieldname': u'total_tax_amount',
		'fieldtype': u'Currency',
		'hidden': 1,
		'label': u'Total Tax Amount',
		'no_copy': 1,
		'oldfieldname': u'total_tax_amount',
		'oldfieldtype': u'Currency',
		'permlevel': 0,
		'print_hide': 1,
		'report_hide': 1
	},

	# DocField
	{
		'description': u'Cheating Field\nPlease do not delete ',
		'doctype': u'DocField',
		'fieldname': u'total_amount',
		'fieldtype': u'Currency',
		'hidden': 1,
		'label': u'Total Amount',
		'no_copy': 1,
		'oldfieldname': u'total_amount',
		'oldfieldtype': u'Currency',
		'permlevel': 0,
		'print_hide': 1,
		'report_hide': 1
	},

	# DocField
	{
		'allow_on_submit': 0,
		'description': u'If checked, the tax amount will be considered as already included in the Print Rate / Print Amount',
		'doctype': u'DocField',
		'fieldname': u'included_in_print_rate',
		'fieldtype': u'Check',
		'label': u'Included in Print Rate',
		'no_column': 0,
		'no_copy': 1,
		'permlevel': 0,
		'print_hide': 1,
		'report_hide': 1
	}
]