account type field added in payment reconciliation tool

This commit is contained in:
Nabin Hait 2013-02-01 14:09:07 +05:30
parent ced855e38b
commit 298b334cb6

View File

@ -1,8 +1,8 @@
[ [
{ {
"creation": "2013-01-21 18:19:17", "creation": "2013-01-30 12:49:46",
"docstatus": 0, "docstatus": 0,
"modified": "2013-01-29 16:27:58", "modified": "2013-02-01 14:05:56",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@ -32,7 +32,6 @@
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"report": 0, "report": 0,
"role": "Accounts User",
"submit": 0, "submit": 0,
"write": 1 "write": 1
}, },
@ -48,6 +47,14 @@
"options": "Account", "options": "Account",
"reqd": 1 "reqd": 1
}, },
{
"doctype": "DocField",
"fieldname": "account_type",
"fieldtype": "Data",
"hidden": 1,
"label": "Account Type",
"read_only": 1
},
{ {
"doctype": "DocField", "doctype": "DocField",
"fieldname": "company", "fieldname": "company",
@ -178,6 +185,15 @@
"label": "Amount <=" "label": "Amount <="
}, },
{ {
"doctype": "DocPerm" "doctype": "DocPerm",
"role": "System Manager"
},
{
"doctype": "DocPerm",
"role": "Accounts Manager"
},
{
"doctype": "DocPerm",
"role": "Accounts User"
} }
] ]