# DocType, Loan Installment
[

	# These values are common in all dictionaries
	{
		'creation': '2011-07-12 10:53:58',
		'docstatus': 0,
		'modified': '2011-07-12 10:53:58',
		'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': 'Simple',
		'show_in_menu': 0,
		'version': 1
	},

	# These values are common for all DocField
	{
		'doctype': 'DocField',
		'name': '__common__',
		'parent': 'Loan Installment',
		'parentfield': 'fields',
		'parenttype': 'DocType',
		'permlevel': 0
	},

	# DocType, Loan Installment
	{
		'doctype': 'DocType',
		'name': 'Loan Installment'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'amount',
		'fieldtype': 'Currency',
		'idx': 1,
		'label': 'Amount'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'due_date',
		'fieldtype': 'Date',
		'idx': 2,
		'label': 'Due Date'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'check_number',
		'fieldtype': 'Int',
		'idx': 3,
		'label': 'Check Number'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'check_date',
		'fieldtype': 'Date',
		'idx': 4,
		'label': 'Check Date'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'deposit_date',
		'fieldtype': 'Date',
		'idx': 5,
		'label': 'Deposit Date'
	},

	# DocField
	{
		'doctype': 'DocField',
		'fieldname': 'realized_date',
		'fieldtype': 'Date',
		'idx': 6,
		'label': 'Realized Date'
	}
]