From 298b334cb6fb10c85297bc36b6e649d66b5339cd Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 1 Feb 2013 14:09:07 +0530 Subject: [PATCH] account type field added in payment reconciliation tool --- .../payment_to_invoice_matching_tool.txt | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt b/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt index d1374affae..fc84d36429 100644 --- a/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt +++ b/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt @@ -1,8 +1,8 @@ [ { - "creation": "2013-01-21 18:19:17", + "creation": "2013-01-30 12:49:46", "docstatus": 0, - "modified": "2013-01-29 16:27:58", + "modified": "2013-02-01 14:05:56", "modified_by": "Administrator", "owner": "Administrator" }, @@ -32,7 +32,6 @@ "permlevel": 0, "read": 1, "report": 0, - "role": "Accounts User", "submit": 0, "write": 1 }, @@ -48,6 +47,14 @@ "options": "Account", "reqd": 1 }, + { + "doctype": "DocField", + "fieldname": "account_type", + "fieldtype": "Data", + "hidden": 1, + "label": "Account Type", + "read_only": 1 + }, { "doctype": "DocField", "fieldname": "company", @@ -178,6 +185,15 @@ "label": "Amount <=" }, { - "doctype": "DocPerm" + "doctype": "DocPerm", + "role": "System Manager" + }, + { + "doctype": "DocPerm", + "role": "Accounts Manager" + }, + { + "doctype": "DocPerm", + "role": "Accounts User" } ] \ No newline at end of file